* {
  margin: 0;
  padding: 0;
}
i {
  display: block;
  font-style: normal;
}
.pop_reserve,
.pop_tip {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  font-family: 'AaKaiTi', sans-serif;
}
.pop_reserve .pop_reserve_box {
  transform: scale(1.1);
  position: relative;
  width: 6.46rem;
  height: 3.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/pop_bg1.png') center / 100% 100% no-repeat;
  box-sizing: border-box;
  padding-top: 0.5rem;
}
.pop_reserve .pop_reserve_box.mode_phone {
  height: 5.3rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/pop_bg_phone.png');
}
.pop_reserve .pop_reserve_box .close {
  position: absolute;
  right: 0.18rem;
  top: 0.2rem;
  width: 0.35rem;
  height: 0.35rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/close_btn.png') center / contain no-repeat;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .pop_title {
  position: relative;
  width: 3.39rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_reserve .pop_reserve_box .pop_title i.title_deco_i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 3.39rem;
  height: 0.27rem;
  margin-top: -0.135rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/pop_deco.png') center / contain no-repeat;
  pointer-events: none;
}
.pop_reserve .pop_reserve_box .pop_title span {
  position: relative;
  z-index: 1;
  font-size: 0.28rem;
  color: #ffebb9;
  line-height: 0.32rem;
  letter-spacing: 0.01rem;
  white-space: nowrap;
}
.pop_reserve .pop_reserve_box .platform_btns {
  display: flex;
  margin-top: 0.35rem;
  gap: 0.15rem;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn {
  width: 1.49rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn span {
  font-size: 0.23rem;
  color: rgba(255, 235, 185, 0.5);
  line-height: 0.36rem;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn.on {
  border-color: transparent;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/platform_btn_active.png') center / 100% 100% no-repeat;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn.on span {
  color: #ffebb9;
  opacity: 1;
}
.pop_reserve .pop_reserve_box .pop_tabs {
  position: relative;
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 0.41rem;
}
.pop_reserve .pop_reserve_box .pop_tabs::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6.73rem;
  height: 0.02rem;
  margin-left: -3.365rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/divider.png') center / 100% 100% no-repeat;
  pointer-events: none;
}
.pop_reserve .pop_reserve_box .pop_tabs .tab_active_i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.89rem;
  height: 0.41rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/tab_active.png') center / contain no-repeat;
  transition: left 0.2s ease;
  pointer-events: none;
}
.pop_reserve .pop_reserve_box .pop_tabs .tab_item {
  position: relative;
  z-index: 1;
  width: 1.89rem;
  height: 0.41rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .pop_tabs .tab_item span {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.26rem;
}
.pop_reserve .pop_reserve_box .pop_tabs .tab_item.on span {
  color: #ffe2a0;
}
.pop_reserve .pop_reserve_box .tab_content {
  width: 100%;
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.pop_reserve .pop_reserve_box .tab_content.on {
  display: flex;
}
.pop_reserve .pop_reserve_box .tab_qrcode {
  padding-top: 0.36rem;
}
.pop_reserve .pop_reserve_box .tab_qrcode .qr_box {
  position: relative;
  width: 1.78rem;
  height: 1.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/qr_border.png') center / contain no-repeat;
}
.pop_reserve .pop_reserve_box .tab_qrcode .qr_box img {
  width: 1.71rem;
  height: 1.71rem;
  display: block;
}
.pop_reserve .pop_reserve_box .tab_qrcode .qr_hint {
  margin-top: 0.14rem;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.24rem;
  text-align: center;
  letter-spacing: 0.04rem;
}
.pop_reserve .pop_reserve_box .tab_xcx {
  justify-content: center;
  padding-top: 0.1rem;
}
.pop_reserve .pop_reserve_box .tab_xcx .xcx_btn {
  position: relative;
  width: 2.31rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/submit_btn_hover.png') center / 100% 100% no-repeat;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .tab_xcx .xcx_btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pop_reserve .pop_reserve_box .tab_xcx .xcx_btn span {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.28rem;
}
.pop_reserve .pop_reserve_box .tab_phone {
  padding-top: 0.28rem;
  width: 5.29rem;
}
.pop_reserve .pop_reserve_box .tab_phone .phone_input,
.pop_reserve .pop_reserve_box .tab_phone .code_input {
  width: 5.29rem;
  height: 0.53rem;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/input_bg.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 0.12rem;
  font-size: 0.2rem;
  color: #fff;
  font-family: 'AaKaiTi', sans-serif;
  line-height: 0.53rem;
}
.pop_reserve .pop_reserve_box .tab_phone .phone_input::placeholder,
.pop_reserve .pop_reserve_box .tab_phone .code_input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pop_reserve .pop_reserve_box .tab_phone .code_row {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  width: 5.29rem;
  gap: 0.06rem;
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .code_input {
  width: 3.79rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/code_input_bg.png');
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .sms_btn {
  width: 1.44rem;
  height: 0.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/sms_btn.png') center / 100% 100% no-repeat;
  cursor: pointer;
  flex-shrink: 0;
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .sms_btn span {
  font-size: 0.21rem;
  color: #fff;
  line-height: 0.24rem;
  white-space: nowrap;
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .sms_btn.disabled {
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/sms_btn_disabled.png');
  cursor: default;
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .sms_btn.disabled span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.18rem;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  width: 100%;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box i.check_i {
  position: relative;
  width: 0.24rem;
  height: 0.24rem;
  flex-shrink: 0;
  box-sizing: border-box;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/checkbox_border.png') center / contain no-repeat;
  opacity: 0.5;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box i.check_i.on {
  opacity: 1;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box i.check_i.on::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.18rem;
  height: 0.13rem;
  margin: -0.065rem 0 0 -0.09rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/checkbox_check.png') center / contain no-repeat;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box .agree_text {
  margin-left: 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 0.19rem;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box .agree_text a {
  display: inline;
  width: auto;
  height: auto;
  color: #f4d28f;
  text-decoration: none;
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn {
  width: 2.31rem;
  height: 0.5rem;
  margin-top: 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/submit_btn.png') center / 100% 100% no-repeat;
  cursor: pointer;
  opacity: 0.55;
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn span {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.28rem;
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn.ready {
  opacity: 1;
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/submit_btn_hover.png');
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn.done {
  opacity: 1;
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/submit_btn_done.png');
  cursor: default;
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn.done span {
  color: rgba(255, 255, 255, 0.6);
}
.pop_tip .pop_tip_box {
  position: relative;
  width: 6.46rem;
  height: 3.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(18, 16, 20, 0.96);
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/tip_bg.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 0.6rem;
}
.pop_tip .pop_tip_box .close {
  position: absolute;
  right: 0.18rem;
  top: 0.2rem;
  width: 0.35rem;
  height: 0.35rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/close_btn.png') center / contain no-repeat;
  cursor: pointer;
}
.pop_tip .pop_tip_box .tip_title {
  position: relative;
  width: 2.33rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_tip .pop_tip_box .tip_title i.title_deco_i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.33rem;
  height: 0.35rem;
  margin-top: -0.175rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/tip_deco.png') center / contain no-repeat;
  pointer-events: none;
}
.pop_tip .pop_tip_box .tip_title span {
  position: relative;
  z-index: 1;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.4rem;
}
.pop_tip .pop_tip_box .tip_msg {
  margin-top: 0.4rem;
  min-height: 0.36rem;
  padding: 0 0.5rem;
  font-size: 0.22rem;
  color: #fff;
  line-height: 0.34rem;
  text-align: center;
  word-break: break-all;
}
.pop_tip .pop_tip_box .confirm_btn {
  width: 2.62rem;
  height: 0.64rem;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/m/img/pop/confirm_btn.png') center / 100% 100% no-repeat;
  cursor: pointer;
}
.pop_tip .pop_tip_box .confirm_btn span {
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.38rem;
}
.pop_toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  display: none;
  transform: translate(-50%, -50%);
  max-width: 5.5rem;
  padding: 0.16rem 0.3rem;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(212, 191, 138, 0.4);
  border-radius: 0.06rem;
  color: #fff;
  font-size: 0.22rem;
  font-family: 'AaKaiTi', sans-serif;
  line-height: 0.3rem;
  text-align: center;
  white-space: nowrap;
}
