body {
  height: 100vh;
  background: url(/zlm/img/login-bg.png) no-repeat;
  background-size: 100% 100%;
}
.wrap-logo {
  overflow: hidden;
}
.logon-img {
  display: block;
  width: 18.4rem;
  min-height: 4rem;
  height: auto;
  margin: 10.8rem auto 0;
}
.login-form {
  width: 100%;
  height: auto;
  margin-top: 7.5rem;
  padding: 0 1.5rem 2rem;
  box-sizing: border-box;
}
.login-form-row {
  width: 100%;
  height: 4.4rem;
  margin-bottom: 4rem;
  padding: 1.2rem 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eeeeee;
  border-radius: 2.2rem;
  box-sizing: border-box;
}
.login-form-row:nth-child(2) {
  margin-bottom: 11.9rem;
}
.login-area-code {
  font-size: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid #cccccc;
  color: #3586f9;
}
.login-inp {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  outline: none;
}
.login-phone {
  margin-left: 2rem;
}

.btn-login {
  margin: 0 auto;
}
.tips {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.tips-link {
  color: #3586f9;
}

/* 人脸识别提示框 */
.popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10002;
}

.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 22px 20px 28px;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fff;
  z-index: 10003;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-overflow-scrolling: touch;
}

.popup-face {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 3rem 2.3rem 0;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #fff;
  z-index: 10003;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-overflow-scrolling: touch;
}

/* new */
.popup-tips-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  background: #eef5ff;
  border-radius: 8px;
}

.popup-tips-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.2rem;
  padding: 1.5rem 2rem 0;
  font-size: 2rem;
  color: #3586f9;
}

.popup-face-experiment {
  position: relative;
  width: 32rem;
  height: 32rem;
  margin: 3rem auto 0;
}

#videos-container {
  position: relative;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-face-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 32rem;
  height: 32rem;
  z-index: 99;
}

.recordVideo,
.experiment {
  display: none;
}

.getPhoto {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.getPhoto-loading {
  display: none;
  width: 25px;
  height: auto;
  margin-right: 1.5rem;
  -webkit-animation: spin 1s linear 1s 5 alternate;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* new */
.popup-title {
  font-size: 1.6rem;
  color: #000000;
  line-height: 22px;
  text-align: center;
  font-weight: 900;
}

.popup-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.7rem;
  margin-top: 2.9rem;
}

.popup-img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.popup-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: justify;
  color: #666;
}

.popup-text-text {
  color: #ff1212;
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-align: justify;
  font-weight: 900;
}

.getPhoto {
  display: flex;
  width: 28.6rem;
  height: 4.4rem;
  margin: 3rem auto 0;
  line-height: 4.4rem;
  background: #3586f9;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.getPhoto-disable {
  background: #91bdfc;
}

.getPhoto-time {
  margin-left: 5px;
}

.result-countdown {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

#face {
  display: none;
}
