* {
  margin: 0;
  padding: 0;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
.title-logo {
  background: url("images/login/logo.png") no-repeat;
}
body {
  margin: 0;
}
html,
body {
  height: 100%;
}
#login {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("./images/login/bg.png");
  background-size: 100% 100%;
}
#login .main-wrap {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  background-color: #ffffff;
  text-align: center;
}
#login .logo {
  position: absolute;
  top: -3vw;
  left: 50%;
  width: 5.9vw;
  min-width: 81px;
  max-width: 100px;
  margin-left: -3vw;
}
#login .logo img {
  width: 100%;
}
#login .user-title {
  margin-top: 3.4vw;
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #07bbaa;
}
#login .input-wrap {
  margin: auto;
  width: 336px;
  height: 45px;
  border-radius: 6px;
  margin-bottom: 2.1vw;
  background-color: #f6f6f6;
  padding-left: 1.4vw;
  display: flex;
  position: relative;
}
#login .input-wrap .val {
  flex: 1;
  background: transparent;
  color: #666;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 18px;
}
#login .account-input {
  margin-top: 2.7vw;
}
#login input::-webkit-input-placeholder {
  color: #999;
}
#login input:-moz-placeholder {
  color: #999;
}
#login input::-moz-placeholder {
  color: #999;
}
#login input:-ms-input-placeholder {
  color: #999;
}
#login .input-wrap-border-checked {
  border: 1px solid #6DD8CD;
}
#login .account-img,
#login .pwd-img {
  width: 20px;
  height: 20px;
  margin: auto;
  margin-left: 16px;
  margin-right: 5px;
}
#login .account-msg,
#login .other-msg {
  width: 24.5vw;
  min-width: 336px;
  max-width: 370px;
  font-size: 12px;
  color: #ea241b;
  text-align: left;
  position: absolute;
  left: 50%;
  margin-left: -12.3vw;
  top: 3.6vw;
}
#login .btn-content {
  display: inline-block;
  margin: auto;
  width: 24.5vw;
  height: 4.1vw;
  max-width: 370px;
  max-height: 60px;
  text-align: center;
  font-size: 22px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #ffffff;
  background-color: #09BBA8;
  cursor: pointer;
  border-radius: 40px;
  border: none;
  outline: none;
}
#login .hotline {
  text-align: center;
  margin-top: 1.4vw;
  margin-bottom: 2.4vw;
  font-size: 14px;
  font-weight: 400;
  color: #cecece;
}
#login .hotline > span:last-child {
  color: #07BBAA;
}
#login .slogan {
  text-align: center;
}
#login .marking-app {
  margin: 45px auto 22px;
  width: 281px;
}
#login .marking-app .line {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #d9d9d9;
  vertical-align: middle;
  margin-top: 12px;
}
#login .marking-app > span:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
  color: #d9d9d9;
}
#login .qr-code {
  text-align: center;
  width: 320px;
  margin: auto;
  position: relative;
}
#login .qr-code > div {
  display: inline-block;
}
#login .qr-code .ios {
  margin-right: 30px;
}
#login .qr-code .ios-hover,
#login .qr-code .android-hover {
  display: none;
}
#login .qr-code .ios-hover img,
#login .qr-code .android-hover img {
  width: 90px;
  height: 90px;
}
#login .qr-code .ios:hover .ios-hover {
  display: inline-block;
  position: absolute;
  left: 66px;
  top: -108px;
}
#login .qr-code .android:hover .android-hover {
  display: inline-block;
  position: absolute;
  left: 155px;
  top: -108px;
}
#login .copyright {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #252a2f;
}
#login .turn-miit {
  margin-left: 20px;
  cursor: pointer;
}

#login .main-wrap {
  top: 53%;
  width: 500px;
  height: 600px;
}
#login .user-title {
  margin-top: 2.4vw;
}
#login .input-wrap {
  margin-bottom: 1.8vw;
  width: 370px;
  height: 49px;
}
#login .account-input {
  margin-top: 2vw;
}
#login .account-msg,
#login .other-msg {
  margin-left: -9.5vw;
  top: 3vw;
}
#login .hotline {
  margin-top: 1.2vw;
  margin-bottom: 2vw;
}
@media screen and (max-width: 1920px) {
  #login .main-wrap {
    top: 53%;
    width: 500px;
    height: 507px;
  }
  #login .user-title {
    margin-top: 2.4vw;
  }
  #login .input-wrap {
    margin-bottom: 1.8vw;
    width: 370px;
    height: 49px;
  }
  #login .account-input {
    margin-top: 2vw;
  }
  #login .account-msg,
  #login .other-msg {
    margin-left: -9.5vw;
    top: 3vw;
  }
  #login .hotline {
    margin-top: 1.2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 1440px) {
  #login .main-wrap {
    top: 53%;
    width: 454px;
    height: 461px;
  }
  #login .user-title {
    margin-top: 3vw;
  }
  #login .input-wrap {
    margin-bottom: 2.1vw;
    width: 336px;
    height: 45px;
  }
  #login .account-input {
    margin-top: 2.3vw;
  }
  #login .account-msg,
  #login .other-msg {
    margin-left: -11.5vw;
    top: 3.6vw;
  }
  #login .hotline {
    margin-top: 1.2vw;
    margin-bottom: 2.2vw;
  }
}
@media screen and (max-width: 1366px) {
  #login .main-wrap {
    top: 56%;
    width: 414px;
    height: 421px;
  }
  #login .user-title {
    margin-top: 2.4vw;
  }
  #login .input-wrap {
    margin-bottom: 1.8vw;
    width: 310px;
    height: 40px;
  }
  #login .btn-content {
    width: 310px;
    height: 55px;
  }
  #login .account-input {
    margin-top: 2vw;
  }
  #login .account-msg,
  #login .other-msg {
    margin-left: -12vw;
    top: 3.2vw;
  }
  #login .hotline {
    margin-top: 1.2vw;
    margin-bottom: 2.3vw;
  }
}
/*# sourceMappingURL=login.css.map */