body {
  background-color: #f7f7f7;
}
.productCome {
  width: 100%;
  /* background-color: #f7f7f7; */
  min-height: 200px;
}
.product {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
}
.product-top {
  height: 118px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-top-tp {
  width: 290px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: saddlebrown;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  /* margin-bottom: 30px; */
}
.product-top-tp-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-pst {
  cursor: pointer;
  display: flex;

  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.3);
}
.bgcs {
  pointer-events: none;

  height: 1px;
}
.bgcss {
  margin-top: 45px;
  pointer-events: none;
}
.product-chosee {
  background-color: rgba(65, 200, 122, 0.7) !important;
  /* display: flex;
  flex-direction: column; */
}

.bgcsAcitve {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.product-box {
  margin-top: 30px;
  background-color: #f7f7f7;
  width: 100%;
  min-height: 417px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 380px);

  grid-gap: 0 30px;
}
.product-box-tp {
  width: 380px;
  min-height: 230px;
  margin-bottom: 28px;
  box-shadow: 0 1.56px 11.72px 0.78px #0000000a;
  padding-bottom: 20px;
}

.product-img {
  object-fit: cover;
  width: 100%;
  height: 305px;
}
.product-imgdiv {
  height: 356px;
  background-color: #e0e0e1;

  width: 100%;
}
.product-pos {
  color: #e3e3e3;
  font-size: 35px;
  margin-left: 10px;
  display: none;
}

.product-tips {
  z-index: 1000;
  margin-top: 18px;

  font-weight: 700;

  height: 28.13px;
  font-size: 23px;
  text-align: left;
  color: #000000;
  margin-left: 20px;
}
.product-jj {
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
  color: #666666;
  /* margin-bottom: 20px; */
}
.product-btn {
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-to {
  height: 100%;
  width: 50px;
  display: flex;
  /* align-items: flex-end; */
  align-items: baseline;
  color: #f87777;
  font-size: 20px;
  line-height: 30px;
}
.product-to-f {
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
  margin-right: 2px;
  /* background-color: #000000; */
}
/* .s1{
    background-color: #87BB7A;
} */
.product-go {
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #87bb7a;
}
.product-f {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
