@charset "utf-8";
/*
 * 母亲节2018专题样式-m
 * modify:22018年4月23日15:59:16
 * */
.product-title {
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.product-info {
  padding: 12px;
  background-color: #fff;
  font-size: 12px;
}
.product-info-name {
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-info-desc {
  color: #777;
  font-size: 0.83333333em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-info-line {
  background-color: #bcbcbc;
  height: 1px;
  width: 100%;
  margin: 5px 0;
}
.product-info-price {
  color: #c56ba2;
}
.product-info-price > span:before {
  content: "￥";
  font-family: arial;
}
.product-info-tag {
  position: absolute;
  top: 5.5%;
  left: 3.3%;
  font-size: 10px;
}
.product-info-tag span {
  color: #fff;
  padding: 2px 4px;
  background-color: #c56ba2;
}
.product-info-tag span:empty {
  display: none;
}
.product-list {
  margin: 0 -8px;
}
.product-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.product-item {
  float: left;
  width: 50%;
  margin-bottom: 18px;
}
.product-item.full {
  width: 100%;
}
.product-item.full .product-info-line {
  width: 50%;
}
.product-item.full .product-pic {
  height: auto;
  max-height: initial;
}
.product-item > a {
  display: block;
  padding: 0 8px;
}
.product-pic {
  position: relative;
  max-height: 47.46666667vw;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .product-title {
    font-size: 24px;
  }
  .product-info {
    font-size: 15px;
  }
  .product-tag {
    font-size: 14px;
  }
  .product-pic {
    max-height: 303px;
  }
}
@media screen and (max-width: 320px) {
  .product-pic {
    height: auto;
  }
}
.header-bar {
  background-color: #FEDAEF;
  border-color: #FEDAEF;
}
.main > div:nth-child(2) {
  background-image: none;
  border-top: none;
}
.product {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center top;
  background-image: url(//img02.hua.com/zhuanti/MothersDay/2018/m_product_bgtop.png);
  background-color: #F9CFE7;
  padding: 0 16px;
  border-top: 1px solid #E1C1EA;
  border-bottom: 1px solid #EEDDE7;
}
.product:nth-child(2n - 1) {
  background-color: #F9DFEE;
}
.product-title {
  font-size: 18px;
  text-align: center;
  padding: 15px 0 18px;
}
.product-title-name {
  color: #DB2C70;
  font-size: 18px;
  font-size: 1em;
  font-weight: bold;
}
.product-title-name p {
  display: inline-block;
  padding: 0 26px 0 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  background-image: url(//img02.hua.com/zhuanti/MothersDay/2018/all_title_bg.png), url(//img02.hua.com/zhuanti/MothersDay/2018/all_title_bg.png);
  background-position: left center, right center;
}
.product-title-desc {
  color: #937480;
  font-size: 10px;
  font-size: 0.625em;
  margin-top: 10px;
  padding: 0 12px;
}
.product-info-tag .new {
  background-color: #B1B5F4;
}
.product-info-tag .selling {
  background-color: #FF8ECE;
}
.product-info-price span {
  color: #D71459;
}
.video {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-bg {
  background-color: #E3C3EC;
}
.video-bg img {
  vertical-align: bottom;
}
.video-title {
  position: absolute;
  left: 0;
  top: 50px;
  top: 10vw;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 18px;
}
.video-title-name {
  color: #DB2C70;
  font-size: 30px;
  font-size: 1em;
}
.video-title-name p {
  display: inline-block;
  padding: 0 26px 0 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  background-image: url(//img02.hua.com/zhuanti/MothersDay/2018/all_title_bg.png), url(//img02.hua.com/zhuanti/MothersDay/2018/all_title_bg.png);
  background-position: left center, right center;
}
.video-box {
  position: absolute;
  top: 85px;
  top: 23vw;
  left: 0;
  width: 100%;
  vertical-align: bottom;
}
.video-box-bg {
  width: 64%;
  margin: 0 auto;
  height: 136px;
  height: 36.26666667vw;
  background: url(//img02.hua.com/zhuanti/MothersDay/2018/m_video_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.video-more {
  position: absolute;
  top: 92vw;
  left: 0;
  width: 100%;
  text-align: center;
}
.video-more a {
  display: inline-block;
  width: 40%;
  padding: 6px 0;
  color: #fff;
  background-color: rgba(144, 130, 244, 0.56);
  border-radius: 4px;
}
@media screen and (min-width: 640px) {
  .product-title {
    font-size: 24px;
  }
  .product-info {
    font-size: 15px;
  }
  .product-tag {
    font-size: 14px;
  }
  .video-title {
    top: 64px;
  }
  .video-box {
    top: 148px;
  }
  .video-box-bg {
    height: 232px;
  }
  .video-more {
    top: 590px;
  }
}
.video {
  display: none;
}
