
/*媒体查询*/
@media screen and (min-width:319px){
	body,html {
		font-size: 12px;
	}
}
@media screen and (min-width:346px){
	body,html {
		font-size: 13.3px;
	}
}
@media screen and (min-width:359px){
	body,html {
		font-size: 14px;
	}
}
@media screen and (min-width:374px){
	body,html {
		font-size: 14.4px;
	}
}
@media screen and (min-width:400px){
	body,html {
		font-size: 15px;
	}
}
@media screen and (min-width:413px){
	body,html {
		font-size: 16px;
	}
}
@media screen and (min-width:426px){
	body,html {
		font-size: 17px;
	}
}
/*@media screen and (min-width:453px){
	body,html {
		font-size: 17.4px;
	}
}
@media screen and (min-width:480px){
	body,html {
		font-size: 18.5px;
	}
}
@media screen and (min-width:506px){
	body,html {
		font-size: 19px;
	}
}
@media screen and (min-width:533px){
	body,html {
		font-size: 20px;
	}
}
@media screen and (min-width:560px){
	body,html {
		font-size: 21px;
	}
}
@media screen and (min-width:586px){
	body,html {
		font-size: 22px;
	}
}
@media screen and (min-width:613px){
	body,html {
		font-size: 23px;
	}
}
@media screen and (min-width:640px){
	body,html {
		font-size: 24px;
	}
}*/

/* CSS reset */
html,body{color:#9c9c9c;background:#e8e8e8;font-family:'华文细黑','STHeiti','Microsoft YaHei',Arial;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong{padding:0;margin:0;font-family:'华文细黑','STHeiti','Microsoft YaHei',Arial;text-shadow: none !important;}
input {-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border: none;}
table{border-collapse:collapse;border-spacing:0;}
em,i,strong {font-style: normal;}
li{list-style:none;}
a {text-decoration: none;}
fieldset,img{border:0;}
input:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-modify:read-write-plaintext-only;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
.clearfix:after {content: "\200B";display: block;height: 0;overflow: hidden;clear: both;}
.clearfix {*zoom: 1;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0)}