* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family:"微软雅黑";
}
html {
    font-size : 10px;
}
/*@media only screen and (min-width: 401px){
    html {
        font-size: 12px !important;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 13px !important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 15px !important; 
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 17px !important; 
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 20px !important; 
    }
}*/
html, body {
	width: 100%;
	
}
body {
	margin: 0;
	padding:0;
	font-family:"Microsoft YaHei","SimSun","Arail","Tabhoma",
	line-height: 1;
	color: #333;
	text-align: left;
	position:relative;
}
input {
	padding-top:0;
	padding-bottom:0;
}
input::-moz-focus-inner {
	border:none;
	padding:0;
}
input,select,textarea {
	outline:0;
}
textarea {
	resize:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol,li {
	list-style: none;
}
li{
	float:left;
}
a {
	color: #333;
	outline-style:none;
	text-decoration: none;
}
a:hover {
	cursor:pointer;
	text-decoration: none;
}
 a:link, a:visited, a:active{
 	text-decoration:none;
 }
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
    *zoom:1;/*IE/7/6*/
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.show {
	display:block!important;
}
.hide {
	display:none;
}
.auto {
	margin-left:auto;
	margin-right:auto;
}
.text-overflow {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.f-fs12{font-size:12px;}
.f-fs14{font-size:14px;}
.f-fs15{font-size:15px;}
.f-fs16{font-size:16px;}
.f-fs17{font-size:17px;}
.f-fs18{font-size:18px;}
.f-fs19{font-size:19px;}
.f-fs20{font-size:20px;}
.f-fs21{font-size:21px;}
.f-fs22{font-size:22px;}
.f-fs24{font-size:24px;}
.f-fs25{font-size:25px;}
.f-fs26{font-size:26px;}
.f-fs30{font-size:30px;}
.f-fs32{font-size:32px;}
.container {
    width: 12rem;
    margin: 0 auto;
}
@media (max-width: 750px) and (min-width: 320px){
	.container {
    width: 100%;
    margin: 0 auto;
}
}