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;
}
.common_title{
    width: 90%;
    margin:  0 auto;
   text-align: center;
    height: .6rem;
    line-height: .6rem;
    margin-top: .3rem;
   
    margin-bottom: .3rem;
}
.common_title h4{
    font-size: .24rem;
    color: #00339b;
}
.common_title p{
    font-size: .14rem;
    color: #999;
    margin-top: -.05rem ;
width:100% !important;
    border-bottom: 1px solid #e7e7e7;
}
.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: .30rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
}

.pro_del_goods {
	
	background-color: #FFFFFF;
	margin-bottom: .2rem;
}

.pro_del_goods  p{
	
	width: 90%;
    margin: 0 auto;
}

.pro_del_goods img {
	width: 100%;
	margin-top: .3rem;
	margin-bottom: .9rem;
}

@media all and (min-width: 320px) and (max-width: 750px) {
	.product_detail {
		margin-top: 60px;
	}

	.pro_del_goods img {
	
		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;
	}
    .common_title h4 {
        font-size:16px;
        color: #00339b;
    }
    .common_title p {
        font-size: 12px;
		margin-top: 15px;
		padding-bottom:10px;
    }
	.pro_del_goods p:nth-child(1){
	
		margin-top: 30px;
	}
	.common_title{
		margin-top: 30px;
		margin-bottom: 50px;
	}
}