
/** 首页开始 */

/** 第一部分主题的背景图片 */
.top-tp {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	/* height: 623px; */
	aspect-ratio: 11 / 3.5 !important;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/top-tp.png');
	background-size: 100% 100%;
}

.top-tp > div {
	display: flex;
	width: 45%;
	height: 10%;
	background: #c5978fbd;
}

.top-tp > div .t-l,
.top-tp > div .j-p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 50%;
	color: #ffffff;
}

.top-tp > div .t-l img,
.top-tp > div .j-p img {
	width: 28px;
	height: 32px;
}

.top-tp > div .t-l a,
.top-tp > div .j-p a {
	color: #ffffff;
	font-size: 24px;
}

.top-tp > div .c-h {
	margin: 7px 0;
	width: 1px;
	background-color: #F4F1E9;
}

/** 首页 - 拍卖资讯 */
.auction-aession {
	margin-top: 77px;
}

.is-title {
	color: #141313;
	font-size: 36px;
	text-align: center;
}

.special-performance {
	position: relative;
	width: 100%;
}

.special-performance .special-left, 
.special-performance .special-right {
	position: absolute;
	top: 0;
	min-width: 200px;
	z-index: 99;
}

/* 左 */
.special-performance .special-left {
	left: 0;
	display: flex;
	align-items: center;
	height: 100%;
}
.special-performance .special-left .prev,
.special-performance .special-right .next{
	display: flex;
	background-color: #853325;
}

/* 右 */
.special-performance .special-right {
	right: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.special-performance .special-left label{
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 30px;
	color: #ffffff;
	font-size: 30px;
	padding: 35px 20px;
}

.special-performance .special-right label{	
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 30px;
	color: #ffffff;
	font-size: 30px;
	padding: 35px 20px;
}

.special-performance .special-left img{
	width: 100%;
}

.special-center {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex: 1;
	margin: 0 auto;
	aspect-ratio: 11 / 3 !important;
}

.special-center-div {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/red-bg.png');
	background-size: 90% 100%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.special-center .special-center-left {
	display: flex;
	align-items: center;
}

.special-center .special-center-left img {
	height: 95%;
}

.special-center .special-center-right {
	width: 85%;
	height: calc(100% - 60px);
	display: flex;
	gap: 3%;
	flex-direction: column;
	padding: 4%;
}

.special-center .special-center-right div:nth-child(1) {
	color: #ffffff;
	font-size: 38px;
}

.special-center .special-center-right div:nth-child(2) {
	height: 70%;
	color: #C9A582;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.special-center .special-center-right div:nth-child(2) label {
	cursor: pointer;
}

.special-center .special-center-right div:nth-child(3) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 161px;
	height: 51px;
	color: #C9A582;
	font-size: 20px;
	border: 1px solid #E6B5AC;
}

/** 拍卖资讯 :nth-child(even) */
#information {
	position: relative;
}
.auction-aession .information {
	position: relative;
}
.auction-aession .information .information-div {
	position: relative;
	max-width: 1480px;
	width: 65%;
	gap: 30px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
/*  */
.auction-aession .information .information-div > div {
	position: relative;
}

.auction-aession .information:nth-child(even) .information-left, 
.auction-aession .information:nth-child(odd) .information-right {
	max-width: 38%;
}

.auction-aession .information:nth-child(odd) .information-left-img {
	display: inline-block;
	margin-top: 30px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 752px;
	height: 426px;
}

.auction-aession .information:nth-child(odd) .information-left .information-left-img div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -30px;
	right: 30px;
	width: 100%;
	height: 100%;
	background-color: #F7F3EA;
}

.auction-aession .information:nth-child(odd) .information-left .information-left-img div img {
	width: 100%;
	height: 100%;
}

.auction-aession .information:nth-child(even) .information-right-img {
	display: inline-block;
	margin-top: 30px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 752px;
	height: 426px;
}

.auction-aession .information:nth-child(even) .information-right-img div {
	position: relative;
	display: flex;
	top: -30px;
	left: 30px;
	width: 752px;
	height: 426px;
}

.auction-aession .information:nth-child(even) .information-right-img div img {
	width: 100%;
	height: 100%;
	background-color: #F7F3EA;
}

/* 右侧标题部分 */
.auction-aession .information:nth-child(even) .information-left .information-left-top,
.auction-aession .information:nth-child(odd) .information-right .information-right-top {
	margin-top: 5%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/** 右侧标题 */
.auction-aession .information:nth-child(even) .information-left .information-left-top label,
.auction-aession .information:nth-child(odd) .information-right .information-right-top label {
	cursor: pointer;
	color: #853325;
	font-size: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/** 右侧副标题 */
.auction-aession .information:nth-child(even) .information-left .information-left-top p,
.auction-aession .information:nth-child(odd) .information-right .information-right-top p {
	color: #5A4F4D;
	font-size: 24px;
	line-height: 48px;
}

/** 右侧日期 */
.auction-aession .information:nth-child(even) .information-left .information-left-bottom,
.auction-aession .information:nth-child(odd) .information-right .information-right-bottom {
	position: absolute;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.auction-aession .information:nth-child(even) .information-left .information-left-bottom label,
.auction-aession .information:nth-child(odd) .information-right .information-right-bottom label {
	cursor: pointer;
	color: #853325;
	font-size: 36px;
	font-weight: bold;
}

.auction-aession .information:nth-child(even) .information-left .information-left-bottom p,
.auction-aession .information:nth-child(odd) .information-right .information-right-bottom p {
	color: #853325;
	font-size: 22px;
}
/* 右侧标题部分 结束 */

/* 奇数 */
.auction-aession .information:nth-child(odd)::before {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 30%;
	height: 1px;
	background-color: #853325;
}

.auction-aession .information:nth-child(odd)::after{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 405px;
	height: auto;
	aspect-ratio: 6 / 5 !important;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/carriage.png');
	background-size: cover;
	z-index: -1;
}


/* 偶数 */
.auction-aession .information:nth-child(even)::before {
	position: absolute;
	right: 0;
	display: block;
	content: "";
	width: 30%;
	height: 1px;
	background-color: #853325;
}

.auction-aession .information:nth-child(even)::after{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 405px;
	height: auto;
	aspect-ratio: 6 / 5 !important;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/bronze-ding.png');
	background-repeat: no-repeat;
	background-size: 85% 100%;
	z-index: -1;
}

.href-link {
	font-size: 24px;
	margin: 85px 0 0 0;
	text-align: center;
}

.href-link a {
	color: #853325;
}