@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: 14px;
	color: #333333;
	_height: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

a:hover,
a:focus{
	text-decoration: none;
}

.of {
	overflow: hidden;
}

.none {
	display: none;
}

.padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
/* 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;
}
/* 首行缩进 */
.textIndent{
	text-indent: 2em;
}

/* 按钮颜色 */
/* 蓝色按钮 */
.blueBtn{
	background-color: #027AFF;
	border-radius: 50px;
	color: #fff;
	padding: 15px 50px;
}

/* 文字颜色 */
.Cfff{
	color: #fff;
}
.C999{
	color: #999;
}
.C666{
	color: #666;
}
.C333{
	color: #333!important;
}
.C027AFF{
	color: #027AFF;
}
/* 背景颜色 */
.Bfff{
	background-color: #fff;
}
.weight{
	font-weight: bold;
}
.shadow{
	box-shadow: 2px 2px 7px 0px rgba(159,159,159,0.2);
}
/* 文字字号 */
.font32{
	font-size: 32px;
}
.font28{
	font-size: 28px;
}
.font24{
	font-size: 24px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font14{
	font-size: 14px;
}
.font12{
	font-size: 12px;
}
/* 行高 */
.lineHeight22{
	line-height: 22px;
}
.lineHeight26{
	line-height: 26px;
}
.lineHeight60{
	line-height: 60px;
}
.lineHeight26{
	line-height: 26px;
}
.radius10{
	border-radius: 10px;
}
.borderNone{
	border: none!important;
}
/* 边距marginTop */
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt60{
	margin-top: 60px;
}
/* 边距marginLeft */
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
/* 边距marginBottom */
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
/* 边距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 */
.pl0{
	padding-left: 0;
}
.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;
}
/* 边距paddingRight */
.pr5{
	padding-right: 5px;
}
.pr10{
	padding-right: 10px;
}
.pr15{
	padding-right: 15px;
}
.pr20{
	padding-right: 20px;
}
.pr30{
	padding-right: 30px;
}
.padding15{
	padding: 15px;
}
/* 初始化结束 */