* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body{ 
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

input,textarea{
	box-shadow: none;
}

*:not(input) {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
}

input:focus,select:focus,textarea:focus,button:focus {
	outline: none;
}

img {
	border: none;
	max-width: 100%;
}

img,input {
	vertical-align: middle;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
}

.clearfix:before, .clearfix:after { 
	display: table; 
	content: " ";
}
.clearfix:after { 
	clear: both;
}

.pull-right {
	float: right!important;
}

.pull-left {
	float: left!important;
}

html, body {
    font-family: "Microsoft YaHei","微软雅黑","宋体",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}
