.top-form {
  background-color: #f8f8f8;
  display: flex;
}
.subcate-item {
  height: 70px;
  width: 20%;
  line-height: 70px;
  text-align: center;
}
.hotproduct-item {
  height: 70px;
  width: 50%;
  line-height: 70px;
  text-align: center;
}
.list-box {
  margin-top: 30px;
  width: 100%;
  min-height: 500px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

#subcate_item {
  width: 165px;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #595757;
  font-weight: 600;
  opacity: 1;
  border: 0px;
  background-color: #f8f8f8;
  display: inline-block;
}
#subcate_item:hover {
  border: 0px;
}
.hot-it {
  width: 132px;
  height: 37px;
  background: #dfc964;
  opacity: 1;
  border-radius: 99px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  display: inline-block;
}
.rate-it {
  height: 39px;
  font-size: 16px;
  line-height: 22px;
  color: #595757;
  font-weight: 600;
  opacity: 1;
  display: inline-block;
}
.rate-it span {
  color: #a5a5a5;
}
.header-search-copy {
  width: 318px;
  height: 38px;
  background-color: #fff;
  align-items: center;
  border-radius: 5px;
  display: flex;
  border: 1px solid #707070;
  margin-top: 19px;
}
.header-search-input-copy {
  border: none;
  flex: 1;
  padding-left: 20px;
}
.header-search-icon-copy::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(/pages/promotion/img/look.png) no-repeat center center;
  background-size: 30px 30px;
}
.header-search-icon-copy {
  width: 50px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 5px 5px 0;
  border-style: none;
  outline: none;
  padding: 0;
}
.promotion-item {
  height: 413px;
  border: 1px solid #e5e5e5;
  opacity: 1;
  border-radius: 8px 8px 9px 9px;
  margin-bottom: 20px;
}
.no-item {
  border: 0px !important;
}
.img-part {
  text-align: center;
  padding: 10px 10px 0px 10px;
}
.img-part img {
  width: 100%;
  height: 191px;
}
.product-title {
  width: 234px;
  height: 40px;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 18px;
  color: #878484;
  opacity: 1;
  padding: 0px 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.price-part {
  display: flex;
  margin-top: 10px;
  justify-content: space-evenly;
}
.left-price {
}
.top-price {
  width: 119px;
  background: #f3f3f3;
  opacity: 1;
}
.bottom-price {
  width: 119px;
  height: 28px;
  background: #e1e1e1;
  opacity: 1;
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
}
.promotion-btn {
  width: 197px;
  height: 25px;
  background: #dfc964;
  opacity: 1;
  border-radius: 33px;
  line-height: 0%;
  border: 0px;
  color: #ffffff;
  margin-top: 20px;
}
.btn-part {
  width: 100%;
  text-align: center;
}
.top-price .start {
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  color: #999999;
  padding-left: 10px;
  opacity: 1;
}
.top-price .price {
  height: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  color: #212830;
  font-weight: 600;
  opacity: 1;
}
.red-class {
  color: #ff5630 !important;
}
.layui-layer-content {
  position: relative;
  background-color: transparent !important;
}
#app {
  background-color: transparent !important;
}
body {
  background-color: transparent !important;
}
.layui-layer-iframe {
  background-color: transparent !important;
}
.layui-layer > body {
  background-color: transparent !important;
}
.layui-layer-content > iframe > body {
  background-color: transparent !important;
}
.common-it {
  width: 132px;
  height: 37px;
  opacity: 1;
  border-radius: 99px;
  text-align: center;
  line-height: 37px;
  color: #000000;
  display: inline-block;
}
.hot-it {
  background: #dfc964;
  color: #ffffff;
}
