html{
	font-size:625%;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	overflow-x:hidden;  

}
*{
	margin:0;
	padding:0;	
}
body{
	font-family:"Microsoft Yahei";
	font-size:0.16rem;
	color:#5d5d5d;
	overflow-x:hidden;
	width:100%;
	overflow:hidden;
}
ul{
	list-style-type:none;	
}
a{
	text-decoration:none;
	color:#333333;
}
img{
	border:none;	
}
div{
	box-sizing:border-box;	
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container{
	max-width:6.4rem;
	height:auto;
	margin:0 auto;
	position:relative;
	background:url(../../m_images/m_decade_images/bg.jpg) repeat-y;

}

