.prods {
  padding: 1.9vw 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prods::after {
  content: '';
  width: 32%;
  height: 0;
}
.pro_item {
  width: 32%;
  background-color: #fff;
  margin-bottom: 38px;
}

.pro_item .detail {
  padding: 0 23px;
  height: 80px;
  align-items: center;
  transition: 0.4s;
}
.pro_item .detail .tit {
  font-size: 18px;
  color: #282828;
}
.pro_item .detail .inc {
  color: #b6b6b6;
  margin-top: 2px;
}
.pro_item .detail .price {
  font-size: 18px;
  color: #4e4e4e;
}
.pro_item:hover .detail {
  background-color: #833c00;
}
.pro_item:hover .detail .tit,
.pro_item:hover .detail .price {
  color: #fff;
}
.pro_item:hover .detail .inc {
  color: #c8b1a4;
}
.pro_d {
  justify-content: flex-start;
  align-items: center;
  padding: 5.67vw 0;
  flex-wrap: wrap;
}
.pro_d .img {
  width: 48.5%;
}
.pro_d .cont {
  margin-left: 3.854vw;
  color: #000;
  width: 35.4%;
}
.pro_d .cont h4 {
  font-size: 25px;
}
.pro_d .cont .inc {
  margin: 40px 0;
  margin-bottom: 50px;
}
.pro_d .cont .inc p {
  font-size: 15px;
  line-height: 38px;
}
.pro_d .cont .price {
  width: 334px;
  height: 48px;
  border-radius: 20px;
  background-color: #833c00;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.prods_img {
  flex-wrap: wrap;
}
.prods_img img {
  width: 48.5%;
  margin-bottom: 35px;
}
.prods_img img:first-child {
  display: none;
}
.other {
  padding-top: 5.62vw;
  padding-bottom: 64px;
}
.other h3 {
  font-size: 24px;
  text-align: center;
}
.other hr {
  width: 34px;
  height: 1px;
  margin: auto;
  margin-top: 23px;
  margin-bottom: 3.333vw;
  background-color: #843d00;
}
.other .pro_item {
  margin-bottom: 0;
}
.other .pro_item .detail {
  background-color: #833c00;
}
.other .pro_item .detail .tit,
.other .pro_item .detail .price {
  color: #fff;
}
.other .pro_item .detail .inc {
  color: #c8b1a4;
}

@media screen and (max-width: 750px) {
	.pro_item { width: 49%;}
	.pro_item .detail {  padding: 0 10px;}
.pro_d .img{width: 100%;}
.pro_d .cont{width: 100%; margin-top:30px;}
	.pro_item .detail{padding:20px;height:auto;}
}
