html {
  font-size: 50px;
}
* {
	margin: 0;
	padding: 0
}

/* .mask-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  #background: rgba(0, 0, 0, 0.7);
} */

.mask-wrap .mask-content-wrap {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.8rem;*/
  background: white;
  border-radius: 0.2rem;
}

.mask-wrap .mask-content-wrap .title {
  text-align: center;
  margin-top: 0.44rem;
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 0.45rem;
}

.mask-wrap .mask-content-wrap .content-wrap {
  padding: 0.23rem 0.2rem;
}

.mask-wrap .mask-content-wrap .content-wrap p {
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.44rem;
}

.mask-wrap .mask-content-wrap .content-wrap p a {
  color: #0c80e0;
  text-decoration: none;
}

.mask-wrap .mask-content-wrap .content-wrap p a.green {
  color: #1CA773;
}

.mask-wrap .mask-content-wrap .footer .button-wrap {
  text-align: center;
  font-size: 0;
  padding-bottom: 0.42rem;
}

.mask-wrap .mask-content-wrap .footer .button-wrap .disagree {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 2.27rem;
  height: 0.7rem;
  background: white;
  border: 0.01rem solid #cccccc;
  border-radius: 0.1rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 0.68rem;
  text-align: center;
  margin-right: 0.32rem;
}

.mask-wrap .mask-content-wrap .footer .button-wrap .agree {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 2.27rem;
  height: 0.7rem;
  background: #2998f5;
  border-radius: 0.1rem;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 0.68rem;
  text-align: center;
}

.mask-wrap .mask-content-wrap .footer .button-wrap .agree.green {
  background: #1CA773;
}

@media only screen and (max-width: 550px) {
  html {
    font-size: 60px;
  }
  .mask-wrap .mask-content-wrap {
    /* width: 5.8rem;*/
  }
}

@media only screen and (max-height: 500px) {
  .mask-wrap {
    overflow: auto;
    box-sizing: border-box;
    padding: 1px 0;
  }
  .mask-wrap .mask-content-wrap {
    position: static;
    transform: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
