.auction-header,
.home-main {
	padding: 0.1rem 3% 0;
}

/* 头部 */
.auction-header {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.auction-header::after {
	content: "";
	width: 94%;
	height: 1px;
	background-color: #eee;
	position: absolute;
	bottom: -0.1rem;
	left: 3%;
}

.auction-header-left {
	display: flex;
	align-items: center;
}

.auction-header-logo {
	width: 0.5rem;
	height: 0.5rem;
}

.auction-header-title {
	display: flex;
	flex-direction: column;
	height: 0.5rem;
}

.auction-header-title>span:first-child {
	font-weight: 900;
	font-size: 0.18rem;
}

.auction-header-title>span:last-child {
	font-size: 0.1rem;
	color: #555;
}

.auction-header-banner {
	width: 100%;
	padding: 0.2rem 3% 0;
	position: relative;
}

.auction-header-banner>img {
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;
}

.auction-header-banner-title>div:first-child {
	margin-bottom: 0.1rem;
}

.auction-header-banner-code {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.auction-header-banner-code>img {
	border-radius: 0.1rem;
}

.auction-header-banner-code>div:last-child {
	text-align: center;
	font-size: 0.06rem;
}

.auction-header-banner-title,
.auction-header-banner-code {
	position: absolute;
	color: #fff;
}

.auction-header-list {
	display: none;
}

.auction-header-right {
	display: flex;
	justify-content: space-between;
}

.auction-header-right>div {
	padding: 0.05rem 0.15rem;
	font-size: 0.1rem;
	cursor: pointer;
}

.auction-header-right>div:first-child {
	color: #ffe153;
}

.auction-header-right>div:last-child {
	background-color: #ffe153;
	border-radius: 0.5rem;
}

.auction-header-title>span:first-child {
	margin: 0.05rem 0;
}

.auction-header-banner {
	height: 2rem;
}

.auction-header-banner-title {
	left: 0.5rem;
	top: 0.7rem;
	font-size: 0.22rem;
}

.auction-header-banner-code {
	right: 0.5rem;
	top: 0.4rem;
}

.auction-header-banner-code>img {
	width: 1rem;
	height: 1rem;
	border-radius: 0.1rem;
}

.auction-header-banner-code>div:last-child {
	font-size: 0.1rem;
	transform: scale(0.6);
}

.auction-header-banner-code>div:last-child>div:first-child {
	margin: 0.03rem 0;
}

/* 中部-carlist */
.auction-list,
.auction-introduce {
	margin-bottom: 0.6rem;
}

.auction-list>p,
.auction-introduce>p {
	position: relative;
	display: flex;
	align-items: center;
}

.auction-list>p::before,
.auction-introduce>p::before {
	content: "";
	margin-right: 0.1rem;
	width: 0.05rem;
	height: 0.2rem;
	background-color: #ffe153;
}

.auction-introduce>div {
	text-indent: 0.4rem;
	font-size: 0.1rem;
	line-height: 0.3rem;
}

.auction-list-container {
	display: flex;
	flex-wrap: wrap;
}

.auction-list-container>div {
	width: 24%;
	font-size: 0.08rem;
	margin-bottom: 0.2rem;
	cursor: pointer;
}

.auction-list-container>div:nth-child(n + 1) {
	margin-left: 1%;
}

.auction-list-img {
	position: relative;
}

.auction-list-img>img {
	width: 100%;
	height: 1.2rem;
	border-radius: 0.1rem;
}

.auction-list-icon {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 0.1rem;
	left: 0.05rem;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	border-radius: 0.1rem;
	padding: 0.05rem;
}

.auction-list-icon img {
	width: 0.15rem;
	height: 0.15rem;
}

.auction-list-icon>div {
	display: flex;
	align-items: center;
}

.auction-list-icon>div:first-child {
	margin-right: 0.05rem;
}

.auction-list-icon span {
	transform: scale(0.8);
}

.auction-list-icon>div:last-child span {
	position: relative;
	left: -0.05rem;
}

.auction-list-name>div {
	margin: 0.05rem 0;
}

.auction-list-name>div:first-child {
	font-weight: 900;
}

.auction-list-add {
	display: flex;
	justify-content: center;
	font-size: 0.1rem;
	border-bottom: 1px solid #eee;
	width: 100%;
	padding-bottom: 0.2rem;
}

.auction-list-add>div {
	padding: 0.1rem;
	background-color: #ffe153;
	border-radius: 0.2rem;
	transform: scale(0.8);
	cursor: pointer;
}

/* 尾部 */
.home-footer {
	width: 100%;
	padding: 0.1rem 0;
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-footer>div {
	text-align: center;
	font-size: 0.05rem;
}

.auction-introduce-one {
	margin-bottom: 0.3rem;
}

.home-footer>div:first-child {
	margin-bottom: 0.1rem;
}

.home-footer>div:first-child span {
	cursor: pointer;
}

.home-alert {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.home-alert>div {
	border-radius: 0.1rem;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.3rem;
}

.home-alert-code {
	width: 1rem;
	height: 1rem;
}

.home-alert-text {
	font-size: 0.1rem;
	transform: scale(0.6);
}

.home-alert-close {
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	width: 0.3rem;
	height: 0.3rem;
	cursor: pointer;
}

.auction-announcement {
	padding: .05rem .1rem;
	font-size: .14rem;
	cursor: pointer;
}

.auction-announcement>div {
	width: 2.5rem;
	padding-bottom: .02rem;
	border-bottom: 1px solid #ffe153;
	margin-bottom: .1rem;
	cursor: pointer;
}

.auction-announcement-details {
	padding: 0 .1rem .2rem;
}

.auction-announcement-details .details-title {
	font-size: .2rem;
	font-weight: bold;
	padding-bottom: .05rem;
	border-bottom: 1px solid #eee;
}

.auction-announcement-details .details-content {
	line-height: .2rem;
}

.auction-announcement-details .details-introduce {
	display: flex;
	margin: .05rem 0 .1rem;
}

.auction-announcement-details .details-introduce>div {
	margin-right: .1rem;
}

.auction-announcement-details .details-footer {
	margin-top: .1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.auction-announcement-details .details-footer>div:first-child {
	margin-bottom: .05rem;
}