@charset "gb2312";
html { 
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;
	line-height:12px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #f8fffe;
}
body{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	color:#555;
	
}
header,main,section,footer{display: block;}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ww{
   max-width:1200px;
   min-width:300px;
   margin:auto;
}
a{
	color: #f00;
	text-decoration: none;
}
img{
	border: 0;
	display: inline-block;
	vertical-align: middle;
}
input,textarea,textarea{
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;

   
}
button{
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;
width: 50px;
    height: 24px;
    background: #F94023;
    color: #fff;
    font-size: 14px;
    cursor: pointer;

    border-radius: 15px;
    outline: none;
    transition: all .3s;
    text-align: center;

}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
li,ol{
	list-style:none;
}
.red{color: #fa5068;}
.green{color: #51bd7e;}