.all{
    width:100%;
    height:100%;
    position: relative;
    background: #ffffff;
}
.head{
    width:100%;
    background: #ffffff;
}
.head_t{
    width:100%;
    height:40px
}
.head_ti{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index:999;
}
.head_tit{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding:10px 25px;
    align-items: center;
    background:#b00014;
    position: relative;
}
.head_tit .back{
    width:20px;
}
.head_tit .back img{
    width:100%;
}
.head_tit .title{
    color:#ffffff;
}
.head_tit .title h2{
    color:#ffffff;
    font-size:16px;
    font-weight:normal;
}
.head_tit .cd{
    width:20px;
    height:20px;
    background:url("/templets/mobile/img/menu.png")no-repeat center center;
    background-size:20px 20px;
}
.head_tit .close{
    width:20px;
    height:20px;
    background:url("/templets/mobile/img/menu-1.png")no-repeat center center;
    background-size:20px 20px;
}
.head_tit .nav{
    display:none;
    position: absolute;
    top:100%;
    left:0;
    background:rgba(0,0,0,.8);
    width:100%;
    padding:10px;
    z-index:999;
    transition: none;
}
.head_tit .nav li{
    width:100%;
}
.head_tit .nav li a{
    display:block;
    width:100%;
    color:#ffffff;
    font-size: 16px;
    text-align: center;
    padding:10px 0;
}
.foot{
    width:100%;
    background: #ffffff;
}
.f{
    width:100%;
}
.f_img{
    width:100%;
}
.f_img img{
    width:100%;
}
.zl{
    width:100%;
    padding:50px 0 50px;
    background:#ffffff;
}
.zl_w{
    width:80%;
    margin:0 auto;
}
.zl_w form{
    width:100%;
}
.inp{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:10px;
}
.zl_w form p{
    color:#666666;
    font-size:16px;
}
.zl_w form p em{
    color:#b00014;
    font-size:12px;
}
input{
    border:none;
    outline:none;
}
.zl_w form input{
    border:1px solid #efefef;
    padding:10px;
    color:#999998;
    width:80%;
}
input::-webkit-input-placeholder{
    color:#999999;
}
.his{
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items: center;
}
.his_img{
    width:20px;
}
.his_img img{
    width:100%;
}
.his p{
    color:#666666;
    font-size:14px;
    margin-left:10px;
}
.his p a{
    color:#477dff;
    font-size:14px;
}
.btn{
    display:block;
    width:80%;
    margin:0 auto;
    color: #ffffff;
    padding:15px 0;
    text-align: center;
    font-size:20px;
    margin-top:30px;
    background:#d01830;
    border-radius: 33px;
}
.fx{
    width:100%;
    margin:50px 0 30px;
}
.fx p{
    color:#999999;
    font-size:16px;
    text-align: center;
}
.f_b{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    z-index: 999;
}
.f_btn{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.f_btn a{
    display:block;
    text-align: center;
    padding:15px;
    font-size:20px;
    color:#ffffff;
}
.f_btn a:nth-child(1){
    background:#140d07;
    width:45%;
}
.f_btn a:nth-child(2){
    background:#d01830;
    width:55%;
}<!--0.00018310546875-->