		*{
			padding:0;
			margin:0;
			box-sizing: border-box;
			
			/*font-size:18px;*/
			-webkit-tap-highlight-color: transparent;
		}
		
		h1,h2,h3,h4,h5,h6{
			font-weight: bold;
		}
		a{
			/*color:#000;*/
			text-decoration: none;
			/*color:#878787;*/
		}
		/*html,body{
			background:#f2f2f2;
		}*/
		ul,li{
			list-style: none;
		}
		em{
			font-style:normal;
		}
		.clear{
			clear:both;
			height:0 !important;
		}
		/* body{
			background: #fff;
		} */
		input{
			border:none;
			outline: none;
		}
		.left{
			float: left;
		}
		.right{
			float: right;
		}
		button{
			border:none;
		}
		.ul-box{
			width:2000px;
		}
		.common-inner{
			width:1000px;
			margin:0 auto;
		}
		