@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
	font-family: 'PingFangSC-Regular,microsoft yahei';
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	padding-top: 0;
	overflow-x: hidden;
	color: #333;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}

.container {
	width: 88%;
	max-width: 1440px;
	margin: 0 auto;
}

.clear {
	clear: both;
	margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.b {
	font-weight: bold;
}

i,
em {
	font-style: normal;
}

a,
a:hover {
	text-decoration: none;
	cursor: pointer;
}

.impact {
	font-family: impact;
}

.layui-left {
	float: left;
}

.layui-right {
	float: right;
}

ul,
li,
dl {
	list-style: none;
	margin-bottom: 0;
}

p {
	margin-bottom: 0;
}

/* 城市三级联动 */
.city-picker-input {
	opacity: 0 !important;
	top: -9999px;
	left: -9999px;
	position: absolute;
}

.city-picker-span {
	position: relative;
	display: block;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #fff;
	/* background-color: #fff; */
	color: rgba(0, 0, 0, .85);
	cursor: pointer;
}

.city-picker-span>.placeholder {
	color: #666;
}

.city-picker-span>.arrow {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	margin-top: -3px;
	height: 5px;
	/* background: url(../images/drop-arrow.png) -10px -25px no-repeat; */
}

.city-picker-span.focus,
.city-picker-span.open {
	border-bottom-color: #036301;
}

.city-picker-span.open>.arrow {
	background-position: -10px -10px;
}

.city-picker-span>.title {
	color: #fff;
}

.city-picker-span>.title>span {
	color: #fff;
	padding: 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.city-picker-span>.title>span:hover {
	background: none;
}

.city-picker-span.focus,
.city-picker-span.open {
	border-bottom-color: #fff;
}

.applyBox .city-picker-span.focus,
.applyBox .city-picker-span.open {
	border-bottom-color: #000;
}

.applyBox .city-picker-span>.title>span,
.applyBox .city-picker-span>.title {
	color: #333
}

.city-picker-dropdown {
	position: absolute;
	width: 315px;
	left: -9999px;
	top: -9999px;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 999999;
	display: none;
	min-width: 330px;
	margin-bottom: 20px;
}

.city-select-wrap {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
	border-bottom: 1px solid #ccc;
	background: #f0f0f0;
	font-size: 13px;
}

.city-select-tab>a {
	display: inline-block;
	padding: 8px 22px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid transparent;
	color: #4D4D4D;
	text-align: center;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: -1px;
}

.city-select-tab>a.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #036301;
}

.city-select-tab>a:first-child {
	border-left: none;
}

.city-select-tab>a:last-child.active {
	border-right: 1px solid #ccc;
}

.city-select-content {
	width: 100%;
	min-height: 10px;
	background-color: #fff;
	/* padding: 10px 15px; */
}

.city-select {
	font-size: 13px;
}

.city-select dl {
	line-height: 2;
	clear: both;
	padding: 3px 0;
	margin: 0;
}

.city-select dt {
	position: absolute;
	width: 2.5em;
	font-weight: 500;
	text-align: right;
	line-height: 2;
}

.city-select dd {
	margin-left: 0;
	line-height: 2;
}

.city-select.province dd {
	margin-left: 3em;
}

.city-select a {
	display: inline-block;
	padding: 0 10px;
	outline: 0;
	text-decoration: none;
	white-space: nowrap;
	margin-right: 2px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
	background-color: #f1f8ff;
	border-radius: 2px;
	color: #036301;
}

.city-select a.active {
	background-color: #036301;
	color: #fff;
	border-radius: 2px;
}

@media screen and (min-width: 320px) {}

@media screen and (min-width: 375px) {


	@media screen and (min-width: 414px) {}

	@media screen and (min-width: 568px) {}

	@media screen and (min-width: 768px) {}

	@media (min-width: 1024px) {}

	@media (min-width: 1100px) {}

	@media (min-width: 1280px) {}

	@media (min-width: 1366px) {}

	@media (min-width: 1440px) {}

	@media (min-width: 1680px) {}

	@media (min-width: 1920px) {}

	.layui-col-space90 {
		margin: 45px;
	}

	.layui-col-space90>* {
		padding: 45px;
	}

	.layui-col-space50 {
		margin: -25px;
	}

	.layui-col-space50>* {
		padding: 25px;
	}

	.layui-col-space40 {
		margin: -20px;
	}

	.layui-col-space40>* {
		padding: 20px;
	}

	.layui-col-space30 {
		margin: -15px;
	}

	.layui-col-space30>* {
		padding: 15px;
	}

	.layui-col-space20 {
		margin: -10px;
	}

	.layui-col-space20>* {
		padding: 10px;
	}

	.text-c {
		text-align: center;
	}

	.line-clamp {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.clamp1 {
		white-space: nowrap;
	}

	.clamp2 {
		-webkit-line-clamp: 2;
	}

	.clamp3 {
		-webkit-line-clamp: 3;
	}

	.text-yellow {
		color: #fdd000;
	}

	.text-666 {
		color: #666 !important;
	}

	.text-gray {
		color: #ccc;
	}

	.text-white {
		color: #fff !important;
	}

	.bg-white {
		background-color: #fff;
	}

	.bg-black {
		background-color: #000;
	}

	.bg-gary {
		background-color: #f8f8f8;
	}

	.w1360 {
		width: 1360px;
		margin: 0 auto;
	}

	.w1200 {
		width: 1260px;
		margin: 0 auto;
	}

	@media screen and (min-width: 1440px) {}

	@media screen and (min-width: 1680px) {}

	@media screen and (max-width: 1366px) {}

	@media screen and (max-width: 1200px) {}

	@media screen and (max-width: 1024px) {}

	@media screen and (max-width: 996px) {}

	@media screen and (max-width: 768px) {}