.prolist-r .heads-r {
  font-size: 16px;
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
}
.prolist-r .prodetails .tops {
  border: 1px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
}
.prodetails .image-l {
  /*width: 42.62%;*/
  display: flex;
    align-items: center;
}
.prodetails .txt-r {
  width: 36.26%;
  margin-left: 5%;
  padding-top: 21px;
}
.prodetails .txt-r h2 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}
.prodetails .txt-r p {
  font-size: 14px;
  color: #666666;
  margin: 8px 0;
  line-height: 25px;
}
.prodetails .infod {
  margin-top: 60px;
}
.prodetails .infod h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.prodetails .infod > p {
  font-size: 14px;
  color: #9e9e9e;
  text-align: center;
  margin-bottom: 30px;
}
.prodetails .infod > img {
  margin-left: 50px;
  margin-bottom: 30px;
  width: 80%;
}
.infod .mains {
  width: 100%;
  padding: 30px 41px;
  background-color: #f7f7f7;
  margin-top: 30px;
}
.infod .mains p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.infod .mains span {
  font-size: 16px;
  font-weight: bold;
  color: #0760be;
}
.recommend .titles {
  margin-top: 39px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.recommend .sp1 {
  font-weight: bold;
  color: #ff0000;
}
.recommend .sp2 {
  color: #a7a7a7;
}
.recommend .lists {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.recommend .lists > div {
  width: 24%;
}
.recommend .lists > div:hover {
  color: #ff0000;
}
.recommend .lists > div:hover img {
  border: 1px solid #ff0000;
}
.recommend .lists > div img {
  width: 100%;
  border-radius: 5px;
}
.recommend .lists > div p {
  text-align: center;
  margin: 15px 0;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tops .image-l {
    width: 55%;
  }
  .tops .image-l img {
    height: 100%;
  }
  .prodetails .infod h1 {
    font-size: 25px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .tops .image-l {
    width: 100%;
  }
  .prodetails .txt-r {
    width: 100%;
  }
  .infod .mains p {
    font-size: 12px;
  }
  .recommend .lists > div p {
    font-size: 12px;
  }
  .recommend .lists{
      flex-wrap: wrap;
  }
   .recommend .lists .items{
       width: 48%;
   }
   table{
    width: 100% !important;
   }
}
