@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {
    float: left; width: 131px; height: 40px; overflow: hidden;
    background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }

/* 通用底部 */
.footer { background: #C31900; clear: both; position: relative; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }
.box_container{
    padding: 40px 0;
}



.banner_box{
    width: 100%;
    height: 690px;
    padding-top: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: url("../images/banner_bg.jpg") center top no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
}
.banner_box h2{
    line-height: 90px;
    width: 800px;
    font-size: 76px;
    font-style: italic;
    filter: drop-shadow( 0px 3px 0px #FF0000);
    -webkit-text-stroke: 1px #FDF5ED;
    text-stroke: 1px #FDF5ED;
    background: linear-gradient(0deg, #FFFDFB 0%, #FFE5C1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_box h2 span{
    font-size: 70px;
}
.banner_box h1{
    margin-top: 20px;
    margin-bottom: 24px;
    line-height: 170px;
    font-size: 144px;
    font-style: italic;
    text-align: center;
    filter: drop-shadow( 0px 6px 0px #FF0000);
    -webkit-text-stroke: 1px #FDF5ED;
    text-stroke: 1px #FDF5ED;
    background: linear-gradient(0deg, #FFFDFB 0%, #FFE5C1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_list{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,.5), rgba(0,0,0,0));
    height: 80px;
    margin-bottom: 28px;
}
.banner_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 40px;
    font-size: 27px;
}
.banner_list li img{
    display: block;
    margin-right: 16px;
    width: 30px;
}
.banner_btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_btn li{
    background: linear-gradient(180deg, #FFF7DA 0%, #FFBB72 100%);
    box-shadow: 0px 5px 19px 0px #B00000;
    margin: 0 60px;
    width: 290px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    font-size: 28px;
}
.banner_btn li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #D70C0A;
}
.banner_btn li a img{
    display: block;
    margin-right: 10px;
    width: 42px;
}
.bg1{
    background-image: url('../images/bg1.jpg'), url('../images/bg2.jpg');
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
}
.box_title{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.box_title h5{
    background-image: url('../images/title_bg.png');
    background-size: auto 100%;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding-right: 46px;
    width: 336px;
    height: 68px;
    line-height: 80px;
    font-size: 40px;
    margin-right: 16px
}
.title_text{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.title_text h3{
    line-height: 80px;
    font-size: 60px;
    width: 100%;
    font-style: italic;
    background: linear-gradient(0deg, #BA161F 0%, #FF5B0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title_text img{
    display: block;
    height: 25px;
}
.box1_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box1_list li{
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background-image: url('../images/box1_list.png');
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 275px;
    height: 295px;
}
.box1_list li img{
    display: block;
    height: 60px;
}
.box1_list li h5{
    line-height: 42px;
    font-size: 26px;
}
.box1_list li p{
    line-height: 32px;
    font-size: 22px;
}
.box1_list li a{
    color: #BF191C;
    font-weight: bold;
    background: linear-gradient(180deg, #FFF8DE 0%, #FFE79D 100%);
    display: block;
    width: 220px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 14px;
}
.box1_bottom{
    background-image: url('../images/form_bg.png');
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
    padding: 10px 0 30px;
}
.box1_bottom h3{
    text-align: center;
    position: relative;
    background: #ff0000;
    color: #fff;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ 
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    width: 150px;
    line-height: 150px;
    height: 215px;
    font-size: 36px;
}
.box1_bottom h3::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    bottom: -30px;
    border-top: 30px solid #ff0000;
    border-right: 30px solid transparent;
}
.form_box{
    width: calc(100% - 150px);
    height: 215px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fffdf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ajax_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 824px;
    margin: 16px 0;
}
.ajax_row input,
.ajax_row select{
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #141414;
    border: 1px solid #141414;
    font-size: 18px;
}
.ajax_form select{
    background: url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_row p{
    position: relative;
}
.ajax_form input#fs{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    width: 120px;
}
.form_box .form_submit{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    line-height: 32px;
    font-size: 22px;
    border: 4px solid #ffe79d;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    box-shadow: inset 0 0 8px rgba(133,0,2,.35) , 0 0 18px rgba(128,128,128,.42);
    text-align: center;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.box2_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.box2_list li{
    box-sizing: border-box;
    background: linear-gradient(45deg, #F03003, rgba(0,0,0,0), #BA161F);
    width: 340px;
    border-radius: 26px;
    padding: 5px;
    margin-bottom: 40px;
}
.box2_list_inner{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, #FFF8DA 0%, #FFEEBA 100%);
    border-radius: 26px;
    padding: 36px 0;
}
.box2_list_inner img{
    height: 86px;
}
.box2_list_inner img.box2_img,
.box2_list_inner:hover img.box2_img_active{
    display: block;
}
.box2_list_inner:hover img.box2_img,
.box2_list_inner img.box2_img_active{
    display: none;
}
.box2_list_inner h3{
    line-height: 40px;
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 30px;
    color: #FF0606;
}
.box2_list_inner p{
    line-height: 46px;
    margin-bottom: 40px;
    font-size: 26px;
    color: #000;
}
.box2_list_inner a{
    display: block;
    font-weight: bold;
    color: #FFE490;
    background: linear-gradient(180deg, #BA161F 0%, #F03003 100%);
    box-shadow: 0px 3px 3px 0px rgba(255, 255, 255, 0.47);
    width: 280px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    border-radius: 14px;
}
.box2_list_inner:hover{
    background: linear-gradient(180deg, #BA161F 0%, #F03003 100%);
}
.box2_list_inner:hover h3{
    color: #FFF2CE;
}
.box2_list_inner:hover p{
    color: #fff;
}
.box2_list_inner:hover a{
    box-shadow: 0px 3px 3px 0px #FFFFFF;
    background: linear-gradient(180deg, #FFF8DE 0%, #FFE79D 100%);
    color: #BF191C;
}
.box3{
    background: #e32f15;
}
.box3 .box_title h3,
.box7 .box_title h3,
.box8 .box_title h3{
    background: linear-gradient(185deg, #FFF7DA 0%, #FFBB72 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box3_list li{
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px dashed #FFF2C5;
    border-bottom: 1px dashed #FFF2C5;
    width: 170px;
    height: 185px;
    background: linear-gradient(180deg, #BA161F 0%, #F03003 100%);
}
.box3_list li:nth-child(7n){
    border-right: 0;
}
.box3_list li span{
    display: block;
    background: #FFFFFF;
    color: #E32F15;
    border: 1px solid #FFE7AF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.box3_list li h5{
    line-height: 40px;
    margin: 12px 0;
    font-size: 24px;
    color: #fff;
}
.box3_list li a{
    display: block;
    width: 140px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 24px;
    color: #E32F15;
    background: linear-gradient(180deg, #FFF8DE 0%, #FFE79D 100%);
}
.box3_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}
.box3_btn a{
    display: block;
    font-weight: bold;
    color: #D70C0A;
    background: linear-gradient(180deg, #FFF7DA 0%, #FFBB72 100%);
    box-shadow: 0px 5px 19px 0px #B00000;
    width: 320px;
    line-height: 68px;
    border-radius: 34px;
    margin: 0 50px;
    font-size: 28px;
}
.bg2{
    box-sizing: border-box;
    background-image: url('../images/bg3.jpg'), url('../images/bg4.jpg');
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 100px 0 40px 0;
}
.box4_container{
    background-image: url('../images/box4_center.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.box4_list li{
    width: 465px;
    line-height: 40px;
    font-size: 23px;
    margin-bottom: 30px;
    color: #000;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box4_list li a{
    display: block;
    color: #000;
}
.box4_r li{
    text-align: right;
    background-position: right bottom;
}
.box4_l li:nth-child(1){
    background-image: url('../images/box4_l1.png');
    height: 60px;
}
.box4_l li:nth-child(2){
    background-image: url('../images/box4_l2.png');
    height: 80px;
    padding-left: 30px;
}
.box4_l li:nth-child(3){
    background-image: url('../images/box4_l3.png');
    height: 50px;
    padding-left: 120px;
}
.box4_l li:nth-child(4){
    background-image: url('../images/box4_l4.png');
    height: 50px;
    padding-left: 170px;
}
.box4_r li:nth-child(1){
    background-image: url('../images/box4_r1.png');
    height: 60px;
}
.box4_r li:nth-child(2){
    background-image: url('../images/box4_r2.png');
    height: 80px;
    padding-right: 80px;
}
.box4_r li:nth-child(3){
    background-image: url('../images/box4_r3.png');
    height: 50px;
    padding-right: 150px;
}
.box4_r li:nth-child(4){
    background-image: url('../images/box4_r4.png');
    height: 50px;
    padding-right: 180px;
}
.box4_container>a{
    display: block;
    font-weight: bold;
    font-style: initial;
    color: #fff;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 60px;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    width: 245px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 30px;
}
.box5_list{
    display: flex;
    justify-content: space-between;
}
.box5_list li{
    background-image: url('../images/box5_list.png');
    background-size: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 380px;
    height: 445px;
}
.box5_list li h3{
    box-sizing: border-box;
    font-style: italic;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 40px;
    line-height: 45px;
    font-size: 30px;
}
.box5_list li p{
    padding: 0 16px;
    height: 90px;
    line-height: 30px;
    font-size: 20px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden;
    color: #000000;
    box-sizing: border-box;
}
.box5_center{
    background: #FF0000;
    color: #fff;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.box5_center span{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    font-size: 20px;
}
.box5_center span img{
    display: block;
    width: 26px;
    margin-right: 8px;
}
.box5_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.box5_btn a{
    display: block;
    border: 1px solid #FF0000;
    color: #C31A1A;
    box-sizing: border-box;
    width: 150px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 20px;
}
.box5_btn a:hover{
    color: #fff;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
}
.swiper-container{
    overflow: visible;
}
.box6_img{
    height: 450px;
    padding-top: 40px;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.box6_img span{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #FFF2C5;
    bottom: -50px;
}
.swiper-slide:nth-child(1) .box6_img span{
    display: block;
}
.box6_img a,
.box6_img img{
    display: block;
    width: 100%;
}
.box6_img h3{
    position: absolute;
    color: #fff;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/ 
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    line-height: 44px;
    top: 100px;
    font-size: 22px;
}
.box6_cont{
    display: none;
    background: #FFF2C5;
    box-sizing: border-box;
    padding: 24px 80px;
    box-shadow: 0px 5px 16px 0px rgba(168, 168, 168, 0.8);
    border-radius: 14px;
    margin-top: 50px;
}
.box6_cont:nth-child(1){
    display: block;
}
.box6_title{
    line-height: 64px;
    height: 64px;
    font-size: 30px;
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #A08219;
}
.box6_title span{
    display: block;
    width: 4px;
    height: 35px;
    background: #FF0000;
    border-radius: 2px;
}
.box6_title h3{
    margin-left: 10px;
    margin-right: 30px;
    color: #ff1f00;
}
.box6_title h5{
    color: #000;
}
.box6_info{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.box6_info_l{
    width: 700px;
}
.box6_info_l h5{
    line-height: 46px;
    font-size: 26px;
    color: #000;
}
.box6_info_l p{
    text-align: justify;
    line-height: 32px;
    font-size: 18px;
    color: #000;
}
.box6_info a{
    text-align: center;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    color: #fff;
    display: block;
    width: 210px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 24px;
}
.box7{
    background: #e32f15;
    box-sizing: border-box;
}
.box7_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.box7_tab::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 10px;
    background: #AA1500;
    box-shadow: inset 0px 3px 7px 0px rgba(89, 11, 0, 0.54);
}
.box7_tab li{
    background-image: url('../images/box7_tab.png');
    background-size: 100%;
    cursor: pointer;
    width: 280px;
    height: 82px;
    line-height: 80px;
    font-size: 28px;
    margin: 0 -10px;
    color: #fff;
}
.box7_tab li.active{
    background-image: url('../images/box7_tab_active.png');
    color: #E32F15;
}
.box7_cont{
    margin-top: 40px;
    display: none;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}
.box7_cont:nth-child(1){
    display: flex;
}
.box7_book{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 8px solid #FFEC49;
    width: 480px;
    height: 430px;
    box-shadow: 0px 20px 9px 0px rgba(153, 0, 12, 0.51), inset 0px 3px 7px 0px rgba(132, 129, 129, 0.64);
    border-radius: 27px;
}
.box7_book img{
    display: block;
    width: 400px;
}
.box7_book_tag{
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #FF0000;
    box-shadow: 0px 10px 6px 0px rgba(110, 110, 110, 0.51), inset 0px 3px 7px 0px rgba(132, 129, 129, 0.64);
    padding: 0 20px;
    right: -28px;
    top: -28px;
    height: 52px;
    line-height: 52px;
    border-radius: 0px 20px 20px 20px;
    border: 2px solid #FFEC49;
}
.box7_book_tag img{
    display: block;
    width: 40px;
    margin-right: 8px;
}
.box7_book_tag p{
    color: #fff;
    font-size: 22px;
}
.box7_info{
    width: 620px;
}
.box7_info h3{
    line-height: 70px;
    margin-bottom: 36px;
    font-size: 30px;
    position: relative;
}
.box7_info h3::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1),rgba(255,255,255,0));
    height: 6px;
}
.box7_info p{
    line-height: 40px;
    margin-bottom: 24px;
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box7_info p img{
    display: block;
    width: 32px;
    margin-right: 8px;
}
.box7_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.box7_btn a{
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #FFF8DE 0%, #FFE79D 100%);
    color: #E32F15;
    width: 180px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 22px;
}
.box8{
    background: #C31900;
}
.city_list li{
    float: left;
    text-align: center;
    background: #FFFFFF;
    margin: 5px;
    width: 140px;
    line-height: 56px;
    border-radius: 10px;
    font-size: 22px;
}
.city_list li a{
    display: block;
    color: #E32F15;
}
.city_list li:hover{
    background: #FFE9A7;
}
.qqlist {
    width: 1235px;
    margin-top: 40px;
    position: relative;
      
  }
  .qqlist .lis {
    float: left;
    width: 125px;
    height: 62px;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    line-height: 62px;
    margin-bottom: 18px;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(180deg, #FFF8DE 0%, #FFE79D 100%);
    color: #871314;
  }
  .qqlist .lis:hover {
    background: #871314;
    color: #fff;
  }
  .qqlist .add-cur {
    background: #871314;
  }
  .qqlist .address {
    clear: both;
    margin-bottom: 15px;
    width: 98%;
    height: 140px;
    overflow: hidden;
    background: linear-gradient(180deg, #FFF8DE 0%, #FFE79D 100%);
    border-radius: 5px;
  }
  .qqlist .address ul li {
    padding: 20px;
  }
  .qqlist .address ul li .a-left p,
  .qqlist .address ul li .a-left a {
    line-height: 30px;
    font-size: 18px;
    color: #871314;
      
  }
  .qqlist .address ul li .a-left a {
    border-bottom: 1px solid #333 ;
  }
  .qqlist .address ul li .a-right {
    margin-left: 20px;
  }
  .qqlist .address ul li .a-right img {
    width: 100px;
    height: 110px;
    display: inline-block;
    margin-left: 20px;
  }
.fixed_bottom{
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(-34deg, #FFDFA8 0%, #FEB75B 100%);
    box-shadow: 0px -10px 29px 0px rgba(150, 0, 0, 0.58);
}
.fixed_nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed_nav li::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #FF0000;
}
.fixed_nav li:nth-last-child(1)::after{
    display: none;
}
.fixed_nav li{
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 16.6%;
    line-height: 80px;
    font-size: 28px;
}
.fixed_nav li a{
    display: block;
    color: #000;
}
.fixed_nav li:hover a{
    color: #FF0000;
}
.window_mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.fixed_form{
    width: 530px;
    border-radius: 24px;
    padding: 40px 0;
    box-sizing: border-box;
    background: #fff4dd url('../images/fixed_bg.png') center top no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mask_close{
    position: absolute;
    display: block;
    cursor: pointer;
    right: -30px;
    top: -30px;
    width: 28px;
}
.fixed_form h3{
    line-height: 40px;
    margin-bottom: 70px;
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(153, 0, 12, 0.55);
    text-align: center;
}
.fixed_form h3 span{
    color: #FFEFAE;
}
.fixed_form .ajax_row{
    width: 100%;
    padding: 0 50px 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ajax_row span{
    display: block;
    color: #000;
    text-align: right;
    box-sizing: border-box;
    width: 100px;
    padding-right: 12px;
    font-size: 22px;
}
.ajax_select{
    width: calc(100% - 100px);
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.fixed_form .ajax_row input,
.fixed_form .ajax_row select{
    display: block;
    width: 100%;
    height: 45x;
    line-height: 45px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #000;
    border: 1px solid #000;
    background: none;
    font-size: 22px;
}
.fixed_form .ajax_row select{
    width: 49%;
    background: url("../images/select_bg.png") 95% center no-repeat;
}
.fixed_form .ajax_row input#fs2{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    width: 180px;
}
.fixed_form .ajaxBtn{
    width:275px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    font-size: 30px;
    margin: 0 auto;
    border:0;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(-11deg, #FF7E00 0%, #FF3000 100%);
    text-align: center;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.fixed_form .submit{
    width:275px;
    height: 50px;
    line-height: 50px;
    border-radius: 33px;
    font-size: 25px;
    margin: 0 auto;
    border:0;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(-11deg, #FF7E00 0%, #FF3000 100%);
    text-align: center;
    cursor: pointer;
    padding: 0;
    color: #fff;
}
.por input,
.distpicker select {
	display: block;
	float:right;
	height:45px;
	box-sizing: border-box;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 4px;
	outline:none;
	font-size:16px;
	line-height:45px;
	padding-left: 12px;
}
.distpicker select {
	width: 100%;
	background: #fff url('../images/select_bg.png') no-repeat 95% center;
}
.por input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ddd;
	padding-left: 12px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 18px;
}
#__nc {
	display: block;
	box-sizing: border-box;
	width: 68%;
	height: 45px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 18px;
	padding: 0;
    margin-left: 22%;
    border-radius: 9px;
}
._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
	padding: 0!important;
	height: 45px!important;
	line-height: 45px!important;
	font-size: 18px;
}
._nc .stage1 .slider{
	height: 45px!important;
	left: 0;
	right: 0;
}
._nc .stage1 .button{
	width:  45px!important;
	height: 45px!important;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
	width: 100%!important;
	height: 45px;
}
.nc-container .nc_scale .scale_text{
	font-size: 18px!important;
	text-align: left;
}
.nc_scale {
	height: 45px!important;
}
.nc-container .nc_scale span {
	top: -1px!important;
	left: -1px!important;
	height: 45px!important;
	line-height: 45px!important;
    border-radius: 9px!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
	line-height: 45px;
}
.nc-container .nc_scale .btn_ok {
	line-height: 45px;
}
.por input.send {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 45px;
	display:block; 
	width:120px; 
	cursor: pointer;
	border:none;
	background: linear-gradient( -54deg, #e5b31f,#da7a22, #da7a22, #e5b31f ) repeat left / 300% 100%;
	color:#fff; 
	font-size:18px; 
	text-align: center; 
	text-indent: 0;
}
/* .por .nc-container #nc_1_wrapper, .por .nc-container.tb-login #nc_1_wrapper {
    width: 68%;
    margin-left: 23%;
    background-color:rgb(255, 252, 233) ;
  }
  .por .nc_scale {
    height: 58px;
    margin-bottom: 20px;
    border-radius: 9px;
    box-shadow: 0px 3px 9px 0px rgba(116, 116, 116, 0.46);
    background-color:rgb(255, 252, 233) ;
  }
  .por .nc-container .nc_scale span {
    width: 58px;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    border-radius: 9px;
  }
  .por .nc_iconfont, .por .nc-container .nc_scale .scale_text {
    font-size: 20px;
  } */


@media only all and (max-width:1080px) {
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }

    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }

    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain;
    }

    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }

    .footer:before {
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }

    .box_container{
        padding: 1rem 0;
    }
    body{
        box-sizing: border-box;
        padding-bottom: 3rem;
    }

    .banner_box{
        height: 16rem;
        padding-top: 1rem;
    }
    .banner_box h2{
        line-height: 1.6rem;
        width: 16rem;
        font-size: 1.6rem;
        filter: drop-shadow( 0px .1rem 0px #FF0000);
    }
    .banner_box h2 span{
        font-size: 1.4rem;
    }
    .banner_box h1{
        margin-top: .5rem;
        margin-bottom: .5rem;
        line-height: 4rem;
        font-size: 2.8rem;
        filter: drop-shadow( 0px .1rem 0px #FF0000);
    }
    .banner_list{
        height: 2rem;
        margin-bottom: .5rem;
    }
    .banner_list li{
        margin: 0 .2rem;
        font-size: .7rem;
    }
    .banner_list li img{
        margin-right: .2rem;
        width: .7rem;
    }
    .banner_btn li{
        margin: 0 1rem;
        width: 7rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .8rem;
    }
    .banner_btn li a img{
        margin-right: .2rem;
        width: 1rem;
    }
    .bg1{
        background-image: url('../images/bg1.jpg'), url('../images/bg2.jpg');
        background-position: center top, center bottom;
        background-repeat: no-repeat, no-repeat;
    }
    .box_title{
        margin-bottom: 1rem;
    }
    .box_title h5{
        padding-right: .2rem;
        width: 6rem;
        height: 1.7rem;
        line-height: 2rem;
        font-size: 1rem;
        margin-right: .4rem
    }
    .title_text h3{
        line-height: 2rem;
        font-size: 1rem;
    }
    .title_text img{
        height: .5rem;
    }
    .box1_list{
        flex-wrap: wrap;
    }
    .box1_list li{
        padding: 1rem 0;
        margin: .2rem .05rem;
        width: 9rem;
        height: 9.6rem;
    }
    .box1_list li img{
        height: 2rem;
    }
    .box1_list li h5{
        line-height: 1.4rem;
        font-size: .85rem;
    }
    .box1_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_list li a{
        width: 7rem;
        line-height: 1.75rem;
        font-size: .8rem;
        border-radius: .5rem;
    }
    .box1_bottom{
        display: none;
        background-image: none;
        margin-top: 1rem;
        padding: 0;
    }
    .box1_bottom h3{
        writing-mode: horizontal-tb;
        writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
        width: 100%;
        line-height: 2rem;
        text-align: center;
        height: 2rem;
        font-size: 1rem;
    }
    .box1_bottom h3::after{
        display: none;
    }
    .form_box{
        width: 100%;
        height: auto;
        padding: .2rem;
        flex-direction: column;
    }
    .ajax_row{
        width: 100%;
        margin: .3rem 0;
    }
    .ajax_row input,
    .ajax_row select{
        width: 33%;
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: .3rem;
        padding-left: .3rem;
        font-size: .7rem;
    }
    .ajax_form p{
        width: 33%;
    }
    .ajax_form p input{width: 100%;}
    .ajax_form select{
        background-size: .5rem;
    }
    .ajax_form input#fs{
        width: 2.7rem;
    }
    .form_box .form_submit{
        width: 4rem;
        height: 4rem;
        line-height: 1rem;
        font-size: .7rem;
        border: .1rem solid #ffe79d;
    }
    .box2_list li{
        margin: .1rem .5%;
        width: 49%;
        border-radius: .5rem;
        padding: .2rem;
    }
    .box2_list_inner{
        border-radius: .5rem;
        padding: .5rem 0;
    }
    .box2_list_inner img{
        height: 2rem;
    }
    .box2_list_inner h3{
        line-height: 1rem;
        margin-top: .4rem;
        margin-bottom: .4rem;
        font-size: .8rem;
    }
    .box2_list_inner p{
        line-height: 1.2rem;
        margin-bottom: 1rem;
        font-size: .7rem;
    }
    .box2_list_inner a{
        width: 7rem;
        height: 1.75rem;
        line-height: 1.75rem;
        font-size: .85rem;
        border-radius: .4rem;
    }
    .box5_swiper,.mob_swiper{
        /* overflow: hidden; */
        position: relative;
        width: 16rem;
        margin: 0 auto;
    }
    .mob_swiper .swiper-slide{
        display: flex;
        justify-content: flex-start;
        align-items: start;
        flex-wrap: wrap;
    }
    .mob_list{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 33%;
        margin: .1rem .15%;
        height: 6rem;
        background: linear-gradient(180deg, #BA161F 0%, #F03003 100%);
    }
    .mob_list span{
        display: block;
        background: #FFFFFF;
        color: #E32F15;
        border: 1px solid #FFE7AF;
        border-radius: 50%;
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .65rem;
    }
    .mob_list h5{
        line-height: 1rem;
        margin: .3rem 0;
        font-size: .8rem;
        color: #fff;
    }
    .mob_list a{
        display: block;
        width: 4rem;
        line-height: 1.4rem;
        border-radius: .3rem;
        font-size: .7rem;
        color: #E32F15;
        background: linear-gradient(180deg, #FFF8DE 0%, #FFE79D 100%);
    }
    .box3_btn{
        margin-top: 1rem;
    }
    .box3_btn a{
        width: 8rem;
        line-height: 1.7rem;
        border-radius: .85rem;
        margin: 0 .3rem;
        font-size: .85rem;
    }
    .bg2{
        box-sizing: border-box;
        background-image: url('../images/bg3.jpg'), url('../images/bg4.jpg');
        background-position: center top, center bottom;
        background-repeat: no-repeat, no-repeat;
        padding: 3rem 0;
    }
    .box4_container{
        background-image: none;
        flex-wrap: wrap;
    }
    .box4_list li{
        width: 100%;
        line-height: 1.2rem;
        font-size: .7rem;
        margin-bottom: .2rem;
    }
    .box4_r li{
        text-align: left;
    }
    .box4_l li:nth-child(1),
    .box4_l li:nth-child(2),
    .box4_l li:nth-child(3),
    .box4_l li:nth-child(4),
    .box4_r li:nth-child(1),
    .box4_r li:nth-child(2),
    .box4_r li:nth-child(3),
    .box4_r li:nth-child(4){
        background-image: none;
        height: auto;
        padding: 0;
    }
    .box4_container>a{
        margin: .2rem 0;
        width: 7rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .9rem;
    }
    .box5_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .box5_swiper{
        position: relative;
        width: 14rem;
        margin: 0 auto;
    }
    .box5_mob_list{
        background-image: url('../images/box5_list.png');
        background-size: 100%;
        box-sizing: border-box;
        padding: .4rem .8rem;
        margin: .1rem .05rem;
        width: 14rem;
        height: 16.7rem;
    }
    .box5_mob_list h3{
        box-sizing: border-box;
        font-style: italic;
        color: #fff;
        padding-left: .4rem;
        margin-bottom: 1rem;
        line-height: 2.2rem;
        font-size: 1rem;
    }
    .box5_mob_list p{
        display: -webkit-box; 
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 3; 
        overflow: hidden;
        color: #000000;
        box-sizing: border-box;
        padding: 0 .5rem;
        height: 3.3rem;
        line-height: 1.1rem;
        font-size: .75rem;
    }
    .box5_center{
        height: 3.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .box5_center span{
        font-size: .75rem;
    }
    .box5_center span img{
        width: .6rem;
        margin-right: .2rem;
    }
    .box2_swiper  .swiper-button-prev.swiper-button-white.prev {
        width: 88px;
        height: 88px;
        box-shadow: 0px 5px 6px 0px rgba(120, 7, 0, 0.41);
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, #FFFDD9, #FFF604);
        border: 1px solid #C03927;
        cursor: pointer;
        position: absolute;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .box2_swiper  .swiper-button-next.swiper-button-white.next {
        width: 88px;
        height: 88px;
        box-shadow: 0px 5px 6px 0px rgba(120, 7, 0, 0.41);
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, #FFFDD9, #FFF604);
        border: 1px solid #C03927;
        cursor: pointer;
        position: absolute;
        right: -26px;
        top: 50%;
        transform: translateY(-50%);
    }
    .box2_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box,
    .box2_swiper  .swiper-button-next.swiper-button-white.next .btn_box{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        background: linear-gradient(0deg, #FFFDD9, #FFF604);
        border: 1px solid #C03927;
        box-shadow: 0px 5px 6px 0px rgba(120, 7, 0, 0.41);
        border-radius: 50%;
    }
    .box2_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box img,
    .box2_swiper  .swiper-button-next.swiper-button-white.next .btn_box img{
        display: block;
        width: 25px;
    }
    .box5_btn{
        padding: 0 .2rem;
    }
    .box5_btn a{
        width: 49%;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .7rem;
    }
    .box6_swiper{
        width: 12rem;
        margin: 0 auto;
        overflow: hidden;
    }
    .box6_img{
        height: auto;
        padding-top: 0;
    }
    .box6_img span{
        display: none;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 0 solid #FFF2C5;
        bottom: -0;
    }
    .box6_img h3{
        line-height: 2.5rem;
        top: 4rem;
        font-size: 1rem;
    }
    .box6_cont{
        padding: .5rem;
        border-radius: .4rem;
        margin-top: .5rem;
    }
    .box6_title{
        line-height: 1.5rem;
        height: 1.5rem;
        font-size: .85rem;
        margin-bottom: .3rem;
    }
    .box6_title span{
        width: .1rem;
        height: 1rem;
        border-radius: .05rem;
    }
    .box6_title h3{
        margin-left: .2rem;
        margin-right: .5rem;
    }
    .box6_info{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .box6_info_l{
        width: 100%;
    }
    .box6_info_l h5{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box6_info_l p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box6_info a{
        width: 7rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .8rem;
    }
    .box7_tab::after{
        height: .3rem;
    }
    .box7_tab li{
        width: 25%;
        height: 1.7rem;
        line-height: 1.7rem;
        font-size: .7rem;
        margin: 0;
    }
    .box7_cont{
        margin-top: 1rem;
        flex-direction: column;
    }
    .box7_book{
        border: .2rem solid #FFEC49;
        width: 12rem;
        height: 11rem;
        border-radius: .8rem;
    }
    .box7_book img{
        width: 9rem;
    }
    .box7_book_tag{
        padding: 0 .5rem;
        right: -.7rem;
        top: -.7rem;
        height: 1.4rem;
        line-height: 1.4rem;
        border-radius: 0px .5rem .5rem .5rem;
    }
    .box7_book_tag img{
        width: 1rem;
        margin-right: .2rem;
    }
    .box7_book_tag p{
        font-size: .7rem;
    }
    .box7_info{
        width: 100%;
    }
    .box7_info h3{
        line-height: 1.6rem;
        margin-bottom: .5rem;
        font-size: .85rem;
    }
    .box7_info h3::after{
        height: .15rem;
    }
    .box7_info p{
        line-height: 1rem;
        margin-bottom: .4rem;
        font-size: .7rem;
    }
    .box7_info p img{
        width: .7rem;
        margin-right: .2rem;
    }
    .box7_btn{
        margin-top: .5rem;
    }
    .box7_btn a{
        width: 32%;
        line-height: 1.5rem;
        border-radius: .75rem;
        font-size: .75rem;
    }
    .city_list li{
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.6rem;
        border-radius: .3rem;
        font-size: .7rem;
    }
    .fixed_nav{
        flex-wrap: wrap;
    }
    .fixed_nav li::after{
        display: none;
    }
    .fixed_nav li{
        width: 33.3%;
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .fixed_form{
        width: 16rem;
        border-radius: .6rem;
        padding: 1rem 0;
        background-size: 100%;
    }
    .mask_close{
        right: -1.2rem;
        top: -1.2rem;
        width: 1.2rem;
    }
    .fixed_form h3{
        line-height: 1.1rem;
        margin-bottom: 2rem;
        font-size: .85rem;
    }
    .fixed_form .ajax_row{
        padding: 0 1rem 0 .5rem;
        margin-bottom: .5rem;
    }
    .ajax_row span{
        width: 3.5rem;
        padding-right: .3rem;
        font-size: .7rem;
    }
    .ajax_select{
        width: calc(100% - 3.5rem);
    }
    .fixed_form .ajax_row input,
    .fixed_form .ajax_row select{
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .3rem;
        padding-left: .3rem;
        font-size: .7rem;
    }
    .fixed_form .ajax_row select{
        background-size: .5rem;
    }
    .fixed_form .ajax_row input#fs2{
        width: 4rem;
    }
    .fixed_form .ajaxBtn{
        width: 6rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .9rem;
    }
    .fixed_form .submit{
        width: 6rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .9rem;
    }
    .mob_swiper{
    }
    .mob_swiper .swiper-container{
        overflow: hidden;
        width: 16rem;
    }
    .mob_swiper  .swiper-button-prev.swiper-button-white.prev {
        background-image: none;
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        opacity: 1;
        position: absolute;
        left: -1.2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .mob_swiper  .swiper-button-next.swiper-button-white.next {
        background-image: none;
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        opacity: 1;
        right: -1.2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .mob_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box,
    .mob_swiper  .swiper-button-next.swiper-button-white.next .btn_box{
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
    }
    .mob_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box img,
    .mob_swiper  .swiper-button-next.swiper-button-white.next .btn_box img{
        display: block;
        opacity: 1;
        width: 1.1rem;
    }
    .box5_swiper .swiper-container{
        overflow: hidden;
        width: 14rem;
    }
    .box5_swiper  .swiper-button-prev.swiper-button-white.prev {
        background-image: none;
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        opacity: 1;
        position: absolute;
        left: -1.2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .box5_swiper  .swiper-button-next.swiper-button-white.next {
        background-image: none;
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        opacity: 1;
        right: -1.2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .box5_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box,
    .box5_swiper  .swiper-button-next.swiper-button-white.next .btn_box{
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
    }
    .box5_swiper  .swiper-button-prev.swiper-button-white.prev .btn_box img,
    .box5_swiper  .swiper-button-next.swiper-button-white.next .btn_box img{
        display: block;
        opacity: 1;
        width: 1.1rem;
    }
    .qqlist {
        width: 100%;
        margin-top: 1rem;
       }
     
       .qqlist .lis {
       float: left;  
         width: 19%;
         margin-right: 0.5%;
         height: 1.5rem;
         font-size: 0.7rem;
         line-height: 1.5rem;
         margin-bottom: 0.45rem;
         border-radius: 0.2rem;
         cursor: pointer;
       text-align: center;
       }
       .qqlist .address {
         margin-bottom: 0.45rem;
         height: auto;
       }
       .qqlist .address ul li {
         padding: 0.5rem;
       }
       .qqlist .address ul li .a-left {
         width: 55%;
         float: left;
       }
       .qqlist .address ul li .a-left p,
       .qqlist .address ul li .a-left a {
         line-height: 1rem;
         font-size: 0.65rem;
       }
       .qqlist .address ul li .a-right {
         margin-left: 0.5rem;
         float: right;
         width: 35%;
       }
       .qqlist .address ul li .a-right img {
         width: 4rem;
         height: 4rem;
         margin-left: 0.25rem;
       }
       /* .por .nc-container #nc_1_wrapper, .por .nc-container.tb-login #nc_1_wrapper {
        width: 10%;
        margin-left: 23%;
        background-color:rgb(255, 252, 233) ;
      }
       .por .nc_scale {
        margin-bottom: .5rem;
      }
      .por ._nc .stage1 {
          padding: 0;
          height:2.1rem;
      }
      .por ._nc .stage1 .slider {
          left: 0;
          right: 0;
          height: 1.8rem;
      }
      .por ._nc .stage1 .track div, .por ._nc .stage1 .label {
          height: 1.8rem;
          line-height: 1.8rem;   
      }
      .por ._nc .stage1 .button {
          width:1.8rem;
          height: 1.8rem;
      }
      .por ._nc .icon-slide-arrow, .por ._nc .icon-ok {
          font-size: 1rem;
      }
      .por ._nc .icon {
          width: 1rem;
          height: 1rem;
          left: .25rem;
      } */
      .distpicker,.por{
		margin-bottom: .5rem;
	}
	.distpicker label ,
	.por label {
		width: 3.5rem;
		min-width: 3.5rem;
		line-height: 1.8rem; 
		font-size: .7rem;
	}
	.por input,
	.city_box{
		width: calc(100% - 3.5rem);
	}
	.city_box #province,
	.city_box #city{
		width: 49%;
		margin-bottom: 0;
	}
	.por input,
	.distpicker select {
		height:1.8rem;
		border-radius: .2rem;
		font-size:.7rem;
		line-height:1.8rem;
		padding-left: .25rem;
	}
	.distpicker select {
		width: 100%;
		background-size: .5rem;
	}
	.por input{
		height: 1.8rem;
		line-height: 1.8rem;
		padding-left: .25rem;
		border-radius: .2rem;
		font-size:.7rem;
	}
	#__nc {
        width: 69%;
		height: 1.8rem;
		font-size:.5rem;
        margin-left: 24%;
	}
	._nc .stage,._nc .stage1 .track div, ._nc .stage1 .label{
		padding: 0!important;
		height: 1.8rem!important;
		line-height: 1.8rem!important;
		font-size:.5rem;
	}
	._nc .stage1 .slider{
		height: 1.8rem!important;
		left: 0;
		right: 0;
	}
	._nc .stage1 .button{
		width:  1.8rem!important;
		height: 1.8rem!important;
	}
	.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
		width: 100%!important;
		height: 1.8rem;
	}
	.nc-container .nc_scale .scale_text{
		font-size: .7rem!important;
		text-align: left;
	}
	.nc_scale {
		height: 1.8rem!important;
	}
	.nc-container .nc_scale span {
		top: -1px!important;
		left: -1px!important;
		height: 1.8rem!important;
		line-height: 1.8rem!important;
	}
	.nc-container .nc_scale span.nc-lang-cnt {
		line-height: 1.8rem;
	}
	.nc-container .nc_scale .btn_ok {
		line-height: 1.8rem;
	}
	
	.por input.send {
		height: 1.8rem;
		width: 4.5rem; 
		font-size:.7rem; 
	}
}