@charset "UTF-8";
.wrap{width: 100%;}
input {/**-webkit-appearance: none;appearance: none;**/ border-radius: 0; outline: none;}
.clear{clear:both;}
img { vertical-align: top;}
.border_l{border-left:0;}
.border_r{border-right: 0;}
.border_t{border-top: 0;}
.border_b{border-bottom: 0;}
html,body{height: 100%;}

/*底部*/
footer .foot{width: 100%;border-top: 1px solid #e5e5e5;float: left;background-color: #fff;position: fixed;bottom: 0;left: 0; z-index: 2;}
footer .foot li{width: 25%;text-align: center;float:left;}
footer .foot li a{display: block;padding:1%;color: #767676;padding-top: 4%;}
footer .foot li a p{font-size: .8rem;letter-spacing: 1px;}
.fb_home,.fb_classify,.fb_car,.fb_user{background: url(../mobile_images/foot_icon.png)no-repeat center;background-size: 23px auto;width: 23px;height: 28px;margin: 0 auto;}
.fb_home{background-position: 0 3px;}
.fb_classify{background-position: 0px -26px;}
.fb_car{background-position: 0px -56px;}
.fb_user{background-position: 0px -86px;}
footer .foot li a.active{color:#0083ce;}
footer .foot li a.active .fb_home{background-position: 0 -116px;}
footer .foot li a.active .fb_classify{background-position: 0px -146px;}
footer .foot li a.active .fb_car{background-position: 0px -176px;}
footer .foot li a.active .fb_user{background-position: 0px -206px;}
/*底部end*/

/*共用顶部搜索*/
.common_search{width:100%;height:3rem;background-color:#0083ce;padding: .5rem;box-sizing: border-box;position: relative;top: 0;left: 0;z-index: 10000;overflow: hidden;float: left;border-bottom: 1px solid #E4E4E4;}
.common_search .common_input{width:80%;height:100%;float:left;}
.common_search .common_input input{width:100%;height: 100%;padding: 0 2.5rem;float: left;box-sizing: border-box;background-color: #fff;border-radius: 5px;font-size: .8rem;background: #fff url(../mobile_images/searchIcon.png)no-repeat .7rem center;background-size:1rem}
.common_search a.common_search_r{width: 18.5%;background-color: #fff;display: block;float: left;margin-left: 1.5%;box-sizing: border-box;height: 100%;border-radius: 5px;text-align: center;line-height: 1.9rem;font-size: .9rem;letter-spacing: 1px;color: #0083CE;cursor: pointer;}
/*共用顶部搜索end*/

/*顶部固定*/
.topfixed{width: 100%;background-color: #fff;position: fixed;top: 0;left: 0;z-index: 4;}
.profixed{width: 100%;position:fixed;top:3rem;left: 0;z-index:3;}
/*顶部固定end*/
/*补充高度*/
.height{width: 100%;height: 5rem;background-color: #FFFFFF;padding-top: 1rem;}
.height2{width: 100%;height: 2rem;background-color: #FFFFFF;padding-top: 1rem;}
/*补充高度end*/

/*登录成功*/
.cancel_ok{background: rgba(0,0,0,0.7);position: fixed;width: 50%;height: 8rem;border-radius: 5px;top: 0;bottom: 0;left: 0;right: 0;margin: auto;overflow: hidden;z-index: 2;}
.cancel_ok img{width: 3rem;height: 3rem;margin: 1rem auto;display: block;}
.cancel_ok p{color: #fff;font-size: 1rem;letter-spacing: 1px;text-align: center;line-height: 2rem;}
/*登录成功end*/