html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { 
	margin: 0; 
	padding: 0; 
} 
img { 
	border: 0 none; 
	vertical-align: top; 
} 
ul, li { 
	list-style-type: none; 
}  
h1, h2, h3, h4, h5, h6 { 
	font-size: 14px; 
}  
body, input, select, button, textarea { 
	font-size: 12px; 
	font-family: "Microsoft YaHei" ! important;
} 
button { 
	cursor: pointer; 
} 
i, em, cite { 
	font-style: normal; 
}  
body { 
	background: #eee; 
	color: #363636; 
	line-height: 1.2; 
} 
a, a:link { 
	color: #222; 
	text-decoration: none; 
} 
a:visited { 
}
a:active, a:hover { 
	text-decoration: none; 
} 
a:focus { 
	outline: none;
}

/*加载定义字体*/
@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;
}





/* PC端响应式容器 */
.content-wrapper {
    background-color: #FCFDFC;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .content-wrapper {
        padding: 0;
        max-width: 600px;
    }
}

/* 媒体查询 - 移动端 */
@media screen and (max-width: 767px) {
    .content-wrapper {
        max-width: 100%;
    }
}

