body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	color: #666;
}

a {
	color: #666;
}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.login {
	width: 100%; /* position: relative; */
}

.loginbg img {
	width: 100%;
	display: block;
	height: 100vh;
	object-fit: cover;
}

.loginnr {
	width: 90%;
	max-width: 800px;
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 30px;
}

.pd30 {
	padding: 30px;
}

.loginnr p {
	font-size: 12px;
	margin-bottom: 8px;
	text-align: center;
}

.loginnr h1 {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: center;
}

.loginnr h3 {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loginnr i {
	margin: 0 10px;
	font-weight: 300;
}

.ipt {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
}

	.ipt input {
		width: 100%;
		line-height: 40px;
		text-indent: 1rem;
		border-bottom: 1px solid #ddd;
	}

.btn1 {
	width: 240px;
	line-height: 45px;
	background-color: #25BCC5;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	margin: 0 auto;
}

	.btn1:hover {
		background-color: #1F9DA5;
	}

.other {
	text-align: center;
	display: block;
	margin: 0 auto;
	color: #FEBE6F;
}

	.other:hover {
		color: #25BCC5;
	}

.search {
	width: 40%;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

	.search h1 {
		font-size: 32px;
		margin-bottom: 15px;
	}

.seaipt {
	width: 100%;
	margin-bottom: 15px;
}

.seaipt {
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
}

	.seaipt input {
		width: 90%;
		line-height: 45px;
		text-indent: 1rem;
	}

	.seaipt button {
		width: 10%;
		height: 45px;
		line-height: 45px;
		background-color: #FEBE6F;
		color: #fff;
		border: 0;
	}

	.seaipt:hover {
	}

.search h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.line {
	justify-content: space-between;
	width: 100%;
	padding: 5px 0;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

	.line hr {
		width: calc((100% - 60px)/2);
		display: block;
	}

	.line strong {
		font-size: 18px;
		width: 25px;
		display: block;
	}

.messg {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ipt1 {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

	.ipt1 span {
		font-size: 14px;
		font-weight: bold;
	}

	.ipt1 select {
		width: 150px;
		height: 45px;
		border-radius: 10px;
		text-indent: 1rem;
		border-color: #ddd;
	}

.ipt2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

	.ipt2 span {
		font-size: 14px;
		font-weight: bold;
	}

.fanwei {
	width: calc(100% - 90px);
}

	.fanwei h1 {
		margin-bottom: 30px;
		color: #333;
	}

.range-container {
	width: 80%;
	max-width: 600px;
	position: relative;
	margin-bottom: 0;
}

.range-slider {
	width: 100%;
	height: 5px;
	background: #ddd;
	border-radius: 5px;
	position: relative;
	touch-action: none;
}

.range-bar {
	height: 100%;
	background: #FEBE6F;
	border-radius: 5px;
	position: absolute;
	left: 0%;
	right: 0%;
}

.range-handle {
	width: 15px;
	height: 15px;
	background: #FEBE6F;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	transition: transform 0.1s;
}

	.range-handle:active {
		transform: translate(-50%, -50%) scale(1.2);
	}

	.range-handle.min {
		left: 0%;
	}

	.range-handle.max {
		left: 100%;
	}

.range-value {
	position: absolute;
	top: 15px;
	font-weight: bold;
	transform: translateX(-50%);
	/* font-size: 12px; */
	white-space: nowrap;
}

	.range-value.min {
		left: 0%;
	}

	.range-value.max {
		left: 100%;
	}

.ipt3 {
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
}

.btn2 {
	width: auto;
	padding: 12px 24px;
	border: 1px solid #FEBE6F;
	text-align: center;
	font-size: 14px;
	color: #FEBE6F;
	border-radius: 10px;
	margin-right: 10px;
}

.btn3 {
	width: auto;
	padding: 12px 24px;
	border: 1px solid #FEBE6F;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #FEBE6F;
	border-radius: 10px;
	margin-right: 10px;
}

.searchdetil {
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.seachlf {
	width: 30%;
	background-color: #fff;
	border-radius: 20px;
}

.searnr {
	width: 100%;
	height: 400px;
	overflow-y: auto;
	margin: 15px 0;
}

	.searnr h2 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}

	.searnr h3 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

		.searnr h3 hr {
			width: calc((100% - 220px)/2);
			display: block;
		}

		.searnr h3 p {
			width: 180px;
			text-align: center;
			font-size: 16px;
		}

.btnlist {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn4 {
	width: auto;
	padding: 12px 24px;
	border: 1px solid #FEBE6F;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 14px;
	color: #FEBE6F;
	border-radius: 10px;
	margin-right: 10px;
}

.btn5 {
	width: auto;
	padding: 12px 24px;
	border: 1px solid #25BCC5;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 14px;
	color: #25BCC5;
	border-radius: 10px;
	margin-right: 10px;
}

.searchrt {
	width: 68%;
	background-color: #fff;
	border-radius: 20px;
}

.searchdetil {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slideTxtBox .hd {
	width: 100%;
	margin-bottom: 10px;
}

	.slideTxtBox .hd ul li {
		width: 25%;
		position: relative;
		padding-bottom: 10px;
		font-size: 15px;
	}

		.slideTxtBox .hd ul li::after {
			content: "";
			position: absolute;
			width: 108px;
			height: 10px;
			background-image: url(../images/waveLine.svg);
			background-color: #fff;
			background-repeat: repeat-x;
			display: none;
			left: 0;
			bottom: -5px;
		}

		.slideTxtBox .hd ul li.on::after {
			display: block;
		}

	.slideTxtBox .hd ul {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #FEBE6F;
		flex-wrap: wrap;
		width: 100%;
	}

.pic {
	width: 100%;
}

	.pic img {
		width: 100%;
		display: block;
		max-height: 70vh;
	}

.tshowc {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
	top: 50%;
	left: 50%;
	display: none;
	transform: translate(-50%, -50%);
}

.tshownr {
	background-color: #fff;
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	padding: 0;
	transform: translate(-50%,-50%);
	
}
	.tshownr .pd30 {
		height: 70vh;
		overflow-y: auto;
	}

	.tshownr img {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
.infoList .pic {
 height:70vh;
 overflow-y:auto
}
.btn4 span {
	white-space: nowrap;
}

.tclosec {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #25BCC5;
	text-align: center;
	line-height: 20px;
	float: right;
	margin-right: 5px;
	color: #25BCC5;
	cursor: pointer;
	transform: translateY(5px);
}
