body{background: #f8f8f8;width:100%;height:auto;clear: both;overflow-y: auto;}
.product-banner{width:100%;height: 16rem;overflow: hidden;text-align: center;background-image: linear-gradient(#25282a, #4d5156);}
.product-banner h1{padding-top:5.5rem;font-size:2.7rem;line-height:2.7rem;color: #FFF;}
.product-banner p{padding: 0 1.5rem;margin-top:1.5rem;font-size:1.1rem;color: #FFF;}
.product-body{width:100%;height: auto;clear: both;overflow: hidden;}
.product-padding{padding-top:3rem;}
.product-container{margin:0 1.5rem 0 1.5rem;width: auto;height:100%;}
.product-item{width: 100%;height: auto;clear: both;overflow: hidden;margin-bottom:1.5rem;box-shadow: #f3f3f3 0px 0.3rem 0.8rem 0.25rem;}
.product-image{width: 100%;height:auto;overflow: hidden;text-align: center;}
.product-image>a{display: block;width: 100%;height: 100%;}
.product-image>a>img{width: 100%;height: auto;}
.product-text{padding:2rem 2rem 0 2rem;}
.text-a{display: block;font-size:1.5rem;color: #1A1A1A;padding-bottom:1.5rem;}
.product-text-content{
	margin-bottom:1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;	
}
.product-text-content p{line-height:1.5rem;font-size:1.2rem;color: #1A1A1A;}
.product-button{height:3.8rem;line-height:3.8rem;text-align: center;border-top:0.1rem solid #EEE;}
.product-button>a{font-size:1.2rem;color: #2B56C5;}