.fix {
  overflow: hidden !important;
}
#imageCanvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
.content {
  width: 100%;
  position: relative;
  background: #ffffff;
}
.content .img-1 {
  width: 100%;
  vertical-align: middle;
}
#wrapper {
  position: relative;
  width: 100%;
}
.input-box {
  position: absolute;
  top: 24.35rem;
  left: 50%;
  margin-left: -3.5rem;
}
.input-box input {
  width: 6.3rem;
  background: #E6E6E6;
  padding: 0.15rem 0 0.15rem 0.5rem;
  font-size: 16px;
  color: #999999;
  border: 1px solid #0473ea;
  border-radius: 20px;
}
.input-box .img-btn {
  height: 100%;
  position: absolute;
  width: 2rem;
  right: -0.4rem;
  top: 0;
}
.input-box .btn {
  height: 100%;
}
.t-c {
  width: 7rem;
  height: 4rem;
  margin: 0.2rem auto 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.t-c .t-c-img {
  width: 6.5rem;
  margin: 0.2rem;
}
.page2 {
  position: relative;
}
.img2 {
  width: 100vw;
  vertical-align: middle;
}
#qr-code,
#myCode {
  position: absolute;
  top: 23.24rem;
  right: 34.5%;
  width: 2.1rem;
}
#qr-code img,
#myCode img {
  width: 100%;
}
.link1,
.link2 {
  position: absolute;
  left: 0.4rem;
  width: 6.8rem;
}
.link1 {
  top: 15.5rem;
  height: 1.6rem;
}
.link2 {
  top: 17.2rem;
  height: 2.2rem;
}
.mask,
.mask2 {
  display: none;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10% 0 10% 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  overflow: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.mask img,
.mask2 img {
  width: 6.9rem;
}
.mask .desc,
.mask2 .desc {
  display: none;
}
.mask .mask-share,
.mask2 .mask-share {
  display: none;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
.mask .mask-share .arrow,
.mask2 .mask-share .arrow {
  margin-left: 3rem;
  width: 3rem;
}
.mask .mask-share .share-text,
.mask2 .mask-share .share-text {
  color: #ffffff;
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: 5px;
}
#sign_btn {
  width: 1.6rem;
  position: absolute;
  top: 19rem;
  right: 0.4rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 15px;
}
