.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex1 {
	flex: 1;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml30 {
	margin-left: 30px;
}


.mr10 {
	margin-right: 10px;
}

.mr5 {
	margin-right: 5px;
}

.jus-spab {
	justify-content: space-between;
}

.jus-sparond {
	justify-content: space-around;
}

.jus-end {
	justify-content: flex-end;
}

.jus-center {
	justify-content: center;
}

.alitem-cen {
	align-items: center;
}

.textali-cen {
	text-align: center;
}
.textali-rig {
	text-align: right;
}
.pt10{padding-top: 10px;}


.select option {
	background: none;
}

.baibox {
	background: #fff;
	margin: 20px 30px;
	border-radius: 10px;
}

.border-bottom {
	border-bottom: 1px #eee solid;
}
.border-top {
	border-top: 1px #eee solid;
}
.border-right {
	border-right: 1px #88ddb2 solid;
}
.blueline{ background:#88ddb2; height: 90px; width: 1px;}
.u-line-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.u-line-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.u-line-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.u-line-4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.p5 {
	padding: 5px;
}

/*tanceng*/
.layerbg {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}

.layermain {
	position: fixed;

	top: 25%;
	left: 0;
	right: 0;
	background: #fff;
	background-size: 100%;
	z-index: 101;
	width: 500px;
	height: 370px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 0.3rem;

}

.layertab {
	text-align: center;
	font-size: 1.1rem;
	width: 100%;
	background: #f8f8f8;
}

.layertab font {
	font-size: 0.9rem;
	color: #666;
	margin: 0 5%;
}

.pos-re {
	position: relative;
}

.pos-ab {
	position: absolute;
}

.font666 {
	color: #666;
}
.font999 {
	color: #999;
}
.fontgreen {
	color: #599238;
}
.fontblue {
	color: #295abb;
}
.fontblod {
	font-weight: bold;
}
.baibg{ background: #fff;}
.font18{ font-size: 18px;}
.font16{ font-size: 16px;}
.fontweight{ font-weight: bold;}
.fontred{ color:#ff0606;font-weight: bold;}
.fontgreen{ color:#458c11;font-weight: bold;}

.pb10{ padding-bottom: 10px;}
.mt8{ margin-top: 8px;}