@charset "utf-8";
html { 
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;
	line-height:1;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	color:#333;
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ww{
   max-width:1200px;
   min-width:300px;
   margin:auto;
}
a{
	color: #333;
	text-decoration: none;
	transition: all .3s;
}
a:hover{color: #fc5e49;}
img{
	border: 0;
	display: inline-block;
	width:100%;
	height:100%;
	vertical-align: middle;
}
input,textarea,textarea,button{
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
li,ol{
	list-style:none;
}
.p-r{
	position: relative;
}
