
html,body{ 
    font-family: 'Microsoft YaHei', Arial, Atilla,'Hiragino Sans GB', 'Open Sans', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif; 
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
    margin:0; 
    padding:0; 
    color: #25355e;
    letter-spacing: 0.02rem;
    font-size: 16px;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background-color: #fff;
}
input,button{
    outline: none;
    padding: 0;
    letter-spacing: 0.05rem;
}
input.inputText{
    background-color: #f7f8fd;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 10px;
    font-size: 17px;
}
textarea{
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
    margin: 0;
    padding: 10px;
}
input[type=search]{
    background:none;
    text-align: left;
}
input[type=button]:enabled:active{
    
}
ol, ul, li{ list-style-type:none; margin:0; padding:0;}
a{ color:#2f3c4e; display: inline-block;}
a:hover{ color:#25355e;}
a:link,a:visited,a:hover,a:active{ text-decoration:none;}
h1,h2,h3,p{ margin:0; font-weight: normal;}

/* 背景 */
.bjBox{
    padding: 0;
    margin: 0;
    background: url(../img/1.png);
}
div.bjBox_1::before{
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../img/2.png) no-repeat;
}
div.bjBox_1::after{
    content: '';
    width: 100%;
    height: 300px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: url(../img/3.png) no-repeat bottom;
}
/* 内容区 */
.SMain{
    max-width: 1100px;
    margin: auto;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.SMain_box{
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}
.logonImg{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}
.TextTop{
    margin: 0 -10px;
    background-color: #0dbfc5;
    position: relative;
}
.TextTop::before{
    content: '';
    position: absolute;
    z-index: -1;
    right: 0px;
    top: -16px;
    width: 0px;
    height: 0px;
    border-top: 8px transparent solid;
    border-right: 6px transparent solid;
    border-left: 6px #04aab1 solid;
    border-bottom: 8px #04aab1 solid;
}
.TextTop::after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: -16px;
    width: 0px;
    height: 0px;
    border-top: 8px transparent solid;
    border-left: 6px transparent solid;
    border-right: 6px #04aab1 solid;
    border-bottom: 8px #04aab1 solid;
}
.TextTop span{
    display:block;
    background: url(../img/6.png) no-repeat  center;
    height: 80px;
}
.SNav{ 
    display: flex;
    padding:15px;
}
.SNav a{
    display: flex;
    padding: 5px;
    text-align: center;
    width: 20%;
}
.SNav a:nth-child(6){
    width: 20%;
}
.SNav a div{
    line-height: 20px;
    background-color: #35a7ff;
    color: #fff;
    border-radius: 10px;
    padding: 9px 5px 11px 5px;
    font-size: 17px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .SNav a div.active{
    background-color: #fc586f !important;
    position: relative;
}
.SNav a div.active::before{
    content: '';
    position: absolute;
    bottom: -11px;
    z-index: 0;
    left: 25px;
    width: 0px;
    height: 0px;
    border-bottom: 10px transparent solid;
    border-right: 10px transparent solid;
    border-left: 15px #fc586f solid;
    border-top: 15px #fc586f solid;
} 
.m2020Content{
    padding: 0 20px;
}
.TextTopRedH{
    font-size: 46px;font-weight: bold;color: red;
    padding-top: 20px;font-family: 'Myriad Pro';text-align: center;
}
.SubCon{
    width: 100%;
}

.SubConTable{
    padding-bottom: 20px;
}
.SubConTable table{
    overflow: hidden;
}
.tableTLImg p{
    padding-bottom: 5px;
}
.SubConT_tit{
    background-color: #FF7F50;
    font-size: 20px;
    color: #fff;
    padding: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.SubConT_tit span{
    display: flex;
    align-items: center;
    padding: 0 10px;
    min-height: 55px;

    font-weight: bold;
}
.SubConT_tit strong{
    color: #fff645;
    padding-right: 5px;
}
.tableLeft{
    background-color: #fffbf6;
    width: 420px;
}
.tableRight{
    background-color: #fff6eb;
}
.RMTable1 .tableLeft{
    background-color: #fffcf2;
}
.RMTable1 .tableRight{
    background-color: #fff9e7;
}
.AMTable table{
    background-color: #fc586f;
}

.AMTable1 table{
    background-color: #fc588a;
}
.ESTable1 table{
    background-color: #00d2cd;
}
.EnglishMTable table{
    background-color: #957df2;
}
.AMTable table table,
.AMTable1 table table,
.ESTable1 table table{
    background: none;
}
.AMTable .SubConT_tit {
    background-color: #fc586f;
}

.AMTable .tableLeft{
    background-color: #fff9fa;
}
.AMTable .tableRight{
    background-color: #fff4f5;
}

.AMTable1 .SubConT_tit {
    background-color: #fc588a;
}

.AMTable1 .tableLeft{
    background-color: #fffafc;
}
.AMTable1 .tableRight{
    background-color: #fff2f6;
}

.ESTable1 .SubConT_tit {
    background-color: #00d2cd;
}

.ESTable1 .tableLeft{
    background-color: #f1fdfd;
}
.ESTable1 .tableRight{
    background-color: #e7fbfb;
}
.ESTable1 .tableLeft{
    vertical-align: top;
}

.ESTable1 .zswTabel6Top .auto-style5,
.ESmTable1 .TLImg7{
    /* width: 100% !important; */
    width: 330px !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.ESTable1 .zswTabel6Top .auto-style5 img,
.ESmTable1 .TLImg7 img{
    width: 46% !important;
    margin: 2% !important;
}

.ESmTable1 .SubConT_tit {
    background-color: #41bafe;
}

.ESmTable1 .tableLeft{
    background-color: #effafe;
}
.ESmTable1 .tableRight{
    background-color: #e5f8fe;
}
.subTabel5Top td{
    height: 8px;
    background-color: #fee7ee !important;
}
.tableTH1{
    font-size: 16px;
    color: #000;
    padding: 5px;
    font-weight: bold;
}
.PriceTit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.PriceBlue{
    color: #0000ff;
    font-size: 19px;
    padding: 5px 5px 5px 0;
}
.PriceBold {
    font-weight: bold;
}
.PriceBlock {
    display: block;
    width: 100%;
}
.subPBuld {
    color: #0000ff;
    padding-top: 5px;
}
.addToDiv{
    padding: 10px 0;
}
.addToDivTwo{
    display: flex;
    flex-wrap: wrap;
}
.addToDivTwo .Sub_xxS{
    width: 250px;
}
.PriceRed{
    color: #ff0000;
    font-size: 16px;
}
.chkStyle {
    width: 20px;
    font-family: Calibri;
    height: 20px;
    margin: 0;
}
.Sub_xx{
    display: flex;
    position: relative;
    padding-left: 28px;
}
.Sub_xx .chkStyle{
    position: absolute;
    left: 0;
    top: 6px;
}
.Sub_xxS{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 3px 0;
    min-height: 28px;
}
.tableLeft_tit .tableTH1{
    padding: 0;
}
.PriceRedJ{
    display: block;
    line-height: 20px;
    font-size: 30px;
}
.zhisDF{
    display: flex;
    align-items: center;
}
.zhisDF i{
    padding-right: 5px;
}
.zhisDF .o_nr_input{
    width: 40px;
    height: 26px;
    border:1px solid #ffb445;
    padding: 0;
    text-align: center;
    font-size: 16px;
    margin: 0 5px;
}
.zhisDF div{
    display: flex;
    margin-left: 5px;
    align-items: center;
}
.zhisDF .o_nr_jia,
.zhisDF .o_nr_jian{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #ffb445;
    padding: 0;
}
.AMTable .o_nr_input{
    border:1px solid #fb6c76;
}
.AMTable .o_nr_jia,
.AMTable .o_nr_jian{
    background-color: #fb6c76;
    color: #fff;
}

.AMTable1 .o_nr_input{
    border:1px solid #fb6c8b;
}
.AMTable1 .o_nr_jia,
.AMTable1 .o_nr_jian{
    background-color: #fb6c8b;
    color: #fff;
}
.ESTable1 .o_nr_input{
    border:1px solid #17a7b4;
}
.ESTable1 .o_nr_jia,
.ESTable1 .o_nr_jian{
    background-color: #17a7b4;
    color: #fff;
}

.ESmTable1 .o_nr_input{
    border:1px solid #2d84d0;
}
.ESmTable1 .o_nr_jia,
.ESmTable1 .o_nr_jian{
    background-color: #2d84d0;
    color: #fff;
}

.EnglishMTable .o_nr_input{
    border:1px solid #fb6c6e;
}
.EnglishMTable .o_nr_jia,
.EnglishMTable .o_nr_jian{
    background-color: #fb6c6e;
    color: #fff;
}

.PriceH{
    width: 100%;
    font-size: 16px;
}
.PriceH span{
    display: block;
}
.PriceH span b{
    font-weight: normal;
    color: #ff0000;
}
.RMTable1 .SubConT_tit{
    background-color: #f79332;
}
.tabalPadW{
    padding:0 10px;
}
.tLeftBuld{
    margin: 5px 10px;
    color: #0000FF;
    text-align: center;
}
.ESmTable1 .smartImg{
    vertical-align: text-top;
}
.ESmTable1 .smartT{
    width: 80%;
}
.ESmTable1 .tabalPadW{
    padding: 10px 15px;
    border-bottom: 1px solid #41bafe;
}
.ESmTable1 .tabalPadW:last-child{
    border: 0;
}
.ESmTable1 .tableRight{
    padding: 0;
}
.priceP{
    display: block;
    width: 100%;
    /* margin-bottom: 5px; */
}
.ESmTable1 .tabalPadW td{
    background:none !important;
}
.tabalPadW td{
    height: auto !important;
}
.TLImg7{
    display: flex;
}
.EnglishMTable .SubConT_tit{
    background-color: #957df2;
}
.EnglishMTable .tableLeft{
    background-color: #faf8ff;
    width: 420px;
}
.EnglishMTable .tableRight{
    background-color: #f5f1ff;
}
.TotalBox{
    position: relative;
    border-top: 2px dotted rgba(0,0,0,0.2);
    padding: 20px 20px 0 20px;
}
.TotalBox table.zswTabel8{
    background: none;
}
.TotalBox table.zswTabel8 td{
    background: none;
}
.TotalBox tbody{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.TotalBox tr{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.TotalBox tr td{
    width: auto;
    height: auto;
    
    padding: 0;
}
.TotalBox tr td:nth-child(1){
    color: #2c406e;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
}
.TotalBox tr td.zsw18T{
    font-size: 20px !important;
    font-weight: normal !important;
    display: flex;
    align-items: center;
}
tr.Total_tr1 input{
    background: none !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: normal !important;
}
tr.Total_tr2{
    width: 50%;
    flex-wrap: wrap;
    font-size: 16px !important;
}
tr.Total_tr3{
    width: 66.666666%;
    flex-wrap: wrap;
    font-size: 16px !important;
}
tr.Total_tr4{
    width: 33.333333%;
    flex-wrap: wrap;
    font-size: 16px !important;
}
tr.Total_tr2 td:nth-child(1),
tr.Total_tr2 td:nth-child(2){

    width: 100%;
}

tr.ContactNt td:nth-child(1),
tr.ContactNt td:nth-child(2){
    width: 100%;
}
.TotalBox input.noborder,
.TotalBox input.mailAdd,
.TotalBox select{
    line-height: 30px;
    padding: 10px;
    border: none;
    background:none;
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 16px !important;
    background-color: #f6f7fb !important;
    border-radius: 5px;
}
.totalIdiv{
    padding: 5px;
}
.totalIdiv span{
    padding-top: 5px;
    /* display: flex !important; */
}
.TotalBox .contBB div{
    width: 33.333333%;
    padding: 5px;
}
.TotalBox .contBB div input{
    width: 100%;
    background-color: #f6f7fb;
    border-radius: 5px;
}
.footerButton{
    background-color: #f6f7fb;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.footerButton .pBText{
    color: #0000ff;
    line-height: 30px;
    width: 100%;
    display: block;
}
.footerB{
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0cb7be;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    padding: 15px 20px;
    position: relative;
}
.footerB::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    background: rgba(255,255,255,0.4);
    height: 50px;
    border-radius: 8px;
    width: 98%;
    left: 1%;
    z-index: -1;
}
.footerB::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    background: rgba(255,255,255,0.2);
    height: 50px;
    border-radius: 8px;
    width: 96%;
    left: 2%;
    z-index: -1;
}
.footerB span:nth-child(1){
    font-size: 14px; letter-spacing: 1px;
}
.footerB span:nth-child(2){
    font-size: 16px; letter-spacing: 1px; font-weight: bold;
}
.footerButton input{
    line-height: 55px;
    font-size: 26px;
    color: #fff;
    width: 190px;
    border-radius: 8px;
    border:0;
    margin: 10px 5px;
}
.resetB{
    background-color: #9c71fe;
}
.backB{
    background-color: #fe7c56;
}
.nextB{
    background-color: #41bafe;
}
.paddingDiv{
    padding: 0 10px;
}
.PriceH{
    padding-top: 10px;
}
.tableMoney{
    color: red;
}
.tableMoney input.noborder{
    background: none !important;
    border: 0;
    font-size: 24px !important;
    color: red;
    height: auto;
    line-height: normal;
    display: flex;
    width: auto;
}
.footerButton input.HomepageB{
    border-radius:10px; color:#fff; background-color:#d9544f; 
    border:1px solid #f5f5f5; cursor:pointer;
    width: auto;
    padding: 0 20px;
    font-size: 22px;
}
.ressultH1{
    font-size:18px; font-weight:bold; 
    text-align:center; padding:10px 0;
    padding: 20px 5px 10px 5px;
}
.resultTable{
    background-color: #FF7608;
}
.resultTable td{
    font-size: 16px;
    padding: 5px 10px;
    height: 50px;
}
.resultTable td p{
    padding: 5px 0;
}
.resultTable td:nth-child(1){
    background: #fffbf6;
}
.resultTable td:nth-child(2){
    background: #fff6eb;
}
.paymentTable{
    padding: 0 20px;
}
.AddressDiv{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.AddressDiv span{
    margin: 0 !important;
    padding: 0 0 0 5px !important;
    line-height: 20px;
}
/* .HighlightColor{
    background-color: #f9ea00;
    padding: 0 3px 2px 3px;
} */
.HDESTable .SubConT_tit{
    border-radius: 0;
}
.HDESTable .tableLeft .auto-style5{
    justify-content: center;
}
.HDESTable .tableRight {
    width: 80%;
    vertical-align: baseline;
    padding-top: 20px;
}
.nav_totalAmount{
    position: fixed;
    top: 50%;
    right: 50%;
    margin-right: -690px;
    margin-top: -50px;
    border-radius: 10px;
    background: #fff;
    padding: 10px 15px 8px 15px;
    box-shadow: 0 2px 5px #8bcce0;
}
.nav_totalAmount .totalAmount_amount{
    font-size: 24px;
    color: red;
    padding-top: 5px;
}
.nav_totalAmount span{
    display: block;
}
.nav_totalAmount::before{
    border: 10px solid;
    height: 10px;
    border-color: transparent #fff transparent transparent;
    content: '';
    display: block;
    position: absolute;
    left: -20px;
}
.tableTdGroup1s{
    position: relative;
}
.tableTdGroup1s::after,
.tableTdGroup1::after,
.tableTdGroup3s::after,
.tableTdGroup3::after,
.tableTdGroup5s::after,
.tableTdGroup5::after{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    /* border-bottom: 1px dashed #ffce93; */
}
.tableTdGroup1::after,
.tableTdGroup3::after,
.tableTdGroup5::after{
    /* border-bottom: 1px dashed #ffe0bb; */
}
.tableTdGroup1s::after{
    /* margin-bottom: 10px;
    margin-top: 20px; */
    margin-bottom: 8px;
    margin-top: 8px;
}
.tableTLImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tableTLImg p{
    width: 100%;
}
.tableTdGroup2 .tableTLImg p{
    padding-bottom: 0;
}
.tableTdGroup3::after{
    margin-top: 10px;
}
.tableTdGroup5::after{
    margin-top: 10px;
}
.tableTdGroup4{
}
.tableTdGroup2{
}
.tableTdGroup3 .tableTLImg,
.tableTdGroup4 .tableTLImg,
.tableTdGroup5 .tableTLImg:last-child,
.tableTdGroup6 .tableTLImg:last-child{
    padding-top: 5px;
}
.tableTdGroup6{
}
.tableTLImg img{
    max-width: 400px;
    width: 100%;
}
.tableTdGroup2s{
    /* padding-bottom: 35px;
    padding-top: 60px;*/
} 
.tableTdGroup3s::after{
    /* margin-top: 15px;
    margin-bottom: 20px; */
    margin-top: 5px;
    margin-bottom: 5px;
}
.tableTdGroup5s::after{
    /* margin-top: 180px;
    margin-bottom: 150px; */
    margin-top: 28px;
    margin-bottom: 28px;*/
}
.SubConT_tit_moreContent{
    display: flex;
    flex-wrap: wrap;
}
.SubConT_tit_moreContent span:nth-child(2){
    font-size: 16px;
    color: #ff0000;
    color: #fff645;
    font-weight: normal;
    padding-right: 0;
    padding-left: 0;
}
#rm_zf .zswTabel1 tr .tableRight,
#rm_zf .zswTabel1 tr .tableLeft{
    /* background-color: #fffbf6;
    background-color: #fff6eb; */
}
#rm_zf .zswTabel1 tr:nth-child(even) .tableLeft{
    background-color: #fff2ec;
}
#rm_zf .zswTabel1 tr:nth-child(even) .tableRight{
    background-color: #ffeadf;
}

@media screen and (max-width:1410px){
    .nav_totalAmount{
        right: 10px;
        margin-right: 0;
        top: auto;
        margin-top: 0;
        bottom: 90px;
        padding: 10px 10px 8px 10px;
    }
    .nav_totalAmount .totalAmount_text{
        font-size: 15px;
    }
    .nav_totalAmount .totalAmount_amount{
        font-size: 22px;
    }
    .nav_totalAmount::before{
        display: none;
    }
}
@media screen and (max-width:1115px) {
    .SNav a div{
        font-size: 17px;
    }
    .PriceH span b{
        display: inline-flex;
    }
    .SubConT_tit_moreContent{
        padding: 5px 0;
    }
    .SubConT_tit_moreContent span{
        line-height: 25px;
        min-height: auto;
        width: 100%;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .SubConT_tit_moreContent span:nth-child(2){
        padding: 0 10px;
    }
}
@media screen and (max-width:1078px){

}
@media screen and (max-width:1024px){
    .tableTdGroup1 {
        padding-top: 20px;
    }
    .tableTdGroup1::after{
        margin-top: 10px;
    }
    .tableTdGroup1s::after {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .tableTdGroup2s {
        padding-top: 70px;
        padding-bottom: 55px;
    }
    .tableTdGroup3::after {
        margin-top: 20px;
    }
    .tableTdGroup3s::after {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #suiteGroupsElement{
        padding-top: 60px;
    }
    .tableTdGroup5s::after {
        margin-top: 120px;
        margin-bottom: 90px;
    }
    .SMain_box .m2020_top > div:nth-child(3){
        font-size: 30px !important;
        line-height: 30px;
    }
    .logonImg a{
        display: flex;
    }
    .SMain .m2020_top div:nth-last-child(2){
        margin: 0 !important;
    }
    .SMain .m2020_top{
        width: 100% !important;
    }
    .SNav{
        flex-wrap: wrap;
    }
    .TextTop span{
        height: 60px;
        background-size: auto 88%;
    }
    .footerB{
        padding: 10px !important;
    }
    .nav_totalAmount .totalAmount_text {
        font-size: 14px;
    }
    .nav_position{
        right: 10px;
    }
    .nav_totalAmount .totalAmount_amount {
        font-size: 20px;
        padding-top: 0;
    }

}
@media screen and (max-width:1000px){
    #suiteGroupsElement {
        padding-top: 0;
    }
    .tableTdGroup2s {
        padding-top: 5px;
        padding-bottom: 0;
    }
    .tableTdGroup1,
    .tableTdGroup2,
    .tableTdGroup3,
    .tableTdGroup4,
    .tableTdGroup5{
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .tableTdGroup1::after,
    .tableTdGroup3::after,
    .tableTdGroup5s::after,
    .tableTdGroup6::after {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tabalPadW td{
        width: 100%;
    }
    .SNav a.active div::before,
    .SNav a div.active::before{
        display: none;
    }
    .SNav a:nth-child(1),
    .SNav a:nth-child(2),
    .SNav a:nth-child(3),
    .SNav a:nth-child(4),
    .SNav a:nth-child(5),
    .SNav a:nth-child(6){
        width:33.333333%;
    }
    .TextTopRedH{
        font-size: 36px;
    }
    .SNav {
        padding: 10px 8px;
    }
    .SNav a div{
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .SubConT_tit span{
        flex-wrap: wrap;
        padding: 5px 10px;
    }
    .logonImg{
        height: 80px;
    }
    .TextTop span {
        height: 55px;
    }
    .SMain .m2020Content{
        margin: 0 ;
        padding: 0 12px;
    }
    .SubConTable tr{
        display: flex;
        flex-wrap: wrap;
    }
    .tableLeft,
    .tableRight{
        width: 100%;
        margin-bottom: 1px;
        padding:10px 5px;
    }
    tr:last-child .tableRight{
        margin-bottom: 0;
    }
    .subTabel5Top .tableLeft{
        display: none;
    }
    .ESTable1 .zswTabel6Top .auto-style5, .ESmTable1 .TLImg7{
        width: 100% !important;
        justify-content: center;
    }
    .ESTable1 .zswTabel6Top .auto-style5 img, .ESmTable1 .TLImg7 img {
        margin: 10px 6px !important;
        max-width: 130px;
    }
    .ESTable1 .tableRight {
        height: auto;
    }
    .ESmTable1 .tableLeft,
    .ESmTable1 .tableRight{
        width: 100% !important;
        height: auto;
    }
    .EnglishMTable .tableLeft{
        width: 100%;
    }
    .HDESTable .tableRight {
        width: 100%;
    }
    .HDESTable .tableRight{
        padding-top: 10px;
    }
    

}
@media screen and (max-width:768px){
    .SubConT_tit_moreContent span{
        line-height: 20px;
    }
    .SubConT_tit_moreContent span:nth-child(2){
        font-size: 15px;
    }
    .SNav a div{
        font-size: 17px;
    }
    .TextTop span{
        background-size: 90% auto;
        height: 0;
        padding-bottom: 8.5%;
    }
    .logonImg{
        height: 65px;
    }
    .SubConT_tit{
        font-size: 18px;
    }
    .SMain{
        padding: 10px;
    }
    .SNav{
        padding: 4px;
    }
    .SMain .m2020Content{
        padding: 0 8px;
    }
    .SNav a{
        padding: 4px;
    }
    .SNav a div{
        padding: 6px 3px 9px 3px;
    }
    .SubConTable{
        padding-bottom: 10px;
    }
    .TotalBox{
        padding: 10px 0 0 0;
    }
    .TotalBox table.zswTabel8{
        border: 0;
    }
    .TotalBox .zswTabel8 tr td:nth-child(2){
        border-bottom: 0 !important;
        width: 100% !important;
    }
    .TotalBox .zswTabel8 tr.Total_tr1 td:nth-child(2){
        width: auto !important;
    }
    .TotalBox .zswTabel8 .zsw18T input{
        width: auto !important;
        margin: 0;
    }
    .TotalBox .zswTabel8 tr td{
        padding: 0 5px !important;
        min-height: auto;
    }
    .TotalBox input.noborder{
        background: #f6f7fb !important;
        margin: 0;
    }
    .TotalBox tr.Total_tr1 input{
        background: none !important;
    }
    .TotalBox{
        padding: 0px;
    }
    .totalIdiv{
        width: 100%;
        padding: 0px;
    }
    .zswTabel8 .ContactNt td:nth-child(2) div.contBB{
        width: 100%;
    }
    .TotalBox .contBB div{
        padding: 0;
        width: 33.333333% !important;
    }
    .TotalBox tr td:nth-child(1) font{
        padding-top: 0 !important;
    }
    tr.ContactNt td:nth-child(2){
        padding: 0 !important;
    }
    .TotalBox tr.Total_tr1 td:nth-child(1){
        width: auto !important;
    }
    tr.Total_tr3{
        width: 100%;
    }
    .footerButton input{
        width: auto;
        padding: 0 20px;
        line-height: 40px;
        font-size: 20px;
    }
    .tableRight .zswTabel5_div{
        padding: 0px;
    }
    .m2020Content td:nth-child(1){
        border-bottom:0;
    }
    .subTabel5Top .tableRight{
        padding: 0 !important;
    }
    .ressultH1{
        padding-bottom: 0;
    }
    .resultTable td:nth-child(1) {
        background: #fff2e2;
        border-bottom: 1px solid #ffb59a !important;
        display: flex;
        align-items: center;
    }
    .resultTable td:nth-child(2) {
        background: #fff;
    }
    .resultTable {
        background-color: #ffb59a;
    }
    .resultTable td{
        padding:5px 10px !important;
    }
    .resultTable td:nth-child(2) {
        display:flow-root;
        align-items: center;
        min-height: 50px;
        height: auto;
    }
    .resultD{
        padding:0 15px !important
    }
    .footerButton input.HomepageB{
        line-height: 50px;
        font-size: 18px;
    }
    .paymentTable {
        padding: 0 10px;
    }
    #rbtnPayNow,#rbtnBanks{
        width: 20px !important;
        height: 20px !important;
    }
    .paymentTable .zwc p,
    .paymentTable .parnow ul{
        padding-left: 0 !important;
    }
    .paymentTable .parnow ul li{
        line-height: 22px;
    }
    .paymentTable .zwc{
        margin: 10px 0 10px 30px;
    }
    .paymentTable #PayNow img{
        min-width: 150px;
    }
    .testdiv label{
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 25px;
    }
    .testdiv label input{
        position: absolute;
        left: -5px;
    }
    .testdiv span{
        display: flex;
    }
}
@media screen and (max-width:650px){
    .SNav a div {
        line-height: 20px;
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logonImg{
        padding: 5px;
    }
    .TotalBox .contBB div{
        padding:0 5px !important;
    }
    .TotalBox .contBB div input{
        
        margin: 0 !important;
    }
    tr.Total_tr4{
        width: 100% !important;
    }
    .TextTopRedH{
        font-size: 30px;
        padding-top: 10px;
        line-height: 35px;
    }
    
    
}
@media screen and (max-width:600px){
    
    .SNav a:nth-child(1),
    .SNav a:nth-child(2),
    .SNav a:nth-child(3),
    .SNav a:nth-child(4),
    .SNav a:nth-child(5),
    .SNav a:nth-child(6){
        width:50%;
    }
}
@media screen and (max-width:500px){
    .Sub_xxS label{
        display: inline-block;
    }
    .TextTopRedH{
        font-size: 28px;
        margin: 0 5px;
        line-height: 30px;
    }
    .Sub_xx{
        flex-wrap: wrap;
    }
    tr.Total_tr2{
        width: 100%;
    }
    .zswTabel8 select{
        max-width: 100%;
    }
    .TotalBox .contBB div{
        width: 100% !important;
    }
    .zswTabel8 .ContactNt td:nth-child(2){
        padding: 0 !important;
    }
    .footerButton{
        padding: 10px;
    }
}
@media screen and (max-width:450px){
    .logonImg {
        height: 55px;
    }
    .TextTop span {
        background-size: 95% auto;
        height: 0;
        padding-bottom: 10%;
    }
    .SNav a div{
        font-size: 16px;
    }
    .SubConT_tit{
        font-size: 16px;
    }
    .tableTH1{
        font-size: 15px;
    }
    .tabalPadW {
        padding: 0 10px;
    }
    .tableTLImg{
        padding: 0 5px;
    }
    .SubConTable table {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        padding: 1px;
    }
    .SubConTable tbody{
        
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .SubConTable tr{
        width: 100%;
    }
    .AMTable .tableRight{
        display: flex;
    }
    .AddressDiv{
        line-height: 25px;
    }
    .AddressDiv span{
        padding-bottom: 8px !important;
        padding-left: 0 !important;
    }
    .SMain_box .m2020_top > div:nth-child(3) {
        font-size: 26px !important;
    }
    
}
@media screen and (max-width:375px){
    .SubConT_tit_moreContent span:nth-child(2){
        font-size: 15px;
    }
    .logonImg {
        height: 50px;
    }
    .SNav a div{
        min-height: 45px;
        padding: 4px 3px 7px 3px;
        font-size: 15px;
    }
    .SubConT_tit {
        font-size: 15px;
    }
    .SubConT_tit span {
        padding: 3px 10px;
    }
}
.LEredss {
    display: block;
    font-size: 14px;
    letter-spacing: 0.05rem;
    color: red;
    margin-top: 10px;
}




.videoGroup {
    display: flex;
    flex-wrap: wrap;
}

    .videoGroup div {
        display: grid;
        padding: 5px 15px;
        color: #fff;
        position: relative;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        background-color: #6f63fc;
        border-radius: 25px;
        transition: all .3s ease 0s;
        cursor: pointer;
        padding-left: 45px;
        min-height: 35px;
        line-height: 18px;
        margin: 8px 8px 8px 0;
    }

        .videoGroup div::before {
            content: '';
            display: block;
            width: 25px;
            height: 25px;
            margin-right: 5px;
            background: url(../images/into_video.png) no-repeat center;
            position: absolute;
            left: 12px;
        }

        .videoGroup div:nth-child(2) {
            background-color: #2bc8d8;
        }

        .videoGroup div:nth-child(3) {
            background-color: #ff6e6e;
            margin-right: 0;
        }

.videos {
    display: none;
    position: fixed;
    z-index: 999;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

    .videos.active {
        display: flex;
    }

    .videos header {
        min-width: 300px;
        min-height: 200px;
        max-width: 800px;
        width: 100%;
        margin: 0 50px;
        position: relative;
        display: flex;
        background-color: #000;
        align-content: center;
    }

        .videos header video {
            width: 100%;
            margin: 10px 0;
        }

.vclose {
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .vclose:before {
        position: absolute;
        width: 60%;
        height: 4%;
        background-color: #fff;
        content: "";
        transform: rotate(45deg);
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .vclose:after {
        position: absolute;
        width: 60%;
        height: 4%;
        background-color: #fff;
        content: "";
        transform: rotate(-45deg);
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

