/*@import url('font_1429681_zb8mci2o3ei.css');*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;}
html, body {
	font: 14px "Microsoft Yahei";}
button, input {
	font-family: "Microsoft Yahei";}
ul, li {
	list-style: none;
	margin-bottom: 0;}
i {
	font-style: normal;}
table {
	border-spacing: 0;
	border-collapse: collapse;}
/* ———————————————————— 跟随项目变化的样式 ———————————————————— */

.grayLine {
	height: 10rpx;
	background-color: #f5f5f5
;}
.gradients {
	background: -webkit-linear-gradient(#5dc1e4, #0d6e86);
	background: -o-linear-gradient(#5dc1e4, #0d6e86);
	background: -moz-linear-gradient(#5dc1e4, #0d6e86);
	background: linear-gradient(#5dc1e4, #0d6e86);}
/* ———————————————————— 固定通用样式 ———————————————————— */

.col-1 {
	width: 8.33333333%;}
.col-2 {
	width: 16.66666667%;}
.col-3 {
	width: 25%;}
.col-4 {
	width: 33.33333333%;}
.col-5 {
	width: 41.66666667%;}
.col-6 {
	width: 50%;}
.col-7 {
	width: 58.33333333%;}
.col-8 {
	width: 66.66666667%;}
.col-9 {
	width: 75%;}
.col-10 {
	width: 83.33333333%;}
.col-11 {
	width: 91.66666667%;}
.col-12 {
	width: 100%;}
.flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;}
.flex-wrap {
	flex-wrap: wrap;}
.flex-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;}
.flex-between {
	justify-content: space-between;}
.flex-middle {
	align-items: center;}
.flex-column {
	flex-direction: column;}
.block {
	display: block;}
.inblock {
	display: inline-block;}
.border {
	border: 1px solid #dadadd;}
.borderFt {
	border-bottom: 1px solid #dadadd;}
.borderTp {
	border-top: 1px solid #dadadd;}
.hr {
	border-top: 1px solid #c8c7cc;}
.box {
	padding: 15px;
	background-color: #fff;
	box-sizing: border-box;}
.top {
	vertical-align: top;}
.bottom {
	vertical-align: bottom;}
.middle {
	vertical-align: middle!important;}
.hide {
	display: none;}
.radius5 {
	border-radius: 5px;}
.radius10 {
	border-radius: 10px;}
.radius15 {
	border-radius: 15px;}
.radius20 {
	border-radius: 20px;}
.radius100 {
	border-radius: 100%;}
.img-block {
	display: block;
	width: 100%;
	/*height: auto;*/
	height: 425px;}
.img-block1 {
	display: block;
	width: 200px;
	height: 200px;}
.img-auto {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;}
.img-50 {
	width: 50%;}
.img-60 {
	width: 60%;}
.img-70 {
	width: 70%;}
.img-80 {
	width: 80%;}
.img-90 {
	width: 90%;}
.h100 {
	height: 100%;}
/* 浮动与清除浮动 */

.fl {
	float: left;}
.fr {
	float: right;}
.clear {
	clear: both;}
/* ———————————————————— 文字 ———————————————————— */


/* ———————————————————— 文字 ———————————————————— */

.fs12 {
	font-size: 12px;}
.lh12 {
	line-height: 12px;}
.fs13 {
	font-size: 13px;}
.lh13 {
	line-height: 13px;}
.fs14 {
	font-size: 14px;}
.lh14 {
	line-height: 14px;}
.fs15 {
	font-size: 15px;}
.lh15 {
	line-height: 15px;}
.fs16 {
	font-size: 16px;}
.lh16 {
	line-height: 16px;}
.fs18 {
	font-size: 18px;}
.lh18 {
	line-height: 18px;}
.fs20 {
	font-size: 20px;}
.lh20 {
	line-height: 20px;}
.fs24 {
	font-size: 24px;}
.lh24 {
	line-height: 24px;}
.fs32 {
	font-size: 32px;}
.lh32 {
	line-height: 32px;}
.lh36 {
	line-height: 36px;}
.c_fff {
	color: #ffffff !important;}
.c_000 {
	color: #000;}
.c_333 {
	color: #333;}
.c_666 {
	color: #666;}
.c_999 {
	color: #999;}
.c_red {
	color: #e54d4d;}
.c_orange {
	color: #f36e21;}
.c_blue {
	color: #1478c6;}
.c_green {
	color: #1AAD19;}
.c_rose {
	color: #ff015b;}
.orange {
	background-color: #f36e21;}
.blue {
	background-color: #214076;}
.blue2 {
	background-color: #1376c7;}
.gray {
	background-color: #f5f5f5;}
.white {
	background-color: #fff!important;}
.rose {
	background-color: #ff276a;}
.btn {
	display: block;
	text-align: center;
	background-color: #1ebadf;
	color: #fff;
	line-height: 2.555;
	border-radius: 0;
	outline: none;
	border: none;
	width: 100%;}
.btn-mini {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	border-radius: 5px;
	outline: none;
	border: none;}
.btn-border {
	display: block;
	padding: 0 10px;
	text-align: center;
	border-radius: 5px;
	outline: none;
	border: none;
	width: 100%;
	background-color: transparent;
	border: 1px solid #c6c6c6;
	color: #c6c6c6;
	box-sizing: border-box;}
.left {
	text-align: left;}
.center {
	text-align: center;}
.right {
	text-align: right;}
.bold {
	font-weight: bold;}
.-bold {
	font-weight: normal;}
.word-break {
	word-wrap: break-word;
	word-break: break-all;}
.nowrap {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}
.relative {
	position: relative;}
.ovh {
	overflow: hidden;}
/* ———————————————————— 边距 ———————————————————— */


/* ———————————————————— 边距 ———————————————————— */

.pt5 {
	padding-top: 5px;}
.pt10 {
	padding-top: 10px;}
.pt15 {
	padding-top: 15px;}
.pt20 {
	padding-top: 20px;}
.pt40 {
	padding-top: 40px;}
.pb5 {
	padding-bottom: 5px;}
.pb10 {
	padding-bottom: 10px;}
.pb15 {
	padding-bottom: 15px;}
.pb20 {
	padding-bottom: 20px;}
.pl5 {
	padding-left: 5px;}
.pl10 {
	padding-left: 10px;}
.pl15 {
	padding-left: 15px;}
.pl20 {
	padding-left: 20px;}
.pr5 {
	padding-right: 5px;}
.pr10 {
	padding-right: 10px;}
.pr15 {
	padding-right: 15px;}
.pr20 {
	padding-right: 20px;}
.plr5 {
	padding-left: 5px;
	padding-right: 5px;}
.plr10 {
	padding-left: 10px;
	padding-right: 10px;}
.plr15 {
	padding-left: 15px;
	padding-right: 15px;}
.plr20 {
	padding-left: 20px;
	padding-right: 20px;}
.p0 {
	padding: 0;}
.p5 {
	padding: 5px;}
.p10 {
	padding: 10px;}
.p15 {
	padding: 15px;}
/**
从20 改成了10
2019-11-20
 */
.p20 {
	padding: 10px;}
.mt0 {
	margin-top: 0!important;}
.mt5 {
	margin-top: 5px;}
.mt10 {
	margin-top: 35px;}
.mt15 {
	margin-top: 15px;}
.mt20 {
	margin-top: 20px;}
.mt30 {
	margin-top: 30px;}
.mt40 {
	margin-top: 40px;}
.mb0 {
	margin-bottom: 0;}
.mb5 {
	margin-bottom: 5px;}
.mb10 {
	margin-bottom: 10px;}
.mb15 {
	margin-bottom: 15px;}
.mb20 {
	margin-bottom: 20px;}
.mb40 {
	margin-bottom: 40px;}
.ml5 {
	margin-left: 5px;}
.ml10 {
	margin-left: 0px;}
.ml15 {
	margin-left: 15px;}
.ml20 {
	margin-left: 20px;}
.mr5 {
	margin-right: 5px;}
.mr10 {
	margin-right: 10px;}
.mr15 {
	margin-right: 15px;}
.mr20 {
	margin-right: 20px;}
.ml30 {
	margin-left: 30px;}
.mr30 {
	margin-right: 30px;}
.ml40 {
	margin-left: 40px;}
.mr40 {
	margin-right: 40px;}
.mlr5 {
	margin-left: 5px;
	margin-right: 5px;}
.mlr10 {
	margin-left: 10px;
	margin-right: 10px;}
.mlr15 {
	margin-left: 15px;
	margin-right: 15px;}
.mlr20 {
	margin-left: 20px;
	margin-right: 20px;}
.m0 {
	margin: 0;}
.m5 {
	margin: 5px;}
.m10 {
	margin: 10px;}
.m15 {
	margin: 15px;}
.m20 {
	margin: 20px;}
.auto {
	margin-left: auto;
	margin-right: auto;}
/* 没有数据 */

.nodata {
	padding: 40px 0;
	text-align: center;}
.nodata image {
	width: 100px;}
.icon {
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;}
.icon-lg {
	width: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;}
.icon-xs {
	width: 24px;
	height: 24px;}
.photo {
	width: 60px;
	height: 60px;
	border-radius: 100%;}
.photo-lg {
	width: 80px;
	height: 80px;
	border-radius: 100%;}
.photo-xs {
	width: 40px;
	height: 40px;
	border-radius: 100%;}
 input::-webkit-input-placeholder {
 color: #ddd;}
 input::-moz-placeholder {
 color: #ddd;}
 input:-moz-placeholder {
 color: #ddd;}
 input:-ms-input-placeholder {
 color: #ddd;}
.noborder {
	outline: none;
	border: none;}
.nopadding {
	padding: 0;
	background-color: transparent;}
