@charset "utf-8";
	
/* CSS Document */
/*公共部分*/
body {
	background: #f5f5f5;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-touch-callout:none;
}
html{
	
	font-family:'微软雅黑';
}
ol,ul {
	list-style:none;
} 
body,p,blockquote,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dd,input,textarea,button{
	margin:0;
	 padding:0;
}
h1, h2, h3, h4, h5,em,i { 
	font-weight:normal;
}
em,i{ 
	font-style: normal;
}
img{
	border: 0;
	vertical-align: middle;
}
a {text-decoration: none;
	 color: #252525;
	 outline:none;
	}
input,select,textarea{
	border:0;
	outline: none;
	 /*-webkit-appearance:none;*/
	 -resize:none;
	background-color: #fff;
	}
html,body{ 
	-height:100%;
	 width:100%;
	overflow-x:hidden;
	}
/* :not(input) {
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
} */
.goods_red{
	color: red;
}

[v-cloak] {
	display: none;
}