@charset "utf-8";

*{

	margin:0;

	padding:0;

	 

}

body{

	font-family: "微软雅黑";
	width:100%;

}

html{


	width:100%;

}

ul,ol{

	list-style:none;

}

a{

	border:none;

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    -webkit-tap-highlight-color:transparent;

    outline:none;

    text-decoration: none;

    color:#333;

   

}

img{ 

	border:0 none;

}

.container{
	width: 1200px;
	margin:0 auto;
}

.clear{

	clear:both;

}

.small-font{    

	 font-size:12px; 

}

.smallsize-font {

 　　font-size:10.8px;

}