body {
	background-color: #F7F7F7;
}

.product_detail {
	margin-top: .6rem;
}

.pro_del_head {
	margin-top: .36rem;
	margin-bottom: .36rem;
}

.pro_del_head span a:nth-child(1) {
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
}

.pro_del_head span a:nth-child(2) {
	font-size: .18rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	text-decoration: underline !important;
}

.pro_del_title {
	height: 1.28rem;
	background: #FFFFFF;
	line-height: 1.28rem;
	text-align: center;
	padding-left: .25rem;
	padding-right: .25rem;
	margin-bottom: .36rem;
}

.pro_del_title img {
	
	margin-top: .44rem;
}

.pro_del_title h4 {
	display: inline;
	text-align: center;
	line-height: 1.28rem;
	font-size: .3rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
}

.pro_del_goods {
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: .76rem;
}

.pro_del_goods img {
	width: 100%;
	margin-top: .52rem;
	margin-bottom: .9rem;
}

@media all and (min-width: 320px) and (max-width: 750px) {
	.product_detail {
		margin-top: 60px;
	}

	.pro_del_goods img {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
	}

	.pro_del_head span a:nth-child(1) {
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #999999;
	}

	.pro_del_head span a:nth-child(2) {
		font-size: 14px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #333333;
		text-decoration: underline !important;
	}

	.pro_del_title {
		height: 80px;
		background: #FFFFFF;
		line-height: 80px;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}

	.pro_del_title h4 {
		display: inline;
		text-align: center;
		line-height: 80px;
		font-size: 16px;
		font-family: PingFang SC;
		font-weight: bold;
		color: #000000;
	}

	.pro_del_title img {
		margin-top: 31px;
		width: 20px;
		height: 20px;
	}

	.pro_del_goods {
		text-align: center;
		background-color: #FFFFFF;
		margin-bottom: 28px;
	}

	.pro_del_head {
		margin-top: 21px;
		margin-bottom: 15px;
	}
}