@charset "utf-8";
html{
	font-size: 12px;
}
/* CSS Document */
body {
	margin: 0;
	background: #fff;
	font-size: 12px;
	color: #333;
	font-family:
		"Microsoft YaHei",
		Arial,
		"PingFang SC",
		"Hiragino Sans GB",
		"WenQuanYi Micro Hei",
		sans-serif;
}

html,
html body {
	height: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
li,
ol {
	list-style-type: none;
}

table,
input,
textarea,
select,
button {
	font-size: 12px;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/* a */
a:link,
a:visited {
	outline-style: none;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

/* line */
.unline,
.unline a {
	text-decoration: underline
}

.nounline,
.nounline a {
	text-decoration: none
}

u,
.typo-u {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

:root sub,
:root sup {
	vertical-align: baseline;
	/* for ie9 and other modern browsers */
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}

/* clear */
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}

.clearfix {
	zoom: 1
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden
}

/* other */
.left,
.fl {
	float: left;
}

.right,
.fr {
	float: right;
}

.hidden {
	display: none;
}

.fdn {
	font-size: 0;
	text-indent: -999em;
	line-height: 0;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.line-clamp2,
.lc2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-clamp4,
.lc4 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}


/* margin */
.mt10 {
	margin-top: 10px;
}

.mt13 {
	margin-top: 13px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}
