.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;
	flex-direction: column;
}

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

.auction-header-left-logo img:first-child {
	width: 1rem;
	height: 0.25rem;
	margin-right: .02rem;
}

.auction-header-left-text {
	display: flex;
	flex-direction: column;
	margin-left: .1rem;
	align-items: center;
}

.auction-header-left-text span:first-child {
	background: linear-gradient(90deg, #29166F, #007CC2);
	color: #fff;
	border-radius: .1rem;
	width: 1rem;
	text-align: center;
}

.auction-header-left-text span:last-child {
	background-image: linear-gradient(90deg, #29166F, #007CC2);
	-webkit-background-clip: text;
	color: transparent;
	font-size: .08rem;
	margin-top: .05rem;
	/* 文字背景裁剪为文字形状 */
	/* 设置文字本身透明 */
}

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

}

.auction-header-banner .swiper {
	height: 100%;
}

.auction-header-banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.auction-header-banner .swiper-button {
	color: #154999;
}

.auction-header-banner img {
	width: 100%;
	border-radius: 0.1rem;
	object-fit: cover;
	height: 100%;

}

.auction-header-banner-title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	left: 0.8rem;
	top: 0.7rem;
	font-size: 0.22rem;
}

.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: #154999;
}

.auction-header-right>div:last-child {
	border-radius: 0.5rem;
	color: #fff;
	background: linear-gradient(90deg, #29166F, #007CC2);
}

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

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


.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,
.auction-guide>p {
	position: relative;
	display: flex;
	align-items: center;
}

.auction-list>p::before,
.auction-introduce>p::before,
.auction-guide>p::before {
	content: "";
	margin-right: 0.1rem;
	width: 0.05rem;
	height: 0.2rem;
	background: linear-gradient(180deg, #29166F, #007CC2);
}

.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: linear-gradient(90deg, #29166F, #007CC2);
	border-radius: 0.2rem;
	transform: scale(0.8);
	cursor: pointer;
	color: #fff;
}

/* 尾部 */
.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: 1.5rem;
	height: 1.5rem;
	margin-bottom: .1rem;
}

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

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

.auction-guide {}

.auction-guide>div {
	padding-left: .4rem;
}

.auction-guide>div>div {
	cursor: pointer;
	color: #000;
	margin-bottom: .1rem;
	font-size: .12rem;
	color: #000;
}

.auction-guide>div>div:hover {
	color: #154999;
}