/* 模块隐藏  如果不同版本模块无需加载则用此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: 40px;
}
.login-switch span {
  cursor: pointer;
  color: #A0A2B2;
}
.login-switch span.active {
  cursor: pointer;
  color: #000;
}

.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
}



