.detailInfo p:nth-child(2){
    display: none;
}
@media screen and (max-width:960px) {
	.product_ul ul li img {
		height: 142px;
	}
	.active {
		position: relative;
		right: 31px;
      font-size: 18px;
	}
 .product_title {
  font-size: 18px;
font-weight: 400;
       margin: 0px 0;
  }
	.product_ul ul li h3{
		color: rgb(51, 51, 51);
		font-family: PingFang SC;
		font-size: 10px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: 0%;
		text-align: center;
	}
    /* 从0到3，即小于3的标签 */
    .detailInfo p:nth-child(odd){
        display: none;
    }
  .detailInfo p:nth-child(even){
    display: block;
	}
  
  input, select, img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.productImg h2 {
    font-size: 22px;
    font-weight: 400;
    /* position: relative; */
    /* top: 80px; */
    margin-top: 125px;
}
  .proDetailBox {
    width: 95%;
    margin: auto;
}
  .wrap2{
  width: 90%;
  }
}