@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    header .head_center {
        height: 142px;
        float: left;
    }

    header .head_center .head_cen_l,
    header .head_center .head_cen_r {
        float: left;
    }

    header .head_center .head_cen_l {
        margin: 66px 0 0 62px;
    }

    header .head_center .head_cen_r {
        margin: 66px 0 0 32px;
    }

    .head_center img {
        visibility: visible;
        opacity: 1;
    }

    .main_imgbtns .main_l_imgbtn .bwtxt {
        color: #ffe537;
    }

    #imgDiv .ImgFirLine {
        margin-top: 10px;
    }

    #imgDiv span {
        color: #ffe537;
        font-size: 18px;
        margin-top: 6px;
        display: inline-block;
        font-weight: bold;
        background: none;
    }

    .search-select {
        width: 88px;
        height: 100%;
        float: left;
        color: rgb(171, 171, 171);
        padding: 0 0 0 18px;
        box-sizing: border-box;
        outline: none;
        border: 1px solid #dddddd;
        background: #fff;
        border-radius: 2px 0 0 2px;
        font-size: 14px;
    }

    .checked {
        background-image: none;
    }

    .main_imgbtns .main_l_imgbtn .bwtxt {
        width: 357px;
        text-align: center;
        position:absolute ;
        top:50%;
        left:50%;
        transform:translateY(-50%) translateX(-50%);
        font-family: "xk";
        font-size: 42px;
        margin-left: 0;
        background: none;
        color: #ffe537;
    }
}