@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
input,
button {
  outline: none;
}
body,
html {
  background-color: #ffffff;
  font-size: 0.16rem;
}
.box {
  padding: 0.4rem 0.3rem;
}
.line {
  height: 0.17rem;
  width: 1px;
  background-color: #999;
  margin: 0 0.1rem 0 0.02rem;
}
input {
  height: 0.27rem;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.fixed-height {
  height: 0.52rem;
  position: relative;
}
.cannel {
  height: 0.13rem;
  width: 0.13rem;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.border-top {
  border-top: 1px solid #f5f5f5;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.border-bottom {
  border-bottom: 1px solid #f5f5f5;
}
.padding-b-10 {
  padding-bottom: 0.1rem;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.btn {
  background: #fdd000;
  border-radius: 100px;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 17px;
  color: #4c4948;
  text-align: center;
  margin-top: 0.6rem;
}
.margin-t-30 {
  margin-top: 0.15rem;
}
.margin-b-30 {
  margin-bottom: 0.15rem;
}
.margin-t-15 {
  margin-top: 0.15rem;
}
.font-l2-color {
  color: #b2b2b2;
}
.font-13-color {
  color: #faaf00;
}
.font-14-color {
  color: #030303;
}
.font-size-26 {
  font-size: 0.13rem;
}
.font-size-16 {
  font-size: 0.16rem;
}
.font-size-14 {
  font-size: 0.14rem;
}
.code-btn {
  border: 1px solid #eee;
  border-radius: 100px;
  padding: 0.05rem 0.15rem;
  background-color: #fff;
}
.agreement {
  text-decoration: underline;
}
.area-code {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 999;
}
.area-name {
  padding: 0 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn-change {
  border: 1px solid #eee;
  width: 0.82rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.13rem;
  color: #4c4948;
  border-radius: 0.14rem;
  text-align: center;
}
.error {
  font-size: 0.13rem;
  color: #ff3b30;
  margin-top: 0.05rem;
}
.gt-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: auto;
}
.absolute-center {
  height: 133px;
  overflow: auto;
  margin: auto;
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 255px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup-close {
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../../images/close2.jpg") no-repeat;
  background-size: 16px;
  background-position-x: 6px;
  background-position-y: 7px;
}
.input-row {
  border-bottom: #d0d0d0 1px solid;
}
.user-name {
  width: 100%;
}
.pull-right {
  float: right !important;
}
.popup-validate-msg {
  text-align: right;
  font-size: 10px;
  color: red;
  margin-top: 5px;
  margin-right: 32px;
  height: 10px;
}
.popup-submit {
  font-size: 16px;
  line-height: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  width: 137px;
}
.img-code-btn {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 0;
  border-radius: 25px;
  padding: 0;
  background: #fdd000;
  color: #030303;
}
.close-btn {
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../../images/icon.png");
  background-size: 1.36rem 0.72rem;
  background-repeat: no-repeat;
  background-position: -1.2rem -0.1rem;
}
.verification-code {
  width: 100%;
}
.mobile-code {
  text-align: center;
}
.registered-box {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -0.58rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.close-box-btn {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  right: 0.1rem;
  top: -0.3rem;
  background-image: url("../../images/close.png");
  background-size: 0.15rem 0.15rem;
  background-repeat: no-repeat;
}
.registered-box > div {
  position: relative;
  background-color: #fff;
  padding: 0.2rem 0.32rem;
  border-radius: 0.06rem;
}
.go-pay {
  height: 0.4rem;
  border-radius: 0.2rem;
  margin: 0 0.07rem;
  background-color: #fdd000;
  line-height: 0.4rem;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
}
.overlay_inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading {
  position: relative;
  background: none;
  width: 27px;
  height: 27px;
  margin: 0 auto;
}
.loading > div {
  position: absolute;
  border-radius: 2px;
  background: #000;
  top: 13px;
  left: 13px;
  width: 3px;
  height: 8px;
  -webkit-animation: loading-anim 1s linear infinite;
  animation: loading-anim 1s linear infinite;
}
.loading.loading_white > div {
  background: #fff;
}
.loading > div:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-transform: rotate(0deg) translate(0, -12px);
  transform: rotate(0deg) translate(0, -12px);
}
.loading > div:nth-of-type(2) {
  -webkit-animation-delay: -0.417s;
  animation-delay: -0.417s;
  -webkit-transform: rotate(30deg) translate(0, -12px);
  transform: rotate(30deg) translate(0, -12px);
}
.loading > div:nth-of-type(3) {
  -webkit-animation-delay: -0.333s;
  animation-delay: -0.333s;
  -webkit-transform: rotate(60deg) translate(0, -12px);
  transform: rotate(60deg) translate(0, -12px);
}
.loading > div:nth-of-type(4) {
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  -webkit-transform: rotate(90deg) translate(0, -12px);
  transform: rotate(90deg) translate(0, -12px);
}
.loading > div:nth-of-type(5) {
  -webkit-animation-delay: -0.167s;
  animation-delay: -0.167s;
  -webkit-transform: rotate(120deg) translate(0, -12px);
  transform: rotate(120deg) translate(0, -12px);
}
.loading > div:nth-of-type(6) {
  -webkit-animation-delay: -0.0833s;
  animation-delay: -0.0833s;
  -webkit-transform: rotate(150deg) translate(0, -12px);
  transform: rotate(150deg) translate(0, -12px);
}
.loading > div:nth-of-type(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(180deg) translate(0, -12px);
  transform: rotate(180deg) translate(0, -12px);
}
.loading > div:nth-of-type(8) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(210deg) translate(0, -12px);
  transform: rotate(210deg) translate(0, -12px);
}
.loading > div:nth-of-type(9) {
  -webkit-animation-delay: 0.167s;
  animation-delay: 0.167s;
  -webkit-transform: rotate(240deg) translate(0, -12px);
  transform: rotate(240deg) translate(0, -12px);
}
.loading > div:nth-of-type(10) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-transform: rotate(270deg) translate(0, -12px);
  transform: rotate(270deg) translate(0, -12px);
}
.loading > div:nth-of-type(11) {
  -webkit-animation-delay: 0.333s;
  animation-delay: 0.333s;
  -webkit-transform: rotate(300deg) translate(0, -12px);
  transform: rotate(300deg) translate(0, -12px);
}
.loading > div:nth-of-type(12) {
  -webkit-animation-delay: 0.417s;
  animation-delay: 0.417s;
  -webkit-transform: rotate(330deg) translate(0, -12px);
  transform: rotate(330deg) translate(0, -12px);
}
@-webkit-keyframes loading-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pos {
  margin-bottom: 10px;
}
.pos div {
  margin-bottom: 10px;
}
.pos div:last-child {
  text-indent: 20px;
}
.pos div:last-child button {
  padding: 10px;
  border: none;
}

.check-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  justify-content: center;
}

.policy {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.13rem;
  margin-bottom: 0.15rem;
  height: 0.16rem;
  line-height: 0.16rem;
}
.policy .check {
  margin-right: 0.05rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/check.png") center no-repeat;
  background-size: 100%;
  margin-right: 0.05rem;
}
.policy .check-active {
  background: url("../images/checked.png") center no-repeat;
  background-size: 100%;
}
.rules {
  height: 0.16rem;
  line-height: 0.16rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  text-align: left;
}
.link {
  color: #4a90e2;
}
.inline {
  display: inline-block;
}

.check-modal-body {
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0.1rem 0.1rem 0 0;
  position: relative;
  width: 100%;
  padding: 0.2rem 0.15rem;
}

.wrap {
  width: 100%;
}
.wrap .title {
  text-align: center;
  height: 0.22rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.22rem;
}
.wrap .agree-box {
  display: flex;
  padding: 0.47rem 0;
  justify-content: center;
}
.wrap .agreement {
  height: 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4a90e2;
  line-height: 0.2rem;
}
.wrap .agreement-close-btn {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  z-index: 99;
  top: 0.15rem;
  right: 0.15rem;
}
.wrap .agree-btn {
  text-align: center;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #fdd000;
  border-radius: 0.22rem;
  margin-bottom: 0.34rem;
}
