/* 模块隐藏  如果不同版本模块无需加载则用此class隐藏 */
.hide {
  display: none;
}

/* loading  */
.loading {
  width:100%;
  height:937px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99
}

/* 中科闻歌*/
.zkwg-container {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.zkwg-container p{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.zkwg-container p a{
  color: #fff;
}

/* 登录方式切换 */
.login-switch {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
.login-switch span {
  cursor: pointer;
  color: #A0A2B2;
}
.login-switch span.active {
  cursor: pointer;
  color: #000;
}

/* 其他登录方式 */
.other-login-methods {
  margin-top: 16px;
  padding: 0 20px;
}

.divider-line {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px 0;
}

.divider-line::before,
.divider-line::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #E5E5E5;
}

.divider-text {
  padding: 0 15px;
  color: #999;
  font-size: 14px;
}

.other-login-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.login-icon-item {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-icon-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.login-icon-item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: contain;
}

.code-mobile {
  margin-left: 18px;
  color: #A0A2B2;
  pointer-events: none;
}

.code-mobile-active {
  margin-left: 18px;
  color: #A0A2B2;
  cursor: pointer;
}
.code-success {
  color: #7ac23c!important;
  position: absolute;
  top: 50px;
  left: 47px
}

/* ==================== 企业微信登录样式 ==================== */
.wechat-login-container {
  text-align: center;
  padding-top: 20px;
}

.wechat-login-container #wechatQrcode {
  margin-top: -20px;
}
.wechat-login-container #wechatQrcode iframe{
  margin-top: -20px;
  height: 320px;
}

.wechat-login-tips {
  margin-bottom: 30px;
}

.wechat-icon {
  display: inline-block;
  margin-bottom: 20px;
}

.wechat-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 15px 0;
}

.wechat-desc {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.wechat-qrcode-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin: 0;
  border-radius: 8px;
  padding: 2px;
}

.qrcode-placeholder {
  text-align: center;
}

.qrcode-placeholder img {
  border-radius: 4px;
}

.wechat-config-tip {
  padding: 40px 20px;
  text-align: center;
}

.wechat-config-tip p {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.wechat-config-tip p:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.wechat-login-btn {
  margin-top: 30px;
}

.wechat-login-btn button {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, #07C160 0%, #00a854 100%);
  border: none;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(7, 193, 96, 0.3);
}

.wechat-login-btn button:hover {
  background: linear-gradient(135deg, #00a854 0%, #07C160 100%);
  box-shadow: 0 6px 16px rgba(7, 193, 96, 0.4);
  transform: translateY(-2px);
}

.wechat-login-btn button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(7, 193, 96, 0.3);
}

/* 企业微信登录选项卡样式优化 */
.login-switch span#wechatLogin {
  position: relative;
}

.login-switch span#wechatLogin.active {
  color: #07C160;
}

.login-switch span#wechatLogin::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzA3QzE2MCI+PHBhdGggZD0iTTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIvPjwvc3ZnPg==');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}



