/* Edge14 用  */
@supports ( -ms-ime-align: auto ) {
    .mainNav ul li:first-child:nth-last-child(6), .mainNav ul li:first-child:nth-last-child(6)~* {
        width: calc(16.66%);
    }
}

