html {
  width: 100%;
  height: 100%;
  /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  scrollbar-width: none;
}
body {
  margin: 0;
  height: 100%;
  background: #050d2d;
  -webkit-overflow-scrolling: touch;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  display: none;
}

/* 加载页面 */
.loading {
  /* background: #050d2d; */
  width: 100%;
  height: 100%;
  position: relative;
}

.loading img {
  width: 0.533333rem; /* 20px */
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.266667rem;
  margin-top: -0.266667rem;
}
/* 主页面 */
.index {
  max-width: 750px;
  margin: 0 auto;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: calc(100% + 1px);
  scrollbar-width: none;
}
/* 活动规则按钮 */
.index .rule-btn {
  position: fixed;
  top: 16px;
  right: 0;
  border-radius: 0.533333rem 0 0 0.533333rem;
  background-color: #132584;
  color: #3f8de3;
  padding: 0.133333rem 0.133333rem 0.133333rem 0.4rem;
  font-size: 0.32rem;
  display: none;
}

.index .img-list {
  width: 100%;
  height: auto;
}

.index .img-list img.img-item {
  width: 100%;
  height: auto;
  display: block;
}

/* 立即领取按钮 */
.index .bottom-btn {
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 750px;
  height: auto;
  text-align: center;
}

.index .bottom-btn img {
  width: 100%;
  height: auto;
  display: inline-block;
  /* -webkit-animation:scaleDrew 2.5s ease-in-out infinite; */
  /* animation:scaleDrew 2.5s ease-in-out infinite; */
}
@-webkit-keyframes scaleDrew {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes scaleDrew {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* 登录弹窗 */
.login-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  display: none;
}

.login-pop .pop {
  width: 7.746667rem;
  /* min-height: 9.933333rem;
  height: 11.12rem; */
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* margin-top: -50%; */
  z-index: 6;
  /* background: url("../images/pop-login-1.png") no-repeat;
  background-size: 7.746667rem auto; */
  /*  289px 372.5px */
  /* padding-top: 2.666667rem; */
  /* 100px */
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box;
  background: radial-gradient(circle at 0% 0%, #6aa8f4, #3854d4);
    border-radius: 0.266667rem;
}

.login-pop .login-top {
  width: 7.746667rem;
  height: 2.666667rem;
}

.login-pop .pop .close-btn {
  display: block;
  position: absolute;
  top: -2rem;
  /* -75px */
  right: -1.2rem;
  /* -45px */
  height: 2.666667rem;
  width: 2.666667rem;
  /* 100px */
  background: url("../images/pop-close.png") no-repeat;
  background-size: 0.813333rem;
  /* 30.5px */
  background-position: center center;
}

.login-pop .pop .ipt {
  width: 6.84rem;
  /* 256.5px */
  height: 1.066667rem;
  /* 40px */
  background: url("../images/pop-ipt.png") no-repeat;
  background-size: 100%;
  margin-bottom: 0.266667rem;
  /* 10px */
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.login-pop .pop .ipt .selected-val {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 0.266667rem;
  padding-right: 0.266667rem;
  font-size: 0;
}

.login-pop .pop .ipt .sel-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0.133333rem;
  z-index: 999;
  padding-left: 0.266667rem;
  padding-right: 0.266667rem;
  display: none;
  box-shadow: 0px 1px 3px #ccc;
}

.login-pop .pop .ipt .sel-list .sel-list-box {
  height: 4.346667rem;
  overflow-y: auto;
  padding-right: 0.266667rem;
}

.login-pop .pop .ipt .sel-list .sel-list-box::-webkit-scrollbar {
  display: block;
  width: 0.08rem;
}

.login-pop .pop .ipt .sel-list .sel-list-box::-webkit-scrollbar-thumb {
  background-color: #3051cf;
  border-radius: 0.08rem;
  border: none;
}

.login-pop .pop .ipt .sel-list .sel-list-box::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 0.08rem;
}

.login-pop .pop .ipt .sel-list .sel-item {
  border-bottom: 1px solid #dfdfdf;
  font-size: 0;
}

.login-pop .pop .ipt .sel-list .sel-item:last-child {
  border: none;
}

.login-pop .pop .ipt .selected-val .area-name,
.login-pop .pop .ipt .selected-val .area-code,
.login-pop .pop .ipt .sel-list .sel-item .area-name,
.login-pop .pop .ipt .sel-list .sel-item .area-code {
  display: inline-block;
  line-height: 1.066667rem;
  /* 40px */
  border: none;
  background: none;
  padding-left: 0.133333rem;
  font-size: 0.426667rem;
  /* 16px */
  color: #373737;
}

.login-pop .pop .ipt .selected-val .area-name,
.login-pop .pop .ipt .sel-list .sel-item .area-name {
  width: 4.7rem;
  /* 180px */
}

.login-pop .pop .ipt .selected-val .down-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.213333rem;
  /* 8px */
  width: 0.16rem;
  /* 6pc */
  background: url("../images/down-arrow.png") no-repeat;
  background-position: center;
  background-size: 0.16rem 0.093333rem;
  /* 6px 3.5px */
}

.login-pop .pop .ipt input {
  width: 6.933333rem;
  /* 260px */
  height: 1.066667rem;
  /* 40px */
  line-height: 1.066667rem;
  /* 40px */
  border: none;
  background: none;
  padding-left: 0.133333rem;
  font-size: 0.426667rem;
  /* 16px */
  color: #373737;
  outline: none;
}

.login-pop .pop .ipt .getcode,
.login-pop .pop .ipt img {
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  /* 6px */
  /*  width: 1.733333rem; */
  /* 65px */
  /*  height: .613333rem; */
  /* 23px */
  width: 2.266667rem;
  height: 0.8rem;
}

.login-pop .pop .ipt .getcode {
  background: url("../images/pop-get-v-code.png") no-repeat;
  background-size: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.266667rem;
  /* 10px */
}

input::-webkit-input-placeholder {
  /* color: rgba(255, 255, 255, 0.4); */
  color: #ababab;
  font-family: "PingFangSC-Regular";
  font-size: 0.4267rem;
}

input::-moz-input-placeholder {
  color: #ababab;
  font-family: "PingFangSC-Regular";
  font-size: 0.4267rem;
}

input::-moz-placeholder {
  color: #ababab;
  font-family: "PingFangSC-Regular";
  font-size: 0.4267rem;
}

input:-ms-input-placeholder {
  color: #ababab !important;
  font-family: "PingFangSC-Regular" !important;
  font-size: 0.4267rem;
}

.login-pop .pop .clk-btn {
  /* left: 10%;
    right: 10%;
    bottom: .266667rem; */
  /* 10px */
  height: 1.2rem;
  /* 45px */
  width: 100%;
  /* 60px */
}

/* 领取弹窗 */
.success-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  display: none;
}

.success-pop .pop {
  width: 10rem;
  /* 375px */
  height: 10rem;
  /* 518.5px */
  position: fixed;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* margin-top: -50%; */
  z-index: 6;
  background: url("../images/pop-success.png") no-repeat;
  background-size: 10rem 10rem;
  /* padding-top: 2.666667rem; */
  /* 100px */
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box;
}

.success-pop .pop .close-btn {
  display: block;
  position: absolute;
  right: 0;
  top: -2rem;
  /* 50px; */
  height: 2.666667rem;
  width: 2.666667rem;
  /* 100px */
  background: url("../images/pop-close.png") no-repeat;
  background-size: 0.813333rem;
  /* 30.5px */
  background-position: center center;
}

.success-pop .pop .clk-btn {
  position: absolute;
  left: 2rem;
  right: 2rem;
  /* 75px */
  bottom: 1.066667rem;
  /* 82px */
  height: 1.466667rem;
}

/* 提示弹窗 */
.toast-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 0;
  display: none;
}

.toast {
  font-family: PingFangSC-Regular;
  font-size: 0.347rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.133rem;
  line-height: 0.4rem;
  padding: 0.25rem 0.15rem;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 6.933rem;
}

/* 按钮 */
.login-pop .pop .click-btn {
  width: 5.333rem;
  text-align: center;
  /* margin-left: auto;
  margin-right: auto;
  margin-top: 0.16rem; */
  margin: 0 auto;
  padding-top: 0.48rem;
  padding-bottom: 0.6rem;
}
.login-pop .pop .click-btn .now-btn {
  font-size: 0.5067rem;
  font-family: PingFang;
  font-weight: 800;
  color: #3753d3;
  line-height: 1.146rem;
  background: #ffffff;
  border-radius: 0.5733rem;
}

/* 隐私协议样式 */
.pop div.agreement {
  margin: 0 0.4533rem;
  padding: 0;
}
.pop div.agreement .agreement-body {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.pop div.agreement .agreement-body .checkbox {
  cursor: pointer;
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  z-index: 99;
  background: url(../images/unchecked.png) no-repeat;
  background-size: 0.32rem;
}
.pop div.agreement .agreement-body .checkbox.checked {
  background: url(../images/checked.png) no-repeat;
  background-size: 0.32rem;
}
/* .checkbox[type=checkbox] {
  cursor: pointer;
  position: relative;
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0.32rem;
}
.checkbox[type=checkbox]::after {
  position: absolute;
  top: 0;
  width: 0.32rem;
  height: 0.32rem;
  display: inline-block;
  visibility: visible;
  text-align: center;
  content: ' ';
  border-radius: 0.053333rem;
  background-color: #fff;
  background: url(../images/unchecked.png) no-repeat center;
  background-size: 0.32rem 0.32rem;
}
.checkbox[type=checkbox]:checked::after {
  background: url(../images/checked.png) no-repeat center;
  background-size: 0.32rem 0.32rem;
} */
.pop div.agreement .agreement-body .label {
  padding-left: 0.4rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #cad7ff;
  line-height: 1;
  opacity: 0.9;
  /* transform: scale(0.8); */
  white-space: nowrap;
}
.pop div.agreement .agreement-body .statement {
  font-size: 0.266666rem;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: underline;
  color: #6efdff;
  line-height: 1;
  opacity: 0.9;
  /* transform: scale(0.8); */
  white-space: nowrap;
}

.pop div.agreement .agreement-tips {
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #abbaf4;
  line-height: 0.32rem;
  opacity: 0.9;
}

.forbid-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  display: none;
}
.forbid-mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.93333rem;
}
