.banner-box .banner-img-box{
	position: relative;
}
.banner-common-text{
    position: absolute;
	top: 50%; /* 顶部定位到父容器的50% */
	left: 50%; /* 左侧定位到父容器的50% */
	transform: translate(-50%, -50%); /* 向上向左各移动自身宽高的50% */
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.banner-icon-box img{
    width: 0.64rem;
	height: 0.64rem;
}
.banner-common-text h1{
    color: #313332;
	font-size: 0.62rem;
	line-height: 0.62rem;
	font-weight: bold;
}
.banner-common-text p{
	font-weight: 400;
	font-size: 0.26rem;
	color: #313332;
	line-height: 0.26rem;
	margin-top: 0.32rem;
}
.banner-cq{
	width: 2rem;
	height: 2rem;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.24rem;
	margin-top: 0.4rem;
	margin-bottom: 0.32rem;
	font-weight: 400;
	font-size: 0.26rem;
	color: #313332;
	line-height: 0.48rem;
}
.banner-icon-box{
    padding: 0.12rem 0.32rem;
	background-color: #f2f5fc;
	width: fit-content;
	border-radius: 0.16rem;
	border: 1px solid #FFFFFF
}

/* 扫一扫就能洗车 */
.back-scan{
    background-color: #F7FAF9;
}
.scan-box{
  display: flex;
  align-items: center;
}
.scan-left{
	width: 50%;
}
.scan-left img{
	width: 100%;
}
.scan-right{
	flex: 1;
	margin-left: 1.06rem;
}
.scan-right h1{
	font-weight: 500;
	font-size: 0.2rem;
	line-height: 0.2rem;
	color: #313332;
}
.scan-right p{
	font-weight: 400;
	font-size: 0.18rem;
	color: #737877;
	line-height: 0.3rem;
	margin-top: 0.26rem;
}
/* 扫一扫就能洗车 */
/* 带你去最近的场站洗车 */
.recently-box{
	display: flex;
	align-items: center;
}
.recently-left{
	width: 45.13%;
}
.recently-right{
    flex: 1;
	padding-bottom: 1.2rem;
}
.recently-left h1{
	font-weight: 500;
	font-size: 0.2rem;
	line-height: 0.2rem;
	color: #313332;
}
.recently-left p{
	font-weight: 400;
	font-size: 0.18rem;
	color: #737877;
	line-height: 0.3rem;
	margin-top: 0.26rem;
}
/* 带你去最近的场站洗车 */
@media (max-width: 1025px) {
	.banner-common-text h1{
		font-size: 0.36rem;
		line-height: 0.36rem;
	}
	.banner-common-text p{
		font-size: 0.28rem;
		line-height: 0.28rem;
		margin-top: 0.32rem;
	}
	.banner-cq{
		width: 1.6rem;
		height: 1.6rem;
		background-color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0.2rem;
		margin-top: 0.3rem;
		margin-bottom: 0.2rem;
		font-weight: 400;
		font-size: 0.28rem;
		color: #313332;
		line-height: 0.48rem;
		border: 1px solid #707070;
	}
	.banner-icon-box{
		padding: 0.08rem 0.32rem;
	}

    /* 扫一扫就能洗车 */
	.scan-box{
		flex-direction: column;
	}
	.scan-left{
		width: 100%;
		order:2;
	}
	.scan-right{
		flex: auto;
		order:1;
		margin-left: 0;
	}
	.scan-right h1{
		font-size: 0.32rem;
		line-height: 0.32rem;
		padding-top: 0.64rem;
	}
	.scan-right p{
		font-size: 0.24rem;
		line-height: 0.48rem;
		margin-top: 0.2rem;
		margin-bottom: 0.08rem;
	}
	/* 扫一扫就能洗车 */

	/* 带你去最近的场站洗车 */
	.recently-box{
		flex-direction: column;
	}
	.recently-left{
		width: 100%;
	}
	.recently-left h1{
		padding-top: 0.64rem;
		padding-bottom: 0.3rem;
		font-weight: 500;
		font-size: 0.32rem;
		line-height: 0.32rem;
		color: #313332;
	}
	.recently-left p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #737877;
		line-height: 0.48rem;
	}
	.recently-right{
		margin-top: 0.1rem;
		padding-bottom: 0.64rem;
	}
	/* 带你去最近的场站洗车 */
}