.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;
    }
}













@media screen and (max-width: 950px) {

    body{
        padding-top: 46px;
    }

}






@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);
    }

}