.productTopBox{
	background:url(../img/wap_smallBanner01.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 0.5rem;
}
.productTopTitle{
	font-size: 0.65rem;
	color: white;
	text-align: center;
	line-height: 1;
	padding-top: 1rem;
	padding-bottom: 0.35rem;
	letter-spacing: 2px;
}
.productTopText{
	text-align: center;
	line-height: 1;
	color: white;
	font-size: 0.35rem;
	margin-top: 0.36rem;
	letter-spacing: 1px;
}
.productMiddle{
	width: 94%;
	margin: 0 auto;
	padding-top: 0.6rem;
}
.productItem{
	margin-bottom: 2rem;
}
.productItemUp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.24rem;
}
.productItemUpL{
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productItemUpL img{
	width: 90%;
}
.productItemUpR{
	width: 63%;
}
.productName{
	color: #092f4b;
	font-size: 0.48rem;
	line-height: 1.5;
	margin-bottom: 0.15rem;
	
}
.productIntro{
	color: #999;
	font-size: 0.33rem;
	line-height: 1.5;
}
.argumentTable{
	border-collapse: collapse;
	border-spacing: 0;
	width: 96%;
	margin: 0 auto;
}
.argumentTable td{
	border: 1px solid #ededed;
	padding-top: 0.13rem;
	padding-bottom: 0.13rem;
}
.argumentTable td span{
	font-size: 0.3rem;
	padding-left: 0.13rem;
}
.argumentTable td span:first-child{
	color: #999;	
}
.argumentTable td span:last-child{
	color: #666;
}
.gongNeng{
	width: 96%;
	margin: 0 auto;
	/* background: red; */
}
.SmallTitle{
	font-size: 0.42rem;
	color: #222;
	line-height: 1.1;
	margin-top: 0.55rem;
	margin-bottom: 0.3rem;
}
.gongNengP{
	font-size: 0.5rem;
	line-height: 1.5;
	text-align: justify;
	color: #888;
	margin-bottom: 0.14rem;
	/* background: red; */
	display: flex;
	flex-direction: row;
}
.gongNengP mark{
	width: 0.5rem;
	background: none;
	display: block;
	font-size: 0.37rem;
	color: #888;
}
.gongNengP span{
	font-size: 0.37rem;
}