﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑", sans-serif;
}

a,
input {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    display: block;
}

input,
button {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

body {
    max-width: 750px;
    margin: auto;
    font-size: 0;
}

.header{
    background: url("../images/header_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:0.88rem;
}

.header ul{
    width:7.32rem;
    height:100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.header li{
    list-style: none;
    width: 1.83rem;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
}

.banner {
    background: url("../images/banner_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:10.71rem;
    padding-top: 0.36rem;
}

.logo{
    width:1.30rem;
    height: 0.65rem;
    margin: 0 auto;
}

.banner_tit {
    width:6.24rem;
    margin:0.3rem auto 0;
}

.banner_box {
    background: url("../images/banner_box.png") no-repeat center;
    background-size:6.18rem 0.56rem;
    width:100%;
    height: 0.56rem;
    margin: 0.28rem auto 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.banner_box p{
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    width:100%;
    font-size: 0.28rem;
    color: #474748;
    text-align: center;
    font-weight: bold;
    letter-spacing:3px;
}

.banner_box p strong{
    color: #f5252d;
}

.banner_p{
    width: 5.74rem;
    margin: 0.38rem auto 0;
}

.banner_con{
    background: rgba(255,255,255,0.51);
    width: 6.2rem;
    height:2.42rem;
    border:rgba(245,37,45,0.3) 1px solid;
    border-radius: 0.06rem;
    box-shadow: inset 0 0 24px rgba(0,0,0,0.1);
    margin: 0.5rem auto 0;
    padding-top: 0.33rem;
}

.banner_h3{
    width: 4.05rem;
    margin: 0 auto;
}

.countdown{
    background: url("../images/countdown.png") no-repeat 0 0;
    background-size: cover;
    width: 2.57rem;
    height:0.91rem;
    margin: 0.38rem auto 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.month{
    width: 0.75rem;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    font-size: 0.38rem;
    color: #f5262e;
    font-weight: bold;
    text-align: center;
}

.day{
    width: 0.75rem;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    font-size: 0.38rem;
    color: #f5262e;
    font-weight: bold;
    text-align: center;
    margin-left: 0.64rem;
}

.banner_btns{
    width:5.30rem;
    height:2.58rem;
    margin: 0.49rem auto 0;
    -webkit-flex: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner_btn{
    background:#fff;
    width: 5.3rem;
    height:0.7rem;
    border:#f5686d 1px solid;
    border-radius: 0.35rem;
    font-size: 0.28rem;
    color: #f6444b;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
}

.info {
    background: url(../images/info_bg.jpg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:8.38rem;
    padding-top: 0.60rem;
}

.info_tit{
    width:4.66rem;
    margin: 0 auto;
}

.info_con {
    width:6.52rem;
    height:4.40rem;
    margin: 0.40rem auto 0;
}

.info_ul{
    width: 100%;
    height:100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-content: space-between;
}

.info_ul>li{
    background:#fff;
    width:2rem;
    height:1.28rem;
    border: #dadada 1px solid;
    border-radius: 0.06rem;
    padding-top: 0.18rem;
    box-shadow: inset 0 0 9px rgba(0,0,0,0.1);
    -webkit-flex:0 1 auto;
    flex:0 1 auto;
}

.info_icon{
    width:0.47rem;
    height:0.47rem;
    margin: 0 auto;
}

.info_p{
    font-size: 0.26rem;
    color: #464646;
    text-align: center;
    line-height:1;
    margin-top: 0.16rem;
}

.info_btn{
    background: #f5262e;
    width: 5.3rem;
    height:0.7rem;
    border: none;
    border-radius: 0.35rem;
    display: block;
    margin: 0.5rem auto 0;
    font-size: 0.28rem;
    color: #fff;
}

.conditions {
    background: url(../images/conditions_bg.jpg) no-repeat center 0;
    background-size: cover;
    width: 100%;
    height:8.4rem;
    padding-top:0.50rem;
}

.conditions_tit {
    width:4.97rem;
    margin: 0 auto;
}

.conditions_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 0.36rem;
    margin-top: 0.22rem;
}

.conditions_p strong{
    color: #f5262e;
    font-weight: normal;
}

.conditions_con {
    background: url("../images/conditions_con.png") no-repeat 0 0;
    background-size: cover;
    width:7.47rem;
    height:3.32rem;
    margin: 0.38rem auto 0;
}

.conditions_ul{
    width:6.94rem;
    height:100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.conditions_ul li{
    list-style: none;
    background: url("../images/conditions_li.png") no-repeat 0 0;
    background-size: cover;
    width: 1.49rem;
    height:1.49rem;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    padding-top: 0.34rem;
    position: relative;
}

.conditions_ul li:nth-child(8){
    padding-top: 0.46rem;
}

.conditions_h3{
    font-size: 0.24rem;
    color: #535353;
    line-height: 0.3rem;
    text-align: center;
    font-weight: normal;
}

.conditions_btn{
    background: #fff;
    width: 1.4rem;
    height:0.43rem;
    border: rgba(245,38,46,0.5) 1px solid;
    border-radius: 0.1rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: block;
    margin: 0.12rem auto 0;
    font-size: 0.24rem;
    color: #f5262e;
}

.mt30{
    margin-top: 0.3rem;
}

.conditions_pic{
    width:0.29rem;
    height:0.25rem;
    position: absolute;
    right:0.3rem;
    top:-0.04rem;
    display: none;
}

.conditions_p2{
    font-size: 0.24rem;
    color: #383838;
    text-align: center;
    line-height:1;
    margin: 0.32rem auto 0;
}

.conditions_p2 strong{
    color: #f5262e;
    font-weight: normal;
}

.conditions_btn_big{
    background: #f5262e;
    width: 5.3rem;
    height:0.7rem;
    border: none;
    border-radius: 0.35rem;
    display: block;
    margin: 0.24rem auto 0;
    font-size: 0.28rem;
    color: #fff;
}

.question{
    background: url(../images/question_bg.jpg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:10.2rem;
    padding-top: 0.60rem;
}

.question_tit{
    width: 4.66rem;
    margin: 0 auto;
}

.question_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin-top: 0.26rem;
}

.question_p strong{
    color: #f5262e;
    font-weight: normal;
}

.question_con{
    width: 7.1rem;
    margin: 0.52rem auto 0;
}

.question_con li{
    background: url("../images/question_li.png") no-repeat 0 0;
    background-size: cover;
    width: 7.1rem;
    height:0.52rem;
    margin-top: 0.20rem;
    overflow: hidden;
}

.question_con li:first-child{
    margin-top: 0;
}

.question_left{
    width: 5.63rem;
    height: 0.52rem;
    float: left;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.question_num{
    width: 0.53rem;
    height: 0.52rem;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
}

.question_p1{
    font-size: 0.24rem;
    color: #f5262e;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    margin-left: 0.08rem;
    position: relative;
}

.question_p2{
    font-size: 0.24rem;
    color: #464646;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    margin-left: 0.08rem;
    position: relative;
}

.fire{
    width: 0.25rem;
    height:0.35rem;
    display: block;
    position: absolute;
    top:-0.02rem;
    right:-0.32rem;
}

.question_btn{
    background: #f6444b;
    width: 1.46rem;
    height:0.44rem;
    border: none;
    border-radius: 0.22rem;
    font-size:0.24rem;
    color: #fff;
    float: right;
    margin-top: 0.04rem;
}

.question_btn_big{
    background: #f5262e;
    width: 5.3rem;
    height:0.7rem;
    border: none;
    border-radius: 0.35rem;
    font-size: 0.28rem;
    color:#fff;
    display: block;
    margin: 0.48rem auto 0;
}

.school{
    background: url("../images/school_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:8.87rem;
    padding-top: 0.6rem;
}

.school_tit{
    width: 4.66rem;
    margin: 0 auto;
}

.school_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin: 0.26rem 0 0 0;
}

.school_p strong{
    color: #f5262e;
    font-weight: normal;
}

.school_tab_box{
    background: #fff;
    width: 7.1rem;
    height:5.46rem;
    border: #e5e5e5 1px solid;
    margin: 0.5rem auto 0;
    padding: 0.19rem 0 0 0.21rem;
}

.school_tab{
    width: 2.11rem;
    float: left;
}

.school_tab li{
    list-style: none;
    background: #e8e8e8;
    width: 2.11rem;
    height:0.6rem;
    font-size: 0.26rem;
    color: #494949;
    text-align: center;
    margin-top:0.14rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.school_tab li span{
    -webkit-flex: 0 1 100%;
    flex:0 1 100%;
}

.school_tab li:first-child{
    margin-top: 0;
}

.school_tab li.on {
    background: #f5262e;
    color: #fff;
}

.school_container{
    width: 4.3rem;
    height: 5.04rem;
    float: left;
    margin-left: 0.41rem;
    padding-left:0.4rem;
    border-left: 1px solid #d6d6d6;
}

.tab_box {
    display: none;
    position: relative;
}

.tab_box:after {
    content: '';
    position: absolute;
    top:0;
    left: -0.43rem;
    width: 0.05rem;
    height:0.6rem;
    background: #adadad;
}

.tab_x2:after{
    top:0.74rem;
}

.tab_x3:after{
    top:1.48rem;
}

.tab_x4:after{
    top:2.22rem;
}

.tab_x5:after{
    top:2.95rem;
}

.tab_x6:after{
    top:3.69rem;
}

.school_pic{
    width: 3.76rem;
    height:1.98rem;
}

.btn_wrap{
    width: 3.75rem;
    margin-top: 0.3rem;
    border-bottom: #a3a3a3 1px dashed;
    padding-bottom: 0.24rem;
}

.school_btna{
    background: transparent;
    width: 1.78rem;
    height:0.6rem;
    border:rgba(245,38,46,0.58) 1px solid;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    color: #f5262e;
    float: left;
}

.school_btnb{
    background: #f5262e;
    width: 1.78rem;
    height:0.6rem;
    border: none;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    color: #fff;
    float: right;
}

.info_box{
    margin: 0.32rem 0 0 0;
}

.school_h3{
    font-size: 0.28rem;
    color: #3f3f3f;
    line-height: 1;
    font-weight: normal;
}

.school_h3 strong{
    color:#f5262e;
    font-weight: normal;
}

.p_info{
    font-size: 0.24rem;
    color: #6a6a6a;
    line-height: 0.36rem;
    margin: 0.2rem 0 0 0;
}

.professional{
    background: url("../images/professional_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:9.63rem;
    padding-top: 0.6rem;
}

.professional_tit{
    width: 4.65rem;
    margin: 0 auto;
}

.professional_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin: 0.26rem 0 0 0;
}

.professional_p strong{
    color: #f5262e;
    font-weight: normal;
}

.professional_con{
    width: 7.05rem;
    margin: 0.5rem auto 0;
}

.professional_con>.ul1>li{
    overflow: hidden;
    margin-top: 0.1rem;
}

.professional_con>.ul1>li:first-child{
    margin-top: 0;
}

.professional_l{
    background: #f6444b;
    width: 1.53rem;
    height:0.95rem;
    float: left;
    padding-top: 0.12rem;
}

.professional_icon{
    width: 0.37rem;
    margin: 0 auto;
}

.professional_h3{
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    margin-top: 0.12rem;
}

.ul2{
    background: #fff;
    width: 4rem;
    height:0.95rem;
    float: left;
    display:-webkit-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: space-between;
}

.ul2>li{
    list-style: none;
    width:2rem;
    height: 0.475rem;
    border:#d6d6d6 1px solid;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    font-size: 0.23rem;
    color: #545454;
    text-align: center;
    line-height: 0.475rem;
}

.ul2>li:nth-child(odd){
    border-left: none;
}

.ul2>li:nth-child(even){
    border-right: none;
}

.ul2>li:nth-child(3),.ul2>li:nth-child(4){
    border-top: none;
}

.ul2>li:nth-child(2),.ul2>li:nth-child(4){
    border-left: none;
}

.professional_btn{
    background: #fff;
    width: 1.52rem;
    height:0.95rem;
    border: none;
    display: block;
    border: #faa4a7 1px solid;
    font-size: 0.24rem;
    color: #f6444b;
    font-weight: bold;
    float: right;
}

.policy{
    background: url("../images/policy_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 7.04rem;
    padding-top: 0.6rem;
}

.policy_tit{
    width: 4.66rem;
    margin: 0 auto;
}

.policy_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin: 0.26rem 0 0 0;
}

.policy_p strong{
    color: #f5262e;
    font-weight: normal;
}

.policy_con{
    width: 6.97rem;
    margin:0.4rem auto 0;
}

.policy_con ul{
    width: 100%;
    height:2.02rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.policy_con li{
    width: 2.09rem;
    height:2.02rem;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    position: relative;
}

.policy_mark{
    width: 0.57rem;
    height:0.39rem;
    position: absolute;
    top:0.05rem;
    left:-0.08rem;
}

.policy_h3{
    background: rgba(245,38,46,0.75);
    width: 100%;
    height:0.54rem;
    position: absolute;
    bottom:0;
    left:0;
    font-size: 0.26rem;
    color: #fefefe;
    text-align: center;
    line-height: 0.54rem;
    font-weight: normal;
}

.policy_p1{
    font-size: 0.24rem;
    color: #383838;
    text-align: center;
    line-height: 1;
    margin-top: 0.45rem;
}

.policy_p1 strong{
    color: #f5262e;
    font-weight: normal;
}

.policy_btn{
    background: #f5262e;
    width: 5.3rem;
    height:0.7rem;
    border: none;
    border-radius: 0.35rem;
    display: block;
    font-size: 0.28rem;
    color: #fff;
    margin: 0.28rem auto 0;
}

.formal {
    background: url(../images/formal_bg.png) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:10.65rem;
    padding-top: 0.60rem;
}

.formal_tit{
    width:4.66rem;
    margin: 0 auto;
}

.formal_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin: 0.26rem 0 0 0;
}

.formal_p strong{
    color: #f5262e;
    font-weight: normal;
}

.formal_pic{
    width: 3.71rem;
    margin: 0.36rem auto 0;
}

.formal_con {
    background: url("../images/formal_con.png") no-repeat 0 0;
    background-size:5.97rem 3.09rem;
    width:6.7rem;
    height:3.09rem;
    margin: 0.30rem 0 0 0.8rem;
    padding:0 0 0 0.8rem;
}

.formal_p1{
    padding-top: 0.06rem;
    height: 1.24rem;
    font-size:0.24rem;
    color: #565656;
    line-height: 0.36rem;
}

.formal_p1 strong,.formal_p2 strong,.formal_p3 strong{
    color: #ff7803;
    font-weight: normal;
}

.formal_p2{
    height:0.8rem;
    padding-top:0.22rem;
    font-size:0.24rem;
    color: #565656;
    line-height: 0.36rem;
}

.formal_p3{
    height:1.05rem;
    padding-top:0.16rem;
    font-size:0.24rem;
    color: #565656;
    line-height: 0.36rem;
}

.formal_btn{
    background: #f5262e;
    width:5.3rem;
    height:0.70rem;
    border: none;
    border-radius: 0.35rem;
    display: block;
    margin: 0.42rem auto 0;
    font-size: 0.28rem;
    color: #fff;
}

.formal_btn_big{
    background:#fa544b;
    width:4.5rem;
    height:0.7rem;
    border:none;
    border-radius: 0.08rem;
    display: block;
    margin: 0.65rem auto 0;
    font-size: 0.3rem;
    color: #fff;
}

.why {
    background: url(../images/why_bg.jpg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:19.17rem;
    padding-top:0.60rem;
}

.why_tit {
    width:4.66rem;
    margin: 0 auto;
}

.why_box{
    width:7.10rem;
    height:3.78rem;
    margin: 0.33rem auto 0;
    position: relative;
}

.why_circle1{
    width: 1.04rem;
    height:1.04rem;
    position: absolute;
    top:0.71rem;
    left:1.12rem;
    -webkit-animation: down 3s 0s infinite;
    animation: down 3s 0s infinite;
}

.why_circle2{
    width: 0.84rem;
    height:0.84rem;
    position: absolute;
    top:0;
    right:1.58rem;
    -webkit-animation: down 3s 0.2s infinite;
    animation: down 3s 0.2s infinite;
}

.why_circle3{
    width:0.99rem;
    height:0.99rem;
    position: absolute;
    top:1.19rem;
    right:0.73rem;
    -webkit-animation: down 3s 0.3s infinite;
    animation: down 3s 0.3s infinite;
}

.why_con {
    width:7.12rem;
    height:11.09rem;
    margin: 0 auto;
}

.why_con ul{
    width: 100%;
    height:100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content:space-between;
}

.why_con li{
    background: url("../images/why_li.png") no-repeat 0 0;
    background-size: cover;
    width: 3.51rem;
    height:3.59rem;
    padding: 0.12rem 0 0 0;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
}

.why_pic{
    width: 3.27rem;
    height:1.25rem;
    margin: 0 auto;
}

.why_h3{
    font-size: 0.28rem;
    color: #f5262e;
    line-height:1;
    text-align: center;
    margin-top: 0.22rem;
}

.ml18{
    margin-left:0.18rem;
}

.why_p{
    width: 2.9rem;
    font-size: 0.22rem;
    color: #686868;
    line-height:0.34rem;
    margin: 0.16rem auto 0;
}

.why_p1{
    font-size: 0.24rem;
    color: #383838;
    text-align: center;
    line-height: 1;
    margin-top: 0.35rem;
}

.why_p1 strong{
    color: #f5262e;
    font-weight: normal;
}

.why_btn{
    background: #f5262e;
    width: 5.3rem;
    height:0.7rem;
    border: none;
    border-radius: 0.35rem;
    display: block;
    font-size: 0.28rem;
    color: #fff;
    margin: 0.30rem auto 0;
}

.why_list tr:nth-child(1) td{
    font-size: 0.26rem;
    color: #65676b;
    font-weight: bold;
    height: 0.6rem;
}

.why_list tr:nth-child(2) td{
    font-size: 0.24rem;
    color: #65676b;
    height: 0.6rem;
}

.why_list td .red{
    color: #fa6057;
}

.why_vs{
    width: 0.42rem;
    margin: 0.04rem auto 0.06rem;
}

.pomote {
    background: url(../images/pomote_bg.jpg) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:10.68rem;
    padding-top: 0.60rem;
}

.pomote_tit {
    width:4.66rem;
    margin: 0 auto;
}

.pomote_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin: 0.26rem 0 0 0;
}

.pomote_p strong{
    color: #f5262e;
    font-weight: normal;
}

.pomote_con {
    width:7.1rem;
    margin: 0.40rem auto 0;
}

.pomote_con li {
    background: url("../images/pomote_li.png") no-repeat 0 0;
    background-size: cover;
    width:7.1rem;
    height:2.51rem;
    margin-top: 0.2rem;
    padding-top: 0.16rem;
    overflow: hidden;
}

.pomote_con li:first-child{
    margin-top: 0;
}

.pomote_pic {
    width:2.82rem;
    height:2.19rem;
    margin-left: 0.16rem;
    float: left;
    position: relative;
}

.pomote_pic2{
    float: right;
    margin: 0 0.16rem 0 0;
}

.pomote_h3{
    background: rgba(245,38,46,0.75);
    width: 2.82rem;
    height:0.51rem;
    position: absolute;
    bottom:0;
    left:0;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.51rem;
}

.pomote_r{
    width: 3.92rem;
    float: right;
}

.pomote_r2{
    width: 3.88rem;
    float: left;
    margin-left: 0.24rem;
}

.pomote_h4{
    font-size: 0.26rem;
    color: #474748;
    line-height: 1;
    margin-top: 0.1rem;
}

.pomote_p1 {
    font-size: 0.22rem;
    color: #5a5a5a;
    line-height: 0.32rem;
    margin: 0.08rem 0 0 0;
}

.pomote_p1 strong {
    color: #ff7803;
    font-weight: normal;
}

.pomote_btn{
    width:3.58rem;
    height:0.64rem;
    background: #fff;
    border: rgba(245,38,46,0.58) 1px solid;
    border-radius: 0.06rem;
    font-size: 0.26rem;
    color: #f5262e;
    margin-top: 0.14rem;
}

.where{
    background: url("../images/where_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:8.23rem;
    padding-top: 0.60rem;
}

.where_tit{
    width: 6.56rem;
    margin: 0 auto;
}

.where_p{
    font-size: 0.26rem;
    color: #5f5f5f;
    text-align: center;
    line-height: 1;
    margin: 0.26rem 0 0 0;
}

.where_p strong{
    color: #f5262e;
    font-weight: normal;
}

.where_con{
    width: 7.04rem;
    margin: 0.38rem auto 0;
}

.last{
    background: url("../images/last_bg.jpg") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height:5.78rem;
}

.last_con{
    width: 7.40rem;
    height:1.74rem;
    margin:0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.last_btn{
    background: rgba(245,133,36,0.84);
    width: 1.82rem;
    height:0.54rem;
    border: none;
    font-size: 0.24rem;
    color: #fff;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
}

.last_btn_red{
    background: rgba(245,38,46,0.8);
}

#footer {
    width: 100%;
    margin: 0.6rem  auto 0;
}

.footer_logo{
    width: 2.99rem;
    margin: 0 auto;
}

#footer .down {
    margin-top: 0.26rem;
    font-size: 0.22rem;
    color: #8b8b8b;
    line-height: 0.36rem;
    text-align: center;
}

#footer .down a {
    color: #8b8b8b;
    text-decoration: none;
}

.bottombar {
    width: 7.5rem;
    height:0.84rem;
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 2;
    margin-left: -3.75rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.bottombar_btn1 {
    background: #ed7002;
    width:3.74rem;
    height:0.84rem;
    border: none;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    font-size: 0.28rem;
    color: #fff;
}

.bottombar_btn2 {
    background: #db2329;
    width:3.74rem;
    height:0.84rem;
    border: none;
    -webkit-flex: 0 1 auto;
    flex:0 1 auto;
    font-size: 0.28rem;
    color: #fff;
}

.info_btn span,
.conditions_btn_big span,
.question_btn_big span,
.policy_btn span,
.formal_btn span,
.why_btn span,
.bottombar_btn1 span,
.bottombar_btn2 span{
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
}


.info_btn span:nth-of-type(1),
.conditions_btn_big span:nth-of-type(1),
.question_btn_big span:nth-of-type(1),
.policy_btn span:nth-of-type(1),
.formal_btn span:nth-of-type(1),
.why_btn span:nth-of-type(1),
.bottombar_btn1 span:nth-of-type(1),
.bottombar_btn2 span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}


.info_btn span:nth-of-type(2),
.conditions_btn_big span:nth-of-type(2),
.question_btn_big span:nth-of-type(2),
.policy_btn span:nth-of-type(2),
.formal_btn span:nth-of-type(2),
.why_btn span:nth-of-type(2),
.bottombar_btn1 span:nth-of-type(2),
.bottombar_btn2 span:nth-of-type(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@-webkit-keyframes zoomIn{
    0%{
        opacity:0;
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
}

@keyframes zoomIn{
    0%{
        opacity:0;
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
}
.zoomIn{
    -webkit-animation:zoomIn 1s 0s 1;
    animation:zoomIn 1s 0s 1;
}

@-webkit-keyframes zoomInDown{
    0%{
        opacity:0;
        transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown{
    0%{
        opacity:0;
        transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
.zoomInDown{
    -webkit-animation:zoomInDown 1s 0s 1;
    animation:zoomInDown 1s 0s 1;
}

@-webkit-keyframes down{
    50%{
        transform: translateY(-5px);
    }
}

@keyframes down{
    50%{
        transform: translateY(-5px);
    }
}

.sales{
    width: 100%;
}