/* 弹窗遮罩层 */
.level-sign-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.level-sign-mask.show {
  opacity: 1;
}
.level-sign-mask-box {
  position: absolute;
  top: calc(50% - 1rem);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.34rem;
}
/* 弹窗容器（通用样式） */
.level-sign-popup {
  width: 5.6rem;
  height: 4.78rem;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/pop-bg01.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 1.8rem;
  position: relative;
}
.level-sign-popup .level-sign-popup-title {
  font-weight: 700;
  font-size: 0.4rem;
  color: #c87512;
}
.level-sign-popup .level-sign-popup-subtitle {
  font-weight: 700;
  font-size: 0.35rem;
  color: #c87512;
}
.level-sign-popup .level-sign-popup-desc {
  margin-top: 0.2rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  font-weight: 400;
  font-size: 0.3rem;
  text-align: center;
  color: #ce8023;
}
.level-sign-popup .level-sign-popup-back {
  margin: 0.2rem auto;
  height: 0.88rem;
  display: flex;
  justify-content: center;
}
.level-sign-popup .level-sign-popup-back img {
  width: auto;
  height: 0.88rem;
  border-radius: 0.16rem;
}
.level-sign-popup .level-sign-popup-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  width: 2.94rem;
  height: 0.68rem;
  background: linear-gradient(180deg, #ffc376 0%, #ff8e2b 100%);
  border-radius: 0.34rem;
  border: none;
  font-weight: 600;
  font-size: 0.28rem;
  color: #fff;
}
/* 关闭按钮（通用样式） */
.level-sign-close-btn {
  width: 0.61rem;
  height: 0.61rem;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/pop-close.png") no-repeat;
  background-size: 100% 100%;
}
.level-sign {
  margin-top: -2.4rem;
  padding: 0 0.14rem;
  position: relative;
}
.level-sign .level-sign-rule {
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  width: 1.2rem;
  height: 0.4rem;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.level-sign .level-sign-rule span {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  color: #fbbd7b;
  text-decoration: underline;
}
.level-sign .level-sign-refresh {
  position: absolute;
  top: 0.45rem;
  right: 0.28rem;
  width: 0.81rem;
  height: 0.34rem;
  background: #f7a83b;
  border-radius: 0.17rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.level-sign .level-sign-refresh .level-sign-refresh-icon {
  width: 0.18rem;
  height: 0.16rem;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/refresh.png") no-repeat;
  background-size: 100% 100%;
}
.level-sign .level-sign-refresh span {
  margin-left: 0.02rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
}
.level-sign .level-sign-bg {
  width: 7.22rem;
  height: 2.58rem;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/sign-bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.level-sign .level-sign-bg .sign-item {
  margin-top: 1.16rem;
}
.level-sign .level-sign-bg .sign-item .status-img img {
  width: 0.88rem;
  height: 0.91rem;
}
.level-sign .level-sign-bg .sign-item .status-img-lottery {
  margin-top: -0.06rem;
}
.level-sign .level-sign-bg .sign-item .status-img-lottery img {
  width: 1.12rem;
  height: 0.97rem;
}
.level-sign .level-sign-bg .sign-item .status-img-open {
  margin-top: 0.09rem;
}
.level-sign .level-sign-bg .sign-item .status-img-open img {
  width: 0.88rem;
  height: 0.82rem;
}
.level-sign .level-sign-bg .sign-item .sign-text {
  margin-top: 0.08rem;
  font-weight: 300;
  font-size: 0.18rem;
  color: #333333;
  width: 0.88rem;
  text-align: center;
}
/* 弹窗遮罩层 */
.level-sign-rule-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.level-sign-rule-mask.show {
  opacity: 1;
}
.level-sign-rule-mask-box {
  position: absolute;
  top: calc(50% - 1rem);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.34rem;
}
/* 弹窗容器（通用样式） */
.level-sign-rule-popup {
  width: 6rem;
  height: 8.8rem;
  border-radius: 0.4rem;
  background-color: #fff;
}
.level-sign-rule-popup .level-sign-rule-popup-img-box {
  width: 6rem;
  height: 8rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.level-sign-rule-popup .level-sign-rule-popup-img {
  overflow: hidden;
  width: 5.8rem;
  height: 26.4rem;
  background-image: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/rule_bg.png");
  background-size: 100% 100%;
}
/* 关闭按钮（通用样式） */
.level-sign-rule-close-btn {
  width: 0.61rem;
  height: 0.61rem;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/pop-close.png") no-repeat;
  background-size: 100% 100%;
}
.level-sign-address-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
  z-index: 999;
}
.level-sign-address-popup {
  position: relative;
  width: 5.56rem;
  height: 6.13rem;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/pop-address-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 0.9rem 0.4rem 0.4rem;
}
.level-sign-address-popup .btn-box {
  display: -webkit-flex;
  margin: 0.2rem auto;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/pop-address-btn.png") no-repeat;
  background-size: 100% 100%;
  width: 4.04rem;
  height: 1rem;
}
.level-sign-address-popup .formBox {
  width: 100%;
}
.level-sign-address-popup .formBox .formItem {
  width: 100%;
  margin-top: 0.2rem;
  padding: 0 0.1rem 0.15rem;
  border-bottom: 0.02rem solid #ececec;
}
.level-sign-address-popup .formBox .formItem span {
  display: inline-block;
  width: 30%;
  line-height: 0.4rem;
  color: #666666;
  font-size: 0.2596rem;
}
.level-sign-address-popup .formBox .formItem input {
  display: inline-block;
  width: 70%;
  height: 0.4rem;
  font-size: 0.26rem;
  border: 0;
  background-color: transparent;
  text-align: right;
}
.level-sign-address-popup .formBox .formItem.addressbox .selectBox {
  position: relative;
  display: inline-block;
  width: 35%;
  height: 0.4rem;
  background-color: transparent;
}
.level-sign-address-popup .formBox .formItem.addressbox .selectBox .selectIconIcon {
  position: absolute;
  top: 0.08rem;
  right: 0rem;
  display: inline-block;
  width: 0.13rem;
  height: 0.24rem;
  background-size: 100% 100%;
  background-image: url(https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/images/luckDrawImg/selectIcon.png);
}
.level-sign-address-popup .formBox .formItem.addressbox .selectBox select {
  display: inline-block;
  width: 80%;
  height: 100%;
  font-size: 0.26rem;
  border: 0;
  text-align: right;
  background-color: transparent;
}
.level-sign-address-popup .alert-box {
  margin-top: -0.1rem;
  font-size: 0.18rem;
  color: #b2b2b2;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
/* 关闭按钮（通用样式） */
.level-sign-address-close-btn {
  width: 0.61rem;
  height: 0.61rem;
  background: url("https://qqt-res.cmicrwx.cn/2016tyjf/xhmqqthy/res/wap/components/xdrsign/static/pop-close.png") no-repeat;
  margin-top: 0.34rem;
  background-size: 100% 100%;
}
/*# sourceMappingURL=index.css.map */