#productImg{
	/* height:120rem; */
	height:auto;
	/* overflow: hidden; */
	position:relative;
}

/* #productImg>div{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
} */
#productImg>div:first-of-type{
	padding:1rem 0;
	height:auto;
}
#productImg img{
	/* width:80rem; */
	width:100%;
}
#productImg>div:last-of-type{
	
	height:15rem;
	background:linear-gradient(to bottom,#FAFAFA,#868686);
	padding-left:3rem;
	padding-top:5rem;
	
}
#productImg h4{
	color:#fff;
	font-size:5rem;
	
}
.productIntro{
	padding:2rem 2rem;
	background-color: #F0F0F0;
}
.productIntro>div{
	background-color: #fff;
}
/*tab*/
.detailTab{
	height:12rem;
	line-height: 12rem;
}
.detailTab>div{
	height:12rem;
	line-height: 12rem;
	font-size:4rem;
	text-align: center;
	border-bottom:.3rem solid #CBCBCB;
}
.detailTab>div:first-of-type{
	color:#0e55a0;
	border-bottom:.3rem solid #0e55a0;
}
.infobox{
	padding:5rem 3rem 15rem 3rem;
	font-size:4rem;
	color:#666;
	line-height: 8rem;
	display: none;
}
.detailInfo{
	display: block;
}
.infobox .defineIcon{
    display: inline-block;
    width: 1.5rem;
    height:1.5rem;
    background-color: #0e55a0;
    transform: rotate(45deg);
    margin-right: 1.5rem;
}
.detailInfo>p:first-of-type{
	margin-bottom:4rem;
	text-indent:6rem;
}
