* {
	margin: 0;
	padding: 0;
	outline: 0px;
}

em,
i {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

button {
	cursor: pointer
}

a {
	color: #666;
	text-decoration: none
}

a:hover {
	color: #337ab7
}

button,
input {
	font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font: 14px/1.5 "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
	color: #333;
}

.hide,
.none {
	display: none
}

/*颜色*/
.text-main{ color: #337ab7;}
.text-red{ color: #ff0000;}
.text-gray{ color: #CCCCCC;}
.text-gray9{ color: #999999;}
.text-gray6{ color: #666666;}
.text-gray3{ color: #333333;}
.text-white{ color: #FFFFFF;}

.fb{ font-weight: bold;}
.f16{ font-size: 16px;}

/*距离*/
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 50px;}

.no-margin{ margin: 0;}

