.page {
  width: 100%;
  background-color: #18683F;
  overflow: hidden;
}
.nowap{
  display: block;
}
.wap{
  display: none;
}
.login-center{
  width: 92%;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 4%;
  padding: 30px 0;
  overflow: hidden;
  text-align: center;
}
.login-center-logo{
  /* display: flex; */
  /* margin: 30px auto; */
  width: 68%;
  height: auto;
  overflow: hidden;
}
.login-center-logo1{
  /* float: left; */
  /* width: 90px;
  height: 28px; */
  /* margin-top: 8px; */
}
.login-center-logo2{
  /* float: left; */
  width: 2px;
  height: 18px;
  background: #000000;
  margin: 10px 15px;
}
.login-center-logo3{
  height: 44px;
  font-size: 19px;

  font-weight: 400;
  color: #212121;
  line-height: 20px;
  float: left;
  margin-top: 10px;
}
.login-center-login{
  height: 36px;
  font-size: 36px;

  font-weight: 600;
  color: #212121;
  line-height: 36px;
}
.loading{
  /* display: none; */
}
.login-center-links{
  display:none;
}
.login-center-link{
  width: 275px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto;
  background: #F3F4F6;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.login-center-link:active{
  border-radius: 30px;
  display: flex;
}
.login-center-link1{
  width: 80px;
  display: flex;
  justify-content: center;
}
.login-center-link2{
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  margin: auto;
}
.login-center-link2 a{
  text-decoration: none;
}
.login-center-link2 a:hover{
  text-decoration: none;
}
.img-logo{
  transform:translateY(25%);
  height: 28px;
}
.img-login{
  /* margin: auto; */
  width: 28px;
  height: 28px;
}
.login-center-text{
  width: 90%;
  height: auto;
  font-size: 13px;
  margin: auto;
  font-weight: 400;
  color: #212121;
  line-height: 18px;
  margin-top: 30px;
}
.login-center-text a{
  color: #46B96C;
}
.loading-img{
  margin: 20px
}
