* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-weight: bold;
  font-family: '方正小篆', '华文仿宋篆', '庞门正道篆书', serif;
  overflow-y: auto;
}

[v-cloak] {
  display: none;
}

/* ===== 全局滚动条样式 ===== */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: #583c25;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #e8c68b;
}

.app-container {
  height: 2160px;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  min-width: 1915px;
}

.page1 {
  background: url('../images/bg1.jpg') no-repeat center/100% 100%;
  height: 1212px;
}
.page2 {
  background: url('../images/bg2.jpg') no-repeat center/100% 100%;
  height: 1158px;
}
.page3 {
  background: url('../images/bg3.jpg') no-repeat center/100% 100%;
  height: 1831px;
}
.page4 {
  background: url('../images/bg4.jpg') no-repeat center/100% 100%;
  height: 2077px;
  margin-top: -3px;
}

.page5 {
  background: #293b23;
  height: 300px;
}

.login-btn {
  position: absolute;
  top: 10px;
  right: 53px;
  width: 112px;
  height: 54px;
}

.login-bind {
  position: absolute;
  top: 12px;
  right: 180px;
  width: 112px;
  height: 52px;
  background: url(../images/bindBtn.png) no-repeat center / 100% 100%;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.middleX {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.middleXY {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.yyBtn {
  width: 253px;
  height: 100px;
  margin-top: 830px;
  cursor: pointer;
}

.gwBtn {
  width: 255px;
  height: 74px;
  position: absolute;
  right: 0;
  top: 180px;
  cursor: pointer;
}

.gzBtn {
  cursor: pointer;
  width: 63px;
  height: 64px;
  position: absolute;
  margin-top: 75px;
  transform: translateX(760%);
  background: url(../images/ruleBtn.png) no-repeat center / 100% 100%;
}

.yyResult {
  position: absolute;
  right: 0;
  margin-top: 350px;
  width: 297px;
  height: 412px;
}

.yyAppointment {
  position: absolute;
  right: 0;
  margin-top: 800px;
  width: 192px;
  height: 161px;
  background: url(../images/yyContent_v2.png) no-repeat center / 100% 100%;
  flex-direction: column;
}

.yyAppointment a {
  flex: 1;
  width: 100%;
}

.rebate-container {
  width: 1440px;
  height: 760px;
  top: 1230px;
  transform: translateX(-52%);
  background: url('../images/actMain.png') no-repeat center/100% 100%;
}

.rebate-info {
  margin-top: 115px;
  margin-left: 40px;
  width: 80%;
  height: 400px;
}

.rebate-info .rebate-item {
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #362b29;
  font-size: 34px;
  line-height: 75px;
  flex: 1;
}

.rebate-btns {
  margin-top: 530px;
  width: 50%;
  transform: translateX(-44%);
  justify-content: space-around;
}

.rebate-btns .rebates {
  background: url(../images/btn0.png) no-repeat top center / 100% 100%;
  width: 220px;
  height: 65px;
  color: #fce9bd;
  font-size: 28px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 15px;
  top: 0;
}

.rebate-btns .rebates-rule {
  background: url(../images/btn2.png) no-repeat top center / 100% 100%;
  font-size: 28px;
  letter-spacing: 10px;
  top: 0;
}

.activity-time-modal {
  width: 635px;
  height: 379px;
  position: fixed;
  z-index: 2;
}

.rebate-tips {
  background: url(../images/tipPopup.png) no-repeat center / 100% 100%;
  position: absolute;
  transform: translateX(-74%);
  left: 40%;
  margin-top: 225px;
  color: #362b29;
  font-size: 24px;
  text-align: left;
  width: 400px;
  height: 145px;
  line-height: 30px;
  letter-spacing: 4px;
  padding-top: 18px;
  font-weight: 400;
}

.activity-time-content {
  margin-top: 110px;
  text-align: center;
  color: #644e31;
  font-size: 22px;
  line-height: 2;
  flex-direction: column;
}

.activity-time-content p {
  width: 100%;
}

.close-btn {
  top: 30px;
  right: 35px;
  position: absolute;
  width: 42px;
  height: 43px;
  background: url('../images/closeBtn.png') no-repeat center/100% 100%;
}

.popupToolBtn {
  position: absolute;
  bottom: 35px;
  width: 200px;
  height: 88px;
  color: #ffffff;
  text-decoration: none;
  font-size: 26px;
  text-shadow:
    -2px -2px 0 #6d4e2a,
    2px -2px 0 #6d4e2a,
    -2px 2px 0 #6d4e2a,
    2px 2px 0 #6d4e2a,
    -2px 0px 0 #6d4e2a,
    2px 0px 0 #6d4e2a,
    0px -2px 0 #6d4e2a,
    0px 2px 0 #6d4e2a;
  background: url('../images/popupBtn1.png') no-repeat center/100% 100%;
}

/* ===== 模态背景 ===== */
.login-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

.login-modal-overlay .login-close {
  width: 50px;
  height: 55px;
  right: 20px;
  top: 12px;
}

.popup-mask {
  z-index: revert-layer;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== 登录卡片 ===== */
.login-card {
  width: 620px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation: slideDown 0.3s ease;
  position: relative;
  padding: 100px 70px 40px 70px;
  background: url(../images/toolPopup.png) no-repeat center / 100% 100%;
}

.login-card::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 2px solid #c9a96e;
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
}

/* ===== 关闭按钮 ===== */
.login-close {
  width: 68px;
  height: 75px;
  position: absolute;
  right: 35px;
  top: 25px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
  font-size: 0;
  background: url(../images/closeBtn.png) no-repeat center / 100% 100%;
}

.login-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.login-close:hover {
  transform: scale(1.1);
}

/* ===== 标签页 ===== */
.login-tabs {
  display: flex;
  padding: 0;
  gap: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.login-tab-button {
  flex: 1;
  padding: 12px 10px;
  background: #e8b48c;
  cursor: pointer;
  font-size: 24px;
  color: #8a3d0c;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 0;
  border-top: 2px dashed #d8a983;
  border-bottom: 2px dashed #d8a983;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    0 1px 0 #fff;
}

.login-tab-button:first-child {
  border-radius: 6px 0 0 6px;
  border-left: 2px dashed #d8a983;
  border-right: none;
}

.login-tab-button:last-child {
  border-radius: 0 6px 6px 0;
  border-right: 2px dashed #d8a983;
  border-left: none;
}

.login-tab-button.active {
  color: #53351f;
  background: #edcfaa;
}

.login-tab-button.active::after {
  display: none;
}

/* ===== 表单内容 ===== */
.login-content {
  padding: 10px 10px 0;
  min-height: 280px;
  position: relative;
  z-index: 1;
}

.login-tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}

.login-tab-pane.active {
  display: block;
}

/* ===== 表单组 ===== */
.login-form-group {
  margin-bottom: 16px;
}

.login-form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-label {
  font-size: 14px;
  color: #5a3e1b;
  font-weight: bold;
  white-space: nowrap;
  min-width: 85px;
  text-align: right;
}

.login-field {
  flex: 1;
  position: relative;
}

.login-code-field {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.login-code-field .login-input {
  flex: 1;
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.login-form-group.code-group {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.login-form-group label {
  display: block;
  color: #643016;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: right;
  width: 120px;
}

/* ===== 输入框 ===== */
.login-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #5e5c59;
  border-radius: 4px;
  font-size: 14px;
  color: #47382c;
  transition: all 0.3s ease;
  background: #ffffff;
  font-weight: 500;
  box-sizing: border-box;
}

.login-input::placeholder {
  color: #bbb;
}

.login-input:focus {
  outline: none;
  background: #ffffff;
}

/* ===== 验证码输入框 ===== */
.login-input-with-button {
  display: flex;
  gap: 10px;
  align-items: center;
}

.login-input-with-button .login-input {
  flex: 1;
}

/* ===== 验证码按钮 ===== */
.login-code-btn {
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #5e5c59;
  border-radius: 0 4px 4px 0;
  border-left: none;
  color: #f7ec9c;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 90px;
  text-align: center;
  white-space: nowrap;
  height: 38px;
  line-height: 13px;
  letter-spacing: 1px;
  text-shadow:
    -1px -1px 0 #c95e1c,
    1px -1px 0 #c95e1c,
    -1px 1px 0 #c95e1c,
    1px 1px 0 #c95e1c,
    -1px 0 0 #c95e1c,
    1px 0 0 #c95e1c,
    0 -1px 0 #c95e1c,
    0 1px 0 #c95e1c;
}

.login-code-btn:disabled {
  cursor: not-allowed;
}

/* ===== 密码显示按钮 ===== */
.login-input-password {
  position: relative;
  width: 100%;
}

.login-input-password .login-input {
  width: 100%;
  padding-right: 45px;
}

.login-password-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  font-size: 18px;
  transition: color 0.3s;
}

.login-password-toggle:hover {
  color: #3db0c9;
}

/* ===== 账号选择框 ===== */
.user-popup {
  position: fixed;
  width: 550px;
  background: #fff;
  min-height: 500px;
  z-index: 101;
  padding: 20px;
}

.user-popup .login-close {
  top: 10px;
  right: 10px;
  margin-top: 0;
  width: 48px;
  height: 55px;
}

.userListTips {
  color: #333;
  line-height: 40px;
}

.userList {
  overflow: auto;
}
.userList ul {
  height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
}

.userList li {
  color: #38393b;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
  margin: 10px auto;
  padding: 0 10px;
}

.userList li p {
  padding: 0;
  margin: 0;
}

.userList li p span {
  color: #4c7ec9;
}

.userLoginBtn {
  padding: 2px 28px;
  color: #884b26;
  cursor: pointer;
  background: url(../images/toolBtn.png) no-repeat center / 100% 100%;
}

/* ===== 协议复选框 ===== */
.login-agreement {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #5a3e1b;
  line-height: 1.6;
  padding-left: 15px;
}

.login-agreement input[type='checkbox'] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #9e7e6c;
  border-radius: 50%;
  flex-shrink: 0;
}

.login-agreement-text {
  flex: 1;
  color: #51392b;
}

.login-agreement-link {
  color: #b95716;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}

/* ===== 登录按钮 ===== */
.login-submit-wrap {
  text-align: center;
  margin-top: 15px;
}

.login-submit-btn {
  display: inline-block;
  padding: 12px 60px 17px 60px;
  background: url(../images/toolBtn.png) no-repeat center / 100% 100%;
  color: #884b26;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* ===== 底部链接 ===== */
.login-footer-links {
  text-align: right;
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
  padding-right: 5px;
}

.login-footer-link {
  color: #b95716;
  text-decoration: none;
  cursor: pointer;
  margin: 0 5px;
  transition: color 0.3s;
}

.login-footer-link:hover {
  color: #b95716;
  text-decoration: underline;
}

/* ===== 加载状态 ===== */
.login-loading {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 6px;
  vertical-align: -2px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ===== 提示信息 ===== */
.login-error-tip {
  color: #f4615f;
  font-size: 12px;
  margin-top: 6px;
  display: none;
}

.login-error-tip.show {
  display: block;
}

.rebates {
  background: url(../images/btn1.png) no-repeat top center/100% 100%;
  width: 330px;
  height: 125px;
  top: 900px;
  color: #a95e59;
  font-size: 34px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 15px;
}

.rebates-rule {
  background: url(../images/btn0.png) no-repeat top center/100% 100%;
  width: 220px;
  height: 65px;
  top: 1015px;
  color: #fce9bd;
  font-size: 28px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 15px;
}

.rebates-tip {
  font-size: 22px;
  color: #a95e59;
  text-align: center;
  letter-spacing: 3px;
  width: 100%;
  margin: 8px auto;
  top: 1090px;
}

.rebates-tip1 {
  top: 1130px;
}

.rebates-login {
  color: #362b29;
  font-size: 26px;
  text-align: center;
  top: 90px;
  right: 30px;
  position: absolute;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    0 1px 0 #fff;
}

.rebates-login a {
  color: #672718;
}

/* ===== 规则弹窗 ===== */

.rule-popup .rule-cont {
  height: 505px;
  width: 85%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 20px;
  color: #3c2919;
  line-height: 50px;
  margin-top: 200px;
  font-weight: 400;
}

.rule-popup .rule-cont p {
  padding: 0 15px;
}

.secondary-close {
  width: 42px;
  height: 43px;
  position: absolute;
  right: 55px;
  top: 50px;
  border: none;
  background: url(../images/closeBtn.png) no-repeat center / 100% 100%;
}

/*  ===== 区服和角色选择 ===== */

.tck-server {
  background: url(../images/toolPopup.png) no-repeat top center / 100% 100%;
  position: fixed;
  z-index: 101;
  width: 650px;
  min-height: 480px;
}

.select {
  padding: 90px 50px 0;
  color: #644e31;
  font-weight: 400;
}

.server-checkbox {
  color: #644e31 !important;
}

.server-checkbox a {
  color: #644e31 !important;
}

.dropdown {
  position: absolute;
  top: 60px;
  left: 135px;
  width: 414px;
  background: white;
  border: 1px solid #ccc1b0;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  line-height: 30px;
  font-size: 20px;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

.select li {
  position: relative;
  background: url(../images/selectBg.png) no-repeat right center;
  width: 100%;
  height: 69px;
  line-height: 69px;
  padding: 5px 0;
  font-size: 24px;
  margin: 15px auto;
}

.select li > div {
  position: relative;
  height: 100%;
}

#select-server,
#select-role {
  position: absolute;
  right: 0px;
  top: 0;
  color: #948a7a;
  font-size: 20px;
  width: 340px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding-right: 70px;
}

#select-server:hover,
#select-role:hover {
  color: #644e31;
}

.sure {
  background: url(../images/toolBtn.png) no-repeat top center / 100% 100%;
  width: 175px;
  height: 66px;
  color: #884b26;
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
  line-height: 66px;
  font-size: 24px;
}

.van-checkbox__icon--checked .van-icon,
.van-checkbox__icon .van-icon {
  margin: 0 20px 0 0;
}

.van-checkbox__label {
  line-height: 25px !important;
}

/* ===== 弹窗部分 ===== */
.notice-popup {
  padding: 0 44px;
  width: 615px;
  height: 379px;
  position: fixed;
}

.notice-popup .noticeTips {
  font-size: 22px;
  color: #674d2f;
  text-align: center;
  font-weight: 400;
  width: 100%;
  margin: 8px auto;
  top: 1200px;
}

.notice-popup .noticeTips div {
  width: 100%;
}

/* 抽奖样式 */
.ruleDrawBtn {
  font-size: 22px;
  margin-top: 363px;
  color: #f8ecd6;
  left: 30%;
  border-bottom: 1px solid;
  height: 32px;
}

.drawDoubleBtn {
  margin-top: 875px;
  color: #9d8c72;
  transform: translateX(60%);
}

.drawDoubleBtn a {
  font-size: 22px;
  border-bottom: 1px solid;
  height: 32px;
  margin: 0 25px;
  color: #6b5437;
}

.lottery-board {
  margin-top: 425px;
}

.lottery-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.lottery-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 291px;
  height: 133px;
  background: url(../images/draw_grey.png) no-repeat top center / 100% 100%;
}

.lottery-item.active {
  background: url(../images/draw_light.png) no-repeat top center/100% 100%;
}

.lottery-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
  margin-top: 5px;
}

.lottery-item p {
  font-size: 16px;
  color: #8b5d22;
  text-align: center;
  word-break: break-all;
}

.lottery-btn {
  width: 210px;
  height: 83px;
  background: url(../images/drawBtn.png) no-repeat top center / 100% 100%;
  border: none;
  cursor: pointer;
  margin-top: 846px;
  color: #674e11;
  font-size: 14px;
  text-align: center;
  line-height: 112px;
}

.lottery-btn:disabled {
  cursor: not-allowed;
}

/* 抽奖结果弹窗 */
.lottery-result-popup {
  background: url(../images/prize_win.png) no-repeat top center / 100% 100%;
  text-align: center;
  width: 855px;
  height: 652px;
  position: fixed;
}

.lottery-fail-popup {
  width: 838px;
  height: 525px;
  position: fixed;
  background: url(../images/prize_fail.png) no-repeat top center / 100% 100%;
}

.lottery-result-popup .login-close {
  top: 145px;
  right: 40px;
  width: 48px;
  height: 55px;
}
.lottery-fail-popup .login-close {
  top: 15px;
}

.result-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
  position: absolute;
  margin-top: 307px;
  margin-left: 10px;
}

.result-btn {
  font-size: 20px;
  margin-top: 488px;
  position: absolute;
  margin-left: 215px;
  color: red;
  height: 30px;
  border-bottom: 1px solid;
}

.lottery-tip {
  font-size: 16px;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 603px;
  color: #e85551;
}

.lottery-result-content h3 {
  font-size: 20px;
  color: #fefbd5;
  text-align: center;
  position: absolute;
  bottom: 76px;
  width: 100%;
  text-indent: 15px;
}

.result-value {
  font-size: 20px;
  color: #ffd700;
  margin-bottom: 20px;
  font-weight: bold;
}

.result-tip {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.notice-popup .noticeTips div:nth-child(1) {
  height: 150px;
  margin-top: 90px;
  line-height: 40px;
}

.notice-popup .secondary-close {
  top: 30px;
}

.notice-btn {
  background: url(../images/popupBtn1.png) no-repeat top center / 100% 100%;
  width: 200px;
  height: 88px;
  color: white;
  font-size: 24px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 15px;
  margin: 10px 20px;
  line-height: 30px;
}

.notice-btn2 {
  background: url(../images/popupBtn2.png) no-repeat top center / 100% 100%;
}
.van-checkbox__icon {
  font-size: 25px;
}
.allRecharge {
  position: absolute;
  top: 147px;
  left: 228px;
  color: #672718;
  font-size: 22px;
  z-index: 2;
  cursor: pointer;
}
/* 中奖记录弹窗样式 */
.recharge-detail-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  width: 984px;
  height: 782px;
  background: url(../images/toolPopup.png) no-repeat top center / 100% 100%;
}

.titlePopup {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #4b3320;
  margin-top: 130px;
}

.titlePopup img {
  width: 246px;
  height: 25px;
  margin: 0 30px;
}

.recharge-detail-header {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.recharge-item {
  padding: 0 15px;
  width: 65%;
  margin: 0 auto;
  height: 520px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 195px;
}

.recharge-image {
  position: absolute;
  width: 100px;
  height: 100px;
  object-fit: contain;
  top: 10px;
  right: 50px;
}

.recharge-info {
  color: #38393b;
  line-height: 40px;
  margin: 10px auto;
  border-bottom: 1px dashed #38393b;
  position: relative;
}

.recharge-amount {
  font-weight: bold;
  color: #e85551;
  font-size: 20px;
}

.recharge-account,
.recharge-time {
  font-size: 16px;
  color: #666;
}

.recharge-address {
  color: red;
  border-bottom: 1px solid;
  cursor: pointer;
}

.no-recharge-data {
  text-align: center;
  padding: 10px;
  color: #836c4f;
  background: #dfc9a3;
  width: 95%;
  margin: 0 auto;
  margin-top: 400px;
  font-size: 28px;
}

.recharge-detail-footer {
  text-align: center;
}

.recharge-detail-btn {
  width: 100px;
  height: 36px;
  line-height: 36px;
  background: #06b2cb;
  color: white;
  border-radius: 4px;
  margin: 0 auto;
}
.redColor {
  color: red;
}
.guideBtn {
  width: 248px;
  height: 93px;
  font-size: 23px;
  text-indent: 10px;
  position: absolute;
  top: 114px;
  right: 167px;
  letter-spacing: 4px;
  z-index: 2;
}

.yyTips {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  width: 100%;
  margin-top: 317px;
  background: linear-gradient(to bottom, #fada88 0%, /* 顶部亮黄 */ #f8d67d 30%, /* 金黄 */ #f1c65b 100% /* 底部深棕金 */);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yyTipsDouble {
  margin-top: 823px;
  flex-direction: column;
  width: 500px;
}

.yyTipsDouble p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
}

.yyTipsDouble p:nth-child(1) {
  color: #654230;
  background: #c8ba9c;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.yyTipsDouble p:nth-child(2) {
  color: #7d5946;
  background: #d3c8b0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.milestone-content {
  margin-top: 400px;
  height: 410px;
  width: 1000px;
}
.milestone-item {
  position: relative;
}
.milestone-item img {
}
.milestone-item img:nth-child(2) {
  position: absolute;
  left: 55px;
  top: 21px;
}
.milestone1 {
  left: 62px;
  top: 120px;
}
.milestone2 {
  left: 33px;
  top: 64px;
}
.milestone3 {
  left: 3px;
  top: 7px;
}
.milestone4 {
  left: -34px;
  top: -50px;
}
.milestone5 {
  left: -65px;
  top: -104px;
}
.milestone6 {
  left: -65px;
  top: -84px;
}

.milestone-grey {
  filter: grayscale(1);
}

.milestone-content .milestone-item .qz-grey {
  top: 30px;
  left: 68px;
}

.van-loading--vertical {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.van-loading__text {
  font-size: 16px !important;
}

/* ===== 收货地址表单样式 ===== */
.address-form {
  padding: 20px 45px;
  max-height: 400px;
  overflow-y: auto;
  margin: 0 auto;
  margin-top: 231px;
  width: 80%;
}

.address-form-group {
  margin-bottom: 45px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.address-form-group label {
  min-width: 105px;
  font-size: 20px;
  color: #5a3e1b;
  font-weight: bold;
  margin-top: 8px;
  text-align: right;
}

.address-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #5e5c59;
  border-radius: 4px;
  font-size: 18px;
  color: #47382c;
  background: #ffffff;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.3s ease;
  font-family: inherit;
}

.address-input::placeholder {
  color: #bbb;
}

.address-input:focus {
  border-color: #b8956f;
  background: #fffaf0;
}

.address-error {
  color: #d9534f;
  font-size: 14px;
  margin-top: 50px;
  position: absolute;
  margin-left: 125px;
}

.address-submit-btn {
  width: 30%;
  padding: 12px 20px;
  background: url(../images/drawBg2.png) no-repeat top center / 100% 100%;
  color: #5a3e1b;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.address-submit-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.taskUl {
  margin-top: 1295px;
  height: 330px;
  overflow-x: auto;
  overflow-y: auto;
  padding: 0 14px;
}

.taskUl li {
  width: 942px;
  height: 62px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
  color: #907a62;
  background: url(../images/taskBg.png) no-repeat top center / 100% 100%;
}

.taskUl li div:nth-child(1) {
  text-indent: 50px;
  width: 35%;
  font-size: 22px;
  font-weight: bold;
}

.taskUl li div:nth-child(2) {
  width: 50%;
  text-align: right;
  padding-right: 45px;
}

.taskUl li span {
  display: flex;
  align-items: center;
  justify-content: end;
}

.taskUl li img {
  width: 25px;
  height: auto;
  margin: 0 5px;
}

.task-item {
  color: #6e523a;
}

.taskUl li a {
  margin-left: 10px;
}

.taskUl li a.btn1 {
  width: 108px;
  height: 44px;
  background: url(../images/btn1.png) no-repeat top center / 100% 100%;
}

.taskUl li a.btn2 {
  width: 84px;
  height: 46px;
  margin-left: 18px;
  background: url(../images/btn2.png) no-repeat top center / 100% 100%;
}

.taskUl li a.btn3 {
  width: 107px;
  height: 44px;
  background: url(../images/btn3.png) no-repeat top center / 100% 100%;
}

.taskUl li a.btn4 {
  width: 107px;
  height: 44px;
  background: url(../images/btn4.png) no-repeat top center / 100% 100%;
}

.invite-popup {
  width: 838px;
  height: 525px;
  position: fixed;
  background: url(../images/toolPopup.png) no-repeat top center / 100% 100%;
}

.invite-popup .secondary-close {
  top: 25px;
}
.tck-server .secondary-close {
  top: 20px;
}

.invite-popup .titlePopup {
  font-size: 35px;
  margin-top: 95px;
}

.invite-popup-content {
  margin-top: 170px;
  width: 75%;
}

.invite-popup-content p:nth-child(1) {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #643016;
}
.invite-popup-content p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 30px;
  color: #89704e;
}
.invite-popup-content p:nth-child(3) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #d4594b;
}
.invite-btn {
  width: 216px;
  height: 102px;
  background: url(../images/copyBtn.png) no-repeat top center / 100% 100%;
  display: block;
  margin: 0 auto;
  scale: 0.7;
}

#certify {
  width: 820px;
  height: 563px;
  margin-top: 413px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.part4.active #certify {
  opacity: 1;
}

#certify .swiper-container {
  height: 100%;
}

#certify .swiper-slide {
  width: 520px;
  height: 563px;
}

.swiper-slide.swiper-slide-next {
  opacity: 0.6 !important;
}

.swiper-slide.swiper-slide-prev {
  opacity: 0.6 !important;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  top: 485px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;

  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ffde00;
}

#certify .swiper-button-prev {
  left: -125px;
  width: 65px;
  height: 80px;
  background: url(../images/leftBtn.png) no-repeat top center / 100% 100%;
  z-index: 10;
  margin-top: -85px;
}

#certify .swiper-button-next {
  right: -125px;
  width: 65px;
  height: 80px;
  background: url(../images/rightBtn.png) no-repeat top center / 100% 100%;
  z-index: 10;
  margin-top: -85px;
}

.code-content {
  margin-top: 1525px;
  margin-left: 4px;
}

.code-content img {
  margin: 0 43px;
  width: 131px;
  height: 131px;
}

.agreement-content {
  color: #fce9aa;
  height: 200px;
  font-weight: 500;
  margin-top: -11px;
}

.agreement-content .agreement-left {
  width: 200px;
  margin-right: 25px;
}

.agreement-content .agreement-left img {
  object-fit: contain;
}

.agreement-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 200px;
}

.agreement-right p {
  font-size: 18px;
  width: 100%;
  line-height: 28px;
}

.agreement-right p:nth-child(1) {
  margin-left: -40px;
  margin-bottom: 15px;
}

.agreement-right p > a {
  color: #fce9aa;
  margin: 0 20px;
}

.navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: fixed;
  left: 0;
  top: 50%;
  width: 152px;
  height: 91px;
  background: #f5e5c6;
  padding: 5px;
  transform: translateY(-50%);
  border: 3px solid #443125;
  transition: all 0.3s ease;
}

.navigation img {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5px;
  left: 8px;
  z-index: -1;
}

.chageNav {
  border-radius: 0 8px 8px 0;
  border-right: 3px solid #443125;
  border-top: 3px solid #443125;
  border-bottom: 3px solid #443125;
  background: #f5e5c6;
  width: 35px;
  height: 45px;
  color: #443125;
  font-size: 22px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 10px;
  cursor: pointer;
}
.chageNav.active-open {
  left: 152px;
  text-indent: -10px;
}
.chageNav.active-close {
  left: 0;
  text-indent: 10px;
}

.login-code-tip {
  text-indent: 131px;
  margin-bottom: 9px;
  margin-top: -8px;
}

.account-popup {
  width: 838px;
  height: 525px;
  position: fixed;
  background: url(../images/toolPopup.png) no-repeat top center / 100% 100%;
}

.account-popup .secondary-close {
  top: 25px;
}

.account-popup .weChatEwm-content {
  margin-top: 130px;
  flex-direction: column;
}

.account-popup .weChatEwm-content img {
  width: auto;
  height: 250px;
  margin-bottom: 25px;
}
.account-popup .weChatEwm-content p {
  font-size: 28px;
  text-align: center;
  color: #d16d5d;
  width: 100%;
}

.topNavigation {
  margin-top: 20px;
  width: 900px;
  height: 30px;
}

.topNavigation span {
  color: #f0efda;
  flex: 1;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f0efda;
}

.topNavigation span:last-child {
  border-right: none;
}

.topNavigation span.brisk {
  color: #e3ce59;
}

.resultTip {
  bottom: 130px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #e85551;
}
