@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: #333333;
	_height: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
	outline: none;
	/* 移除焦点边框 */
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.active007AFF:hover {
	color: #007AFF;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

.of {
	overflow: hidden;
}

.none {
	display: none;
}

.padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* 禁用点击黑框 */
input,
select,
button,
textarea{
	outline: none;
}

/* 禁用上下箭头 type:number*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input:focus {
	color: #207cd7;
}

/* 禁用多行文本拖拽 */
textarea {
	resize: none;
	/* 阻止改变大小 */
}

.line {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.lineBottom {
	border-bottom: 1px solid #EEEEEE;
}

.blueLineBottom {
	border-bottom: 1px solid #007AFF;
}

/* 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;
}

/* 3行显示省略号 */
.lineClamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 首行缩进 */
.textIndent {
	text-indent: 2em;
}

/* 按钮颜色 */
/* 蓝色按钮圆角50 */
.blueBtn {
	background-color: #007AFF;
	color: #fff;
	border-radius: 50px;
	padding: 6px 30px;
	border: none;
}

.blueBtn:hover {
	background-color: #3495FE;
	color: #fff;
}

/* 蓝色按钮圆角10 */
.blueBtn10 {
	background-color: #007AFF;
	color: #fff;
	border-radius: 10px;
	padding: 6px 30px;
	border: none;
}

.blueBtn10:hover {
	background-color: #3495FE;
	color: #fff;
}

/* 线性黑色按钮 */
.lineBtn {
	color: #999;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	padding: 6px 30px;
	background-color: transparent;
}

.lineBtn:hover {
	color: #000;
}

.wightBtn{
	background-color: #fff;
	color: #666666;
	border-radius: 10px;
	padding: 6px 30px;
	border: none;
}
/* 标签 */
.labelBtn {
	background-color: #F4F4F4;
	color: #333;
	font-size: 14px;
	padding: 6px 15px;
	border-radius: 10px;
}
.labelBtnBlue {
	background-color: #007AFF;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px;
	border-radius: 10px;
	font-weight: 400!important;
}
.labelBtnHui {
	background-color: #999999;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px;
	border-radius: 10px;
	font-weight: 400!important;
}
/* 提醒 */
.remind {
	color: #007AFF;
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 40px 100px;
	font-size: 18px;
	position: fixed;
	top: 30%;
	left: 40%;
	text-align: center;
	min-width: 400px;
}

/* 文字颜色 */
.Cfff {
	color: #fff !important;
}

.C999 {
	color: #999 !important;
}

.C666 {
	color: #666 !important;
}

.C333 {
	color: #333 !important;
}

.C027AFF {
	color: #027AFF !important;
}

.CE60012 {
	color: #E60012 !important;
}

.C22AC38{
	color: #22AC38;
}

.textHover:hover {
	color: #027AFF !important;
}

/* 背景颜色 */
.Bfff {
	background-color: #fff;
}

.BF7F7F7 {
	background-color: #F7F7F7;
}

.Bf0f7ff{
	background-color: #f0f7ff;
}

.Beee{
	background-color: #EEEEEE;
}

.BFFF3F5{
	background-color: #FFF3F5;
}
.BEFFFE6{
	background-color: #EFFFE6;
}
.BF8F4FF{
	background-color: #F8F4FF;
}

.weight {
	font-weight: bold;
}

.minHeight {
	min-height: 500px;
}

.border10 {
	border-radius: 10px;
}

.border50 {
	border-radius: 50%;
}

.shadow {
	box-shadow: 2px 2px 7px 0px rgba(159, 159, 159, 0.2);
}

/* 文字字号 */
.font32 {
	font-size: 32px;
}

.font28 {
	font-size: 28px;
}

.font26 {
	font-size: 26px;
}

.font24 {
	font-size: 24px;
}

.font20 {
	font-size: 20px;
}

.font18 {
	font-size: 18px;
}

.font14 {
	font-size: 14px !important;
}

.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;
}

.borderTop {
	border-top: 1px solid #EEEEEE;
}

/* 边距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;
}

.mt80 {
	margin-top: 80px;
}

.mt120 {
	margin-top: 120px;
}

/* 边距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!important;
}

/* 边距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;
}

.pb16 {
	padding-bottom: 16px;
}

.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;
}

.padding30 {
	padding: 30px;
}

.paddinglr30{
	padding-left: 30px;
	padding-right: 30px;
}
/* 初始化结束 */