#products-display-parent {
	width: 100%;

}

#product-parent {
	width: 100%;
	height: 100%;
	display: flex;
}

#products-display-title {
	text-align: center;
}

#products-display-title p {
	font-size: 2vw;
	margin: 0;
	padding: 0;
	margin-bottom: 1vw;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.6px;
}

#products-display-title span {
	font-size: 0.9vw;
	margin: 0;
	padding: 0;
	line-height: 28px;
	letter-spacing: 1px;
}


.product {
	width: 50%;
	text-align: center;
	margin-top: 2vw;
}

#product-left {}

#product-left img {
	width: 100%;
}


#product-parent span {
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 3vw;
}

#product-parent p {
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.2vw;
	line-height: 2vw;
}

#product-right {}

#product-right img {
	width: 100%;
}

//手机端
#mobile-products-display-parent {}

#mobile-product-parent {
	position: relative;
}

#mobile-products-display-title {
	text-align: left;
	margin-left: 1rem;
	margin-right: 1rem;
}

#mobile-products-display-title p {
	font-size: 2rem;
	margin: 0;
	padding: 0;
	margin-bottom: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN-Bold;
	font-weight: 700;
	text-align: left;
	color: #23262d;
	letter-spacing: 1.6px;
}

#mobile-products-display-title span {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	color: #8D8E93;
	line-height: 1.5rem;
	letter-spacing: 1px;
}


.mobile-product {
	width: 100%;
	text-align: center;
	margin-top: 2vw;
}

#mobile-product-left {
	margin-left: 1rem;
}

#mobile-product-right {
	position: absolute;
	right: 1rem;
}

#mobile-product-left img {
	width: 100%;
}


#mobile-product-parent span {
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 2rem;
}

#mobile-product-parent p {
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1rem;
	line-height: 1.2rem;
}


#mobile-product-right img {
	width: 100%;
}