#module .sdw_productBox {
  --goods-name-color:#000;
  --box-radius:0.2rem;
  --tips-color:#F77446;
  --discount-transform:translate(5%, -17%);
  --two-discount-transform:translate(20%, -14%);
  --item-bg-color:#ffffff;;
  --item-xl-bg-color:#ffffff;
  --text-color:#fff;
  --btn-color:#3BB7F5;
}
#module .sdw_productBox {
  margin:0 0  0.5rem ;
}
#module .sdw_productBox  .NY_big_po2 .NY_big_po2_t{
  transform: translate(-60%, -32%);
  font-size: .28rem;
}
#module .sdw_productBox  .NY_big_po2 .NY_big_po2_t span{
  transform: translate(152%,-148%);
}
#module .one_two {
  width: 65.875%;
}
#module .three_box {
  width: 31.75%;
}
#module .sdw_productBox1 {
  width: 48.198%;
  display: flex;
  flex-wrap: wrap;
}
#module .sdw_productBox1.Two .NY_big_po2 {
  transform: var(--two-discount-transform);
}
#module .sdw_productBox1.Two .sdw_productBox1_zbox {
  background: var(--item-xl-bg-color);
  display: flex;
  align-items: center;
}
#module .sdw_productBox1_zbox {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0.24rem;
  display: inline-block;
  background: var(--item-bg-color);
  border-radius: var(--box-radius);
  padding: 0.24rem 0.12rem 0.16rem;
	box-shadow: 0rem .1rem .06rem 0rem rgba(131,8,40,0.33);
  overflow: hidden;
  border: .02rem solid #830828;
}
#module .sdw_productBox1_zbox:last-child {
  margin-bottom: 0;
}
#module .sdw_productBox1_zbox .tips {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  font-size: 0.14rem;
  color: var(--tips-color);
  line-height: 1;
  padding: 3px 6px;
  border: 1px solid var(--tips-color);
  border-radius: 4px 10px 4px 10px;
}
#module .sdw_productBox1_zbox:hover .sdw_pzbox_hover {
  opacity: 1;
}
#module .sdw_productBox1_zbox .NY_big_po2 {
  left: 5%;
  top: 6%;
}
#module .sdw_productBox1_zbox .NY_big_po2 img {
  width: var(--discount-M-img-wd);
}
#module .sdw_productBox1_zbox.store_discount_L {
  width: 49%;
  margin-bottom: 0;
	box-shadow: 0rem .1rem .06rem 0rem rgba(131,8,40,0.33);
}
#module .sdw_product_img {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 .8rem;
}
#module .sdw_productBox_L .sdw_product_img .NY_price{
  display: none;
}
#module .sdw_product_img .NY_price {
  margin: 0.1rem 0 0;
}
#module .sdw_product_name {
  font-size: 0.18rem;
  font-weight: 900;
  color: var(--goods-name-color);
  margin-bottom: 0.1rem;
}
#module .sdw_pzbox_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
#module .sdw_pzbox_hover img {
  width: 100%;
  height: 100%;
}
#module .sdw_pzbox_hover_posi {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.15rem 0.2rem 0.12rem;
}
#module .sdw_pzbox_hover_posi span {
  font-size: 0.16rem;
  display: inline-block;
  line-height: 1;
  padding: 0.06rem 0.12rem;
  color: var(--text-color);
  background: var(--btn-color);
  border-radius: 0.1rem;
}
#module .sdw_pzbox_text {
  width: 100%;
  text-align: left;
  font-size: 0.16rem;
  font-weight: 500;
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 0.12rem;
}
#module .sdw_pzbox_text span {
  background: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #module .one_two {
    width: 100%;
    margin-bottom: 0.24rem;
    flex-direction: row-reverse;
  }
  #module .three_box {
    width: 100%;
  }
  #module .three_box .sdw_productBox1_zbox {
    width: 48%;
    margin-bottom: 0;
  }
  #module .sdw_productBox1_zbox .NY_big_po2 img {
    width: var(--discount-S-img-wd);
  }
  #module .sdw_productBox1_zbox .NY_big_po2_t {
    font-size: 0.22rem;
    line-height: 0.18rem;
  }
  #module .sdw_productBox1_zbox .NY_big_po2_t span {
    font-size: 0.18rem;
  }
  #module .sdw_productBox_L {
    margin: 0.24rem 0 0.3rem;
  }
  #module .sdw_product_img{
    padding: 0 .4rem;
  }
  #module .sdw_productBox .NY_big_po2 .NY_big_po2_t span {
    transform: translate(145%,-182%);
}
}

/*# sourceMappingURL=module_FR.css.map */
