@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: #1D2129;
	_height: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #1D2129;
}

a:hover,
a:focus{
	text-decoration: none;
	cursor: pointer;
}

video{
	max-width: 100%;
	height: auto;
}

.of {
	overflow: hidden;
}

.none {
	display: none;
}

.padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.padding15{
	padding: 15px;
}
.padding30{
	padding: 30px 0;
}
/* 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;
}

.borderBottom{
	border-bottom: 1px solid #EEEEEE;
}
/* 滑动颜色 */
.active007AFF:hover {
	color: #007AFF;
}

/* 蓝色按钮 */
.blueBtn10 {
	background-color: #268BFB;
	color: #fff;
	border-radius: 10px;
	padding: 8px 30px;
	border: none;
}
.blueBtn10:hover{
	background-color: #54BDFF;
}

/* 首行缩进 */
.textIndent{
	text-indent: 2em;
}
.weight{
	font-weight: bold;
}
/* 文字字号 */
.font30{
	font-size: 30px;
}
.font24{
	font-size: 24px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font16{
	font-size: 16px;
}
.font14{
	font-size: 14px;
}
.font12{
	font-size: 12px;
}
/* 行高 */
.lineHeight32{
	line-height: 32px;
}
.lineHeight26{
	line-height: 26px;
}
/* 文字颜色 */
.Cfff{
	color: #fff;
}
.C636E80{
	color: #636E80;
}
.C268BFB{
	color: #268BFB;
}
.CA7AFBA{
	color: #A7AFBA;
}
/* 背景颜色 */
.Bfff{
	background-color: #fff;
}
.BF6FAFF{
	background-color: #F6FAFF;
}
.BF8F8F8{
	background-color: #F8F8F8;
}
.B1D2129{
	background-color: #1D2129;
}
/* 边距marginTop */
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}

/* 边距marginLeft */
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.ml40{
	margin-left: 40px;
}
/* 边距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;
}
/* 边距marginRight */
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
.mr40{
	margin-right: 40px;
}

/* 边距paddingTop */
.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt40{
	padding-top: 40px;
}
.pt60{
	padding-top: 60px;
}
/* 边距paddingLeft */
.pl5{
	padding-left: 5px;
}
.pl10{
	padding-left: 10px;
}
.pl15{
	padding-left: 15px;
}
.pl20{
	padding-left: 20px;
}
.pl30{
	padding-left: 30px;
}
.pl40{
	padding-left: 40px;
}
/* 边距paddingBottom */
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb40{
	padding-bottom: 40px;
}
/* 边距paddingRight */
.pr5{
	padding-right: 5px;
}
.pr10{
	padding-right: 10px;
}
.pr15{
	padding-right: 15px;
}
.pr20{
	padding-right: 20px;
}
.pr30{
	padding-right: 30px;
}
.pr40{
	padding-right: 40px;
}
/* 初始化结束 */