.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  margin-bottom: 12px;
  width: 216px;
  height: 252px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.container:hover .card-top {
  -webkit-box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
          box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.1);
}
.container:hover .card-content .name {
  color: #f01414 !important;
}
.container:hover .bounce {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.container:hover .bounce .img-up {
  top: -10px;
  left: 0;
  width: 216px;
}
.container:hover .bounce .img-mid {
  top: 0;
  left: 8px;
  width: 200px;
}
.container:hover .bounce .img-down {
  top: 10px;
  left: 16px;
  width: 184px;
}
.container .card-top {
  width: 216px;
  height: 120px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.container .card-top .bage {
  top: -6px;
  right: 13px;
}
.container .card-top .new {
  background: #FF6C00;
  top: -6px;
  right: 13px;
}
.container .card-top .hot {
  background: #FF005D;
  top: -6px;
  right: 13px;
}
.container .card-top .img-up {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f3f5f7;
  border-radius: 8px;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container .card-top .img-mid {
  position: absolute;
  border-radius: 8px;
  top: 4px;
  left: 4px;
  width: 208px;
  height: 120px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container .card-top .img-down {
  position: absolute;
  border-radius: 8px;
  top: 8px;
  left: 8px;
  width: 200px;
  height: 120px;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container .card-top .product-label {
  position: absolute;
  bottom: 6px;
  left: 8px;
  font-size: 12px;
  color: #FFF;
  line-height: 16px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container .card-top .product-label span {
  display: inline-block;
  background: rgba(7, 17, 27, 0.4);
  border-radius: 12px;
  padding: 4px 8px;
  margin-bottom: 2px;
  margin-right: 0;
  font-weight: 200;
}
.container .card-content {
  padding: 12px 8px;
}
.container .card-content .name {
  font-size: 16px;
  color: #07111B;
  line-height: 24px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 46px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}
.container .card-content .comment {
  font-size: 12px;
  color: #93999F;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .card-content .info {
  font-size: 12px;
  color: #93999F;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 400;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.container .card-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .card-content .price .p {
  font-size: 14px;
  color: #f01414;
}
.container .card-content .price .sales {
  color: #93999F;
  padding-right: 5px;
  font-size: 12px;
}
.container .card-content .price .add-cart i {
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 3px;
}
.container .card-content .price .add-cart a {
  font-size: 12px;
  color: #93999F;
}
.container .card-content .price .add-cart a:hover {
  color: #f01414;
}
.container .ivu-badge {
  position: unset !important;
}
.large {
  width: 270px !important;
  height: 320px !important;
}
.large:hover .product-label {
  bottom: 18px !important;
}
.large:hover .bounce .img-up {
  top: -12px !important;
  left: 0 !important;
  width: 270px !important;
}
.large:hover .bounce .img-mid {
  top: -2px !important;
  left: 8px !important;
  width: 254px !important;
}
.large:hover .bounce .img-down {
  top: 9px !important;
  left: 16px !important;
  width: 238px !important;
}
.large .card-top {
  width: 270px !important;
  height: 148px !important;
}
.large .card-top .img-mid {
  top: 5px !important;
  left: 4px !important;
  width: 262px !important;
  height: 148px !important;
}
.large .card-top .img-down {
  top: 9px !important;
  left: 8px !important;
  width: 254px !important;
  height: 148px !important;
}
.large .name {
  font-weight: 700 !important;
  margin-top: 4px;
  max-height: 48px !important;
}
.large .info {
  width: 260px !important;
  white-space: unset !important;
  max-height: 50px;
}

.saleoff-wrap {
  height: 339px !important;
  padding-top: 39px !important;
}
.shop-hover-container :hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.shop-hover-container :hover .review-wrapper {
  height: 76px;
  opacity: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.shop-hover-container :hover .review-wrapper .review {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.shop-hover-container :hover .review-wrapper .reviewer {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.shop-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  width: 234px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
}
.shop-product-wrap .flag {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 64px;
  height: 20px;
  margin-left: -32px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.shop-product-wrap .bg {
  background: rgba(0, 0, 0, 0.02);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.shop-product-wrap .bgt {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.shop-product-wrap .title {
  width: 200px;
  text-align: center;
  color: #212121;
  margin: 0 20px 3px;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.shop-product-wrap .desc {
  width: 210px;
  text-align: center;
  height: 18px;
  margin: 0 20px 12px;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #b0b0b0;
}
.shop-product-wrap .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-product-wrap .item-price .item-discount {
  color: #ff6709;
}
.shop-product-wrap .item-price .item-origin {
  margin-left: 10px;
  color: #b0b0b0;
}
.shop-product-wrap .review-wrapper {
  height: 0;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 234px;
  overflow: hidden;
  font-size: 12px;
  background: #ff6700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 8px 30px;
}
.shop-product-wrap .review-wrapper .review {
  margin-bottom: 5px;
  color: #fff;
}
.shop-product-wrap .review-wrapper .reviewer {
  color: rgba(255, 255, 255, 0.6);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-wrap .item {
  margin: 10px 20px 10px 20px;
}
.product-wrap .item-shop {
  margin: 10px 7px 10px 7px;
}
.product-wrap-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f5f5f5;
}
.product-wrap-dark .item {
  margin: 10px 20px 10px 20px;
}
.product-wrap-dark .item-shop {
  margin: 10px 7px 10px 7px;
}

