@charset "utf-8";

/* 初始化开始 */
body,
html,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td,
a,
img,
span {
	margin: 0;
	padding: 0;
}

body {
	font-family: PingFangSC-Regular, sans-serif;
	font-size: 16px;
	color: #636E80;
	_height: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover,
a:focus {
	text-decoration: none;
	cursor: pointer;
}

.of {
	overflow: hidden;
}

.none {
	display: none;
}

.padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.padding15{
	padding: 15px;
}
.padding30{
	padding: 30px;
}
.textIndent{
	text-indent: 2em;
}
/* 中间固定宽度 */
.fixed{
	width: 1200px;
	margin: 0 auto;
}
.minwidth1200{
	min-width: 1200px;
}

/* 1行显示省略号 */
.lineClamp1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* 2行显示省略号 */
.lineClamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.border10{
	border-radius: 10px;
}

/* 上边框1px */
.borderTop {
	border-top: 1px solid #4D4D4D;
}

/* 首行缩进 */
.textIndent {
	text-indent: 2em;
}

/* 文字字号 */
.font24 {
	font-size: 24px;
}

.font20 {
	font-size: 20px;
}

.font18 {
	font-size: 18px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.font22{
	font-size: 22px;
}
.font26{
	font-size: 26px;
}
.font30{
	font-size: 30px;
}
.font36{
	font-size: 36px;
}

.bold{
	font-weight: bold;
}
/* 行高 */
.lineHeight28{
	line-height: 28px;
}
.lineHeight60{
	line-height: 60px;
}

/* 文字颜色 */
.C2065FC {
	color: #2065FC;
}
.C4E9CFE{
	color: #4E9CFE;
}

.C1D2129{
	color: #1D2129;
}

.C636E80{
	color: #636E80;
}
.C9FA4AF{
	color: #9FA4AF;
}
.Cfff{
	color: #fff;
}
/* 背景颜色 */
.Bfff {
	background-color: #fff;
}
.BF7F8FB {
	background-color: #F7F8FB;
}
/* 边距marginTop */
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
/* 边距marginLeft */
.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}
.ml80 {
	margin-left: 80px;
}

/* 边距marginBottom */
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
/* 边距marginRight */
.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}


/* 边距paddingTop */
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

/* 边距paddingLeft */
.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

/* 边距paddingBottom */
.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}
.pb50 {
	padding-bottom: 50px;
}
/* 边距paddingRight */
.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

/* 初始化结束 */