.supermarket-content {
  background: url(../img/super_bg.333a1cbd.png) no-repeat;
  background-size: 100% 100%;
}
.supermarket-content .container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.supermarket-content .container .product {
  width: 1200px;
  height: 730px;
  background-color: #fff;
  border-radius: 15px;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  -webkit-box-shadow: 0px 50px 27px -13px #e3f6fe inset;
          box-shadow: 0px 50px 27px -13px #e3f6fe inset;
}
.supermarket-content .container .product-item {
  width: 243px;
  height: 290px;
  background-color: #e9f3f6;
  border-radius: 15px;
  margin-right: 35px;
}
.supermarket-content .container .product-item .logo {
  text-align: center;
  padding-top: 10px;
  height: 48px;
}
.supermarket-content .container .product-item .box {
  line-height: 27px;
  padding: 20px 15px;
  height: 192px;
}
.supermarket-content .container .product-item .right {
  float: right;
}
.supermarket-content .container .product-item .footer {
  height: 50px;
  background-color: #d9dff8;
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.supermarket-content .container .product-item .footer .el-button {
  text-align: center;
  width: 82px;
  height: 28px;
  line-height: 9px;
  padding: 0;
  border-radius: 20px;
  color: #fff;
  background-color: #e51e5f;
  font-size: 12px;
}
.supermarket-content .container .supermarket-footer {
  width: 1200px;
  margin: 30px auto;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
.supermarket-content .container .bottom-sty {
  font-size: 16px;
  color: #333;
  width: 1200px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 30px;
}
