﻿@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; }
ul.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(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    background-size: 131px 40px;
    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 { clear: both; position: relative; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#333 font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }


body{
    
}
.banner_box{
    width: 100%;
    height: 800px;
    text-align: center;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 55px;
}
.banner_box h2{
    margin: 0 auto;
    color: #fff;
    width: 340px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 30px;
    letter-spacing: 10px;
    text-indent: 10px;
    font-weight: normal;
    background: linear-gradient(90deg,rgba(82,111,223,.1),rgba(82,111,223,1),rgba(82,111,223,.1));
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 656px;
    height: 174px;
    margin: 16px auto;
}
.banner_list{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.banner_list li{
    width: 120px;
    line-height: 56px;
    border-radius: 28px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    font-size: 40px;
    margin: 0 30px;
}
.banner_box h3{
    line-height: 80px;
    font-size: 40px;
    background: linear-gradient(180deg, #FFFFFF 36.6455078125%, #e47b5b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_box p{
    margin: 0 auto;
    color: #fff;
    background: #e85249;
    font-weight: bold;
    box-shadow: inset 0 0 20px rgba(255,255,255,.7);
    width: 530px;
    line-height: 72px;
    border-radius: 36px;
    font-size: 40px;
}
.banner_l{
    display: block;
    position: absolute;
    width: 210px;
    top: 325px;
    left: 100px;
    animation: banner_l linear 7s infinite;
}
.banner_r{
    display: block;
    position: absolute;
    width: 235px;
    top: 325px;
    right: 90px;
    animation: banner_r linear 7s infinite;
}
@keyframes banner_l{
    0% { transform: translate(0,0); }
    25% { transform: translate(-10px,10px); }
    50% { transform: translate(0,0); }
    75% { transform: translate(10px,-10px); }
    100% { transform: translate(0,0); }
}
@keyframes banner_r{
    0% { transform: translate(0,0); }
    25% { transform: translate(10px,10px); }
    50% { transform: translate(0,0); }
    75% { transform: translate(-10px,-10px); }
    100% { transform: translate(0,0); }
}
.box1{
    margin-top: -200px;
}
.box_title{
    margin-bottom: 16px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.box_title h3{
    text-align: center;
    min-width: 410px;
    box-sizing: border-box;
    padding: 0 40px;
    height: 74px;
    line-height: 74px;
    font-size: 38px;
    background: linear-gradient(0deg, #2E65F2 0%, #44D1FF 100%);
    border-radius: 15px 15px 0px 0px;
    color: #fff;
    position: relative;
}
.box_title h3::after{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    height: 8px;
    background: #ea081e;
    border-radius: 4px;
}
.box_title_1{
    height: 100px;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center;
    background-size: auto 100%;
    background-position: center top;
}
.title_red{
    background-image: url('../images/title_bg.png');
    color: #fff;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.35);
}
.bottom_top{
    text-align: center;
    color: #B62B21;
    margin-bottom: 50px;
    margin-top: 30px;
}

.bottom_top h3{
    line-height: 40px;
    font-size: 36px;
}
.bottom_top h3::before,
.bottom_top h3::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/bottom_l.png');
    background-size: 100%;
    width: 117px;
    height: 20px;
    margin: 0 10px;
}
.bottom_top h3::after{
    background-image: url('../images/bottom_r.png');
}

.bottom_top_2{
    text-align: center;
    color: #B62B21;
    margin-bottom: 50px;
    margin-top: 30px;
}
.bottom_top_2 h3{
    line-height: 40px;
    font-size: 36px;
}
.bottom_top_2 h3::before,
.bottom_top_2 h3::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/bottom_l.png');
    background-size: 100%;
    width: 117px;
    height: 20px;
    margin: 0 10px;
}
.bottom_top_2 h3::after{
    background-image: url('../images/bottom_r.png');
}

.bottom_top_2 p{
    line-height: 40px;
    font-size: 26px;
	margin-top:20px;

}
.bottom_top_2 p a{
    line-height: 60px;
    font-size: 26px;
	text-decoration: underline;
}
.bottom_top_a a{
    display: inline-block;
    margin: 0 4px;
    line-height: 32px;
    font-size: 20px;
    color: #B62B21;
    text-decoration: none;
}
.outer_box{
    margin-bottom: 20px;
    position: relative;
}
.box_container{
    position: relative;
    background: #D03A3D;
    border-radius: 20px;
    padding: 12px;
}
.inner_box_container{
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    padding: 40px;
}
.box_container::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: -33px;
    height: 35px;
    background-image: url('../images/box_before.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}
.box_l,
.box_r{
    display: block;
    position: absolute;
    z-index: 2;
    top: -140px;
    background-image: url('../images/box_icon.png');
    background-size: 100%;
    width: 21px;
    height: 127px;
}
.box_l{
    left: 110px;
}
.box_r{
    right: 110px;
}
.box1_list{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
}
.box1_list::before{
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #b62b21;
    opacity: 0.5;
    box-sizing: border-box;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 12px;
}
.box1_list li{
    width: 104px;
    text-align: center;
}
.box1_list li img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.box1_list li h5{
    line-height: 26px;
    font-size: 20px;
    color: #0E165F;
}
.box1_list li p{
    line-height: 26px;
    font-size: 18px;
    color: #0E165F;
}
.box1_list li span{
    position: relative;
    z-index: 2;
    display: block;
    margin: 10px auto 0;
    width: 40px;
    line-height: 24px;
    border-radius: 12px;
    font-size: 14px;
    background: #B7CAFE;
    color: #fff;
}
.city_list li{
    float: left;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(0deg, #b62b21 0%, #f7564b 100%);
    width: 100px;
    line-height: 44px;
    border-radius: 10px;
    margin: 18px;
    font-size: 18px;
}
.city_list li a{
    display: block;
    color: #fff;
}
.box3_l{
    width: 450px;
}
.ajax_form{
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: linear-gradient(0deg, #b62b21 0%, #f4c3bf 100%);
    border-radius: 20px;
    margin-bottom: 35px;
}
.ajax_form p{
    margin-bottom: 20px;
}
.ajax_form input,
.ajax_form select{
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    padding-left: 10px;
    background: #fff;
    color: #000;
    font-size: 18px;
    float: left;
}
.ajax_form select{
    width: 175px;
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
    background-size: 16px;
}
.ajax_form select#city,
.ajax_form select#Ext2{
    float: right;
}
.ajax_form input#PhoneCode{
    width: 70%;
    border-radius: 10px 0 0 10px;
}
.ajax_form input#fs{
    width: 30%;
    border-radius: 0 10px 10px 0;
    float: right;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #b62b21;
}
.ajax_form input.button{
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    background: linear-gradient(0deg, #E95046 0%, #F66B60 100%);
    color: #fff;
    font-size: 18px;
    float: none;
}
.box3_l_text{
    line-height: 38px;
    font-size: 18px;
    color: #000;
    position: relative;
}
.box3_l_text::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    background-image: url('../images/box3_rabbit.png');
    background-size: 100%;
    width: 113px;
    height: 122px;
}
.box3_l_text a{
    font-weight: bold;
    text-decoration: underline;
    color: #b62b21;
}
.box3_r{
    width: 550px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box3_r li{
    background-image: url('../images/box3_right_box.png');
    background-size: 100%;
    width: 256px;
    height: 222px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.box3_r li:nth-child(n+2){
    margin-bottom: 0;
}
.box3_r li h5{
    line-height: 54px;
    font-size: 24px;
    color: #FFFFFF;
}
.box3_r li h3{
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 68px;
    font-size: 54px;
    color: #163FB4;
}
.box3_r li p{
    line-height: 25px;
    font-size: 18px;
    color: #163FB4;
}
.box3_r li a{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 150px;
    line-height: 40px;
    background: linear-gradient(0deg, #E95046 0%, #F66B60 100%);
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.box4_p{
    text-align: justify;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 30px;
}
.box4_table{
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.box4_table th{
    color: #fff;
    background: #678EFD;
    border: 1px solid #fff;
    line-height: 54px;
}
.box4_table tr:nth-child(odd){
    background: #E6EDFF;
}
.box4_table tr:nth-child(even){
    background: #C9D7FF;
}
.box4_table td{
    width: 16.33%;
    color: #000;
    border: 1px solid #fff;
    line-height: 30px;
    box-sizing: border-box;
    padding: 10px;
}
.box4_btn{
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 34px auto 0;
    color: #fff;
    font-size: 18px;
    width: 330px;
    line-height: 54px;
    background: linear-gradient(0deg, #E95046 0%, #F66B60 100%);
    border-radius: 27px;
}
.book_list,
.course_list{
    display: flex;
    justify-content: space-between;
}
.book_list li,
.course_list li{
    position: relative;
    width: 262px;
    height: 372px;
    background-image: url('../images/box5_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.book_img{
    width: 100%;
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book_img img{
    display: block;
    height: 90%;
}
.book_info{
    position: relative;
    z-index: 2;
    width: 262px;
    height: 128px;
    background-image: url('../images/box5_info_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 10px 20px 0;
}
.book_name{
    height: 66px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.book_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    line-height: 36px;
}
.book_price h5{
    font-size: 38px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DAE4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.book_price h5 span{
    font-weight: normal;
    font-size: 26px;
}
.book_price a{
    display: block;
    text-align: center;
    width: 105px;
    line-height: 28px;
    border-radius: 14px;
    font-size: 16px;
    background: linear-gradient(0deg, #E95046 0%, #F66B60 100%);
    color: #fff;
}
.box5_btn{
    display: block;
    text-align: center;
    background: linear-gradient(0deg, #E95046 0%, #F66B60 100%);
    color: #fff;
    font-weight: bold;
    margin: 30px auto 0;
    width: 230px;
    line-height: 54px;
    border-radius: 27px;
    font-size: 18px;
}
.course_top{
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-top: 55px;
    height: 244px;
}
.course_top h3{
    background: linear-gradient(0deg, #3B5FF1 0%, #6C9EF5 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    top: -23px;
    width: 225px;
    line-height: 45px;
    border-radius: 23px;
    font-size: 24px;
}
.course_top h5{
    line-height: 34px;
    font-size: 24px;
    color: #163FB4;
}
.course_top p{
    line-height: 26px;
    font-size: 20px;
    color: #163FB4;
}
.course_img{
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 150px;
}
.box7_city_list li{
    float: left;
    text-align: center;
    background: linear-gradient(0deg, #b62b21 0%, #f5736a 100%);
    margin: 15px 11px;
    width: 115px;
    line-height: 60px;
    border-radius: 10px;
    font-size: 18px;
}
.box7_city_list li:hover{
    background: linear-gradient(0deg, #E95046 0%, #F66B60 100%);
}
.box7_city_list li a{
    display: block;
    color: #fff;
}
.box8 .inner_box_container{
    padding: 40px 90px;
}
.box8_l{
    width: 440px;
    margin-top: 45px;
    position: relative;
}
.box8_l img{
    display: block;
    position: absolute;
    width: 150px;
    left: 0;
    top: 0;
    z-index: 2;
}
.box8_l_box{
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(0deg,#E97D33, #D03A3D);
    width: 350px;
    height: 140px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box8_l_box p{
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#city_qr{
    display: block;
    text-align: left;
    box-sizing: border-box;
    background: #FFFFFF url('../images/select_bg.png') 95% center no-repeat;
    color: #000;
    padding-left: 20px;
    width: 175px;
    line-height: 55px;
    border-radius: 10px;
    font-size: 18px;
}
.box8_r{
    width: 510px;
}
.box8_r_box:nth-child(1){
    display: flex;
}
.box8_r_box{
    display: none;
    justify-content: space-around;
}
.box8_qr{
    width: 215px;
}
.qr_box{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: linear-gradient(0deg, #E97D33 0%, #D03A3D 100%);
    border-radius: 20px;
}
.qr_box img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.box8_qr p{
    color: #000000;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
}
.poster_list{
    display: flex;
    justify-content: space-between;
}
.poster_list li{
    width: 310px;
    border-radius: 20px;
    padding: 5px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #E97D33, #D03A3D);
}
.poster_list li a,
.poster_list li img{
    border-radius: 20px;
    display: block;
    width: 100%;
}

@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(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat center / contain;
        background-size: 7.3rem 2.4rem;
    }

    .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;
		background-color: #333;
    }


    .banner_box{
        height: 14rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        width: 9rem;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .8rem;
        letter-spacing: .2rem;
        text-indent: .2rem;
    }
    .banner_box h1{
        width: 16.4rem;
        height: 4.35rem;
        margin: .4rem auto;
    }
    .banner_list li{
        width: 3rem;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .8rem;
        margin: 0 .5rem;
    }
    .banner_box h3{
        line-height: 2rem;
        font-size: 1rem;
    }
    .banner_box p{
        width: 12rem;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size:.8rem;
    }
    .banner_l{
        width: 3rem;
        top: 7rem;
        left: .5rem;
    }
    .banner_r{
        width: 3rem;
        top: 7rem;
        right: .5rem;
    }
    @keyframes banner_l{
        0% { transform: translate(0,0); }
        25% { transform: translate(-.4rem,.4rem); }
        50% { transform: translate(0,0); }
        75% { transform: translate(.4rem,-.4rem); }
        100% { transform: translate(0,0); }
    }
    @keyframes banner_r{
        0% { transform: translate(0,0); }
        25% { transform: translate(.4rem,.4rem); }
        50% { transform: translate(0,0); }
        75% { transform: translate(-.4rem,-.4rem); }
        100% { transform: translate(0,0); }
    }
    .box1{
        margin-top: 0;
    }
    .box_title{
        margin-bottom: .4rem;
        height: 1.6rem;
    }
    .box_title h3{
        min-width: 8rem;
        padding: 0 1rem;
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .8rem;
        border-radius: .4rem .4rem 0px 0px;
    }
    .box_title h3::after{
        width: calc(100% + .6rem);
        bottom: -.1rem;
        height: .2rem;
        border-radius: .1rem;
    }
    .outer_box{
        margin-bottom: 1rem;
    }
    .box_container{
        border-radius: .5rem;
        padding: .3rem;
    }
    .inner_box_container{
        border-radius: .5rem;
        padding: .5rem;
    }
    .box_container::before{
        background-position: center top;
        background-size: 100% 100%;
        top: -.9rem;
        height: 1rem;
    }
    .box_l,
    .box_r{
        display: none;
    }
    .box1_list{
        flex-wrap: wrap;
        padding: 0 .4rem;
    }
    .box1_list::before{
        display: none;
    }
    .box1_list li{
        width: 30%;
        margin: .2rem 0;
    }
    .box1_list li img{
        width: 60%;
        margin: 0 auto .4rem;
    }
    .box1_list li h5{
        line-height: 1rem;
        font-size: .8rem;
    }
    .box1_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box1_list li span{
        margin: .2rem auto 0;
        width: 2rem;
        line-height: .9rem;
        border-radius: .45rem;
        font-size: .6rem;
    }
    .city_list li{
        width: 24%;
        line-height: 1.6rem;
        border-radius: .3rem;
        margin: .1rem .5%;
        font-size: .7rem;
    }
    .box3_l{
        width: 100%;
    }
    .ajax_form{
        padding: 1rem;
        border-radius: .5rem;
        margin-bottom: 1rem;
    }
    .ajax_form p{
        margin-bottom: .5rem;
    }
    .ajax_form input,
    .ajax_form select{
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .3rem;
        padding-left: .4rem;
        font-size: .7rem;
    }
    .ajax_form select{
        width: 49%;
        background-size: .4rem;
    }
    .ajax_form input#PhoneCode{
        border-radius: .3rem 0 0 .3rem;
    }
    .ajax_form input#fs{
        border-radius: 0 .3rem .3rem 0;
    }
    .ajax_form input.button{
        height: 2rem;
        line-height: 2rem;
        border-radius: 1rem;
        font-size: 1rem;
    }
    .box3_l_text{
        line-height: 1rem;
        font-size: .7rem;
        margin-bottom: 1rem;
    }
    .box3_l_text::after{
        top: -.5rem;
        width: 2.825rem;
        height: 3.05rem;
    }
    .box3_r{
        width: 100%;
    }
    .box3_r li{
        margin: .2rem 0;
        width: 49%;
        height: 7.1rem;
        margin-bottom: 1.5rem;
    }
    .box3_r li h5{
        line-height: 1.8rem;
        font-size: .8rem;
    }
    .box3_r li h3{
        margin-top: .5rem;
        margin-bottom: .3rem;
        line-height: 1.6rem;
        font-size: 1rem;
    }
    .box3_r li p{
        line-height: 1rem;
        font-size: .85rem;
    }
    .box3_r li a{
        bottom: -.8rem;
        width: 6rem;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .8rem;
    }
    .box3_r li:nth-child(n+2){
        margin-bottom: 1.5rem;
    }
    .box4_p{
        line-height: 1rem;
        font-size: .7rem;
        margin-bottom: 1rem;
    }
    .box4_table{
        font-size: .7rem;
    }
    .box4_table th{
        line-height: 1.4rem;
    }
    .box4_table td{
        line-height: 1rem;
        padding: .2rem;
    }
    .box4_btn{
        margin: 1rem auto 0;
        font-size: .8rem;
        width: 10rem;
        line-height: 1.6rem;
        border-radius: .8rem;
    }
    .book_list,
    .course_list{
        flex-wrap: wrap;
    }
    .book_list li,
    .course_list li{
        margin: .2rem 0;
        width: 49%;
        height: auto;
    }
    .course_list li{
        margin: .5rem 0;
    }
    .book_img{
        height: 5rem;
    }
    .book_info{
        border-radius: .3rem;
        width: 100%;
        height: auto;
        padding: .3rem .5rem;
    }
    .book_name{
        height: 3rem;
        font-size: .7rem;
        line-height: 1rem;
        margin-bottom: .2rem;
    }
    .book_price{
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .book_price h5{
        font-size: .8rem;
    }
    .book_price h5 span{
        font-size: .6rem;
    }
    .book_price a{
        width: 4rem;
        line-height: 1.2rem;
        border-radius: .6rem;
        font-size: .7rem;
    }
    .box5_btn{
        margin: 1rem auto 0;
        font-size: .8rem;
        width: 8rem;
        line-height: 1.6rem;
        border-radius: .8rem;
    }
    .course_top{
        padding-top: 1rem;
        height: 5.5rem;
    }
    .course_top h3{
        top: -.6rem;
        width: 70%;
        line-height: 1.2rem;
        border-radius: .6rem;
        font-size: .65rem;
    }
    .course_top h5{
        line-height: 1.2rem;
        font-size: .85rem;
    }
    .course_top p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .course_img{
        bottom: -.5rem;
        width: 3rem;
    }
    .box7_city_list li{
        width: 24%;
        line-height: 1.6rem;
        border-radius: .3rem;
        margin: .1rem .5%;
        font-size: .7rem;
    }
    .box8 .inner_box_container{
        padding: 1rem;
    }
    .box8_l{
        width: 100%;
        height: 5rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .box8_l img{
        width: 4rem;
    }
    .box8_l_box{
        width: 13rem;
        height: 5rem;
        border-radius: 2.5rem;
    }
    .box8_l_box p{
        line-height: 1.5rem;
        font-size: .8rem;
    }
    #city_qr{
        position: relative;
        z-index: 5;
        background-size: .5rem;
        padding-left: .5rem;
        width: 6rem;
        line-height: 1.6rem;
        border-radius: .3rem;
        font-size: .8rem;
    }
    .box8_r{
        width: 100%;
    }
    .box8_qr{
        width: 48%;
    }
    .qr_box{
        padding: .5rem;
        border-radius: .5rem;
    }
    .qr_box img{
        border-radius: .3rem;
    }
    .box8_qr p{
        font-size: .7rem;
        line-height: 1rem;
        margin-top: .4rem;
    }
    .poster_list{
        flex-wrap: wrap;
    }
    .poster_list li{
        width: 49%;
        margin: .2rem 0;
        border-radius: .5rem;
        padding: .2rem;
    }
    .poster_list li:nth-last-child(1){
        margin-left: 25.5%;
    }
    .poster_list li a,
    .poster_list li img{
        border-radius: .5rem;
    }
	.bottom_top{
        margin-bottom: 1rem;
    }
    .bottom_top h3{
        line-height: 2rem;
        font-size: 1.2rem
    }
    .bottom_top h3::before,
    .bottom_top h3::after{
        width: 2.925rem;
        height: .25rem;
        margin: 0 .2rem;
    }
    .bottom_top p{
        line-height: 1.3rem;
        font-size: 1rem;
    }
	
	.bottom_top_2{
        margin-bottom: 1rem;
    }
    .bottom_top_2 h3{
        line-height: 2rem;
        font-size: 1.2rem
    }
    .bottom_top_2 h3::before,
    .bottom_top_2 h3::after{
        width: 2.925rem;
        height: .25rem;
        margin: 0 .2rem;
    }
    .bottom_top_2 p{
        line-height: 1.3rem;
        font-size: 1rem;
    }
	.bottom_top_2 p a{
         margin: 0 .1rem;
        line-height: 2rem;
        font-size: .8rem;
    }
	
	.bottom_top_a a{
        margin: 0 .1rem;
        line-height: 2rem;
        font-size: .8rem;
    }
	.box_title_1{
        height: 2.5rem;
        line-height: 1.75rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

}