.banner{
	height: 430px;
}
.banner img{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -50%;
}
.details-wrap{
	padding: 104px 0 104px 0;
}
.details-top{
	width: 1200px;
	height: 390px;
}
.details-wrap .details-top .details-top-left{
	width: 534px;
	height: 388px;
	border: 1px solid #e5e5e5;
	float: left;
}
.details-wrap .details-top .details-top-left img{
	width: 534px;
	height: 388px;
	object-fit: contain;
}
.details-wrap .details-top .details-top-right{
	width: 610px;
	height: 390px;
	float: right;
}
.details-wrap .details-top .details-top-right .product-name{
	height: 43px;
	font-size: 24px;
	color: #424242;
	border-bottom: 1px solid #e5e5e5;
}
.details-wrap .details-top .details-top-right .product-abs{
	font-size: 14px;
	color: #717171;
	line-height: 24px;
	text-indent: 2em;
	padding-top: 24px;
}