@charset "utf-8";
body{
	background: #f7f7f7;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{padding:0;margin:0;}
ol,ul,li{list-style:none outside none;}
a{text-decoration: none;}
h1,h2,h3,h4,h5,h6,em,i,b{font-style: normal;font-weight: normal;}
img{border: none;}
input{outline: none;border: none;}
.clearfix{ float:none;}
tbody {display: table-row-group;vertical-align: middle;border-color: inherit;}
tr {display: table-row;vertical-align: inherit;border-color: inherit;}
table{ border-top-width: 0px; border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px; -webkit-margin-start: auto; -webkit-margin-end: auto; border-spacing: 0px;}
td, th {display: table-cell; vertical-align: inherit;}
@font-face {
	font-family: 'iconfont';
	src: url('../static/fonts/iconfont.eot');
	src: url('../static/fonts/iconfont.eot') format('embedded-opentype'),
			url('../static/fonts/iconfont.woff') format('woff'),
			url('../static/fonts/iconfont.ttf') format('truetype'),
			url('../static/fonts/iconfont.svg') format('svg');
	
}
.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; */
}	
iframe {
    display: block;
}


