.logoWrapper {
  min-width: 270px !important;
}
.logoWrapper h1 {
  font-size: 2rem;
  font-weight: bold;
}
.itemFlex {
  display: flex !important;
  gap: 20px;
}
.itemFlex .image img {
  max-width: 300px !important;
}
.itemFlex .left {
  width: 60% !important;
  max-width: 100% !important;
}
.itemFlex .right {
  width: 40%;
  text-align: center;
  background-color: transparent !important;
}
.itemFlex .invalid {
  color: #949492;
  background-color: #5d5755;
}
.itemFlex .invalid:hover {
  background: #5d5755 url(../../images/appstore.svg) no-repeat left 24px top 10px !important;
}
.itemFlex .activePlay {
  background-image: url(../../images/playstore-light.svg);
}
.itemFlex .invalidGoogle {
  color: #949492;
  background-color: #5d5755;
}
.itemFlex .invalidGoogle:hover {
  background: #5d5755 url(../../images/playstore.svg) no-repeat left 24px top 11px !important;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .itemFlex {
    flex-direction: column-reverse;
  }
  .itemFlex .left {
    width: 100% !important;
  }
  .itemFlex .right {
    text-align: left;
    width: 100%;
    background-color: transparent !important;
  }
}
/* 平板屏幕（768px 至 1024px） */
/* 桌面屏幕（大于1024px） */
/*# sourceMappingURL=style.css.map */