.dia-title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 500;
}
.dia-word {
  margin: 30px 0;
  height: 30px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
.supermarket-content {
  background: url(../img/algBanner.319da84a.png) no-repeat;
  background-position: center top;
}
.supermarket-content .container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 390px;
}
.supermarket-content .container .product {
  width: 1200px;
  height: 730px;
  background-color: #fff;
  border-radius: 15px;
  padding: 55px;
  padding-top: 30px;
  font-size: 13px;
  -webkit-box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.supermarket-content .container .product .product-flex {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
}
.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;
}
