@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; }


body{
    background-image: url('../images/body_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 5;
    overflow: hidden;
    background: #f8400f url('../images/menu_bg.png') no-repeat top center;
    color: #fff;
    text-align: center;
}
.menu h3{
    height: 42px;
    line-height: 42px;
    font-size: 24px;
}
.menu h3::before,
.menu h3::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/menu_top_icon.png');
    background-size: 100%;
    width: 31px;
    height: 26px;
    margin: 0 4px;
}
.menu h1{
    height: 188px;
    margin: 6px 0 8px;
    font-size: 0;
    background-image: url("../images/menu_h1.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.menu h2{
    margin-bottom: 16px;
    height: 60px;
    font-size: 0;
    background-image: url("../images/menu_h2.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.nav li.on{
    background: url('../images/nav_active.png');
    background-size: 100%;
}
.nav li{
    margin-bottom: 2px;
    height: 32px;
    line-height: 32px;
    background: #9F1600;
    font-size: 18px;
    padding-left: 40px;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav li img{
    display: block;
    width: 18px;
    margin-right: 8px;
}
@keyframes myscale{
    0%{
        transform: scale(1,1);
    }
    50%{
        transform: scale(1.05,1.05);
    }
    100%{
        transform: scale(1,1);
    }
}
.form_btn{
    display: block;
    text-align: center;
    color: #FF2300;
    font-weight: bold;
    cursor: pointer;
    animation: myscale 1.5s infinite;
    background-image: url('../images/menu_btn.png');
    background-size: 100%;
    margin: 12px auto;
    width: 260px;
    line-height: 64px;
    font-size: 24px;
}
.swiper-pagination{
    box-sizing: border-box;
    padding-left: 300px;
}
.swiper-container {
    width:100%; max-width:100%; height:100%; }
.swiper-slide {
    width:100%; max-width:100%; }
.swiper-slide > .wrap {  
    position: absolute; 
    width:100%; 
    box-sizing: border-box; 
    padding: 0 30px 0 330px; 
}
/* 分页 */
.swiper-pagination-bullet {
    width: 60px; height: 10px;
    background: #A9A9A9; border-radius: 2px; opacity: 1;
    transition: all .5s; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px; }
.swiper-pagination-bullet-active {
    width: 60px; height: 10px;
    background: #D66B5A; opacity: 1; }
/* 按钮 */
.swiper-button-prev,
.swiper-button-next {
    width: 46px;
    height: 46px;
    right: 30px;
    bottom: 20px;
    border-radius: 4px;
    text-align: center;
    transition:all .5s;
    z-index: 11;
    background: #d66b5a;
    display: flex;
    justify-content: center;
    align-items: center;
    top:auto;
    color:#fff;
}
.swiper-button-prev img,
.swiper-button-next img{
    display: block;
    height: 25px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #d90b0b;
    opacity: 1; 
}
.swiper-button-prev {
    left:auto; 
    right:80px; 
    bottom: 20px; 
}
/* wrap01 */
.box_title{
    line-height: 60px;
    margin-bottom: 20px;
    font-size: 42px;
    color: #AE1800;
    text-align: center;
}
.box_title::before,
.box_title::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/title_icon.png');
    background-size: 100%;
    width: 130px;
    height: 40px;
    margin: 0 10px;
}
.box_title::after{
    transform: rotate(180deg);
}
.wrap01_top{
    margin-bottom: 20px;
}
.wrap01_text_box{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px dashed #AE1800;
    box-shadow: 0px 5px 9px 0px rgba(164, 25, 0, 0.21);
    border-radius: 10px;
    padding: 20px;
}
.wrap01_text_title{
    line-height: 35px;
    padding: 0 16px;
    font-size: 26px;
    margin-bottom: 10px;
    color: #FF2300;
    position: relative;
    box-sizing: border-box;
}
.wrap01_text_title::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 100%;
    background: #FF2300;
}
.wrap04_r_t{
    color: #0066FF;
}
.wrap04_r_t::before{
    background: #0066FF;
}
.wrap01_text_box>p{
    line-height: 26px;
    font-size: 17px;
    color: #000;
}
.wrap01_text_box>p span{
    color: #FF0000;
}
.wrap01_tb{
    margin-top: 10px;
}
.wrap01_top_list{
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.wrap01_top_list::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #000;
    top: 7px;
}
.wrap01_top_list li{
    position: relative;
    z-index: 2;
    text-align: center;
}
.wrap01_top_list li i{
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #FF2300;
    margin: 0 auto 10px;
    width: 16px;
    height: 16px;
}
.wrap01_top_list li h5{
    line-height: 28px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.wrap01_top_list li p{
    line-height: 24px;
    font-size: 12px;
    color: #717070;
}
.wrap01_left,
.wrap01_right{
    width: calc(50% - 10px);
    height: 310px;
}
.wrap01_left p:nth-last-child(1){
    margin-top: 20px;
}
#echarts1{
    box-sizing: border-box;
    width: 100%;
    margin-top: -35px;
    height: 270px;
}
/* wrap02 */
.wrap02_box{
    display: flex;
    justify-content: space-between;
}
.wrap02_cont_box{
    width: 32%;
}
.wrap02_cont_title{
    background-image: url('../images/wrap02_title.png');
    background-size: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding-right: 8px;
    width: 266px;
    height: 70px;
    padding-top: 10px;
    line-height: 60px;
    font-size: 28px;
}
.wrap02_cont{
    border-radius: 10px;
    box-shadow: 0px 5px 9px 0px rgba(164, 25, 0, 0.21);
    box-sizing: border-box;
    background: #FFE6E2;
    border: 1px dashed #AE1800;
    overflow: hidden;
}
.wrap02_top{
    height: 230px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wrap02_top{
    line-height: 30px;
    font-size: 24px;
    color: #010101;
}
#echarts2,
#echarts3{
    width: 100%;
    height: 210px;
}
.wrap02_bottom{
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
}
.wrap02_bottom>p{
    height: 200px;
    line-height: 26px;
    font-size: 16px;
    color: #000;
}
.wrap02_bottom>p span{
    color: #FF0000;
}
.wrap02_bottom_btn{
    margin: 20px auto 0;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
    color: #FF0000;
    background: #FFDE01;
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap02_bottom_btn img{
    display: block;
    width: 20px;
    margin-left: 4px;
}
.wrap02_table{
    font-size: 12px;
    line-height: 18px;
    width: 98%;
    text-align: center;
}
.wrap02_table td{
    border: 1px solid #000;
    color: #000;
}
.wrap02_table td h5,
.wrap02_table td span{
    font-weight: normal;
    color: #FF0000;
}
/* wrap03 */
.box3_l,
.box3_r{
    height: 600px;
}
.box3_l{
    width: 35%;
}
.box3_r{
    width: 63%;
    position: relative;
}
.wrap03_table{
    width: 100%;
    text-align: left;
    color: #000;
}
.wrap03_table th,
.wrap03_table td{
    box-sizing: border-box;
    border: 1px solid #000;
    padding-left: 20px;
    line-height: 45px;
    font-size: 22px;
}
.wrap03_table th:nth-child(1),
.wrap03_table td:nth-child(1){
    border-left: 0;
}
.wrap03_table th:nth-last-child(1),
.wrap03_table td:nth-last-child(1){
    border-right: 0;
}
.wrap03_table tr:nth-child(1) th{
    border-top: 0;
}
.wrap03_table tr:nth-last-child(1) td{
    border-bottom: 0;
}
#map{
    width: 100%;
    height: 90%;
}
.map_data{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.map_data h3{
    line-height: 30px;
    font-size: 26px;
    color: #191919;
}
.map_list li{
    display: none;
}
.map_list li:nth-child(1){
    display: block;
}
.map_list li h5{
    line-height: 24px;
    font-size: 18px;
    color: #FF0000;
}
.map_list li p{
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
.map_data a{
    margin-top: 10px;
}
/* wrap04 */
.wrap04_l{
    width: 53%;
    height: 380px;
}
.wrap04_r{
    width: 45%;
    height: 380px;
}
#echarts4,
#echarts5{
    width: 100%;
    height: 350px;
    margin-top: -40px;
}
.wrap04_bottom{
    margin-top: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap01_text_box>p.wrap04_text{
    width: calc(100% - 380px);
    line-height: 34px;
    font-size: 20px;
    color: #FF0000;
    text-align: justify;
}
.wrap04_btn{
    width: 350px;
    height: 90px;
    line-height: 90px;
    border-radius: 45px;
    font-size: 24px;
    color: #FF0000;
    background: #FFDE01;
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap04_btn img{
    display: block;
    width: 28px;
    margin-left: 4px;
}
/* wrap05 */
.wrap05_l{
    width: 58%;
}
.wrap05_table{
    text-align: center;
    color: #000;
    width: 100%;
}
.wrap05_table td{
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #000;
}
.wrap05_r{
    width: 40%;
}
.wrap05_r p{
    line-height: 30px;
    font-size: 18px;
    color: #000000;
    text-align: justify;
}
.wrap05_r h5{
    margin: 20px 0;
    line-height: 36px;
    font-size: 26px;
    color: #FF1212;
    text-align: justify;
}
.wrap05_r a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FF1212;
    width: 100%;
    height: 150px;
    background: #FFDE01;
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.33);
    border-radius: 40px;
}
.wrap05_r a p{
    line-height: 50px;
    font-size: 36px;
    color: #FF1212;
    display: flex;
    align-items: center;
}
.wrap05_r a p img{
    display: block;
    width: 36px;
}
/* wrap06 */
.book_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.book_list li{
    width: 24%;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 3px 6px 0px rgba(73, 73, 73, 0.33);
    border-radius: 10px;
}
.book_list li img{
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 120px;
}
.book_info{
    box-sizing: border-box;
    padding: 10px;
}
.book_info h5{
    height: 50px;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000000;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.book_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book_price p{
    line-height: 30px;
    font-size: 22px;
    color: #000;
}
.book_price p span{
    color: #ff0000;
    font-weight: bold;
}
.book_price a{
    display: block;
    background: #FFDE01;
    text-align: center;
    color: #FF0000;
    font-size: 20px;
    width: 110px;
    line-height: 30px;
    border-radius: 15px;
}
.city_list li{
    float: left;
    text-align: center;
    font-weight: bold;
    background: #FF4200;
    margin: 0 .5% 10px 0;
    width: 12%;
    line-height: 40px;
    border-radius: 10px;
    font-size: 20px;
}
.city_list li a{
    display: block;
    color: #fff;
}

.window_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}
.yy_box{
    width: 600px;
    padding: 40px;
    border-radius: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url('../images/fixed_lt.png'), url('../images/fixed_rb.png');
    background-size: 96px, 60px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
}
.close{
    cursor: pointer;
    position: absolute;
    display: block;
    width: 32px;
    right: -35px;
    top: -35px;
}
.yy_box h3{
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    color: #FF2400;
}

.ajax_form{
    width: 100%;
}
.ajax_form p{
    position: relative;
    margin-bottom: 20px;
}
.ajax_form input,
.ajax_form select{
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    color: #0E0E0E;
    font-size: 22px;
    float: left;
}
.ajax_form select{
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form input{
    width: 100%;
}
.ajax_form select#city{
    float: right;
}
.ajax_form input#fs{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    width: 200px;
    text-align: center;
    cursor: pointer;
    color: #DE0000;
    background: #FFD800;
}
.ajax_form input.button{
    width: 410px;
    height: 66px;
    line-height: 66px;
    border-radius: 33px;
    margin: 40px auto 0;
    border: 0;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    text-align: center;
    cursor: pointer;
    padding: 0;
    color: #fff;
    font-size: 26px;
    float: none;
}





@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;
    }

    /* 隐藏元素 */
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction,
    .menu .nav i,
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }
    body{
        box-sizing: border-box;
        padding-bottom: 5rem;
    }

    .menu {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        width: 100%;
        background: #d8322d url('../images/banner_m.png') no-repeat top center;
        background-size: 100%;
        box-sizing: border-box;
        padding-bottom: 1rem;
    }
    .menu h3{
        height: 2.65rem;
        line-height: 2.65rem;
        font-size: 1.1rem;
    }
    .menu h3::before,
    .menu h3::after{
        width: 1.55rem;
        height: 1.3rem;
        margin: 0 .3rem;
    }
    .menu h1{
        height: 10rem;
        margin: .2rem 0;
    }
    .menu h2{
        margin-bottom: .5rem;
        height: 3rem;
    }
    .nav{
        position: fixed;
        z-index: 90;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #d8322d;
    }
    .nav li.on{
        background: #ff6600;
    }
    .nav li{
        float: left;
        margin: .05rem .25%;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .7rem;
        text-align: center;
        display: block;
        width: 49.5%;
        padding-left: 0;
    }
    .nav li img{
        display: none;
    }
    .form_btn{
        margin: .3rem auto;
        width: 13rem;
        line-height: 3.2rem;
        font-size: 1.3rem;
    }
    .swiper-pagination{
        box-sizing: border-box;
        padding-left: 300px;
    }
    .swiper-container {
        width:100%; max-width:100%; height:100%; }
    .swiper-slide {
        width:100%; max-width:100%; }
    .swiper-slide > .wrap {  
        position: absolute; 
        width:100%; 
        box-sizing: border-box; 
        padding: 0 30px 0 330px; 
    }
    /* 分页 */
    .swiper-container {
        height:auto; }
    .swiper-wrapper {
        display:block; height:auto; }
    .swiper-slide {
        height:auto; flex-shrink:1; }
    .swiper-slide > .wrap {  position: relative;
    padding: 0; width: 98%; margin: .25rem auto;}
    /* wrap01 */
    .box_title{
        line-height: 1.5rem;
        margin-bottom: .5rem;
        font-size: 1rem;
        margin-top: 1rem;
    }
    .box_title::before,
    .box_title::after{
        width: 3.25rem;
        height: 1rem;
        margin: 0 .2rem;
    }
    .wrap01_top{
        margin-bottom: .5rem;
    }
    .wrap01_text_box{
        border-radius: .5rem;
        padding: .8rem;
    }
    .wrap01_text_title{
        line-height: 1.2rem;
        padding: 0 .4rem;
        font-size: .9rem;
        margin-bottom: .3rem;
    }
    .wrap01_text_title::before{
        width: .2rem;
    }
    .wrap01_text_box>p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .wrap01_tb{
        margin-top: 10px;
    }
    .wrap01_top_list{
        padding: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .wrap01_top_list::before{
        display: none;
    }
    .wrap01_top_list li{
        width: 33.3%;
        margin: .2rem 0;
    }
    .wrap01_top_list li i{
        display: none;
    }
    .wrap01_top_list li h5{
        line-height: 1rem;
        font-size: .75rem;
    }
    .wrap01_top_list li p{
        line-height: .8rem;
        font-size: .6rem;
    }
    .wrap01_left,
    .wrap01_right{
        width: 100%;
        height: auto;
    }
    .wrap01_left p:nth-last-child(1),
    .wrap01_right{
        margin-top: .5rem;
    }
    #echarts1{
        margin-top: -1rem;
        height: 8rem;
    }
    /* wrap02 */
    .wrap02_box{
        display: block;
    }
    .wrap02_cont_box{
        width: 100%;
    }
    .wrap02_cont_title{
        margin: .5rem auto;
        padding-right: .4rem;
        width: 13.3rem;
        height: 3.5rem;
        padding-top: .5rem;
        line-height: 3rem;
        font-size: 1.4rem;
    }
    .wrap02_cont{
        border-radius: .5rem;
    }
    .wrap02_top{
        box-sizing: border-box;
        padding: .5rem;
        height: auto;
    }
    .wrap02_top{
        line-height: 1rem;
        font-size: .7rem;
    }
    #echarts2,
    #echarts3{
        width: 100%;
        height: 10rem;
    }
    .wrap02_bottom{
        padding: .5rem;
    }
    .wrap02_bottom>p{
        height: auto;
        line-height: 1rem;
        font-size: .7rem;
    }
    .wrap02_bottom_btn{
        margin: .5rem auto 0;
        width: 10rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .8rem;
    }
    .wrap02_bottom_btn img{
        width: .7rem;
        margin-left: .2rem;
    }
    .wrap02_table{
        font-size: .7rem;
        line-height: .9rem;
    }
    /* wrap03 */
    .box3_l,
    .box3_r{
        height: auto;
    }
    .box3_l{
        width: 100%;
    }
    .box3_r{
        margin-top: .5rem;
        width: 100%;
        padding: .5rem 0;
        height: 27rem;
    }
    .wrap03_table{
        width: 100%;
        text-align: left;
        color: #000;
    }
    .wrap03_table th,
    .wrap03_table td{
        padding-left: .6rem;
        line-height: 1.2rem;
        font-size: .8rem;
    }
    #map{
        width: 100%;
        height: 17rem;
    }
    .map_data{
        position: relative;
        left: auto;
        bottom: auto;
        box-sizing: border-box;
        padding: 0 1rem;
    }
    .map_data h3{
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .map_list li h5{
        line-height: 1.1rem;
        font-size: .8rem;
    }
    .map_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .map_data a{
        margin-top: .4rem;
    }
    /* wrap04 */
    .wrap04_l{
        width: 100%;
        height: auto;
    }
    .wrap04_r{
        margin-top: .5rem;
        width: 100%;
        height: auto;
    }
    #echarts4,
    #echarts5{
        height: 12rem;
        margin-top: -1rem;
    }
    .wrap04_bottom{
        margin-top: .5rem;
        padding: .5rem;
        display: block;
    }
    .wrap01_text_box>p.wrap04_text{
        width: 100%;
        line-height: 1rem;
        font-size: .7rem;
    }
    .wrap04_btn{
        margin: .5rem auto 0;        
        width: 11rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .7rem;
    }
    .wrap04_btn img{
        width: .8rem;
        margin-left: .2rem;
    }
    /* wrap05 */
    .wrap05_l{
        width: 100%;
    }
    .wrap05_table td{
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .wrap05_r{
        width: 100%;
    }
    .wrap05_r p{
        line-height: 1rem;
        font-size: .7rem;
        margin-top: .5rem;
    }
    .wrap05_r h5{
        margin: .5rem 0;
        line-height: 1.1rem;
        text-align: center;
        font-size: .85rem;
    }
    .wrap05_r a{
        width: 10rem;
        margin: 0 auto;
        height: 3rem;
        border-radius: .6rem;
    }
    .wrap05_r a p{
        margin: 0;
        line-height: 1rem;
        font-size: .8rem;
    }
    .wrap05_r a p img{
        width: .8rem;
    }
    /* wrap06 */
    .book_list{
        flex-wrap: wrap;
        margin-bottom: .5rem;
    }
    .book_list li{
        width: 49%;
        border-radius: .3rem;
        margin: .2rem 0;
    }
    .book_list li img{
        max-width: 100%;
    }
    .book_info{
        padding: .3rem;
    }
    .book_info h5{
        height: 2rem;
        line-height: 1rem;
        font-size: .75rem;
        margin-bottom: .4rem;
    }
    .book_price p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .book_price a{
        font-size: .7rem;
        width: 3rem;
        line-height: 1.2rem;
        border-radius: .6rem;
    }
    .city_list li{
        margin: .1rem .5%;
        width: 24%;
        line-height: 1.4rem;
        border-radius: .3rem;
        font-size: .7rem;
    }
    
    
    .yy_box{
        width: 80%;
        padding: 1rem;
        border-radius: .6rem;
        background-size: 2.5rem, 2rem;
    }
    .close{
        width: 1.2rem;
        right: -1.3rem;
        top: -1.3rem;
    }
    .yy_box h3{
        line-height: 1.5rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .ajax_form p{
        margin-bottom: .5rem;
    }
    .ajax_form input,
    .ajax_form select{
        width: 48.5%;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .25rem;
        padding-left: .5rem;
        font-size: .7rem;
    }
    .ajax_form select{
        background-size: .5rem;
    }
    .ajax_form input{
        width: 100%;
    }
    .ajax_form input#fs{
        width: 45%;
    }
    .ajax_form input.button{
        width: 10rem;
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        margin: 1rem auto 0;
        font-size: .9rem;
    }
    


}