.section-content {
  width: 1112px!important;
}
.product-main .product .item {
  width: 200px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 28px;
  margin-bottom: 36px;
}
.product-main .product .item:nth-child(5n+5) {
  margin-right: 0;
}
.product-main .product .item .inside {
  width: 100%;
  position: relative;
}
.product-main .product .item .inside .img-wrapper {
  width: 100%;
  z-index: 0;
}
.product-main .product .item .inside .img-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.product-main .product .item .inside .info {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 16px;
  left: 12px;
}
.product-main .product .item .inside .info .attribute {
  margin-bottom: 12px;
}
.product-main .product .item .inside .info .attribute .attribute-item {
  display: flex;
  margin-bottom: 4px;
}
.product-main .product .item .inside .info .attribute .attribute-item .attribute-name {
  font-size: 14px;
  margin-right: 10px;
  width: 52px;
}
.product-main .product .item .inside .info .attribute .attribute-item .attribute-val {
  display: inline-block;
}
.product-main .product .item .inside .info .attribute .attribute-item .attribute-val i {
  display: inline-block;
  width: 7px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 14px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 3px;
}
.product-main .product .item .inside .info .attribute .attribute-item .attribute-val .on {
  background-color: #fff;
}
.product-main .product .item .inside .info .flavor {
  font-size: 32px;
  font-weight: bold;
}
.product-main .product .item .inside .info .flavor a {
  color: #fff;
}
.product-main .product .item .outside {
  height: 150px;
  overflow: hidden;
}
.product-main .product .item .outside .price {
  font-size: 16px;
  color: #00594E;
  text-align: center;
  margin: 12px 0;
}
.product-main .product .item .outside .column {
  display: flex;
  justify-content: space-around;
}
.product-main .product .item .outside .cart_input {
  width: 100px;
  height: 36px;
  border: 1px solid #00594E;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.product-main .product .item .outside .cart_input input {
  width: 100%;
  height: 36px;
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 20px;
}
.product-main .product .item .outside .cart_input i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 700;
}
.product-main .product .item .outside .cart_input .cart-reduce {
  left: 0;
}
.product-main .product .item .outside .cart_input .cart-add {
  right: 0;
}
.product-main .product .item .outside .go-cart {
  display: inline-block;
  width: 70px;
  height: 36px;
  background: #00594E;
  border-radius: 22px;
  text-align: center;
  line-height: 36px;
}
.product-main .product .item .outside .go-cart i {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.product-main .product .item .outside .label {
  color: #A6A6A6;
  font-size: 14px;
  margin-top: 32px;
}
/*# sourceMappingURL=product.css.map */