:root {
    --mobile-width-unit: calc(100vw / 1125);
    --pc-width-unit: calc(100vw / 1920);
}

* {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    overflow: overlay;
    background-color: transparent;
    transition: .3s background-color;
}

sup {
    line-height: 0;
    display: inline-block;
    font-size: 1em;
    transform: scale(0.875) translate(-12.5%, -12.5%);
}




::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
}
@supports(overflow: overlay){
    ::-webkit-scrollbar {
        background-color: transparent;
        width: 12px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: inherit;
        border-radius: 8px;
        background-clip: content-box;
        border: 2px solid transparent;
    }
    ::-webkit-scrollbar-track,::-webkit-scrollbar-track-piece{
        background-color:transparent;
    }
    body[scroll]{
        transition: 0s;
        background-color: rgba(0, 0, 0, .5);
    }
    .adapterModelTableBodyWrapper[scroll]{
        transition: 0s;
        background-color: #fff;
    }
}


table {
    border-spacing: 0;
}

table td {
    border-right: calc(var(--pc-width-unit)*2) solid #fff;
    border-bottom: calc(var(--pc-width-unit)*2) solid #fff;
}

table td:last-child {
    border-right: 0
}

.tab-support .container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f7f9;
    box-sizing: border-box;
    padding-bottom: calc(var(--pc-width-unit)*60);
    overflow: hidden;
}

.tab-support .container .scheduleOfRates {
    margin-top: calc(var(--pc-width-unit)*80);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(var(--pc-width-unit)*1274);
}

.tab-support .container .scheduleOfRates .titleBox {
    width: 100%;
    margin-bottom: calc(var(--pc-width-unit)*60);
    text-align: center;
}

.tab-support .container .scheduleOfRates .titleBox .title {
    font-size: calc(var(--pc-width-unit)*44);
    font-family: MicrosoftYaHei;
    color: #111111;
    line-height: calc(var(--pc-width-unit)*58);
    margin-bottom: calc(var(--pc-width-unit)*10);
}

.tab-support .container .scheduleOfRates .titleBox .desc {
    width: 100%;
    font-size: calc(var(--pc-width-unit)*24);
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: calc(var(--pc-width-unit)*32);
    position: relative;
}

.tab-support .container .scheduleOfRates .titleBox .desc .chargeUnit {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(var(--pc-width-unit)*32);
    display: flex;
    align-items: end;
    font-size: calc(var(--pc-width-unit)*18);
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 1;
}


.tab-support .container .scheduleOfRates .viewAdapterModelBtn {
    cursor: pointer;
    text-decoration: underline;
    color: rgb(78, 116, 246);
}


.tab-support .container .scheduleOfRates .text {
    width: calc(var(--pc-width-unit)*1163);
    margin-top: calc(var(--pc-width-unit)*20);
    font-size: calc(var(--pc-width-unit)*18);
    line-height: calc(var(--pc-width-unit)*26);
    font-weight: 400;
}

.tab-support .container .scheduleOfRates .text .text1 {
    margin-bottom: calc(var(--pc-width-unit)*30);
    color: #111111;
}

.tab-support .container .scheduleOfRates .text .text2 {
    margin-bottom: calc(var(--pc-width-unit)*30);
    color: #666;
}


.tab-support .container .scheduleOfRates .table2Title {
    text-align: left;
    width: 100%;
    font-size: calc(var(--pc-width-unit)*20);
    font-family: MicrosoftYaHei;
    color: #111111;
    line-height: calc(var(--pc-width-unit)*27);
    margin-bottom: calc(var(--pc-width-unit)*20);
    font-weight: 400;
}

.tab-support .container .scheduleOfRates .table {
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.tab-support .container .scheduleOfRates .table img{
    width: 100%;
    vertical-align: middle;
}

#table1_pc {
    width: calc(var(--pc-width-unit)*1274);
}
#table1_pc .table1_pc_btn1{
    position: absolute;
    top: 23%;
    left: 62.7%;
    width: 10.8%;
    height: 6.4%;
    cursor: pointer;
}

#table1_pc .table1_pc_btn2{
    position: absolute;
    top: 90.1%;
    left: 7.7%;
    width: 8.1%;
    height: 3.4%;
    cursor: pointer;

}


#table2_pc {
    width: calc(var(--pc-width-unit)*1274);
}

.adapterModelDialog {
    display: none;
}

.adapterModelDialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}

.adapterModelDialogMask {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
}

.adapterModelDialogContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54%;
    height: 80%;
    background: #FFFFFF;
    border-radius: calc(var(--pc-width-unit)*10);
    border: calc(var(--pc-width-unit)*1) solid #979797;
    padding: calc(var(--pc-width-unit)*30);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.adapterModelTitle {
    font-size: calc(var(--pc-width-unit)*36);
    font-family: MicrosoftYaHeiSemibold;
    color: #111111;
    line-height: calc(var(--pc-width-unit)*48);
    margin-bottom: calc(var(--pc-width-unit)*30);
}

.adapterModelDialogMaskClose {
    position: absolute;
    top: calc(var(--pc-width-unit)*30);
    ;
    right: calc(var(--pc-width-unit)*30);
    ;
    width: calc(var(--pc-width-unit)*36);
    height: calc(var(--pc-width-unit)*36);
    background: #EEEEEE;
    border-radius: 100vw;
    color: #000;
    font-size: calc(var(--pc-width-unit)*12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    cursor: pointer;
    z-index: 1;

}

.adapterModelTableContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: calc(var(--pc-width-unit)*10);
}


.adapterModelTableBodyWrapper {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    box-sizing: border-box;
}
.adapterModelTableContainer img,.adapterModelTableBodyWrapper img{
    width: 102%;
    margin-left: -1%;
    vertical-align: middle;
}





#table1_mobile,
#table2_mobile,
#table1_mobile_note,
.table3mobilehead,
.table3mobilebody {
    display: none;
}


/* 绉诲姩绔� */
@media screen and (max-width:1125px) {

    @supports(overflow: overlay){
        ::-webkit-scrollbar {
            width: 0px;
        }
    }
    .tab-support .container {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #F5F5F5;
        box-sizing: border-box;
        padding-bottom: calc(var(--mobile-width-unit)*191);
    }

    .tab-support .container .officialInstallation {
        margin-top: calc(var(--mobile-width-unit)*140);
    }

    .tab-support .container .officialInstallation .titleBox {
        margin-bottom: calc(var(--mobile-width-unit)*70);
        text-align: center;
    }

    .tab-support .container .officialInstallation .titleBox .title {
        margin-bottom: 0;
        font-size: calc(var(--mobile-width-unit)*80);
        line-height: calc(var(--mobile-width-unit)*106);
    }

    .tab-support .container .officialInstallation .titleBox .desc {
        font-size: calc(var(--mobile-width-unit)*50);
        line-height: calc(var(--mobile-width-unit)*67);
    }

    .tab-support .container .officialInstallation .cardGroup {
        flex-direction: column;
        align-items: center;
    }

    .tab-support .container .officialInstallation .cardGroup .card {
        border-radius: calc(var(--mobile-width-unit)*80);
        margin-right: 0;
        margin-left: 0;
        margin-bottom: calc(var(--mobile-width-unit)*100);
    }

    .tab-support .container .officialInstallation .cardGroup .card:last-child {
        margin-bottom: 0;
    }

    .tab-support .container .officialInstallation .cardGroup .card .coverImage {
        width: calc(var(--mobile-width-unit)*1001);
        height: calc(var(--mobile-width-unit)*579);
    }

    .tab-support .container .officialInstallation .cardGroup .card .cardContent {
        text-align: center;
        box-sizing: border-box;
        padding: calc(var(--mobile-width-unit)*80);
        padding-top: calc(var(--mobile-width-unit)*31);
    }

    .tab-support .container .officialInstallation .cardGroup .card .cardContent .title {
        margin-bottom: calc(var(--mobile-width-unit)*40);
        font-size: calc(var(--mobile-width-unit)*72);
        line-height: calc(var(--mobile-width-unit)*96);
    }

    .tab-support .container .officialInstallation .cardGroup .card .cardContent .desc {
        font-size: calc(var(--mobile-width-unit)*60);
        font-family: MicrosoftYaHei;
        color: #666666;
        line-height: calc(var(--mobile-width-unit)*90);
    }

    .tab-support .container .appointmentMode {
        margin-top: calc(var(--mobile-width-unit)*140);
    }

    .tab-support .container .appointmentMode .titleBox {
        margin-bottom: calc(var(--mobile-width-unit)*40);
    }

    .tab-support .container .appointmentMode .titleBox .title {

        margin-bottom: calc(var(--mobile-width-unit)*5);

        font-size: calc(var(--mobile-width-unit)*80);
        line-height: calc(var(--mobile-width-unit)*106);
    }

    .tab-support .container .appointmentMode .titleBox .desc {
        font-size: calc(var(--mobile-width-unit)*50);
        line-height: calc(var(--mobile-width-unit)*67);
    }

    .tab-support .container .appointmentMode .wrapper .bg {
        width: 100%;
    }

    .tab-support .container .appointmentMode .wrapper .tab {
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        transform: none;
        margin-top: calc(var(--mobile-width-unit)*40);
        margin-bottom: calc(var(--mobile-width-unit)*21);
    }

    .tab-support .container .appointmentMode .wrapper .tab .tabItem {
        width: auto;
        margin-bottom: 0;
        margin-right: calc(var(--mobile-width-unit)*262);
        font-size: calc(var(--mobile-width-unit)*48);
        color: #111111;
        line-height: calc(var(--mobile-width-unit)*64);
        z-index: 2;
    }

    .tab-support .container .appointmentMode .wrapper .tab .tabItem:last-child {
        margin-right: 0;
    }

    .tab-support .container .appointmentMode .wrapper .tab .tabItem.tabActive::before {
        border-radius: calc(var(--mobile-width-unit)*5);
        width: 100%;
        height: calc(var(--mobile-width-unit)*10);
        position: absolute;
        bottom: 0%;
        left: 0;
        z-index: 1;
    }

    .tab-support .container .appointmentMode .wrapper .content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        transform: none;
        flex-direction: column;
        background-color: transparent;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-top: calc(var(--mobile-width-unit)*140);
        padding: 0 calc(var(--mobile-width-unit)*62);
        z-index: 0;
    }

    .tab-support .container .appointmentMode .wrapper .content .qrcodeBox {
        text-align: center;
    }

    .tab-support .container .appointmentMode .wrapper .content .qrcode {
        width: calc(var(--mobile-width-unit)*506);
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        z-index: 0;
        margin: auto;
    }

    .tab-support .container .appointmentMode .wrapper .content .main {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: calc(var(--mobile-width-unit)*28);
        background-color: #fff;
        border-radius: calc(var(--mobile-width-unit)*28);
    }

    .tab-support .container .appointmentMode .wrapper .content .main .icon {
        width: calc(var(--mobile-width-unit)*102);
        height: calc(var(--mobile-width-unit)*102);
        margin-right: calc(var(--mobile-width-unit)*33);
        object-fit: cover;
    }

    .tab-support .container .appointmentMode .wrapper .content .main .title {
        margin-bottom: calc(var(--mobile-width-unit)*12);
        font-size: calc(var(--mobile-width-unit)*48);
        line-height: calc(var(--mobile-width-unit)*67);
    }

    .tab-support .container .appointmentMode .wrapper .content .websiteToMakeAnAppointment,
    .tab-support .container .appointmentMode .wrapper .content .hotlineToMakeAnAppointment {
        display: flex;
        align-items: center;
    }

    .tab-support .container .appointmentMode .wrapper .content .websiteToMakeAnAppointment .appointmentBtn {
        border-radius: 10000px;
        width: calc(var(--mobile-width-unit)*192);
        height: calc(var(--mobile-width-unit)*63);
        font-size: calc(var(--mobile-width-unit)*40);
        line-height: calc(var(--mobile-width-unit)*56);
    }

    .tab-support .container .appointmentMode .wrapper .content .hotlineToMakeAnAppointment .phoneNumber {
        font-size: calc(var(--mobile-width-unit)*48);
        line-height: calc(var(--mobile-width-unit)*67);
    }

    .tab-support .container .scheduleOfRates {
        margin-top: calc(var(--mobile-width-unit)*140);
        width: calc(var(--mobile-width-unit)*1004);
    }

    .tab-support .container .scheduleOfRates .titleBox {
        margin-bottom: calc(var(--mobile-width-unit)*60);
        text-align: center;
    }

    .tab-support .container .scheduleOfRates .titleBox .title {
        margin-bottom: 0;
        font-size: calc(var(--mobile-width-unit)*80);
        line-height: calc(var(--mobile-width-unit)*106);
    }

    .tab-support .container .scheduleOfRates .titleBox .desc {
        font-size: calc(var(--mobile-width-unit)*50);
        line-height: calc(var(--mobile-width-unit)*67);
    }

    .tab-support .container .scheduleOfRates .titleBox .desc .chargeUnit {
        position: relative;
        top: 0;
        right: 0;
        height: calc(var(--mobile-width-unit)*67);
        display: block;
        font-size: calc(var(--mobile-width-unit)*50);
        font-family: MicrosoftYaHei;
        color: #666666;
        line-height: calc(var(--mobile-width-unit)*67);
    }

    #table1_pc,
    #table2_pc,
    .table3pchead,
    .table3pcbody{

        display: none;
    }

    #table1_mobile,
    #table2_mobile,
    #table1_mobile_note,
    .table3mobilehead,
    .table3mobilebody{
        display: block;
    }


    #table1_mobile {
        width: calc(var(--mobile-width-unit)*1000);
    }

    #table1_mobile .table1_mobile_btn1{
        position: absolute;
        top: 65.5%;
        left: 16.4%;
        width: 20%;
        height: 1.9%;
        cursor: pointer;
    }

    #table1_mobile .table1_mobile_btn2{
        position: absolute;
        top: 87.9%;
        left: 46.8%;
        width: 24.6%;
        height: 2.5%;
        cursor: pointer;

    }

    .tab-support .container .scheduleOfRates .text {
        width: calc(var(--mobile-width-unit)*996);
        margin-top: calc(var(--mobile-width-unit)*37);
        font-weight: 400;
        font-size: calc(var(--mobile-width-unit)*30);
        line-height: calc(var(--mobile-width-unit)*54);
    }

    .tab-support .container .scheduleOfRates .text .text1 {
        margin-bottom: calc(var(--mobile-width-unit)*50);
        color: #111111;
    }

    .tab-support .container .scheduleOfRates .text .text2 {
        margin-bottom: calc(var(--mobile-width-unit)*112);
        color: #666666;
    }


    .tab-support .container .scheduleOfRates .table2Title {
        margin-bottom: calc(var(--mobile-width-unit)*40);
        font-weight: 400;
        font-size: calc(var(--mobile-width-unit)*36);
        line-height: calc(var(--mobile-width-unit)*48);
    }


    .adapterModelDialogContent {
        width: 88.98%;
        height: 70%;
        border-radius: calc(var(--mobile-width-unit)*48);
        border: none;
        padding: 0;
    }

    .adapterModelTitle {
        font-size: calc(var(--mobile-width-unit)*60);
        line-height: calc(var(--mobile-width-unit)*80);
        margin-top: calc(var(--mobile-width-unit)*34);
        margin-bottom: calc(var(--mobile-width-unit)*48);
    }

    .adapterModelDialogMaskClose {
        top: calc(var(--mobile-width-unit)*41);
        right: calc(var(--mobile-width-unit)*33);
        width: calc(var(--mobile-width-unit)*67);
        height: calc(var(--mobile-width-unit)*67);
        font-size: calc(var(--mobile-width-unit)*40);
    }

    .adapterModelTable {
        font-size: calc(var(--mobile-width-unit)*40);
        line-height: calc(var(--mobile-width-unit)*53);
    }

    .adapterModelTable thead td {
        background-color: #D4E5F3;
        padding-top: calc(var(--mobile-width-unit)*14);
        padding-bottom: calc(var(--mobile-width-unit)*14);
    }

    .adapterModelTableHeader {
        border-top-left-radius: calc(var(--mobile-width-unit)*48);
        border-top-right-radius: calc(var(--mobile-width-unit)*48);
    }

    .adapterModelTableHeader tr:nth-child(2) td {
        border-bottom: calc(var(--mobile-width-unit)*6) solid #fff;
    }

    .adapterModelTableBodyWrapper {
        border-bottom-left-radius: calc(var(--mobile-width-unit)*48);
        border-bottom-right-radius: calc(var(--mobile-width-unit)*48);
    }

    .adapterModelTableBody td {
        width: 25%;
        padding-top: calc(var(--mobile-width-unit)*24);
        padding-bottom: calc(var(--mobile-width-unit)*24);
    }

    .adapterModelTableBody tr:nth-child(odd) td {
        background-color: #D4E5F3;
    }

    .adapterModelTableBody tr:nth-child(even) td {
        background-color: #D4E5F3;
    }

    #table2_mobile {
        width: calc(var(--mobile-width-unit)*1000);
    }
    #table2_mDesc {
        display: block;
        width: calc(var(--mobile-width-unit)*996);
        font-size: calc(var(--mobile-width-unit)*36);
        font-family: MicrosoftYaHeiSemilight;
        color: #111111;
        line-height: calc(var(--mobile-width-unit)*60);
        margin-top: calc(var(--mobile-width-unit)*38);
    }
}
