body {
	font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #00a1e9;
}

img {
	border: none;
}
ul{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
p{
	margin: 0; padding: 0;
}
input{
	outline: none;
	/* 去掉聚焦边框 */
}
button{
	outline: none;
	/* 去掉聚焦边框 */
}
.dashed {
	border-bottom: #CCC 1px dashed;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.bgw{background-color: #FFFFFF;}
.w{
	width: 1200px;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.tc{text-align: center;}
.mr{ margin-right: 20px;}
.mb{margin-bottom: 20px;}
