
.login[data-v-2585d733] {
  min-height: 100vh;
  background: #f7f8fa;
  display: flex;
  flex-direction: column;
}
.login-content[data-v-2585d733] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 40px 20px; */
  text-align: center;
}

/* Logo区域 */
.logo-section[data-v-2585d733] {
  margin-bottom: 60px;
}
.logo[data-v-2585d733] {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.logo-image[data-v-2585d733] {
  width: 150px;
  height: 150px;
  /* border-radius: 50%; */
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.logo-icon[data-v-2585d733] {
  width: 150px;
  height: 150px;
}
.app-title[data-v-2585d733] {
  font-size: 28px;
  font-weight: 600;
  color: #323233;
  margin: 0 0 10px 0;
}
.app-subtitle[data-v-2585d733] {
  font-size: 16px;
  color: #969799;
  margin: 0;
  font-weight: 400;
}

/* 登录区域 */
.login-section[data-v-2585d733] {
  width: 100%;
  max-width: 320px;
}
.wechat-login-btn[data-v-2585d733] {
  margin-bottom: 30px;
}
.wechat-login-btn[data-v-2585d733] .van-button {
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(7, 193, 96, 0.3);
  border: none;
}
.wechat-login-btn[data-v-2585d733] .van-button--success {
  background: linear-gradient(135deg, #07c160 0%, #00d4aa 100%);
}
.wechat-login-btn[data-v-2585d733] .van-button--success:active {
  background: linear-gradient(135deg, #06ad56 0%, #00b894 100%);
  transform: translateY(1px);
}

/* 提示信息 */
.login-tips[data-v-2585d733] {
  color: #969799;
  font-size: 14px;
  line-height: 1.6;
}
.login-tips p[data-v-2585d733] {
  margin: 5px 0;
}

/* Toast 样式 */
[data-v-2585d733] .custom-toast {
  z-index: 3000 !important;
}
[data-v-2585d733] .van-toast {
  background-color: rgba(50, 50, 51, 0.88) !important;
  color: white !important;
  padding: 8px 12px !important;
}

/* 响应式设计 */
@media (max-width: 375px) {
.login-content[data-v-2585d733] {
    padding: 30px 15px;
}
.app-title[data-v-2585d733] {
    font-size: 24px;
}
.app-subtitle[data-v-2585d733] {
    font-size: 14px;
}
.wechat-login-btn[data-v-2585d733] .van-button {
    height: 45px;
    font-size: 15px;
}
}
.agreement-check[data-v-2585d733] {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
  text-align: left;
}
.link[data-v-2585d733] {
  color: #07c160;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 2px;
}
.token-login[data-v-2585d733] {
  margin-top: 32px;
  padding: 16px 0 0 0;
  border-top: 1px dashed #eee;
}
.token-input[data-v-2585d733] {
  margin-bottom: 12px;
}
.token-btn[data-v-2585d733] {
  background: #07c160;
  color: #fff;
  border: none;
  font-weight: 500;
}
