.xmt .tab-head {
    width: 100%;
    height: 175px;
}

.xmt .tab-head .box {
    width: 208px;
    float: left;
    height: 75px;
    line-height: 75px;
    margin-bottom: 25px;
    margin-right: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    background: rgb(47, 105, 183);
}

.xmt .tab-head .box.on {
    font-weight: bold;
}

.xmt .tab-head .box5 {
    margin-right: 0;
}

.xmt .tab-cont .code-txt .name {
    display: inline-block;
    width: 208px;
    height: 45px;
    border: solid 1px #d8d8d9;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    float: left;
    margin-right: 22px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.xmt .tab-cont .code-txt {
    margin-top: 25px;
}

.xmt .tab-cont .code-txt .name:nth-child(5n) {
    margin-right: 0;
}

.xmt .code-img .img {
    display: none;
}

.xmt .code-img .img.on {
    display: flex;
}


.xmt .tab-cont .code-txt .name.on {
    background: rgb(47, 105, 183);
    color: #fff;
}

.xmt .tab-cont .box {
    display: none;
}

.xmt .tab-cont .box.on {
    display: block;
}

.xmt .code-img .img {
    width: 1140px;
    height: 300px;
    background: url(./xmtx-bg.png) center no-repeat;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10%;
    font-size: 36px;
    color: #fff;
}

.ico img {
    height: 255px;
}

@media (min-width: 0px) and (max-width: 1024px) {
    .xmt .tab-head {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 95%;
        margin: 30px auto 0 auto;
    }

    .xmt .tab-head .box {
        width: 31%;
        float: left;
        height: 45px;
        line-height: 45px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .xmt .tab-cont .code-txt .name {
        width: 48%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin-right: 0;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    .xmt .tab-cont .code-txt {
        width: 95%;
        margin: 0 auto;
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .xmt .code-img .img {
        width: 100%;
        height: auto;
        padding: 25px;
        font-size: 24px;
    }

    .xmt .code-img .img .ico {
        text-align: right;
    }

    .xmt .code-img .img img {
        height: 125.5px
    }

  #barrierfree_container {
    position: unset!important;
  }
}