.pc-box {
    display: block !important;
}

.phone-box {
    display: none !important;
}

.pc-box-flex {
    display: flex !important;
}

.phone-box-flex {
    display: none !important;
}

@media screen and (max-width: 950px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}








.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #000;
    position: fixed;
    z-index: 999991;
    left: 0px;
    top: 0px;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 0.3;
}

.mobhead-nav-modal {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transform: translateX(-150%);
    transition: all .2s linear 100ms;
    opacity: 1;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}


.mobhead-icon-search {
    margin: 0px 10px 0 0;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: #1f4c98;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0px 0px;
    padding: 0px 10px;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.mobhead-nav-navtree>.arr-icon.on {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transform: rotate(90deg);
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.mobhead-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 70px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobhead-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.mobhead-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobhead-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #1f4c98;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.mobhead-nav-modalbg.on {
    transform: translateX(0%);
    width: 100%;
}

.mobhead-nav-modal.on {
    transform: translateX(0%);
    width: 80%;
}

/*--------自适应--------*/












@media screen and (max-width: 950px) {

    #RootGrid2214_61a4b1aa3ce056f0137f53b7897b4c540 .box,
    #RootGrid2214_61a4b1aa3ce056f0137f53b7897b4c540 .cell {
        min-height: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        flex: 1;
    }

    #RootGridBg_61a4b1aa3ce056f0137f53b7897b4c545 {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }

    .swban-c .swiper-item>.img1 {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
        object-fit: cover;
        aspect-ratio: 414/164;
    }

    .mainnavbox-c {
        box-sizing: border-box;
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .mob-topmenu {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .gt_float_switcher .gt-selected {
        position: relative;
        z-index: 888;
        background-color: transparent !important;
        cursor: pointer;
        text-transform: uppercase;
        overflow: hidden;
        text-align: right;
    }

    #RootGridCell_61a4b1aa3ce056f0137f53b7897b4c544 {
        display: none !important;
    }

    #Button3124_bd3f42648382fb5e1265e027d85e4be52 {
        margin-top: 40px;
        margin-Bottom: 20px;
        margin-Left: 0%;
        margin-Right: auto;
        height: 55px;
        width: 90%;
        border-radius: 30px;
        background-color: rgba(0, 59, 135, 1);
    }

    #Button443_f28d9e91ba4f7181cdddf51f558db9424 {
        margin-top: 20px;
        margin-Bottom: 0px;
        margin-Left: 0;
        margin-Right: 0;
        border-color: rgba(175, 175, 175, 1);
        border-style: solid;
        border-width: 1px;
        border-radius: 30px;
        width: 90%;
        background-color: rgba(24, 144, 255, 0);
    }

    .langbox {
        float: right;
        position: relative;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        position: absolute;
        z-index: 10;
        right: 45px;
        top: 0px;
    }

    .gt_float_switcher .gt-selected {
        position: relative;
        z-index: 888;
        background-color: transparent;
        cursor: pointer;
        text-transform: uppercase;
        overflow: hidden;
        text-align: right;
        width: 35px !important;
        border: none;
    }

    .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
        position: relative;
        top: 2px;
        font-size: 12px;
        font-weight: normal;
        display: none !important;
    }

    .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
        display: none !important;
        height: 24px;
        width: 15px;
        vertical-align: middle;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
        background-position: 50%;
        background-size: 11px;
        background-repeat: no-repeat;
        transition: all .3s;
        transform: rotate(-180deg);
    }

    .gt_float_switcher {
        font-family: Arial;
        font-size: 20px;
        border-radius: 2px;
        color: #555;
        display: inline-block;
        line-height: 20px;
        box-shadow: initial;
        background: transparent !important;
        overflow: hidden;
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        border: none;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 0px 0px !important;
        color: #333;
        font-weight: bold;
        border: none !important;
    }

    .gt_float_switcher .gt_options a img {
        display: none !important;
    }

    #mobsearch {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin: 0px 0px;
        padding: 0px 0px;
        background: #fff;
        font-size: 20px;
        font-weight: normal;
        color: #003A86;
        cursor: pointer;
    }

    .gt_float_switcher img {
        vertical-align: middle;
        display: inline-block;
        width: 20px !important;
        height: auto;
        margin: 0 5px 0 0;
        border-radius: 3px;
    }

    #RootGridCell_bd3f42648382fb5e1265e027d85e4be54 {
        margin-top: 30px;
        padding-top: 0%;
        padding-Bottom: 0%;
        padding-Left: 2.9729729729729732%;
        padding-Right: 2.702702702702702%;
    }



    .brandbox {
        box-sizing: border-box;
        margin: 30px 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        /* 同一行的高度相同 */
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-left: solid 1px #eee;
    }

    .branditem {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
        border: solid 1px #eee;
        border-left: none;
    }

}



@media screen and (max-width: 950px) {

    .Tab4 .body .card {
        width: 0;
        height: 300px;
        position: relative;
        -webkit-transition-property: flex-grow;
        -moz-transition-property: flex-grow;
        transition-property: flex-grow;
        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    #Tab43121_ffe572dd7f2739312e117ba3df58dcc83 .body .card .v-tit {
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        margin-top: 8.571428571428571%;
        font-family: Arial;
    }

    #Tab43121_ffe572dd7f2739312e117ba3df58dcc83 .body .card .content {
        width: 250px;
        margin-top: 7.902298850574713%;
        margin-left: 8.620689655172415%;
    }

    #NavDataPC1308_61a4b1aa3ce056f0137f53b7897b4c542 {
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 5.310674455655868%;
        margin-Right: 0%;
        display: none !important;
    }


    .country-link-c {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        flex-wrap: wrap;
        width: auto;
        height: 45px;
        min-height: 30px;
        margin: 0px 0 30px 0;
        padding: 0px 0px;
        border-bottom: solid 1px #eee;
    }

    .country-link-c>.country-link-link-on {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: auto;
        height: 40px;
        margin: 0px 10px;
        padding: 0px 20px;
        border: none;
        border-radius: 0px;
        background: #033B88;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }

    .country-link-c>.country-link-link-on:hover {
        color: #fff;
        text-decoration: none;
    }


    .country-link-c>.country-link-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: auto;
        height: 40px;
        margin: 0px 10px;
        padding: 0px 20px;
        border: none;
        border-radius: 0px;
        background: #eee;
        font-size: 16px;
        font-weight: normal;
        color: #000;
        border-radius: 5px 5px 0 0;
    }

    .country-link-c>.country-link-link:hover {
        color: #000;
        text-decoration: none;
    }


    .searcbmodal-c {
        display: none;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
        height: auto;
        text-align: center;
        transition: all .2s linear 100ms;
        -webkit-transition: all .2s linear 100ms;
        position: fixed;
        z-index: 9999999;
        left: 50%;
        top: 10%;
        overflow: hidden;
        transform: translateX(-50%) translateY(0%);
        opacity: 1;
    }
    

}






@media screen and (max-width: 750px) {
    .pagedetail.scroll {
        width: 100%;
        max-width: 100%;
        height: auto;
        word-break: break-all;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        /* 启用平滑滚动（iOS） */
        scrollbar-width: thin;
        /* Firefox */
        scrollbar-color: #999 #f1f1f1;
        /* Firefox */
    }
    
    .pagedetail.scroll::-webkit-scrollbar {
        height: 8px;
        /* 水平滚动条高度 */
    }
    
    .pagedetail.scroll::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 4px;
    }
    
    .pagedetail.scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    
}














@media screen and (max-width: 500px) {


    #Grid1148_header {
        position: sticky;
        z-index: 99999;
        top: 0px;
        background-color: #fff;
    }

    .langbox.xpc {
        display: none !important;
    }

    .langbox.xmobile {
        float: right;
        position: relative;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        position: absolute;
        z-index: 10;
        right: 60px;
        top: 13px;
    }

    .gt_float_switcher .gt_options {
        position: relative;
        z-index: 777;
        max-height: 250px;
        overflow-y: auto;
        transform: translateY(-30px);
        opacity: 0;
        cursor: pointer;
        transition: all .8s cubic-bezier(.3, 1.1, .4, 1.1);
        background-color: #fff !important;
    }


    #Button443_f28d9e91ba4f7181cdddf51f558db9424 {
        box-sizing: border-box;
        width: 90%;
        margin-top: 0px;
        margin-Bottom: 0px;
        margin-Left: 0%;
        margin-Right: 0%;
        margin: 0 auto;
    }


    #Text432_c8b0928d6030229001de37ed0db13f943 {
        width: 90%;
        margin-top: 0px;
        margin-Bottom: 10px;
        margin-Left: 8.404558404558404%;
        margin-Right: 8.404558404558404%;
        box-sizing: border-box;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;

    }

    .Button a {
        text-align: center;
        display: inline-block;
        width: 100%;
        transform: translateY(-50%);
        position: relative;
        top: 50%;

    }

    #Button3124_ee7b6ef506a843eff97ccbd57780d2f03 {
        margin-top: 10px;
        margin-Bottom: 30px;
        margin-Left: 20.18608567722953%;
        margin-Right: 20.18608567722953%;
        height: 55px;
        border-radius: 60px 60px 60px 60px;
        background-color: rgba(0, 59, 135, 1);
    }

    #Button3124_bd3f42648382fb5e1265e027d85e4be52 {
        margin-Bottom: 20px;
        margin-Left: 0%;
        margin-Right: auto;
        margin: 0 auto;
        height: 55px;
        width: 50%;
        margin-top: 40px;
        border-radius: 30px;
        background-color: rgba(0, 59, 135, 1);
    }

}