body {
	margin: 0;
	-webkit-text-size-adjust: 100% !important;
	font-family: "Arial", "Helvetica", "sans-serif", "宋体";
}

html,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol{
	margin: 0;
	padding: 0;
}
ul,li,ol{
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

img{
	max-width: 100%;
}

::-webkit-input-placeholder{
	font-family: Ebrima;
	font-size: 15px;
	color: #c4c4c4;
	vertical-align: middle;
}

input,textarea,button{
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;/* Firefox */
	-webkit-box-sizing: content-box;/* Safari */
}
input,textarea,button:focus{
	outline: none;
}

.cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.left{
	float: left;
}
.right{
	float: right;
}