/*公共样式*/
*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,em,i {
	font-weight: 400;
	font-style: normal
}
ul,li{
	list-style: none;
}
a{text-decoration: none;}
input,
img,
button,
select {
	vertical-align: top;
	border: none;
	outline: none;
}
option{
	height: 30px;
	line-height: 30px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color:    #dadee0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #dadee0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #dadee0;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #dadee0;
}
select{
	color:#dadee0;
}
body{
	background: #F3F5F7;
	font-family: 'Microsoft Yahei', Arial, STHeiti, sans-serif;
	color:#333;
	font-size: 14px;
}
.clearfloat:after {display:block;visibility:hidden;clear:both;height:0;content:""}
.clearfloat {zoom:1;}
.bg-black{
	background: #000;
}
.bg-white{
	background: #fff;
}
.bg-blue{
	background: #00A8F0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
@font-face {
	font-family: 'iconfont';
	src: url('../../../font/iconfont.eot'); /* IE9*/
	src: url('../../../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../font/iconfont.woff') format('woff'), /* chrome��firefox */ url('../../../font/iconfont.ttf') format('truetype'), /* chrome��firefox��opera��Safari, Android, iOS 4.2+*/ url('../../../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}