.banner-wrap {
	position: relative;
	width: 100%;
	height: 7rem;
	background: url('../images/product/product-bg.png') no-repeat center;
	background-size: cover;
}
.banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,0));
	opacity: 0.5;
	z-index: 5;
}
.banner-container {
	padding-left: 0.58rem;	
}
.banner-title {
	padding-top: 3.75rem;
	font-size: 0.5rem;
	font-family: Arial;
	font-weight: bold;
	color: rgba(255,255,255,1);
}

.about-box {
	position: relative;
	padding-top: 0.63rem;
	top: -1.9rem;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(230, 232, 245, 1);
	opacity: 0.94;
	margin-bottom: -1.9rem;
	padding-bottom: 0.4rem;
	border-radius: 2px;
}
.about-title-box{
	width: 10rem;
	height: 2.05rem;
	margin: 0 auto;
}
.about-title {
	margin-bottom: 0.08rem;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	line-height: 0.32rem;
	text-align: center;
}
.about-desc {
	margin-bottom: 1.2rem;
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102,102,102,1);
	line-height: 0.18rem;
	opacity: 0.8;
	text-align: center;
}
.product-content {
	margin-bottom: 0.1rem;
	padding: 0 0.6rem;
	font-size: 0.18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 0.4rem;
	text-indent: 0.4rem;
}
.product-content-last {
	margin-bottom: 0;
}
.product-common-title {
	margin-top: 1rem;
	margin-bottom: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1rem;
}
/* common标题部分 */
.common-title-left, .common-title-right {
	width: 0.41rem;
}
.common-title-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 2rem;
}
.common-content-title {
	margin-bottom: 0.1rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	line-height: 0.32rem;
}
.common-content-desc {
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(101,101,101,1);
	line-height: 0.18rem;
	opacity: 0.8;	
}
 .product-wrap {
	padding: 1rem 0 0;
	background: #F6FAFF;
}
.product-title {
	margin-bottom: 0.2rem;
	font-size: 0.3rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333;
	line-height: 0.42rem;
	text-align: center;
}
.product-desc {
	margin-bottom: 0.6rem;
	font-size: 0.22rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 0.3rem;
	opacity: 0.8;
	text-align: center;
}
.product-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.72rem;
}
.product-item {
	font-size: 0.24rem;
 	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(51,51,51,1);
	cursor: pointer;
	user-select: none;
	line-height: 0.4rem;
	border-bottom: 1px solid transparent;
	transition: all 0.2s linear;
	margin-right: 0.9rem;
	margin-bottom: 0.47rem;
}
.product-item.last {
	margin-right: 0;
}
.product-item.active {
	color: rgba(22,120,255,1);
	border-radius: 0.02rem;
	border-bottom: 4px solid #378AFF;
}
.product-box {
	position: relative;
	display: none;
	padding-bottom: 5.8rem;
}
.product-box-title {
	height: 0.33rem;
	margin-bottom: 0.65rem;
	text-align: center;
	font-size: 0.24rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333;
	line-height: 0.33rem;
}
.product-box-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 0.22rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #378AFF;
	width: 1.98rem;
	height: 0.48rem;
	background: rgba(246,250,255,1);
	border: 2px solid #378AFF;
	box-shadow: 0 0.08rem 0.18rem 0.02rem rgba(0,41,102,0.1);
	border-radius: 0.26rem;
	cursor: pointer;
	user-select: none;
	transition: all 0.5s linear;
}
.product-box-btn:hover {
	background: rgba(22,120,255,1);
	color: rgba(246,250,255,1);
}
.product-box-img {
	position: absolute;
	bottom: -2.74rem;
	left: 50%;
	transform: translateX(-50%);
	width: 9.17rem;
	height: 7.71rem;
	overflow: hidden;
}

.swiper-container {
	--swiper-theme-color: rgba(255, 255, 255, .5);
	--swiper-pagination-color: rgba(255, 255, 255, 1);
}