* {
  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.72);
  align-items: center;
  justify-content: center;
  font-family: 'AaKaiTi', sans-serif;
}
.pop_reserve .pop_reserve_box {
  position: relative;
  width: 9.7rem;
  height: 7.61rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/pop_bg.png') center / 100% 100% no-repeat;
  box-sizing: border-box;
  padding-top: 0.75rem;
}
.pop_reserve .pop_reserve_box.mode_phone {
  height: 7.96rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/pop_bg_phone.png');
}
.pop_reserve .pop_reserve_box .close {
  position: absolute;
  right: 0.28rem;
  top: 0.32rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/close_btn.png') center / contain no-repeat;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .pop_title {
  position: relative;
  width: 5.09rem;
  height: 0.48rem;
  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: 5.09rem;
  height: 0.41rem;
  margin-top: -0.205rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/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.32rem;
  color: #e8d7a8;
  line-height: 0.48rem;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
.pop_reserve .pop_reserve_box .platform_btns {
  display: flex;
  margin-top: 0.48rem;
  gap: 0.21rem;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn {
  width: 2.23rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 160, 110, 0.45);
  box-sizing: border-box;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn span {
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 0.4rem;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn:hover span {
  color: rgba(255, 255, 255, 0.9);
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn.on {
  border-color: transparent;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/platform_btn_active.png') center / 100% 100% no-repeat;
}
.pop_reserve .pop_reserve_box .platform_btns .platform_btn.on span {
  color: #fff;
}
.pop_reserve .pop_reserve_box .pop_tabs {
  position: relative;
  width: 9.7rem;
  margin-top: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 0.66rem;
}
.pop_reserve .pop_reserve_box .pop_tabs::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10.11rem;
  height: 0.04rem;
  margin-left: -5.055rem;
  background: linear-gradient(90deg, transparent 0%, rgba(184, 160, 110, 0.55) 20%, rgba(184, 160, 110, 0.55) 80%, transparent 100%);
  pointer-events: none;
}
.pop_reserve .pop_reserve_box .pop_tabs .tab_active_i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.83rem;
  height: 0.61rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/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: 2.83rem;
  height: 0.61rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .pop_tabs .tab_item span {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 0.37rem;
}
.pop_reserve .pop_reserve_box .pop_tabs .tab_item.on span,
.pop_reserve .pop_reserve_box .pop_tabs .tab_item:hover span {
  color: #fff;
}
.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.3rem;
}
.pop_reserve .pop_reserve_box .tab_qrcode .qr_box {
  position: relative;
  width: 2.67rem;
  height: 2.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/qr_border.png') center / contain no-repeat;
}
.pop_reserve .pop_reserve_box .tab_qrcode .qr_box img {
  width: 2.56rem;
  height: 2.56rem;
  display: block;
}
.pop_reserve .pop_reserve_box .tab_qrcode .qr_hint {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 0.36rem;
  text-align: center;
}
.pop_reserve .pop_reserve_box .tab_phone {
  padding-top: 0.24rem;
  width: 7.95rem;
}
.pop_reserve .pop_reserve_box .tab_phone .phone_input,
.pop_reserve .pop_reserve_box .tab_phone .code_input {
  width: 7.95rem;
  height: 0.8rem;
  box-sizing: border-box;
  border: 1px solid rgba(184, 160, 110, 0.45);
  outline: none;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/input_bg.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 0.22rem;
  font-size: 0.24rem;
  color: #fff;
  font-family: 'AaKaiTi', sans-serif;
  line-height: 0.8rem;
}
.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.4);
}
.pop_reserve .pop_reserve_box .tab_phone .code_row {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  width: 7.95rem;
  gap: 0.1rem;
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .code_input {
  width: 5.69rem;
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/code_input_bg.png');
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .sms_btn {
  width: 2.16rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/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.24rem;
  color: #fff;
  line-height: 0.36rem;
  white-space: nowrap;
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .sms_btn:hover:not(.disabled) {
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/sms_btn_hover.png');
}
.pop_reserve .pop_reserve_box .tab_phone .code_row .sms_btn.disabled {
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/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);
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box {
  display: flex;
  align-items: center;
  margin-top: 0.27rem;
  width: 100%;
  cursor: pointer;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box i.check_i {
  position: relative;
  width: 0.35rem;
  height: 0.35rem;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid rgba(212, 191, 138, 0.7);
  background: rgba(0, 0, 0, 0.2);
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box i.check_i.on {
  border-color: transparent;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/checkbox_checked_bg.png') center / contain no-repeat, rgba(0, 0, 0, 0.2);
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box i.check_i.on::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.27rem;
  height: 0.18rem;
  margin: -0.09rem 0 0 -0.135rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/checkbox_check.png') center / contain no-repeat;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box .agree_text {
  margin-left: 0.14rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.23rem;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box .agree_text a {
  display: inline;
  color: #d4bf8a;
  text-decoration: none;
}
.pop_reserve .pop_reserve_box .tab_phone .agree_box .agree_text a:hover {
  text-decoration: underline;
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn {
  width: 3.47rem;
  height: 0.74rem;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/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.28rem;
  color: #fff;
  line-height: 0.41rem;
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn.ready {
  opacity: 1;
}
.pop_reserve .pop_reserve_box .tab_phone .submit_btn.ready:hover {
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/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/fab/img/pop/submit_btn_disabled.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: 9.7rem;
  height: 5.11rem;
  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/fab/img/pop/tip_bg.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 0.9rem;
}
.pop_tip .pop_tip_box .close {
  position: absolute;
  right: 0.28rem;
  top: 0.32rem;
  width: 0.5rem;
  height: 0.5rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/close_btn.png') center / contain no-repeat;
  cursor: pointer;
}
.pop_tip .pop_tip_box .tip_title {
  position: relative;
  width: 3.5rem;
  height: 0.61rem;
  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: 3.5rem;
  height: 0.52rem;
  margin-top: -0.26rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/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.4rem;
  color: #fff;
  line-height: 0.61rem;
}
.pop_tip .pop_tip_box .tip_msg {
  margin-top: 0.6rem;
  min-height: 0.5rem;
  padding: 0 0.8rem;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.46rem;
  text-align: center;
  word-break: break-all;
}
.pop_tip .pop_tip_box .confirm_btn {
  width: 3.31rem;
  height: 0.81rem;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/confirm_btn.png') center / 100% 100% no-repeat;
  cursor: pointer;
}
.pop_tip .pop_tip_box .confirm_btn span {
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.48rem;
}
.pop_tip .pop_tip_box .confirm_btn:hover {
  background-image: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/confirm_btn_hover.png');
}
.pop_toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  display: none;
  transform: translate(-50%, -50%);
  width: 4.93rem;
  height: 0.91rem;
  background: url('https://media.zlongame.com/media/pictures/cn/7jiemt/cbt3/fab/img/pop/toast_pop.png') center / contain no-repeat;
  color: #fff;
  font-size: 0.27rem;
  font-family: 'AaKaiTi', sans-serif;
  line-height: 0.91rem;
  text-align: center;
  white-space: nowrap;
}
