@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
html,body{  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; background-color: #f8f8f8;}
.clearfix:after {
    content: " ";
    clear: both;
    display: block;height: 0;
    visibility: hidden;
}
a{ color:inherit; text-decoration:none;}
img{ border:0; display:block;}

.page_background{ background-color:#fff; overflow:hidden;}
header{ text-align:center; height:45px; line-height:45px; font-size:18px; border-bottom:1px solid #ccc;}
.goback{ position:absolute; display:inline-block; left:15px;height:45px;line-height:45px;}
.goback img{ width:9px; margin-top:15px;}

.login_foot{ width:90%; margin:10px auto; display:flex;}
.login_foot span:first-child{ padding:0 3px 0 0; font-size:12px;}

.weui_bar_item_on .weui_tabbar_label{ color:#d1434e !important;}