.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;
}

