@charset "utf-8";
body,h1,h3,h2,h4,h5,h6,p,dl,dd,ul,li,ol,td,form,input,fieldset,legend{
	margin:0; padding:0;
}  

li{list-style:none;}

a{text-decoration:none; font-size:12px; color:#333;}

body{
	font-size:14px; 
	font-family:"微软雅黑"; 
	color:#666; 
	background: #fff;

}

* {
    box-sizing: border-box;
}

img{ display:block; border:none;}

a,input{outline:none;}

em,i{font-style:normal;}

b,strong,h1,h2,h3,h4,h5,h6{font-weight:normal;}

.clear:after{content:""; display:block; clear:both; height:0; visibility:hidden;}

table{border-collapse:collapse;}

.border0{border:none;}

.fl{float:left;}

.fr{float:right;}

.van-nav-bar .van-icon {
	color: #999999 !important;
}
.van-cell{
	padding: 13px 16px !important;
	font-size: 15px !important;
}

.border_bottom_1px{
	position: relative;
}
.border_bottom_1px::before{
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid  #ebedf0;
	color:  #ebedf0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}