
html {
	color: #333333;
}
body {
    margin: 0;
	font-family: PingFang SC,AlibabaPuHuiTi-2-55-Regular,Helvetica,system-ui;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
* { box-sizing:border-box;}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
button, input, select, textarea {
	margin: 0;
}
button {
	border-radius: 0;
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
img, embed, object, audio, video {
	height: auto;
	max-width: 100%;
}
img {
	vertical-align: middle;
	border-style: none;
	display:inline-block;
}
iframe {
	border: 0;
}
table {
	display: table;
	border-collapse: collapse;
	border-spacing:0;
	border-color: grey;
}
td, th {
	padding: 0;
}
a {
	text-decoration: none;
	cursor:pointer;
	display:block;
	color:#333;
	transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
    -webkit-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out,background-color 300ms ease-in-out;
}
a:hover { 
	color:#C50C11;
	transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
.iconfont, address, cite, em, i, var {
	font-style: normal
}
.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '\20';
	clear: both;
	height: 0
}
::selection {
	background: #2c2e2f;
	color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
    }
input[type="number"]{
	-moz-appearance: textfield;
}
	
.maxcenter { width:1100px; margin:0 auto;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}

.iconfont { vertical-align:middle;}

 







