﻿@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:1130px; 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; }
.box5_cont li::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(../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(../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 { 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: 30px 0;
}
body{
    background: #000 url("../images/body_bg.png") center 690px no-repeat;
}
.banner_box{
    width: 100%;
    height: 520px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 94px;
}
.banner_box h2{
    line-height: 55px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    letter-spacing: 20px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 1120px;
    height: 150px;
    margin: 15px auto;
}
.banner_box p{
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 40px;
}
.banner_box p img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.box1{
    margin-top: -130px;
}
.box_title{
    line-height: 55px;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 45px;
    color: #91fda3;
}
.box_title::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/title_before.png");
    width: 22px;
    height: 10px;
    background-size: 100%;
    margin: 0 5px;
}
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: bottom;
    background-image: url("../images/title_after.png");
    width: 22px;
    height: 10px;
    background-size: 100%;
    margin: 0 5px;
}
.form_box{
    width: 503px;
    background: #fff;
    height: 460px;
    box-sizing: border-box;
    padding: 30px;
}
.form_title{
    line-height: 70px;
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    color: #333;
}
.ajax_form p{
    position: relative;
    margin-top: 15px;
}
.ajax_form p span{
    display: block;
    float: left;
    line-height: 45px;
    width: 70px;
    text-align: right;
    margin-right: 10px;
    font-size: 18px;
    color: #333;
}
.ajax_form p input,
.ajax_form p select{
    display: block;
    float: left;
    width: 360px;
    border: 1px solid #131112;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 20px;
    color: #333;
}
.ajax_form p select{
    width: 140px;
    background: url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form p input#fs{
    padding: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    background: #357F41;
    cursor: pointer;
}
.ajax_form input.button{
    display: block;
    border: 0;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    background: #357F41;
    font-size: 20px;
    color: #fff;
    margin: 40px auto 0 auto;
}
.box1_r{
    width: 627px;
    background-image: url("../images/box1_bg1.png");
    background-size: 100%;
    height: 460px;
    box-sizing: border-box;
    padding: 35px 50px;
    color: #fff;
}
.box1_r_tit{
    display: inline-block;
    margin-bottom: 30px;
    line-height: 60px;
    border-bottom: 2px solid #fff;
    font-size: 30px;
}
.box1_r p{
    line-height: 35px;
    font-size: 18px;
}
.box1_title2{
    text-align: center;
    font-weight: normal;
    color: #fff;
    line-height: 80px;
    margin: 30px 0;
    font-size: 26px;
}
.box1_list li{
    float: left;
    background-image: url("../images/circle.png");
    background-size: 100%;
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    padding: 8px;
    margin: 0 60px;
}
.box1_list li img{
    display: block;
    width: 100%;
    border-radius: 50%;
}
.box2{
    padding-top: 20px;
}
.box2_container{
    background-image: url("../images/box2_bg.png");
    background-size: 100%;
    height: 498px;
    padding: 30px 60px 50px 60px;
}
.box2_box{
    width: 480px;
}
.box2_box img{
    display: block;
    margin: 0 auto;
}
.box2_title{
    line-height: 45px;
    color: #fff;
    font-weight: normal;
    font-size: 23px;
}
.box2_zt{
    line-height: 40px;
    font-size: 20px;
    color: #91BBFB;
}
.box2_text{
    display: block;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: justify;
    font-size: 16px;
    color: #fff;
}
.box2_btn{
    display: block;
    width: 240px;
    line-height: 55px;
    background: rgba(19,115,251,0.21);
    border: 1px solid rgba(19, 115, 251, 1);
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.box3{
    margin-top: 80px;
}
.after_box_title{
    margin-top: -45px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 60px;
}
.zbk_scroll {
    width: 100%;
    position: relative;
}
.zbk_scroll .hd .next {
    background-image: url("../images/left.png");
    background-size: 100% auto;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}
.zbk_scroll .hd .prev{
    background-image: url("../images/left.png");
    background-size: 100% auto;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -60px;
}
.zbk_scroll .bd{
    width: 100%;
    overflow: hidden;
}
.zbk_scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}
.zbk_scroll .bd ul li {
    margin: 0 13.75px;
    float: left;
    _display: inline;
    overflow: hidden;
    width: 255px;
    height: 465px;
    position: relative;
}
.video_box{
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.video_btn{
    display: block;
    width: 100%;
    background:rgba(19,115,251,0.21);
    border:1px solid rgba(19, 115, 251, 1);
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 18px;
    box-sizing: border-box;
}
.video_btn:hover{
    background:rgba(19,115,251,1);
}
.after_zbk{
    line-height: 60px;
    margin-top: 30px;
    color: #ddd;
    text-align: center;
    font-size: 20px;
}
.table_title{
    line-height: 75px;
    color: #fff;
    text-align: center;
    font-size: 25px;
}
.box3_table{
    width: 100%;
    text-align: center;
    color: #fff;
}
.box3_table th{
    background:rgba(9,56,143,1);
    border:1px solid rgba(19, 115, 251, 0.32);
    font-size: 20px;
    line-height: 65px;
}
.box3_table td{
    border:1px solid rgba(19, 115, 251, 0.32);
    font-size: 18px;
    line-height: 70px;
}
.box3_table td a{
    color: #fff;
}
.box3_table td a:hover{
    color: #ff0000;
    text-decoration: underline;
}
.teacher_scroll {
    width: 100%;
    position: relative;
}
.teacher_scroll .hd .next {
    background-image: url("../images/left.png");
    background-size: 100% auto;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
}
.teacher_scroll .hd .prev {
    background-image: url("../images/left.png");
    background-size: 100% auto;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -60px;
}
.teacher_scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}
.teacher_scroll .bd ul li {
    margin: 0 8.75px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 265px;
    height: 340px;
    position: relative;
}
.teacher_show{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 140px;
    line-height: 45px;
    background:rgba(82,111,252,1);
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}
.teacher_mask{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    box-sizing: border-box;
    padding: 10px;
}
.teacher_name{
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.teacher_subject{
    line-height: 40px;
    text-align: center;
    color: #ff4200;
    font-size: 20px;
}
.teacher_detail{
    line-height: 28px;
    text-align: justify;
    color: #fff;
    font-size: 16px;
}
.box5_tab{
    float: left;
    width: 170px;
    height: 390px;
    overflow-y: scroll;
}
.box5_tab li{
    width: 100%;
    line-height: 55px;
    background: #0E54C2;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.box5_tab li.selected{
    background: none;
}
.box5_cont{
    float: left;
    width: calc(100% - 170px);
}
.box5_cont li{
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 40px;
}
.box5_cont li:nth-child(1){
    display: block;
}
.box5_cont_position,.box5_cont_img{
    display: inline-block;
    vertical-align: middle;
}
.box5_cont_position p{
    width: 445px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}
.box5_cont_position p a{
    color: #fff;
}
.box5_title2{
    line-height: 80px;
    margin-top: 40px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
.city_list li{
    float: left;
    width: 135px;
    line-height: 50px;
    box-sizing: border-box;
    background:rgba(6,20,77,0);
    border:1px solid rgba(160, 204, 167, 1);
    margin: 3px;
    text-align: center;
    font-size: 18px;
}
.city_list li:hover{
    background: #91FDA3;
}
.city_list li:hover a{
    color: #030805;
}
.city_list li a{
    display: block;
    width: 100%;
    color: #fff;
}
.box6{
    margin-top: 70px ;
}
.box1_top{
    width: 1120px;
    height: 270px;
    background: url("../images/new_bg.png");
    text-align: center;
    margin: 0 auto 25px;
    box-sizing: border-box;
    padding-top: 45px;
}
.box1_top p{
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}
.box1_top p span{
    color: #91FDA3;
}
.box1_top p b{
    font-weight: normal;
    color: #91FDA3;
    font-size: 20px;
}
.box1_r_a:nth-last-child(2){
    margin-top: 35px;
}
.box1_r_a{
    display: block;
    width:170px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background:rgba(53,127,65,1);
    margin-bottom: 10px;
}
.box2_table{
    width: 100%;
    background:rgba(12,34,19,.6);
    border:1px solid rgba(145, 253, 163, 1);
    text-align: center;
    color: #fff;
}
.box2_table th{
    line-height: 65px;
    background: #204F28;
    font-size: 20px;
}
.box2_table td{
    line-height: 70px;
    border: 1px solid #64B372;
    font-size: 18px;
}
.box2_table td a{
    display: block;
    margin: 0 auto;
    width:115px;
    line-height: 40px;
    color: #fff;
    background:rgba(32,79,40,1);
}
.box4_list li{
    float: left;
    width: 350px;
    height: 360px;
    background:rgba(255,255,255,1);
    margin: 0 13px;
}
.book_box{
    height: 295px;
    position: relative;
    box-sizing: border-box;
    padding-top: 35px;
    text-align: center;
}
.book_top{
    position: absolute;
    left: 25px;
    top: 0;
}
.book_img{
    display: block;
    height: 190px;
    margin: 0 auto;
}
.book_box p{
    margin-top: 15px;
    font-size: 16px;
    color: #323232;
    line-height: 35px;
}
.book_bottom{
    background: #14400D;
    height: 70px;
    box-sizing: border-box;
    padding: 15px 30px;
}
.book_price{
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}
.book_price span{
    font-size: 30px;
}
.book_bottom a{
    float: right;
    display: block;
    width: 140px;
    line-height: 40px;
    background:linear-gradient(40deg,rgba(97,147,59,1),rgba(63,90,41,1));
    box-shadow:0px 5px 13px 3px rgba(66,66,66,0.21);
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.book_more{
    display: block;
    margin: 30px auto 0;
    width:190px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background:rgba(180,44,37,0);
    border:1px solid rgba(160, 204, 167, 1);
}
.box5_box{
    background-image: url("../images/box5_bg.png");
    background-size: 100%;
    width: 545px;
    height: 296px;
    box-sizing: border-box;
    padding: 45px;
}
.box5_img{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.box5_r{
    float: right;
    width: 250px;
}
.box5_r h5{
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    font-size:18px;
    color:rgba(145,253,163,1);
}
.box5_r p{
    line-height: 30px;
    text-align: justify;
    font-size: 15px;
    color: #fff;
}
.box6_list li{
    float: left;
    width: 350px;
    height: 200px;
    background-image: url("../images/bottom_bg.png");
    background-size: 100%;
    box-sizing: border-box;
    padding: 35px 20px;
}
.box6_list li:nth-child(2){
    margin: 0 40px;
}
.box6_qr{
    display: block;
    width: 130px;
    float: left;
}
.box6_r{
    width: 160px;
    float: right;
}
.box6_r h5{
    line-height: 35px;
    margin-bottom: 10px;
    font-size:18px;
    color: #91FDA3;
}
.box6_r p{
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    color: #fff;
}
.fixed_mask{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.fixed_box{
    background: url("../images/fixed_bg.png");
    background-size: 100% 100%;
    border-radius: 20px;
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 40px;
    line-height: 50px;
    color: #fff;
    text-align: justify;
    font-size: 36px;
}
.fixed_close{
    position: absolute;
    right: 0;
    top: -60px;
    cursor: pointer;
}

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

    html {
        font-size: 20px;
    }

    body {
        width: 18.75rem;
        font-size: .7rem;
        line-height: 1.2rem;
        background-size: auto 12rem;
        background-position: center 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(../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: .2rem 0;
    }
    body {
        background-size: auto 100%;
    }
    .banner_box {
        height: 9rem;
        background-size: 150%;
    }
    .banner_box .container {
        padding-top: 1.5rem;
    }
    .banner_box h2 {
        line-height: 1.5rem;
        font-size: .8rem;
        letter-spacing: .3rem;
    }
    .banner_box h1 {
        background-size: 100%;
        width: 17rem;
        height: 2.4rem;
        margin: .4rem auto;
    }
    .banner_box p {
        line-height: 1.4rem;
        font-size: .7rem;
    }
    .banner_box p img {
        width: .25rem;
        margin: 0 .25rem;
    }
    .box1 {
        margin-top: 0;
    }
    .box_title {
        line-height: 1.6rem;
        font-size: .9rem;
        margin-bottom: 1rem;
    }
    .box_title::before,.box_title::after {
        width: .55rem;
        height: .25rem;
        margin: 0 .12rem;
    }
    .form_box {
        width: 100%;
        height: auto;
        padding: .5rem;
    }
    .form_title {
        line-height: 2rem;
        font-size: .8rem;
    }
    .ajax_form p {
        margin-top: .4rem;
    }
    .ajax_form p span {
        line-height: 1.6rem;
        width: 2.3rem;
        margin-right: .2rem;
        font-size: .7rem;
    }
    .ajax_form p input,
    .ajax_form p select {
        width: calc(100% - 2.5rem);
        border: 1px solid #131112;
        height: 1.6rem;
        line-height: 1.6rem;
        padding-left: .25rem;
        font-size: .7rem;
    }
    .ajax_form p select {
        width: calc(50% - 2.5rem);
        background-size: .5rem;
    }
    .ajax_form p input#fs {
        width: 4.5rem;
    }
    .ajax_form input.button {
        width: 6.5rem;
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: .85rem;
        margin: 1rem auto 0 auto;
    }
    .box1_r {
        width: 100%;
        height: auto;
        padding: .5rem 1rem;
    }
    .box1_r_tit {
        margin-bottom: .5rem;
        line-height: 1.5rem;
        font-size: .9rem;
    }
    .box1_r p {
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box1_title2 {
        line-height: 1.5rem;
        margin: .5rem 0;
        font-size: .8rem;
    }
    .box1_list li {
        width: 4rem;
        height: 4rem;
        padding: .25rem;
        margin: 0 .25rem;
    }
    .box2,.box3,.box4,.box5,.box6,.box7 {
        padding-top: .3rem;
        margin-top: 0;
    }
    .box2_container {
        background: none;
        height: auto;
        padding: .5rem;
    }
    .box2_box {
        width: 80%;
        margin: 0 auto .2rem auto;
        text-align: center;
    }
    .box2_box img{
        width: 10rem;
    }
    .box2_title {
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box2_zt {
        line-height: 1.3rem;
        font-size: .75rem;
    }
    .box2_text {
        line-height: 1.2rem;
        margin-top: .2rem;
        margin-bottom: .2rem;
        font-size: .7rem;
    }
    .box2_btn {
        width: 7rem;
        line-height: 1.8rem;
        font-size: .8rem;
        margin: 0 auto;
    }
    .after_box_title {
        margin-top: -1rem;
        font-size: .8rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
    .zbk_scroll .hd .next {
        width: 1rem;
        height: 1.8rem;
        left: 0;
    }
    .zbk_scroll .hd .prev {
        width: 1rem;
        height: 1.8rem;
        right: 0;
    }
    .zbk_scroll .bd ul li {
        margin: 0 1.2rem;
        width: 16rem;
        height: 24rem;
    }
    .video_box {
        height:10rem;
    }
    .video_box img{
        width: 100%;
    }
    .video_btn {
        width: 6rem;
        line-height: 1.5rem;
        margin: .2rem auto;
        font-size: .8rem;
    }
    .after_zbk {
        line-height: 1.5rem;
        margin-top: .5rem;
        font-size: .8rem;
    }
    .table_title {
        line-height: 2rem;
        font-size: .9rem;
    }
    .box3_table th {
        font-size: .65rem;
        line-height: 1.5rem;
    }
    .box3_table td {
        font-size: .7rem;
        line-height: 1.3rem;
    }
    .city_list li {
        width: 24%;
        margin: .2rem .5%;
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .box6_box {
        margin-bottom: 1rem;
    }
    .box1_top{
        width: 100%;
        height: auto;
        background: none;
        border: 1px solid #A0CCA7;
        text-align: center;
        margin: 0 auto .5rem;
        padding: .5rem;
    }
    .box1_top p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box1_top p b{
        font-size: .75rem;
    }
    .box1_r {
        width: 100%;
        height: 13rem;
        padding: .5rem;
    }
    .box1_r_tit {
        margin-bottom: .5rem;
        line-height: 1.5rem;
        font-size: .9rem;
    }
    .box1_r p {
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box1_r_a:nth-last-child(2){
        margin-top: 1rem;
    }
    .box1_r_a{
        width: 5rem;
        line-height: 1.5rem;
        font-size: .8rem;
        margin-bottom: .4rem;
    }
    .box2_table th{
        font-size: .65rem;
        line-height: 1.5rem;
    }
    .box2_table td{
        font-size: .7rem;
        line-height: 1.3rem;
    }
    .box2_table td a{
        width: 3.5rem;
        line-height: 1.2rem;
    }
    .box4_list li{
        float: none;
        width: 80%;
        height: auto;
        margin: .3rem auto;
    }
    .book_box{
        height: 8rem;
        padding-top: 1rem;
    }
    .book_top{
        left: .5rem;
        width: 2rem;
    }
    .book_img{
        height: 5rem;
    }
    .book_box p{
        margin-top: .2rem;
        font-size: .7rem;
        line-height: 1.2rem;
    }
    .book_bottom{
        height: 2rem;
        padding: .2rem .5rem;
    }
    .book_price{
        line-height: 1.6rem;
        font-size: .7rem;
    }
    .book_price span{
        font-size: .8rem;
    }
    .book_bottom a{
        width: 4rem;
        line-height: 1.6rem;
        font-size: .7rem;
    }
    .book_more{
        margin: 1rem auto;
        width: 6rem;
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .box5_box{
        width: 100%;
        height: 10rem;
        padding: .5rem 1rem;
        margin-bottom: 1rem;
    }
    .box5_img{
        margin-top: 2%;
        width: 15rem;
    }
    .box5_r{
        width: 10rem;
    }
    .box5_r h5{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .box5_r p{
        line-height: 1.2rem;
        font-size: .6rem;
    }
    .box6_list li{
        float: none;
        width: 90%;
        margin: 0 auto;
        background-size: 100% 100%;
        height: 7rem;
        padding: 1rem;
    }
    .box6_list li:nth-child(2){
        margin: 1rem auto;
    }
    .box6_qr{
        width: 5rem;
    }
    .box6_r{
        width: 8rem;
    }
    .box6_r h5{
        line-height: 1.4rem;
        margin-bottom: .25rem;
        font-size: .8rem;
    }
    .box6_r p{
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .fixed_box{
        border-radius: .5rem;
        width: 90%;
        padding: 1rem;
        line-height: 1.4rem;
        font-size: .8rem;
    }
    .fixed_close{
        top: -1.4rem;
        width: 1.2rem;
    }
}