aside {
	margin: 0 auto;
	max-width: 1024px;
}

.special-performance-top {
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/special-performance-top.png');
	background-size: 100% 100%;
}

.auction-aession-list {
	position: relative;
	min-height: 540px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.auction-aession-list > div,
.auction-aession-list.aession{
	display: flex;
	align-items: center;
	gap: 20px;
	height: 220px;
	padding: 20px;
	border-radius: 8px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/special-performance-bg.png');
	background-size: 100% 100%;
}

.auction-aession-list > div .type-class {
	color: #020202;
	min-width: 15%;
	text-align: center;
}

.auction-aession-list > div .is-img {
	display: flex;
	align-items: center;
	width: 180px;
	height: 100%;
	background-color: #BC8457;
}

.auction-aession-list > div .is-img img {
	width: 100%;
}

.auction-aession-list > div .title-div {
	position: relative;
	flex: 1;
	display: block;
	height: 100%;
}

/* .auction-aession-list > div .title-div > a {
	cursor: pointer;
} */

.auction-aession-list > div .title-div .title {
	color: #020202;
	font-size: 22px;
}

.auction-aession-list > div .title-div .time {
	margin-top: 15px;
	color: #494949;
	font-size: 16px;
}

.auction-aession-list > div .title-div .type {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 10px;
	width: 80px;
	height: 24px;
	color: #9F8353;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #9F8353;
}

.auction-aession-list > div .title-div .type.is-disabled{
	color: #a8abb2;
	cursor: not-allowed;
	border: 1px solid #e4e7ed;
	background-color: #f4f4f5;
}

.auction-aession-list > div .divide {
	width: 1px;
	height: 90%;
	background-color: #E2BB76;
}

.auction-aession-list > div .bidding {
	min-width: 20%;
	text-align: center;
	width: 195px;
	height: 218px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/ewm-bg.png');
	background-size: 100% 100%;
}

.auction-aession-list .content {
	padding: 13px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 13px;
	opacity: 1;
	z-index: 9;
}

.auction-aession-list .content .title {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	height: 30px;
	border-radius: 21px;
	background-color: #FDDEC5;
}

.auction-aession-list .content .ewm {
	width: 60%;
	background: #FF9C4C;
	border-radius: 10px;
	aspect-ratio: 6 / 6 !important;
}

.auction-aession-list .content .ewm img {
	width: 100%;
	height: 100%;
}

.auction-aession-list .content .subtitle {
	font-size: 14px;
	color: #ffffff;
}

/* .auction-aession-list > div .bidding > div {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 36px;
	border-radius: 5px;
	color: #ffffff;
	background: #BA3C0B;
	cursor: pointer;
} */

.auction-aession-list > div .bidding > div.is-disabled{
	color: #5F5F5F;
	background-color: #E7E2E2;
	cursor: not-allowed;
}

/* 微信扫码 结束 */

/* 拍卖详情 开始 */
.card {
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
	gap: 0 50px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/card-bg.png');
}
.card-left {
	display: flex;
	flex-direction: column;
	flex: 0 0 32%;
	max-width: 32%;
	height: 100%;
}

.card-left > div {
	display: flex;
	width: 100%;
	height: 415px;
}

.card-left > div img {
	width: 100%;
}

.card-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 1;
}

.card-right .up_input_down {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #dbd8d1;
}

.card-right .up_input_down a {
	cursor: pointer;
	font-size: 14px;
	color: #494949;
}

.card-right .up_input_down .zgg-input input {
	width: 220px;
	height: 34px;
}

.card-right .up_title_down {
	
}

.card-right .up_title_down .num_button {
	display: flex;
}

.card-right .up_title_down .num_button .is-disabled {
	color: #a8abb2 !important;
	border: 1px solid #e4e7ed !important;
	background-color: #f4f4f5 !important;
}

.card-right .up_title_down .num_button span:nth-child(2) {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 23px;
	color: #9F8353;
	border: 1px solid #9F8353;
	border-radius: 5px;
	font-size: 14px;
}

.card-right .up_RMB_down {
	padding: 30px 0;
	display: flex;
	gap: 80px;
	border-bottom: 1px solid #dbd8d1;
}

.card-right .up_content_down {
	display: flex;
	flex-direction: column;
	gap: 18px;
	font-size: 14px;
}

.card-right .up_content_down .is-content {
	display: flex;
}

.card-right .title {
	color: #020202;
	font-size: 28px;
	font-weight: 400;
}

.card-right .num {
	color: #494949;
	font-size: 16px;
}

.card-right .subtitle {
	color: #494949;
	font-size: 18px;
	font-weight: 400;
}

.card-right .button {
	width: 80px;
	height: 24px;
	display: flex;
	color: #9F8353;
	font-size: 14px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	border: 1px solid #BA3C0B;
}


.card-right .button.is-disabled {
	color: #a8abb2 !important;
	border: 1px solid #e4e7ed !important;
	background-color: #f4f4f5 !important;
}

.card-bottom {
	max-width: 370px;
	flex: 0 0 38%;
	display: flex;
	align-items: center;
	padding: 15px 0;
}

.card-bottom .card-bottom-left {
	position: relative;
	width: 30px;
	height: 100%;
	cursor: pointer;
}

.card-bottom .card-bottom-left::before {
	content: "";
	width: 15px;
	height: 15px;
	border: solid #b7360b;
	border-width: 3px 0 0 3px ;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 50%;
	top: 52%;
}

.card-bottom .is-disabled::before {
	border-color: #ccc !important;
}

.card-bottom .card-bottom-right {
	position: relative;
	width: 30px;
	height: 100%;
	cursor: pointer;
}

.card-bottom .card-bottom-right::before {
	content: "";
	width: 15px;
	height: 15px;
	border: solid #b7360b;
	border-width: 0 3px 3px 0  ;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 50%;
	top: 52%;
}

.card-bottom .card-bottom-center {
	overflow-y: scroll;
	width: 100%;
	flex: 1;
	display: flex;
	gap: 5px;
}

.card-bottom .card-bottom-center::-webkit-scrollbar {
	display: none;
}

.card-bottom .card-bottom-center > div {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 calc(20% - 6px);
	aspect-ratio: 6 / 6 !important;
	background: #ffffff;
	border: 1px solid #DDDDDD;
}

.card-bottom .card-bottom-center .is {
	border-color: #b7360b;
}

.card-bottom .card-bottom-center > div > img {
	width: 100%;
	height: 100%;
}

.card-list {
	min-height: 435px;
	padding: 20px;
	margin-top: 20px;
	background-color: #F7F3EA;
}

.card-list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.card-list .list > a {
	max-width: calc(33.33% - 13.3px);
	flex: 0 0 calc(33.33% - 13.3px);
	background-color: #ffffff;
}

.card-list .list > a > div:nth-child(1) {
	height: 270px;
}

.card-list .list > a > div:nth-child(1) > img {
	width: 100%;
	height: 100%;
}

.card-list .list > a > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 15px 25px;
	color: #494949;
}

.card-list .list > a > div:nth-child(2) .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 32px;
	border-radius: 5px;
	color: #9F8353;
	border: 1px solid #9F8353;
}

.card-list .list > a > div:nth-child(2) .button.is-disabled{
	color: #a8abb2 !important;
	border: 1px solid #e4e7ed !important;
	background-color: #f4f4f5 !important;
}

.card-list .is-button {
	text-align: center;
	width: 100%;
}

.card-list .is-button span {
	display: block;
	padding-top: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #B7360B;
}

/* 拍卖详情 结束 */

.special-performance-card {
	min-height: 300px;
	padding: 50px 5%;
	background-color: #F7F3EA;
	.special-performance-card-title {
		text-align: center;
		color: #141313;
		font-size: 36px;
		font-weight: bold;
	}
}