/* 移除所有Vant样式导入 */
/* 自定义主题变量 */
:root {
  /* 基础颜色 */
  --primary-blue: #4a90e2;
  --success-green: #48bb78;
  --error-red: #f56565;
  
  /* 表单样式 */
  --input-border: 1px solid #e2e8f0;
  --input-radius: 8px;
  --input-padding: 12px 16px;
}

/* 全局基础样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* body {max-width: 415px; margin: 0 auto;} */
#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
}
.landingPage {
  width: 100%;
  min-height: 100vh;
  background: #FD8A47;
  overflow: hidden;
}

.landingPage .top-img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.landingPage .inputBox {
  width: 95%;
  margin: 0vh auto 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 4vw 0;
  border-radius: 4vw;
}

.landingPage .inputBox .input {
  position: relative;
}

.landingPage .inputBox .input .telBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85vw;
  margin-top: 2vh;
}

.landingPage .inputBox .input input {
  width: 90%;
  height: 50px;
  border-radius: 5vw;
  border: none;
  letter-spacing: 0.5vw;
  padding-left: 10vw;
  font-size: 4vw;
  color: #000000;
}

.landingPage .inputBox .input .smsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 3vh 0 1vh 0;
}

.landingPage .inputBox .input .smsBtn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 3vw 6vw;
  font-size: 3.5vw;
  color: #FF794F;
  border-radius: 4vw;
  border: none;
}

.landingPage .inputBox .btn {
  width: 90%;
  -webkit-animation: made-4bd8ba64 1.2s ease-in-out infinite;
  animation: made-4bd8ba64 1.2s ease-in-out infinite;
  margin-top: 2vh;
}

.landingPage .inputBox .btn img {
  width: 100%;
  height: 100%;
}

.landingPage .inputBox .checkBox {
  font-size: 3vw;
  width: 80%;
  color: #ffffff;
  line-height: 4vh;
  margin-top: 2vh;
  text-align: center;
}

.landingPage .inputBox .checkBox a {
  color: #ffffff;
}

.landingPage .rules {
  width: 95%;
  margin: auto;
  margin-bottom: 2vh;
}

.landingPage .rules img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.landingPage .agr {
  position: fixed;
  top: 50%;
  left:50%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%,-50%);
}

.landingPage .agr .agrBox {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  top: 10%;
}

.landingPage .agr .agrBox .img {
  background: #ffffff;
  border-radius: 3vw;
  color: #5d5d5d;
  padding: 3vh 3vw;
  text-align: left;
  height: 70vh;
  overflow: scroll;
  line-height: 4vh;
  font-size: 3.5vw;
}

.landingPage .agr .agrBox .img img {
  width: 100%;
}

.landingPage .agr .agrBox .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.landingPage .agr .agrBox .close img {
  width: 100%;
  height: 100%;
}

.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: content-box;
  width: auto;
  max-width: 70%;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 8px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.van-toast__text {
  width: -webkit-fit-content;
  width: fit-content;
  padding: 8px 12px;
}

/* 加载状态样式 */
.btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.status-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* 加载状态样式 */
.btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.status-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* 修改第143行 */
.smsBtn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.7;
}