.server {
	background: #fff;
	padding: 0 !important;
	width: 1230px;
}

	.server ul {
		display: flex;
		flex-wrap: wrap;
	}

	.server li img {
		height: 60px !important;
		width: auto;
		object-fit: contain;
		margin-right: 20px;
	}

	.server li:hover img {
		display: none;
	}

	.server li:hover:before {
		content: '';
		width: 60px;
		height: 60px;
		background: url('/Template/Chuayi/images/server_ico1.png') no-repeat;
		background-size: auto 60px;
		margin-right: 20px;
	}

	.server li:nth-of-type(2):hover:before {
		background: url('/Template/Chuayi/images/server_ico2.png') no-repeat;
		background-size: auto 60px;
	}

	.server li:nth-of-type(3):hover:before {
		background: url('/Template/Chuayi/images/server_ico3.png') no-repeat;
		background-size: auto 60px;
	}

	.server li:nth-of-type(4):hover:before {
		background: url('/Template/Chuayi/images/server_ico4.png') no-repeat;
		background-size: auto 60px;
	}

	.server ul li h2 {
		color: #121212;
		font-size: 24px;
		max-width: calc(100% - 120px);
		text-align: left;
	}

	.server ul li {
		height: auto !important;
		width: 285px;
		border: 0;
		background: #f5f5f5;
		box-sizing: border-box;
		margin: 0 0 20px 20px;
		display: flex;
		padding: 30px 0;
		justify-content: center;
		align-items: center;
		border-radius: 4px;
	}

		.server ul li:hover {
			border: 0;
		}

		.server ul li:nth-child(4n-3) {
			margin-left: 0;
		}

.top {
	height: auto;
}

.down {
	width: 1200px;
}

	.down::after,
	.top::after,
	.head::after {
		content: '';
		clear: both;
		display: block;
	}

.head-logo {
	margin-top: 6px;
}

.down_list:first-child {
	margin-left: 0;
}

.down_list {
	float: left;
	margin-left: 30px;
}

.down_list_tit {
	position: relative;
	color: #333333;
	font-size: 24px;
	line-height: 42px;
	margin-bottom: 20px;
}

.down_list li {
	padding-bottom: 10px;
	margin: 0 0 0 30px !important;
	min-height: 360px;
}

	.down_list li span:has(img) {
		display: block;
	}

.down_list ul li:first-child {
	margin-left: 0 !important;
}

.down ul li img {
	width: 380px;
	height: 190px;
	object-fit: cover;
}

.down_list .more {
	line-height: 20px;
}

.head_mobile {
	display: none;
}

.result-con-185:not(:has(.result-con-but1)) .result-con-but2 {
	margin-top: 90px;
}

.pagelist .page li {
	border-bottom: 0;
}

.oalist .result-con-380 img {
	width: 360px;
	height: 180px;
	object-fit: cover;
}

.oalist .result-con-185:not(:has(.result-con-but1)) .result-con-but2 {
	margin-top: 70px;
}

.special_con {
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
	box-sizing: border-box;
}

.special_head {
	padding: 30px;
	display: flex;
	background: #f2f2f2;
	margin-bottom: 30px;
}

.special_head_rt {
	width: 590px;
}

.special_head_btn {
	color: #ffffff;
	background: #c21a1a;
	display: block;
	line-height: 40px;
	text-align: center;
	width: 130px;
	font-size: 14px;
	margin-top: 30px;
	height: 40px;
}

.special_head_lt {
	width: 400px;
}

	.special_head_lt img {
		width: 360px;
		height: 180px;
		object-fit: cover;
	}

.special_head_tit {
	padding: 15px 0;
	line-height: 40px;
	color: #000000;
	font-size: 24px;
}

.special_head_rt p {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}

.special_item_btn a {
	color: #333333;
	text-align: center;
	line-height: 40px;
	border: 1px solid #bbbbbb;
	display: block;
	width: 130px;
	margin-top: 15px;
	margin-left: 10px;
}

.special_list {
	display: flex;
	flex-wrap: wrap;
}

	.special_list li:nth-child(3n-2) {
		margin-left: 0;
	}

	.special_list li img {
		width: 360px;
		height: 180px;
		object-fit: cover;
	}

	.special_list li {
		border: 1px solid #dedede;
		padding: 10px 10px 20px;
		width: 380px;
		box-sizing: border-box;
		margin-left: 30px;
		margin-bottom: 30px;
		color: #333333;
		font-size: 14px;
		line-height: 25px;
	}

		.special_list li p {
			padding: 0 10px;
		}

.special_item_tit {
	color: #000000;
	font-size: 18px;
	line-height: 40px;
	margin-top: 6px;
}

.xcx_popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.xcx_popup_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.xcx_popup_con {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 600px;
	border-radius: 8px;
	padding: 40px 0 50px;
	text-align: center;
}

.xcx_popup_tit {
	color: #333333;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 20px;
}

.xcx_popup_con img {
	width: 180px;
	height: 180px;
}

.xcx_popup_txt {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.xcx_popup_btn {
	color: #ffffff;
	width: 200px;
	line-height: 45px;
	background: #c21a1a;
	border-radius: 3px;
	margin: 0 auto;
}

.all_special_tit {
	display: none;
}

.show-tit {
	font-size: 14px;
}

.lot_special_head {
	display: none;
}

.lot_details_lt {
	position: relative;
	width: 500px;
	float: left;
}

	.lot_details_lt .flexslider {
		width: 100% !important;
		height: 525px !important;
	}

	.lot_details_lt .slides {
		height: 500px;
		overflow: hidden;
	}

		.lot_details_lt .slides li img {
			width: 500px !important;
			height: 500px !important;
			object-fit: contain;
			display: block;
		}

	.lot_details_lt ul {
		width: 100%;
		margin: 0;
	}

.modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	display: block;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}

.lot_details_lt_btn {
	margin-top: 21px !important;
	/* padding-left: 80px !important; */
	box-sizing: border-box;
}

	.lot_details_lt_btn::after {
		content: '';
		clear: both;
		display: block;
	}

	.lot_details_lt_btn li {
		width: 170px;
		/* float: left; */
		text-align: center;
		margin: 0 auto;
	}

.lot_details_rt {
	float: left;
	width: 570px;
	margin-left: 50px;
}

.lot_buy_btn span {
	color: #c21a1a;
	font-size: 18px;
	width: 360px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	display: block;
	margin-top: 50px;
}

.lot_details_ewm {
	padding: 50px 0 0;
	text-align: center;
	width: 360px;
}

	.lot_details_ewm img {
		width: 150px;
		height: 150px;
	}

.lot_details_rt .lot_details_ewm p {
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
}

.lot_details_rt h2 {
	min-height: 80px;
}

.lot_details_rt p {
	line-height: 50px;
}

.lot_details_lt .flex-control-nav a {
	background: #a7a29d;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.lot_details_lt .flex-control-nav li {
	width: 10px;
	height: 10px;
}

.lot_details_lt .flex-control-nav .flex-active {
	background: #fff;
}

.lot_details_lt .flex-control-nav {
	bottom: 0;
}

.news-n dt .news-n-img {
	margin-top: 0;
}

.news-show-con img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.look-baner {
	height: auto;
}

.user-con-top1 img {
	width: 100%;
	object-fit: contain;
	max-height: 100%;
}

.look-but.look-but-new ul li a:hover {
	border: unset;
	color: #666666;
	background: unset;
}

.look-but.look-but-new ul li a.hover {
	background: #c21a1a;
	border: 1px solid #c21a1a;
	display: block;
	color: #fff
}

.special-con-top img {
	max-width: 246px;
	max-height: 198px;
	object-fit: contain;
}

.videon ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 296px;
}

.videon ul li img {
	display: block;
}

.lot_details_lt .flex-direction-nav li a.flex-next {
	background: url('/Template/Chuayi/images/next2.png') center center no-repeat;
}

.lot_details_lt .flex-direction-nav li a.flex-prev {
	background: url('/Template/Chuayi/images/prev2.png') center center no-repeat;
}

.cursor_pointer {
	cursor: pointer;
}

.oalist li {
	height: auto !important;
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 50px;
		background: #f5f5f5;
	}

	* {
		box-sizing: border-box;
	}

	.head::after,
	.blank30,
	.blank40,
	.blank20,
	.blank10,
	.top {
		display: none;
	}

	.head_mobile {
		display: flex;
		position: relative;
	}

	.head {
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		width: 100%;
		z-index: 9999;
		height: 50px;
		padding: 0 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.head_search img {
		width: 34px;
		height: 34px;
		object-fit: contain;
	}

	.head-logo {
		height: 30px;
		width: auto;
		margin: 0;
		margin-top: 5px;
	}

	.flexslider {
		width: 100% !important;
	}

	.head_meau {
		display: flex;
		align-items: center;
		margin-left: 18px;
	}

		.head_meau img {
			height: 24px;
			width: auto;
			object-fit: contain;
		}

			.head_meau img:last-child {
				display: none;
			}

	.head.open .head_meau img {
		display: none;
	}

		.head.open .head_meau img:last-child {
			display: block;
		}

	.nav {
		position: fixed;
		left: 0;
		top: 50px;
		background: #fff;
		z-index: 999;
		padding: 0 25px;
		width: 100%;
		transition: all .5s;
		height: 0;
		overflow: auto;
	}

	.head.open .nav {
		height: calc(100vh - 50px);
	}

	.nav .nav-li {
		float: none;
		border-bottom: 1px solid #eeeeee;
		margin-left: 0 !important;
	}

	.nav .nav-2 {
		border: 0;
		color: #202020;
		font-size: 15px;
		font-weight: bold;
		line-height: 28px;
	}

	.nav .nav-li:has(.nav-ul .nav-3) .nav-2 {
		background: url('/Template/Chuayi/images/nav_ico1.png') no-repeat top 25px right 10px;
		background-size: 10px auto;
	}

	.nav .nav-li.act:has(.nav-ul .nav-3) .nav-2 {
		background: url('/Template/Chuayi/images/nav_ico2.png') no-repeat top 25px right 10px;
		background-size: 10px auto;
	}

	.nav .nav-li.act .nav-2 {
		padding-bottom: 0;
		color: #c21a1a;
	}

	.nav .nav-3 {
		background-color: #fff;
		color: #333333;
		width: 100%;
		padding: 0 15px;
		text-align: left;
		font-size: 14px;
		line-height: 35px;
	}

		.nav .nav-3:before {
			content: '-';
			margin-right: 5px;
		}

	.nav-li:hover {
		border-bottom: 1px solid #eeeeee;
	}

	.nav-ul {
		position: static;
		display: none;
		width: 100%;
		padding-bottom: 8px;
	}

	.nav-li:hover .nav-ul {
		display: none;
	}

	.nav .nav-li.act .nav-ul {
		display: block;
	}

	.search {
		position: fixed;
		display: none;
		top: 50px;
		left: 0;
		background: #f8f8f8;
		width: 100%;
		padding: 10px 15px;
		height: auto;
		margin: 0;
	}

	.search-input {
		width: calc(100% - 60px);
		height: 40px;
		font-size: 13px;
		border: 1px solid #cccccc;
	}

	.search-but {
		width: 60px;
		height: 40px;
		position: static;
		padding: 0;
		background: url('/Template/Chuayi/images/search-but.png') no-repeat center center #c21a1a;
	}

	.head.open .head_search,
	.head.open .lang_list {
		display: none;
	}

	.lang_list {
		position: absolute;
		left: -44px;
		top: 0;
		background: rgba(255, 255, 255, .8);
		border-radius: 18px;
		display: flex;
		flex-direction: column;
		width: 36px;
	}

		.lang_list a {
			display: none;
			justify-content: center;
			align-items: center;
			width: 34px;
			height: 34px;
			border-radius: 50%;
			font-size: 14px;
			color: #333333;
		}

		.lang_list.openlang {
			border: 1px solid #c8c8c8;
		}

			.lang_list.openlang a {
				display: flex;
			}

		.lang_list a.lang_act {
			color: #ffffff;
			background: #c21a1a;
			order: -1;
			display: flex;
		}

	.slides li img {
		height: 50vw !important;
		object-fit: cover;
	}

	.flex-direction-nav li a {
		width: 30px !important;
		height: 30px !important;
	}

		.flex-direction-nav li a.flex-next {
			background-size: 30px auto !important;
			right: 25px !important;
		}

		.flex-direction-nav li a.flex-prev {
			background-size: 30px auto !important;
			left: 25px !important;
		}

	.flex-direction-nav {
		top: 50% !important;
		margin-top: -15px;
	}

	.down {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
	}

	.down_list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.down ul li {
		width: 100% !important;
		margin: 0 !important;
		background: #fff;
		padding: 0 15px 15px;
		height: auto !important;
		min-height: auto !important;
	}

	.down_list {
		margin-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.down_list_tit {
		background: #fff;
		margin: 0;
		padding: 5px 15px 0;
		line-height: 35px;
		font-size: 16px;
		font-weight: bold;
		color: #222222;
	}

	.down_list .more {
		color: #666666;
		font-size: 14px;
		font-weight: 400;
		right: 15px;
	}

	.down ul li img {
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}

	.down ul li h2 {
		margin: 0;
		padding: 0;
		color: #333333;
		font-size: 16px;
		line-height: 25px;
	}

	.down p {
		font-size: 13px;
		line-height: 23px;
		padding: 0;
	}

	.index-new {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
		padding: 0 15px 5px;
		background: #fff;
		margin-bottom: 10px;
	}

	.spdp {
		width: 100%;
		background: #fff;
		padding: 0 15px;
	}

		.spdp .more {
			right: 15px;
			margin-top: -7px;
		}

		.spdp .tit {
			width: auto;
			margin: 0;
			text-align: left;
			font-size: 16px;
			line-height: 35px;
			padding-top: 6px;
			font-weight: bold;
		}

	.index-new-right {
		width: 100%;
	}

	.index-new-right-img {
		width: 100%;
		height: auto;
	}

	.index-new-right-bottom {
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 0 15px;
		line-height: 40px;
		font-size: 14px;
		height: auto;
	}

		.index-new-right-bottom img {
			display: none;
		}

	.index-new-left {
		width: 100%;
	}

		.index-new-left dl {
			width: 100%;
			height: auto;
			display: flex;
			padding: 5px 0 10px;
			margin: 0;
			border-bottom: 1px solid #eeeeee;
		}

			.index-new-left dl:last-child {
				border-bottom: 0;
			}

		.index-new-left dt {
			height: auto;
			margin-right: 10px;
			margin-top: 5px;
			background-position: bottom;
			border-radius: 3px;
			color: #999999;
			font-size: 12px;
			line-height: 20px;
			padding: 6px 0 7px;
		}

		.index-new-left dd {
			width: calc(100% - 70px);
		}

			.index-new-left dd a {
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				overflow: hidden;
				color: #999;
				font-size: 13px;
				line-height: 18px;
			}

			.index-new-left dd h2 {
				text-overflow: ellipsis;
				overflow: hidden;
				white-space: nowrap;
				color: #222222;
				font-size: 15px;
				line-height: 30px;
				margin: 0;
			}

		.index-new-left dt h2 {
			color: #000000;
			font-size: 21px;
			line-height: 26px;
			margin-bottom: 0;
		}

	.video {
		width: 100% !important;
		overflow-x: auto;
		background: #fff;
		padding: 0 0 6px;
		margin-bottom: 10px;
	}

		.video::-webkit-scrollbar {
			display: none;
		}

		.video ul {
			display: flex;
			padding-right: 15px;
		}

			.video ul li {
				width: calc(100vw - 95px);
				margin: 0 0 0 15px !important;
			}

				.video ul li img {
					width: calc(100vw - 95px);
					height: calc(240 / 380 * (100vw - 95px));
					object-fit: cover;
					margin-bottom: 0;
				}

				.video ul li a {
					color: #333333;
					font-size: 14px;
					line-height: 34px;
				}

	.server {
		width: 100%;
		padding: 0 15px 5px !important;
	}

		.server ul {
			justify-content: space-between;
		}

			.server ul li {
				width: calc(50vw - 23px);
				margin-left: 0;
				margin-bottom: 15px;
				text-align: left;
				justify-content: flex-start;
				padding: 15px;
			}

		.server li img {
			width: 40px;
			height: auto;
			margin-right: 12px;
		}

		.server ul li h2 {
			color: #121212;
			font-size: 15px;
			height: auto;
			white-space: normal;
			text-align: left;
			max-width: unset;
		}

		.server .tit {
			text-align: left;
			font-size: 16px;
			line-height: 35px;
			font-weight: bold;
			margin: 0;
			padding-top: 6px;
		}

	.footer-in {
		width: 100%;
	}

	.footer-one {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	#footer {
		height: auto;
		padding: 15px;
	}

	.footer-two {
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		line-height: 20px;
		padding-top: 12px;
	}

	.footer-two2 img {
		height: 20px !important;
		width: auto !important;
	}

	.footer-ul {
		width: 100%;
	}

		.footer-ul li {
			color: #ccc;
			font-size: 13px;
			margin-right: 18px;
			line-height: 25px;
		}

	.imgshow {
		margin: 30px auto 25px !important;
	}

		.imgshow div.op {
			background-position-y: -42px;
		}

		.imgshow a:has(div.op) .ewm {
			display: block !important;
		}

	.server li:hover img {
		display: block;
	}

	.server li:hover:before {
		display: none;
	}

	body:has(.result-tit) .server-nav {
		display: none;
	}

	.result-con {
		width: 100%;
	}

	.pagelist {
		float: none;
		margin: 0 auto;
		left: 0;
		padding: 15px 0;
		height: auto;
	}

		.pagelist .page {
			left: 0;
			display: flex;
			justify-content: center;
		}

	.result-con .pagelist ul li {
		padding: 0;
		width: auto;
		display: inline-block;
		background: rgba(255, 255, 255, 0);
	}

	.result-con ul li {
		background: #fff;
		padding: 15px 15px 10px;
		margin-bottom: 10px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		border-bottom: 0;
		position: relative;
	}

	.result-con .result-con-215 {
		display: none;
	}

	.result-con .result-con-380 {
		width: 100%;
	}

		.result-con .result-con-380 img {
			width: 100%;
			height: auto;
			max-width: unset !important;
			max-height: unset !important;
		}

	.result-con-420 {
		width: 100%;
		color: #999999;
		font-size: 13px;
		line-height: 20px;
	}

		.result-con-420 span {
			color: #333333;
		}

		.result-con-420 h2 {
			line-height: 23px;
			margin: 0;
			color: #000000;
			font-size: 16px;
			margin-top: 0;
		}

	.result-tit {
		width: 100%;
		padding: 0 15px;
		height: auto;
		overflow-y: auto;
	}

		.result-tit::-webkit-scrollbar {
			display: none;
		}

		.result-tit .fr,
		.result-tit .fl {
			display: none;
		}

		.result-tit ul {
			display: flex;
		}

			.result-tit ul li {
				width: auto;
				flex-shrink: 0;
				margin-right: 25px;
			}

				.result-tit ul li a {
					color: #666666;
					font-size: 15px;
					line-height: 45px;
				}

	.result-con .oalist .result-con-380 img {
		width: 100%;
		height: calc(50vw - 15px);
	}

	.oalist li {
		position: relative;
	}

		.oalist li .result-con-but2 {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			background: rgba(0, 0, 0, 0);
			margin: 0 !important;
		}

	/* .result-con .oalist .result-con-185 {
		display: block;
	} */

	.li_state {
		display: none;
	}

	.special_con {
		width: 100%;
		background: #fff;
		padding: 0 0 10px;
	}

	.special_head {
		flex-wrap: wrap;
	}

	.special_list {
		padding: 0 15px;
	}

		.special_list li {
			margin-left: 0;
			width: 100%;
			padding: 0 0 10px;
			margin-bottom: 10px;
			font-size: 13px;
			position: relative;
		}

			.special_list li p {
				padding: 0 18px;
			}


	.special_item_btn a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
		background: rgba(0, 0, 0, 0);
		margin: 0 !important;
	}

	.all_special_tit {
		color: #222222;
		font-size: 16px;
		font-weight: bold;
		display: block;
		line-height: 35px;
		padding: 5px 15px 0;
	}

	.special_item_tit {
		color: #000000;
		font-size: 16px;
		line-height: 26px;
	}

	.special_list li img {
		width: 100%;
		height: calc(50vw - 15px);
	}

	.special_head {
		margin: 0;
		padding: 15px 15px 18px;
		align-items: flex-end;
	}

	.special_head_btn {
		width: 120px;
	}

	.special_head_lt img {
		width: 100%;
		height: calc(50vw - 15px);
	}

	.special_head_rt {
		width: calc(100% - 120px);
	}

	.special_head_lt {
		width: 100%;
	}

	.special_head_tit {
		font-size: 16px;
		margin-top: 5px;
		padding: 0;
		line-height: 35px;
		color: #000000;
	}

	.special_head_rt p {
		font-size: 13px;
		line-height: 24px;
	}

	.xcx_popup_con {
		width: 70vw;
		border-radius: 6px;
		padding: 30px 0;
	}

	.xcx_popup_tit {
		font-size: 18px;
		font-weight: bold;
	}

	.xcx_popup_txt {
		font-size: 14px;
	}

	.show-tit {
		width: 100%;
		border: 0;
		background: #fff;
	}

	.lot_special_head {
		display: block;
		background: #fff;
		margin-bottom: 10px;
		padding: 0 15px 15px;
		line-height: 25px;
		color: #202020;
		font-size: 13px;
	}

	.lot_special_head_tit {
		color: #202020;
		font-size: 18px;
		line-height: 30px;
		padding: 10px 0;
		font-weight: bold;
	}

	.show-search {
		border: 0;
		padding: 15px 15px 0;
		background: #fff;
		width: 100%;
	}

		.show-search dl {
			display: none;
		}

			.show-search dl:last-child {
				display: block;
				width: 100%;
				height: auto;
				margin-bottom: 0;
			}

		.show-search dd {
			width: 100% !important;
		}

		.show-search dl dt {
			display: none;
		}

	.show-con-search-but {
		width: 60px;
		height: 40px;
		font-size: 0;
		background: url('/Template/Chuayi/images/sea2.png') no-repeat center #c21a1a;
		background-size: 20px auto;
	}

	.show-con-search {
		height: auto;
		width: 100%;
		margin: 0;
	}

	.show-con-search-input {
		width: calc(100% - 60px);
		height: 40px;
		font-size: 13px;
		outline: none;
	}

	.user-con-top1 {
		width: 125px;
		height: 125px;
		background: #f5f5f5;
		border: 0;
	}

		.user-con-top1 img {
			width: 125px;
			height: 125px;
			object-fit: contain;
		}

	.lot_special_item_rt {
		width: calc(100% - 140px);
		margin-left: 15px;
	}

	.result-con ul li:has(.lot_special_item_rt) {
		margin-bottom: 0;
		border-bottom: 1px solid #eeeeee;
		padding: 15px;
	}

	.lot_special_item_rt .result-con-420 h2 {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 2px;
	}

	.lot_special_item_rt .result-con-420 {
		line-height: 23px;
		font-size: 12px;
	}

	.result-con-375 {
		width: 100%;
		padding: 0;
		line-height: 20px;
		font-size: 12px;
	}

	/* .lot_special_item_rt .result-con-185 {
		display: block;
	} */

	.result-con-185 a {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		font-size: 0;
		background: rgba(0, 0, 0, 0);
		margin-top: 0 !important;
		border: 0;
	}

	.show-tit font {
		font-size: 16px;
	}

	.show-tit a {
		margin-left: 20px;
	}

	.look-but,
	.lot_details_ewm,
	.look-img {
		display: none;
	}

	.look-tit {
		width: 100%;
		color: #222222;
		background: #ffffff;
		padding: 0 15px;
		font-size: 15px;
		font-weight: bold;
		position: relative;
	}

		.look-tit::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 15px;
			width: calc(100% - 30px);
			height: 1px;
			background: #eeeeee;
		}

	.look-con {
		background: #fff;
		padding: 15px 15px 18px;
		width: 100%;
		color: #2f2f2f;
		font-size: 13px;
		line-height: 20px;
	}

	body:has(.lot_buy_btn) .look-con {
		padding-bottom: 80px;
	}

	body:has(.lot_buy_btn) #footer {
		display: none;
	}

	.look-con p {
		display: flex;
		justify-content: space-between;
		margin-bottom: 8px;
	}

		.look-con p .look-con-tx {
			width: calc(100% - 50px);
		}

	.lot_buy_btn {
		position: fixed;
		left: 0;
		bottom: 0;
		border-top: 1px solid #eeeeee;
		padding: 10px 15px;
		width: 100%;
		background: #fff;
	}

		.lot_buy_btn span {
			color: #ffffff;
			width: 100%;
			line-height: 45px;
			background: #c21a1a;
			margin: 0;
			font-size: 14px;
		}

	.look-show {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		background: #fff;
	}

	.lot_details_lt {
		width: 100%;
		height: 100vw;
		overflow: hidden;
	}

		.lot_details_lt .flexslider {
			height: 100vw !important;
		}

		.lot_details_lt .slides {
			height: 100vw !important;
			width: 100vw !important;
		}

			.lot_details_lt .slides li img {
				width: 100vw !important;
				height: 100vw !important;
			}

	.modal-content {
		max-width: 100%;
		max-height: 100%;
	}

	.lot_details_lt .slides li {
		min-height: 100vw !important;
		height: 100vw !important;
	}

		.lot_details_lt .slides li a {
			height: 100vw !important;
			display: block;
		}

	.lot_details_lt_btn {
		display: none;
	}

	.lot_details_rt {
		width: 100%;
		margin: 0;
		background: #fff;
		padding: 0 15px 12px;
	}

		.lot_details_rt h2 {
			color: #000000;
			font-size: 16px;
			margin-top: 8px;
			line-height: 35px;
			min-height: 0;
		}

		.lot_details_rt p {
			color: #333333;
			font-size: 13px;
			line-height: 30px;
		}

			.lot_details_rt p .font24 {
				font-size: 18px;
			}

	.lot_details_lt .flex-control-nav {
		bottom: 10px;
	}

	.server-nav {
		height: auto;
	}

		.server-nav .fl {
			display: none;
		}

	.server-nav-con {
		width: 100%;
		float: unset;
	}

	.server-nav-con-fr::-webkit-scrollbar {
		display: none;
	}

	.server-nav-con-fr {
		display: flex;
		overflow-y: auto;
		height: auto;
		width: 100%;
		padding: 0 15px;
		float: unset;
	}

		.server-nav-con-fr ul li {
			line-height: 50px;
			height: 50px;
		}

			.server-nav-con-fr ul li a.hover {
				background: url('/Template/Chuayi/images/server-n-img-bg-h.jpg') bottom;
				display: block;
			}

		.server-nav-con-fr ul {
			display: flex;
		}

			.server-nav-con-fr ul li {
				margin: 0 30px 0 0;
			}

	.news-n {
		width: 100%;
		padding: 0 15px;
		background: #fff;
	}

		.news-n dt {
			width: 100%;
			padding: 0;
			height: auto;
			font-size: 0;
			border: 0;
		}

		.news-n dl {
			width: 100%;
			height: auto;
			padding: 12px 0;
			margin: 0;
			border-bottom: 1px solid #eeeeee;
		}

		.news-n dt .news-n-img {
			width: 110px;
			height: 80px;
			object-fit: cover;
			margin-right: 15px;
		}

		.news-n dt h2 {
			color: #333333;
			font-size: 14px;
			line-height: 20px;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			height: 60px;
			margin-bottom: 0;
		}

		.news-n dt p {
			display: none;
		}

		.news-n dd img {
			display: none;
		}

		.news-n dd {
			display: flex;
			flex-direction: row-reverse;
			color: #999999;
			font-size: 13px;
			width: auto;
			margin: -20px 0 0;
			padding: 0 0 0 125px;
			line-height: 20px;
		}

			.news-n dd h2 {
				color: #999999;
				font-size: 13px;
			}

				.news-n dd h2:before {
					content: '-';
				}

		.news-n dl:has(.news-n-img[src="/nopic.gif"]) dd {
			padding-left: 0;
		}

		.news-n dl:has(.news-n-img[src="/nopic.gif"]) dt h2 {
			height: auto;
		}

		.news-n dt a {
			display: block;
		}

	.news-show-tit {
		width: 100%;
		background: #fff;
		padding: 10px 15px;
		text-align: left;
		color: #666666;
		font-size: 13px;
		line-height: 25px;
	}

		.news-show-tit h1 {
			color: #000000;
			font-size: 18px;
			font-weight: bold;
			line-height: 30px;
			margin-bottom: 0;
			padding-top: 5px;
		}

	.news-show-con {
		width: 100%;
		background: #fff;
		padding: 0 15px;
		border: 0;
		line-height: 25px;
	}

		.news-show-con::before {
			content: '';
			width: 100%;
			height: 1px;
			background: #eeeeee;
			display: block;
			margin-bottom: 12px;
		}

		.news-show-con::after {
			content: '';
			width: 100%;
			height: 1px;
			background: #eeeeee;
			display: block;
			margin-top: 12px;
		}

		.news-show-con img {
		}

	.news-show-tit .fl {
		float: unset;
	}

		.news-show-tit .fl a {
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			display: block;
		}

	.news-show-tit .fr {
		display: none;
	}

	.videon {
		width: 100%;
		background: #fff;
		padding: 15px 15px 0;
	}

		.videon ul {
			display: flex;
			flex-wrap: wrap;
			width: 100%;
		}

			.videon ul li {
				width: 100%;
				margin: 0 0 15px;
				height: auto;
			}

				.videon ul li a {
					display: flex;
					flex-direction: column;
					color: #333333;
					font-size: 14px;
					line-height: 21px;
					padding-bottom: 10px;
					text-align: left;
				}

	body:has(.videon) .pagelist {
		background: #fff;
		padding: 15px;
	}

	.videon ul li a {
		height: auto;
		white-space: normal;
		overflow: unset;
	}

	.videon ul li img {
		margin-bottom: 10px;
		width: 100% !important;
		height: auto !important;
	}

	.shi-xiang-r3 {
		display: none;
	}

	.shi-xiang {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 15px 15px;
		background: #fff;
		border: 0;
	}

		.shi-xiang::before {
			content: '';
			width: 100%;
			height: 1px;
			background: #eeeeee;
			display: block;
			margin-bottom: 20px;
		}

	.shi-xiang-left {
		width: 100%;
		height: auto;
	}

	.shi-xiang-right {
		width: 100%;
		background: #fff;
		height: auto;
		padding-top: 25px;
	}

		.shi-xiang-right > span {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}

		.shi-xiang-right li {
			width: calc(50% - 8px);
			height: auto;
			padding: 0;
		}

			.shi-xiang-right li a {
				display: flex;
				padding-bottom: 12px;
				flex-wrap: wrap;
			}

			.shi-xiang-right li img {
				width: 100%;
				height: calc((50vw - 8px) / 329 * 210);
				object-fit: cover;
				margin-bottom: 5px;
			}

	.shi-xiang-r2 p {
		display: none;
	}

		.shi-xiang-r2 p.shi-xiang-p1 {
			display: block;
			font-size: 13px;
			color: #333333;
			line-height: 20px;
		}

	.daohang {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.about {
		width: 100%;
		background: #fff;
		padding: 10px 15px 20px;
	}

	.div_k_1 {
		display: none;
	}

	.about blockquote {
		margin: 0 !important;
	}

		.about blockquote strong {
			font-size: 17px !important;
			line-height: 40px !important;
		}

			.about blockquote strong[style="font-size: 12pt;"] {
				font-size: 14px !important;
				line-height: 22px !important;
			}

		.about blockquote div [style="font-size: 12pt;"] strong {
			font-size: 14px !important;
			line-height: 22px !important;
		}

		.about blockquote div {
			color: #333333;
			line-height: 22px !important;
			font-size: 14px !important;
		}

		.about blockquote > div br:nth-of-type(1) {
			display: none;
		}

		.about blockquote > div:first-child strong {
			font-size: 20px !important;
		}

	.dao-2 {
		display: none;
	}

	body:not(:has(.server-nav-con-fr li)) .dao-1 {
		overflow-y: auto;
		width: 100%;
		border-bottom: 0;
		padding: 0 15px;
	}

		body:not(:has(.server-nav-con-fr li)) .dao-1::-webkit-scrollbar {
			display: none;
		}

		body:not(:has(.server-nav-con-fr li)) .dao-1 ul {
			display: flex;
		}

	.dao-4 {
		display: none;
	}

	.about img {
		max-width: 100%;
	}


	body:not(:has(.server-nav-con-fr li)) .dao-1 a {
		width: auto;
		height: 50px;
		line-height: 50px;
		padding: 0;
	}

	body:not(:has(.server-nav-con-fr li)) .dao-1 li {
		width: auto;
		margin-right: 35px;
		height: 50px;
	}

		body:not(:has(.server-nav-con-fr li)) .dao-1 li:hover,
		body:not(:has(.server-nav-con-fr li)) .dao-hover {
			background: none !important;
			position: relative;
		}

			body:not(:has(.server-nav-con-fr li)) .dao-hover::after {
				content: '';
				width: 100%;
				height: 2px;
				position: absolute;
				bottom: 0;
				left: 0;
				background: #c21a1a;
			}

	.bid {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
		padding: 15px 15px 0;
		background: #fff;
	}

	.bid-top-left,
	.bid-top-right {
		width: 100%;
		height: auto;
	}

		.bid-top-right img {
			width: 100%;
		}

		.bid-top-left h2 {
			width: 100%;
			color: #ffffff;
			font-size: 18px;
			background-size: 100% 2px;
			padding: 10px 0;
			line-height: 30px;
			margin-bottom: 15px;
		}

	.bid-top-left {
		padding: 4px 20px 12px;
		font-size: 14px;
		line-height: 25px;
	}

	.bid-con ul {
		display: flex;
		flex-wrap: wrap;
	}

	.bid-con {
		width: 100%;
		background: #fff;
		padding: 15px 15px 1px;
	}

	.bid-tit {
		width: 100%;
		padding: 20px;
		line-height: 50px;
		color: #333333;
		font-size: 24px;
		background: #fff;
	}

	.bid-con ul li {
		width: 100%;
		height: auto;
		margin: 0 0 30px;
		border: 5px solid #eeeeee;
		background: unset;
		position: relative;
		padding: 0 20px 20px;
		z-index: 2;
		font-size: 14px;
		line-height: 25px;
	}

		.bid-con ul li h2 {
			margin: 0;
			text-align: center;
			line-height: 30px;
			font-size: 30px;
		}

		.bid-con ul li::after {
			content: '';
			width: 50px;
			height: 50px;
			background: #c21a1a;
			position: absolute;
			left: 50%;
			top: -10px;
			z-index: -1;
			transform: translateX(-50%) rotateZ(45deg);
			transform-origin: 50%;
		}

	.bid-con-tit {
		width: 100%;
		background-size: 100% 2px;
		line-height: 23px;
		font-size: 15px !important;
		margin: 35px 0 15px;
		padding-bottom: 15px;
		height: auto;
	}

		.bid-con-tit h3 {
			color: #333333;
			font-size: 21px;
			line-height: 27px;
		}

	.dao-4 {
		width: 100%;
		display: none;
	}

	body:has(.server-nav-con-fr li) .dao-1 {
		background: #fff;
		width: 100%;
		padding: 5px 15px 15px;
		border: 0;
		margin-bottom: 10px;
	}

		body:has(.server-nav-con-fr li) .dao-1 li {
			background: #fff;
			width: 100%;
			height: 40px;
		}

		body:has(.server-nav-con-fr li) .dao-1 a {
			height: 40px;
			line-height: 40px;
			width: 100% !important;
			padding: 0;
		}

	.business {
		width: 100%;
		background: #fff;
		padding: 15px;
		line-height: 25px;
	}

		.business span:has(strong) strong {
			line-height: 30px;
		}

	.look-baner {
		display: none;
	}

	.result-con li:has(.result-con-216) .result-con-380 {
		width: 120px !important;
		height: 160px !important;
		margin: 0 !important;
	}

		.result-con li:has(.result-con-216) .result-con-380 img {
			height: 100%;
			object-fit: cover;
			max-width: 100% !important;
			max-height: 100% !important;
		}

	.result-con li:has(.result-con-216) .result-con-420 {
		width: calc(100% - 120px) !important;
		background: #f8f8f8;
		padding: 10px 14px 0 !important;
		line-height: 25px;
	}

	.result-con ul {
		padding-bottom: 10px;
	}

	.result-con li:has(.result-con-216) .result-con-420 h2 {
		font-weight: bold;
		line-height: 25px;
		margin-top: 0;
	}

	.result-con-216 {
		display: none;
	}

	.result-con li:has(.result-con-216) {
		margin: 0;
		padding-bottom: 0;
		padding-top: 10px;
		position: relative;
	}

		.result-con li:has(.result-con-216) .result-con-185 {
			display: block;
		}

			.result-con li:has(.result-con-216) .result-con-185 .result-con-but1 {
				display: none;
			}

		.result-con li:has(.result-con-216) .result-con-but2 {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			font-size: 0;
			background: rgba(0, 0, 0, 0);
			margin: 0 !important;
		}

	.show-tit .fr {
		display: none;
	}

	.result-con-30 {
		width: calc(100% - 140px);
		margin-left: 15px;
	}

	.special div:has(img) {
		display: none !important;
	}

	.special img {
		display: none;
		width: 100%;
		margin: 0;
		max-width: unset !important;
		max-height: unset !important;
	}

	body:has(.special-con) .special div:has(img) {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		height: auto !important;
	}

	body:has(.special-con) .special img {
		display: block;
	}

	.special {
		width: 100%;
		display: flex;
		flex-direction: column;
		background: #fff;
		padding: 10px 15px;
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}

		.special .result-con-but1 {
			display: none;
		}

	.special-fr {
		order: 1;
		margin-top: 0;
	}

	.special h2 {
		font-size: 18px;
		font-weight: bold;
	}

	.special-con {
		width: 100%;
		background: #fff;
		padding: 15px;
	}

		.special-con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.special-con ul li {
				border: 0;
				margin: 0 0 10px;
				background: #f8f8f8;
				width: 100%;
				display: flex;
				height: auto;
			}

				.special-con ul li a {
					display: flex;
				}

	.special-con-top {
		width: 120px;
		height: 160px;
	}

		.special-con-top img {
			width: 120px;
			height: 160px;
			object-fit: cover;
		}

	.special-con-txt {
		width: calc(100% - 120px);
		padding: 15px 14px;
		font-size: 13px;
		color: #333333;
	}

		.special-con-txt h2 {
			font-weight: bold;
			color: #202020;
		}

	body:has(.special-con) .special {
		background: #f5f5f5;
	}

	.look-show-left-top {
		height: auto;
	}

		.look-show-left-top img {
			width: 100%;
		}

	.look-show-left {
		width: 100%;
		float: unset;
	}

		.look-show-left ul {
			display: none;
		}

	.look-show-right {
		width: 100%;
		padding: 10px 15px;
		color: #333333;
	}

	.look-show-line {
		width: 100%;
		border-color: #eeeeee;
	}

	.look-show-right h2 {
		color: #000000;
		font-size: 16px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.look-show-right p {
		color: #333333;
		font-size: 13px;
		line-height: 28px;
	}

	.head > span {
		position: fixed;
	}

	.business img {
		max-width: 100%;
	}
}
