#login {
  width: 100%;
  height: 100%;
}

#login .header-wrapper .header-main {
  position: static;
  height: auto;
}

#login .header-wrapper {
  height: auto;
}

#login .center {
  width: 100%;
  height: 7.2rem;
  position: relative;
}

#login .center img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#login .center .pc-bg {
  display: block;
}

#login .center .mobile-bg {
  display: none;
}

#login .center .content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#login .center .content .connect-us {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #AAAAAA;
  line-height: .3rem;
  position: absolute;
  right: 0;
  bottom: .38rem;
  text-align: right;
  letter-spacing: 1px;
}

#login .center .content .connect-us p:last-child {
  margin-top: .1rem;
}

#login .center .content .tips {
  width: 100%;
  right: 0;
  top: .74rem;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #E05B5B;
  line-height: .16rem;
  position: absolute;
  text-align: right;
}

#login .center .content .login-form {
  width: 5.66rem;
  height: 4.74rem;
  background: #FFFFFF;
  padding: 0 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#login .center .content .login-form .user {
  width: 3.04rem;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #69A488;
  line-height: .18rem;
  margin-bottom: .13rem;
}

#login .center .content .login-form .user img {
  width: .18rem;
  height: .18rem;
  margin-right: .18rem;
}

#login .center .content .login-form .input-item {
  width: 3.04rem;
  height: 0.56rem;
  border-bottom: 1px solid #69A488;
}

#login .center .content .login-form .input-item.active {
  margin-top: .26rem;
}

#login .center .content .login-form .input-item .icon {
  width: .2rem;
  height: .16rem;
  margin-right: .18rem;
}

#login .center .content .login-form .input-item .icon2 {
  width: .16rem;
  height: .21rem;
  margin-right: .2rem;
}

#login .center .content .login-form .input-item .icon3 {
  width: .23rem;
  height: .12rem;
  margin-right: .13rem;
}

#login .center .content .login-form .input-item input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: none;
  outline-style: none;
  border: none;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #AAAAAA;
}

#login .center .content .login-form .input-item input::input-placeholder {
  color: #AAAAAA;
}

#login .center .content .login-form .input-item input::input-placeholder {
  color: #AAAAAA;
}

#login .center .content .login-form .input-item input::-webkit-input-placeholder {
  color: #AAAAAA;
}

#login .center .content .login-form .input-item input::-moz-placeholder {
  color: #AAAAAA;
}

#login .center .content .login-form .input-item input::-moz-placeholder {
  color: #AAAAAA;
}

#login .center .content .login-form .input-item input::-ms-input-placeholder {
  color: #AAAAAA;
}

#login .center .content .login-form .forget {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #69A488;
  line-height: .16rem;
  margin-top: .21rem;
  text-align: right;
  width: 3.04rem;
}

#login .center .content .login-form .forget span {
  cursor: pointer;
}

#login .center .content .login-form .submit {
  width: 3.02rem;
  height: .55rem;
  background: #69A488;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: .55rem;
  text-align: center;
  margin-top: .32rem;
}

html, body {
  width: 100%;
  height: 100%;
}

.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .6s;
  transition: all .6s;
  display: none;
}

.alert.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alert .content {
  width: 7.13rem;
  height: 3.58rem;
  position: relative;
  background: #FFFFFF;
  padding: .7rem .6rem;
}

.alert .content.active {
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.alert .content.active .tips {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #45765F;
  line-height: .24rem;
  text-align: center;
}

.alert .content .close {
  position: absolute;
  width: .14rem;
  height: .14rem;
  right: .16rem;
  top: .16rem;
  cursor: pointer;
}

.alert .content .tips {
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #767776;
  line-height: .24rem;
}

.alert .content .login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.alert .content .login-form .user {
  width: 3.04rem;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #69A488;
  line-height: .18rem;
  margin-bottom: .13rem;
}

.alert .content .login-form .user img {
  width: .18rem;
  height: .18rem;
  margin-right: .18rem;
}

.alert .content .login-form .input-item {
  width: 3.04rem;
  height: 0.56rem;
  border-bottom: 1px solid #69A488;
}

.alert .content .login-form .input-item.active {
  margin-top: .26rem;
}

.alert .content .login-form .input-item.active2 {
  margin-top: .22rem;
}

.alert .content .login-form .input-item .icon {
  width: .2rem;
  height: .16rem;
  margin-right: .18rem;
}

.alert .content .login-form .input-item .icon2 {
  width: .16rem;
  height: .21rem;
  margin-right: .2rem;
}

.alert .content .login-form .input-item .icon3 {
  width: .23rem;
  height: .12rem;
  margin-right: .13rem;
}

.alert .content .login-form .input-item input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: none;
  outline-style: none;
  border: none;
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #AAAAAA;
}

.alert .content .login-form .input-item input::input-placeholder {
  color: #AAAAAA;
}

.alert .content .login-form .input-item input::input-placeholder {
  color: #AAAAAA;
}

.alert .content .login-form .input-item input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.alert .content .login-form .input-item input::-moz-placeholder {
  color: #AAAAAA;
}

.alert .content .login-form .input-item input::-moz-placeholder {
  color: #AAAAAA;
}

.alert .content .login-form .input-item input::-ms-input-placeholder {
  color: #AAAAAA;
}

.alert .content .login-form .forget {
  font-size: .16rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #69A488;
  line-height: .16rem;
  margin-top: .21rem;
  text-align: right;
  width: 3.04rem;
}

.alert .content .login-form .forget span {
  cursor: pointer;
}

.alert .content .login-form .submit {
  width: 3.02rem;
  height: .55rem;
  background: #69A488;
  font-size: .18rem;
  font-family: Source Han Sans SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: .55rem;
  text-align: center;
  margin-top: .32rem;
}

.alert .content .login-form .submit.active {
  margin-top: .44rem;
}

#login .center .content .login-form .submit{
    cursor: pointer;
}
.alert .content .login-form .submit{
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #login .center .pc-bg {
    display: none;
  }
  #login .center .mobile-bg {
    display: block;
    -webkit-animation-name: example;
            animation-name: example;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
  }
  #login .header-wrapper {
    display: block;
  }
  #login .center {
    height: 86%;
  }
  #login .center .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #login .center .content .connect-us {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #login .center .content .connect-us p {
    width: 100%;
    text-align: center;
  }
  #login .center .content .tips {
    text-align: center;
  }
  #login .center .content .login-form {
    padding: 0 .6rem;
  }
  #login .center .content .login-form .user {
    width: 100%;
  }
  #login .center .content .login-form .input-item {
    width: 100%;
  }
  #login .center .content .login-form .submit {
    width: 100%;
  }
  #login .center .content .login-form .forget {
    width: 100%;
  }
  .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  @-webkit-keyframes example {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes example {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
}
/*# sourceMappingURL=login.css.map */