@charset "utf-8";
/* CSS Document */
/* 移动端 */
/* select下拉icon祛除 */
select{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
/* 移动端点击手机自带浏览器蓝色背景 */
a,img,button,input,textarea{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust:none;
}


body,i,b, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input { margin: 0; padding: 0; border: 0; font-family:'\51ac\9752\9ed1', '微软雅黑', Verdana; font-weight:normal;  font-style:normal;}

ul, ol { list-style-type: none; }
select, input, img { vertical-align: middle; outline: none; }
a { text-decoration: none;color:#000; }
a { blr:expression(this.onFocus=this.blur())}
a { outline: none; }
html { overflow-x: hidden; }

.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }

html {
font-size: 62.5%
}

@media only screen and (min-width: 481px) {
html {
	font-size:94%!important
	}
}

@media only screen and (min-width: 561px) {
	html {
	font-size:109%!important
	}
}

@media only screen and (min-width: 641px) {
	html {
	font-size:125%!important
	}

	body {
	}
}

@media only screen and (min-width: 721px) {
	html {
	font-size:132%!important
	}

	body {
	}
}

@media only screen and (min-width: 801px) {
	html {
	font-size:149%!important
	}

	body {
	}
}



