﻿
/*导航*/
.nav{}
.nav ul{ height:2.6rem; display:flex;justify-content: space-around; background:#fff; padding-bottom:1rem;}
.nav li{width:7.3rem;  background:#f33531; display:flex;flex-direction:row;justify-content:center;align-items: center}
.nav li a{ color:#FFF; font-size:1.2rem;}

.formBg{ display:none; width:100%; max-width:640px;height:100%; background:rgba(0,0,0,.3); margin:auto; position:fixed; left:0;right:0; top:0; z-index:999;}
.form{width:100%; background:#fff; position:absolute; left:0; bottom:0; padding:1rem; box-sizing:border-box;}
.form h2{font-size:1.4rem; color:#333; font-weight:bold; padding-bottom:.5rem;}
.form .message{ font-size:1rem; color:#666; padding-bottom:.7rem}
.form .formClose{width: 1.5rem;height: 1.5rem;background-position: center center;background-size: 50%;position: absolute;background-image: url(../images/icon2.png); background-repeat:no-repeat;right: 1rem;top: 1.125rem}
.form ul li span{ display:flex; align-items: center; color:#333; position:relative; line-height:40px; font-size:1.2rem;}
.form ul li i{ float:left;border-left: 4px solid #333;border-bottom: 4px solid transparent;border-top: 4px solid transparent;display: block;width: 0;height: 0; margin-right:.8rem}
.form ul li input{display: block;width:100%;height:40px;line-height: 2rem;color: #333;font-size: 1.1rem; border: 1px solid #f1f1f1; outline:none; padding:0 .5rem; box-sizing:border-box}
.form ul li select{display: block;width:100%;height:40px;line-height: 2rem;color: #333;font-size: 1.1rem; border: 1px solid #f1f1f1; outline:none; padding:0 .5rem; box-sizing:border-box}
.form .sumBtn{width:100%; background:#f33531;height:40px;line-height:40px; font-size:1.4rem; color:#fff; text-align:center; margin:.8rem auto}

/* 底部footer */
.footer{width: 100%;background-color:#fff;position: fixed;z-index: 99;bottom:0;}
.footer img{width: 100%;}
.footer a{position:absolute; display:block}
.footer .btn1{width:100%;height:4rem; right:0; top:0;}
.footer .btn2{width:50%;height:3.4rem; left:0; bottom:0;}
.footer .btn3{width:0%;height:4rem; left:0; top:0;}

#showForm2{width:50%;height:3.4rem; right:0; bottom:0;}













































