* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

body::-webkit-scrollbar {
	display: none;
}

/* 或者仅隐藏某个元素的滚动条， */
.filter-Content::-webkit-scrollbar {
	display: none;
}


.indexBox {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.head-set{
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.head-set>img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
}
.head-name{
	display: flex;
	align-items: center;
	margin-left: 10px;
	cursor: pointer;
}
.head-name span{
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #222222;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
}
.head-name>img{
	width: 9px;
	height: 5px;
	margin-left: 6px;
}
.headTop {
	position: fixed;
	top: 0;
	width: 100%;
	height: 74px;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 0px;
	z-index: 99999;
}

.logo {
	width: 164px;
	height: 38px;
	cursor: pointer;
}

.navList {
	margin-left: 190px;
	display: flex;
	align-items: center;
}

.navList li {
	padding: 0 30px;
}

.navList li a {
	font-weight: normal;
	font-size: 14px;
	color: #222222;
	font-style: normal;
	text-decoration: none;
}

.vipImg {
	width: 120px;
	height: 38px;
	margin-left: 30px;
	cursor: pointer;
}

.login {
	width: 192px;
	display: flex;
	align-items: center;
	margin-left: 100px;
	cursor: pointer;
}

.login span:nth-child(1) {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #222222;
	font-style: normal;
	text-transform: none;
}

.login span:nth-child(2) {
	width: 130px;
	height: 74px;
	display: inline-block;
	background: #F15A24;
	border-radius: 0px 0px 0px 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	margin-left: 30px;
	text-align: center;
	line-height: 74px;
}

.internet {
	display: flex;
	flex-direction: column;
	margin-left: 50px;
}

.internet span:nth-child(1) {
	height: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}

.internet span:nth-child(2) {
	height: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #CCCCCC;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}

.bannerBox {
	width: 100%;
	margin-top: 74px;
}

.bannerBox>img {
	width: 100%;
	height: 450px;
	background-size: cover;
}

.bannerBox-smallBox {
	width: 100%;
	margin-top: -120px;
	display: flex;
	justify-content: center;

}

.slkslkjs {
	content: '';
	background: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px;
	opacity: 0.5;
}

.detailsSmall {
	display: flex;
	align-items: center;
}

.detailsSmall-small-1 {
	width: 80px;
	height: 82px;
}

.box-bg {
	width: 1360px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	z-index: 9;
}

.detailsSmall-details {
	display: flex;
	flex-direction: column;
	margin-left: 14px;
}

.detailsSmall {
	display: flex;
	align-items: center;
}

.detailsSmall-details span:nth-last-child(0) {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 20px;
	color: #222222;
	font-style: normal;
	text-transform: none;
}

.filter-Content {
	height: auto;
	overflow: hidden;
}

.filter-Content1 {
	height: auto;
	overflow: hidden;
}

.height-active {
	height: 160px;
}
.height-active1 {
	height: 160px;
}

.height-active2 {
	height: 160px;
}

.detailsSmall-details span:nth-last-child(1) {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #555555;
	font-style: normal;
	text-transform: none;
	margin-top: 6px;
}

/* 筛选区域 */
.filterBox {
	height: auto;
	display: flex;
	justify-content: center;
}

.filterBox-content {
	width: 1450px;
	margin-top: 30px;
}

.search {
	width: 267px;
	height: 40px;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #FF7E50;
	border-radius: 30px;
}

.search>input[type="text"] {
	width: 100%;
	line-height: 36px;
	margin-right: 15px;
	text-indent: 10px;
	border: none;
	outline: none;
	color: #333333;
}

.search input::placeholder {
	color: #CCCCCC;
}

.search img {
	width: 19px;
	height: 18px;
	cursor: pointer;
}

.filterTop {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.filterTop .topTbox {
	display: flex;
}

.filterTop-left {
	flex: none;
	width: 110px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #222222;
	font-style: normal;
	text-transform: none;
}

.top-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 1159px;
}

.top-content .condition-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0px 10px 0 25px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #F15A24;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 5px;
}

.top-content .condition-box>span {
	line-height: 38px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #F15A24;
	font-style: normal;
	text-transform: none;
}
.condition-box{
	line-height: 38px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #F15A24;
}
.condition-box>span:nth-child(2) {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #F15A24;
	margin-left: 10px;
}
.filterTop-right1 {
	width: 60px;
	height: 25px;
	background: #FFFFFF;
	border-radius: 19px;
	border: 1px solid #D0D0D0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.filterTop-right1 .text1 {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #F15A24;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}

.filterTop-right1>img {
	width: 10px;
	height: 6px;
	margin-left: 3px;
}
.filterTop-right {
	width: 60px;
	height: 25px;
	background: #FFFFFF;
	border-radius: 19px;
	border: 1px solid #D0D0D0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}


.filterTop-right .text1 {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #F15A24;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}

.filterTop-right>img {
	width: 10px;
	height: 6px;
	margin-left: 3px;
}

.filter-Content {
	width: 1422px;
	padding: 15px 15px 0 15px;
	background: #F9F9F9;
	margin-top: 18px;
	transition: 0.5s;
}
.filter-Content1 {
	width: 1422px;
	padding: 15px 15px 0 15px;
	background: #F9F9F9;
	transition: 0.5s;
	display: none;
}

.Content-city {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.city-left {
	display: flex;
}

.titleCity {
	width: 80px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #919191;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
	margin-right: 20px;
}

.listCity {
	width: 1308px;
	/*height: 44px;*/
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	font-style: normal;
	text-transform: none;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.height-calss{
	height: auto;
}
.listCity li {
	margin-right: 20px;
	/*margin-bottom: 14px;*/
	cursor: pointer;
}
.listCity li a{
	text-decoration: none;
	color:#666666 ;
}

.close {
	cursor: pointer;
}

.close .text1 {
	width: 32px;
	height: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}
.close2 .text1 {
	width: 32px;
	height: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #F15A24;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}
.close3 .text1 {
	width: 32px;
	height: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #F15A24;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}
.close4 .text1 {
	width: 32px;
	height: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}
.close2 img {
	width: 10px;
	height: 6px;
	margin-top: -3px;
}
.close3 img {
	width: 10px;
	height: 6px;
	margin-top: -3px;
}
.close4 img {
	width: 10px;
	height: 6px;
	margin-top: -3px;
}
.close img {
	width: 10px;
	height: 6px;
	margin-top: -3px;
}
.close4{
	
}
.close-two {
	cursor: pointer;
}

.close-two .text1 {
	width: 32px;
	height: 30px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	font-style: normal;
	text-transform: none;
}

.close-two img {
	width: 10px;
	height: 6px;
	margin-top: -3px;
}

.Data-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.Data-title .text3 {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #888888;
	font-style: normal;
	text-transform: none;
}

.Data-title .text3>a {
	color: #FF7E50;
}

.Data-title .text4 {
	width: 120px;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	border: 2px solid #F15A24;
	text-align: center;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #F15A24;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}
.Data-title a{
	display: block;
	width: 120px;
	height: 46px;
	text-decoration: none;
	color: #F15A24;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

table tr:nth-child(even) {
	background-color: #F8F8F8;
}

table tr:nth-child(odd) {
	background-color: #FFECE5;
}

table tr th {
	height: 68px;
	background: #FF7E50;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
}

table tr th img {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

table tr td {
	height: 64px;
	text-align: center;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
	font-style: normal;
	text-transform: none;
}

table tr th>div {
	display: flex;
	align-items: center;
}

table tr td span {
	width: 116px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #F15A24;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #F15A24;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

table tr td img {
	cursor: pointer;
}

/* 分页容器样式 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.pagination span {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #6A6A6A;
	line-height: 18px;
	font-style: normal;
	text-transform: none;
}

/* 分页按钮样式 */
.pagination button {
	padding: 5px 10px;
	margin: 0 5px;
	cursor: pointer;
	border: none;
	/* 去掉边框 */
	background-color: transparent;
	/* 背景透明 */
}

/* 当前页按钮样式 */
.pagination button.active {
	background: #F4FAFF;
	border-radius: 2px;
	border: 1px solid #B0C7F3;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 13px;
	color: #0075FF;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.pagination li {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #6A6A6A;
	line-height: 18px;
	font-style: normal;
	text-transform: none;
}

/* 分页按钮样式 */
.pagination li a  {
	padding: 5px 10px;
	margin: 0 5px;
	cursor: pointer;
	border: none;
	/* 去掉边框 */
	background-color: transparent;
	text-decoration: none;
	color:black
	/* 背景透明 */
}

.pagination li span  {
	padding: 5px 10px;
	margin: 0 5px;
	cursor: pointer;
	border: none;
	/* 去掉边框 */
	background-color: transparent;
	text-decoration: none;
	color:black
	/* 背景透明 */
}

/* 当前页按钮样式 */
.pagination li.active {
	background: #F4FAFF;
	border-radius: 2px;
	border: 1px solid #B0C7F3;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 13px;
	color: #0075FF;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.footerBox {
	width: 100%;
	height: 150px;
	background: #212121;
	margin-top: 70px;
	display: flex;
	flex-flow: column;
}

.footerBox .footerNav {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 39px;
}

.footerNav a {
	text-decoration: none;
}

.footerNav span {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	margin-right: 12px;
	display: flex;
	align-items: center;
}

.Record-number {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 14px;
	color: #AAAAAA;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
}
.Record-number a{
	color: #AAAAAA;
	text-decoration: none;
}
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.login-content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 20px;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 5px;
	z-index: 1001;
	width: 345px;
	height: 430px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(42, 82, 117, 0.35);
	border-radius: 10px;
}

.login-content>img {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
}

.login-box {
	/* position: relative; */
	padding-left: 20px;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.login-box .wx-img {
	width: 238px;
	margin-top: 40px;
}

.login-box p {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #7880A7;
	line-height: 19px;
	font-style: normal;
	text-transform: none;
	margin-top: 20px;
}

.login-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	margin-top: 30px;
}

.login-title .welcome {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 24px;
	color: #3C4260;
	line-height: 28px;
	font-style: normal;
	text-transform: none;
}

.login-wx {
	display: flex;
	align-items: center;
}

.login-wx>a {
	text-decoration: none;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 12px;
	color: #F15A24;
	line-height: 14px;
	font-style: normal;
	text-transform: none;
}

.login-wx>img {
	width: 5px;
	margin-left: 10px;
}

.user-inputbox {
	display: flex;
	align-items: center;
	width: 290px;
	height: 45px;
	padding: 0 15px;
	border-radius: 7px;
	border: 1px solid #C6C6C6;
	margin-top: 45px;
}

.user-inputbox>img {
	width: 17px;
	height: 18px;
}

.user-inputbox>input {
	outline: none;
	border: 1px solid #ffffff;
	line-height: 40px;
	margin-left: 10px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #222222;
	font-style: normal;
	text-transform: none;
}

.change-set {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 320px;
	margin-top: 20px;
	margin-left: 20px;
}

.remember-check {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.remember-check>img {
	width: 13px;
}

.remember-check span {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 12px;
	color: #7880A7;
	line-height: 14px;
	font-style: normal;
	text-transform: none;
	margin-left: 4px;
}

.change-set a {
	text-decoration: none;
}

.change-set a:nth-child(2) {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 12px;
	color: #9197B7;
	line-height: 14px;
	font-style: normal;
	text-transform: none;
}

.change-set a:nth-child(3) {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 12px;
	color: #9197B7;
	line-height: 14px;
	font-style: normal;
	text-transform: none;
}

.login-submit {
	width: 320px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #F15A24;
	border-radius: 7px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	margin-top: 70px;
	margin-left: 20px;
	cursor: pointer;
}

.register-content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 40px;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 5px;
	z-index: 1002;
	width: 920px;
	height: 634px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #FFF4F0;
}

.mask-r {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1001;
}

.register-button {
	width: 130px;
	height: 38px;
	line-height: 38px;
	background: #F15A24;
	border-radius: 5px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.register-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.register-top>span {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	text-transform: none;
}

.register-top>img {
	cursor: pointer;
}

.tishi {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 12px;
	color: #FF5555;
	line-height: 14px;
	font-style: normal;
	text-transform: none;
	margin-top: 7px;
	margin-bottom: 40px;
}

.register-button {
	margin: 60px auto 0;
	cursor: pointer;
}
        /* 轮播图容器样式 */
        .slider-container {
            width: 100%;
            height: 450px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

        /* 图片列表样式 */
        .slider-list {
            width: 100%;
            height: 100%;
            position: relative;
        }

        /* 单张图片样式 */
        .slider-list img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        /* 当前显示图片样式 */
        .slider-list img.active {
            opacity: 1;
        }

        /* 指示点容器样式 */
        .slider-dots {
            position: absolute;
            bottom: 170px;
            left: 18%;
            transform: translateX(-50%);
            display: flex;
        }

        /* 单个指示点样式 */
        .slider-dots span {
            width: 35px;
            height: 3px;
            background-color: rgba(255, 255, 255, 1);
            margin: 0 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        /* 当前激活指示点样式 */
        .slider-dots .active {
            background-color: #ff6600;
        }
		
		.collect-active{
			display: none;
		}