body, html {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: #fff;
  position: relative;
  padding-bottom: 0.5rem;
}

.container {
  width: 100%;
  height: 100%;
}

.logo {
  width: 3.13rem;
  height: 0.87rem;
  margin: 0.85rem 0 0 0.96rem;
}

.zygh {
  width: 7.44rem;
  height: 7.45rem;
  margin: 1.29rem 0 0 1.09rem;
}

.get_ts {
  text-align: center;
  margin-top: 3.48rem;
  padding-bottom: 0.8rem;
}
.get_ts button {
  width: 7.36rem;
  height: 1.13rem;
  background-color: #40a4a1;
  border-radius: 0.57rem;
  font-size: 0.53rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  color: #ffffff;
  margin-bottom: 0.29rem;
}
.get_ts p {
  font-size: 0.27rem;
  line-height: 0.23rem;
  letter-spacing: 0.01rem;
  color: #40a4a1;
}

.hint {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}
.hint .cont {
  width: 8rem;
  height: 10.67rem;
  border-radius: 0.21rem;
  background-color: #fff;
  overflow: hidden;
}
.hint .cont h1 {
  font-size: 0.53rem;
  color: #333333;
  text-align: center;
  margin-top: 0.67rem;
}
.hint .cont .txt {
  width: 6.93rem;
  height: 6.2rem;
  overflow-y: auto;
  margin: 0.4rem auto 0;
  position: relative;
}
.hint .cont .txt h2 {
  font-size: 0.43rem;
  color: #333333;
  margin-bottom: 0.21rem;
}
.hint .cont .txt p {
  font-size: 0.37rem;
  color: #666666;
  line-height: 0.56rem;
  text-align: justify;
}
.hint .cont .mb {
  width: 6.4rem;
  height: 1.07rem;
  background: #40A4A1;
  border-radius: 0.11rem;
  font-size: 0.43rem;
  color: #FFFFFF;
  border: none;
  display: block;
  margin: 0.6rem auto 0;
  position: relative;
}
.hint .cont .mb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 1.3rem;
  bottom: 1.2rem;
  left: -50%;
  background-image: linear-gradient(0deg, #FFFFFF 26%, rgba(255, 255, 255, 0.5) 100%);
}

/*# sourceMappingURL=index.css.map */
