.product-body {
	padding-left: 0.68rem;
	padding-right: 0;
}

.product-list {
	padding-top: 0.05rem;
}

.product-list .item {
	width: 32%;
	margin-left: 2%;
	float: left;
	/* height: 3.5rem; */
	margin-bottom: 0.2rem;
	display: block;
	transition: all 1s;
}

.product-list .item:hover {
	/* box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2); */
}

.product-list .item:nth-child(3n+1) {
	margin-left: 0;
}

.product-list .item .cover {
	width: 100%;
	height: 2.78rem;
	overflow: hidden;
	position: relative;
}

.product-list .item .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.product-list .item:hover .cover img {
	transform: scale(1.1);
}

.product-list .item .name {
	height: 0.72rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.2;
	font-size: 0.22rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	transition: all 0.3s;
}

.product-list .item .name span {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.product-list .item:hover .name {
	color: #E50014;
}

/*商品详情*/
.product-detail {
	padding-top: 0.05rem;
}

.product-detail .head {
	display: flex;
}

.product-detail .head .cover {
	width: 4.8rem;
	height: 4.9rem;
	border: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product-detail .head .cover img {
	max-width: 100%;
	max-height: 100%;
}

.product-detail .head .info {
	margin-left: 0.3rem;
	flex: 1;
	position: relative;
}

.product-detail .head .info .tit {
	font-size: 0.3rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #222222;
	line-height: 1.1;
}

.product-detail .head .info .desc {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	margin-top: 0.36rem;
}

.product-detail .head .info .desc .lab {
	color: #808080;
}

.product-detail .head .pay {
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-detail .details {
	margin-top: 0.3rem;
}

.product-detail .details .tit {
	width: 100%;
	border-bottom: 1px solid #E50014;
}

.product-detail .details .tit .name {
	display: block;
	width: 1.4rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	background: #E50014;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.product-detail .details .con {
	font-size: 0.16rem;
	line-height: 1.8;
	color: #2E3133;
	max-width: 100%;
	overflow-x: auto;
	margin-top: 0.3rem;
}

.product-detail .details .con img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
}

.product-detail .details .con .content {
	width: auto;
}

.product-detail .details .con .map {
	width: 100%;
	height: 3.75rem;
}

.product-detail .details .con table {
	max-width: 100%;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.product-detail .details .con table td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 0.06rem 0.12rem;
	line-height: 1.6;
	font-size: 0.18rem;
	color: #666;
}

@media screen and (max-width: 900px) {
	.product-body {
		padding-left: 0;
	}

	.product-list {
		padding-top: 0;
	}

	.product-list .item {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 0.1rem;
	}

	.product-list .item:nth-child(3n+1) {
		margin-left: 4%;
	}

	.product-list .item:nth-child(2n+1) {
		margin-left: 0;
	}

	.product-list .item .cover {
		height: 1.7rem;
	}

	.product-list .item .name {
		height: 0.4rem;
		font-size: 0.14rem;
	}

	.product-detail {
		padding-top: 0;
	}

	.product-detail .head {
		display: block;
	}

	.product-detail .head .cover {
		width: 100%;
		height: auto;
		border: 0;
		display: block;
	}

	.product-detail .head .cover img {
		width: 100%;
		height: auto;
	}

	.product-detail .head .info {
		margin-left: 0;
	}

	.product-detail .head .info .tit {
		font-size: 0.2rem;
		margin-top: 0.3rem;
	}

	.product-detail .head .info .desc {
		font-size: 0.14rem;
		margin-top: 0.12rem;
	}

	.product-detail .head .pay {
		position: static;
		margin-top: 0.4rem;
		text-align: center;
	}

	.product-detail .details {
		margin-top: 0.4rem;
	}

	.product-detail .details .tit .name {
		width: 1.2rem;
		font-size: 0.15rem;
		height: 0.36rem;
		line-height: 0.36rem;
	}

	.product-detail .details .con {
		font-size: 0.15rem;
		margin-top: 0.15rem;
	}
}
