.main .banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	/* background-image: url(../images/storelayout_banner.76e490acef.png); */
	height: 6.76rem
}

.main .container {
	padding-bottom: .2rem
}

.main h4 {
	font-size: .48rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	color: #333;
	line-height: .66rem
}

.main p {
	font-size: .24rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #666;
	line-height: .34rem;
	margin-top: .24rem
}

.main .title {
	display: flex;
	flex-direction: column
}

.main .title h4 {
	margin-top: .8rem
}

.main .title p {
	margin-top: .24rem;
		text-align: center;
}

.main .title .QC_code {
	margin-top: .8rem
}

.main .title .QC_code img {
	width: 2.4rem;
	height: 2.4rem
}

.main .title .QC_code p {
	margin-top: .32rem
}

.main .section_block {
	display: flex;
	flex-direction: column
}

.main .section_block .section_title {
	padding-bottom: .18rem;
	border-bottom: .04rem solid #F2F2F2;
	position: relative;
	margin-top: 1.12rem
}

.main .section_block .section_title:after {
	content: '';
	width: .96rem;
	height: .04rem;
	background: #e23469;
	position: absolute;
	left: 0;
	bottom: -.04rem
}

.main .section_block .section {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.34rem
}

.main .section_block .section .item {
	display: flex;
	width: 6.46rem;
	margin-right: 1rem;
	padding-left: .62rem;
	justify-content: space-between;
	margin-bottom: 2.14rem
}

.main .section_block .section .item .section_img {
	width: 2.78rem;
	height: 1.98rem;
	border-radius: .09rem;
	margin-left: .4rem
}

.main .section_block .section .item .section_img img {
	width: 2.78rem;
	height: 1.98rem;
	object-fit: cover
}

.main .section_block .section .item .section_depict {
	width: 1.9rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.main .section_block .section .item .section_depict h4 {
	font-size: .24rem;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: #333;
	line-height: .34rem;
	text-decoration: underline
}

.main .section_block .section .item .section_depict p {
	font-size: .2rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #909090;
	line-height: .41rem
}

.main .section_block .section .item:nth-child(even) {
	margin-right: 0
}