.wrap {
  position: relative;
}
.wrap .logo {
  background: #fff;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
.logo p {
  width: 100%;
  max-width: 1200px;
  padding: 0 7%;
  margin: 0 auto;
}
.content {
  width: 100%;
  max-width: 1200px;
  padding: 0 7% 40px;
  margin: 0 auto;
}
.content .banner {
  width: 100%;
  height: 0;
  padding-top: 48%;
  background: url(../img/banner.png) no-repeat center / 100%;
  border-radius: 10px;
}
.content .product {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

/* .content .product .doctor {
  flex:  0 0 48%;
  height: 0;
  padding-top: 50.4%;
  border-radius: 6px;
} */
.content .product .item {
  flex:  0 0 48%;
  height: 0;
  padding-top: 50.4%;
  border-radius: 6px;
}
.lvyi{
  background: url(../img/lvyi.png) no-repeat center / 100% 100%;
}
.doctor{
  background: url(../img/doctor.png) no-repeat center / 100% 100%;
}
.food{
  background: url(../img/food.png) no-repeat center / 100% 100%;
}
.health{
  background: url(../img/health.png) no-repeat center / 100% 100%;
}
.qrcode {
  width: 150px;
  height: 168px;
  margin: 33px auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.qrcode img {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}
.qrcode p {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
}
.footer {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 40px;
}

.footer .footer-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 7%;
  margin: 0 auto;
  font-size: 10px;
}

.government {
  margin-left: 15px;
}
.government a:hover {
  color: #F95109;
}

@media screen and (max-width: 1920px) {
  .logo p, .content , .footer .footer-text{
    max-width: 1640px;
  }
}
