@charset "UTF-8";
html {
	min-height: 100%;
}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
}
@media only screen and (min-width:320px) {
	html {
		font-size: 16px !important;
	}
}
@media only screen and (min-width:360px) {
	html {
		font-size: 20px !important;
	}
}
@media only screen and (min-width:412px) {
	html {
		font-size: 24px !important;
	}
}

@media only screen and (min-width:768px) {
	html {
		font-size: 28px !important;
	}
}

@media only screen and (min-width:1024px) {
	html {
		font-size: 32px !important;
	}
}

body {
	background-color: #F7F7F7;
	color: #555;
	font: 12px/1.5 'Microsoft YaHei','微软雅黑',Tahoma,Arial,sans-serif;
}
a {
	display: block;
	outline: 0;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	width: 100%;
	width: auto\9;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
em,i {
	font-style: normal;
}
ul,li {
	list-style-type: none;
}
strong {
	font-weight: normal;
}
.clearfix {
	clear: both;
	zoom: 1;
}