/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html,
body {
  margin: 0px;
  height: 100%;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  font-family: PingFang-SC-Regular;
  background: #F5F7F9;
}
body.forget,
body.login {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#root {
  /* background-image: url("../images/bj_01.jpg"), linear-gradient(0deg, rgba(251, 255, 255, 0.68) 0%, #8AB3C0 92%);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; */
  background: #8EAAE2;
}
.forget-progess {
  width: 32px;
  height: 32px;
  line-height: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  float: left;
}
.forget-progess-default {
  background: #CFCFCF;
}
.forget-progess-primary {
  background: #29538d;
}
.forget-progess-title {
  font-family: ArialMT;
  font-size: 18.9px;
  color: #FFFFFF;
}
#root {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#root .logo {
  margin: 0px;
  padding: 20px;
}
#root .logo div:last-child {
  margin: 0 auto;
  margin-top: 37.3px;
  text-align: center;
}
#root .qr-code {
  min-width: 110px;
  text-align: center;
  position: fixed;
  top: 36px;
  right: 36px;
}
#root .qr-code img {
  max-width: 106px;
  max-height: 106px;
}
#root .qr-code h1 {
  height: 32px;
  margin-top: 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  line-height: 32px;
  background: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
#root .form-container {
  height: 482px;
  width: 458px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 9px 14px 5px rgba(206, 216, 223, 0.5);
  border-radius: 4px;
}
#root .form-container .form-group {
  position: relative;
}
#root .form-container .form-group .message {
  font-size: 12px;
  color: #000;
  line-height: 15.83px;
  margin-bottom: 9px;
  height: 15px;
  opacity: 0.45;
}
#root .form-container .login-form {
  margin-top: 15.9px;
}
#root .form-container .login-form .erro-message {
  width: 332px;
  float: right;
  margin-right: 68px;
  margin-top: 10px;
}
#root .form-container .login-form .erro-message span {
  line-height: 16px;
  font-size: 14px;
  color: #FF3B30;
}
#root .form-container .login-form .erro-message .forgetPwd {
  text-decoration: none;
  color: #999999;
}
#root .form-container .login-form .erro-message a:hover {
  color: #bf0008;
}
#root .form-container .login-form .erro-message #tenCountDown {
  text-align: center;
  color: #FF3B30;
  margin: 8px 0;
}
#root .form-container .login-form #loginBtn {
  margin: 50px auto;
}
#root .form-container .login-form .username {
  height: 68px;
}
#root .form-container .login-form .username #deleteUserName {
  position: absolute !important;
  top: 70px !important;
  right: 0px !important;
}
#root .form-container .login-form .username img:hover {
  cursor: pointer;
}
#root .form-container .login-form .password {
  position: relative;
  height: 61px;
  margin-bottom: 34px;
}
#root .form-container .login-form .password .message {
  margin-top: 19px;
  height: 16px;
}
#root .form-container .login-form .password img {
  top: 28px;
  right: 0px;
  position: absolute;
}
#root .form-container .login-form .password img:hover {
  cursor: pointer;
}
#root .form-container .login-form .form-footer {
  width: 332px;
  height: 20px;
  font-size: 14px;
  color: #666666;
  margin-top: 26px;
}
#root .form-container .login-form .form-footer .checkBox {
  display: none;
}
#root .form-container .login-form .form-footer .active {
  display: inline-block !important;
  border-radius: 25px;
}
#root .form-container .login-form .form-footer .forgot-pass {
  float: right;
  color: #666666;
  text-decoration: none;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  color: #bf0008;
  margin-right: -60px;
}
#root .form-container .login-form .form-footer > div {
  display: inline-block;
}
#root .form-container .login-form .form-footer > div img {
  display: inline;
}
#root .form-container .login-form .form-footer > div:hover {
  cursor: pointer;
  border-radius: 25px;
}
#root .forget-container {
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0 8px 6px rgba(164, 200, 199, 0.13);
  border-radius: 3.33px;
}
#root .forget-container .forget-container-header {
  font-size: 19px;
  color: #333333;
  letter-spacing: 0;
  height: 42px;
  width: 100%;
  margin-top: 8px;
}
#root .forget-container .forget-container-header .step-name {
    font-size: 28px;
}
#root .forget-container .forget-tips {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.6;
    color: #FBAD15;
}
#root .forget-container .forget-tips i {
    margin-right: 4px;
}
#root .forget-container .forget-container-header .steps {
  margin: 0 16px 0 0;
}
#root .forget-container .forget-container-header-logo {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  height: 42px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#root .forget-container .forget-container-header > div {
  display: inline-block;
}
#root .forget-container .forget-container-header > div:last-child {
  float: right;
  margin-top: 8px;
}
#root .forget-container .forget-container-header > div:last-child .divide {
  display: inline-block;
  width: 28.4px;
  margin: 14px 5.6px 0px 5.7px;
}
#root .forget-container .forget-container-header > div:last-child .divide-default {
  border: 1px solid #CFCFCF;
}
#root .forget-container .forget-container-header > div:last-child .divide-primary {
  border: 1px solid #bf0008;
}
#root .forget-container .forget-container-body .password {
  margin-top: 0px !important;
}
#root .forget-container .forget-container-body .password .message {
  margin-top: 12px;
  font-size: 12px;
  color: #999999;
  line-height: 15.83px;
  margin-bottom: 9px;
  font-family: PingFangSC-Regular;
}
#root .forget-container .forget-container-body .password img:hover {
  cursor: pointer;
}
#root .forget-container .forget-container-body .form-group {
  position: relative;
  padding-bottom: 8px;
}
#root .forget-container .forget-container-body .form-group.reset-psd {
  padding-top: 20px;
}
#root .forget-container .forget-container-body .error-message {
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  line-height: 17px;
  height: 17px;
  font-size: 14px;
  color: #FF3B30;
}
#root .forget-container .forget-container-body .verifycode .message {
  font-size: 12px;
  color: #999999;
  line-height: 15.83px;
  margin-bottom: 9px;
}
#root .forget-container .forget-container-body .verifycode div:last-child div {
  display: inline-block;
}
#root .forget-container .forget-container-body .verifycode div:last-child div:last-child {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 32px;
  height: 32px;
  padding-left: 15.3px;
  float: right;
}
#root .forget-container .forget-container-body .verifycode div:last-child div:last-child div {
  margin-top: 6px;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid #E6EAEE;
}
#root .forget-container .forget-container-body .verifycode div:last-child div:last-child div button {
  color: #bf0008;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background: #FFF;
}
#root .forget-box {
    /* margin: 0 260px 0 auto; */
    margin: 0px auto 0px;
}
#root .forget-container {
    position: relative;
    padding: 37px 42px;
    height: 450px;
    width: 336px;
}
#root .forget-container .form-container-header {
    text-align: center;
    height: 72px;
    font-size: 30px;
    letter-spacing: 0;
}
#root .forget-container .form-container-header img {
    width: 70px;
    height: 64px;
    vertical-align: middle;
    margin-right: 16px;
}
#root .forget-container-primary {
  padding: 37px 32px 37.2px 32px;
  height: 450px;
  width: 336px;
}
#root .forget-container-primary > div {
  display: inline-block;
}
#root .footer-nav {
  height: 17px;
  line-height: 17px;
  color: #ffffff;
  letter-spacing: 0;
}
#root .footer-nav .ul-nav {
  font-size: 12px !important;
  width: 312px;
  margin: 0 auto;
}
#root .footer-nav .ul-nav ul {
  list-style: none;
  /* 去掉ul前面的符号 */
  margin: 0px;
  /* 与外界元素的距离为0 */
  padding: 0px;
  /* 与内部元素的距离为0 */
}
#root .footer-nav .ul-nav ul li {
  float: left;
  /* 向左漂移，将竖排变为横排 */
  text-align: center;
}
#root .footer-nav .ul-nav ul li .divide {
  border: 1px solid #fff;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  height: 10px;
  margin-top: 3px;
}
#root .active {
  display: inline-block !important;
}
.footer-copyright {
  display: inline-block;
  font-family: NotoSansCJK-Light;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  float: right;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
  margin-top: 25px;
}
.verifycode-disabled {
  color: #ccc !important;
}
.col-sm-12 {
  width: 100%;
}
.progress-active {
  display: block  !important;
}
.hidden {
  display: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #5B5B5B;
  background: #fff !important;
  border-radius: 3px;
  border: none;
  outline: medium;
}
.forget-container-body .message {
  height: 16px;
  color: #354052;
  line-height: 15.83px;
  font-size: 12px;
  opacity: 0.5;
}
.btn {
  outline: none;
  display: inline-block;
  padding: 6px 12px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 25px;
  width: 300px;
  height: 50px;
}
.btn-active {
  background: #29538d !important;
  border-radius: 25px !important;
  color: #FFFFFF !important;
  letter-spacing: 0 !important;
}
.btn-default {
  color: white;
  height: 50px;
  line-height: 50px;
  padding-top: 0px;
  border-radius: 25px;
  background-color: #ccc;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.tip {
  position: absolute;
  top: 225px;
  left: 435px;
  font-size: 12px;
  width: 220px;
  background: #FFFFFF;
  box-shadow: 0 0 4px 2px #E1E1E1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tip .content {
  padding: 16px;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
}
.tip .tip-content {
  font-size: 12px;
  color: #626262;
}
.tip .tip-content div {
    display: flex;
}
.tip .tip-content div.first-tip {
  margin-bottom: 5px;
}
.tip .tip-content div img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
.tip .tip-content div span {
    margin-top: -1px;
}
.tip s {
  position: absolute;
  top: 20px;
  left: -20px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: dashed solid dashed dashed;
  border-width: 10px;
}
.tip s i {
  position: absolute;
  top: -9px;
  left: -10px;
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: dashed solid dashed dashed;
  border-width: 10px;
}
.form-group {
  padding-top: 40px;
  position: relative;
}
.form-group input:focus {
  border-bottom: 3px solid #29538d !important;
}
.form-group input {
  border-bottom: 1px solid #ECEDF1 !important;
}
.form-group label {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 60px;
  font-size: 16px;
  color: #999;
  cursor: text;
  font-family: PingFangSC-Regular;
}
* {
  transition: border-color 0.5s;
}
.focus label {
  color: #999;
  animation: myfirst 0.3s;
  animation-fill-mode: forwards;
}
.blur label {
  animation: myfirst1 0.3s;
}
@keyframes myfirst {
  from {
    top: 60px;
  }
  to {
    top: 30px;
    transform: scale(0.9);
    left: -5px;
  }
}
@keyframes myfirst1 {
  from {
    top: 30px;
  }
  to {
    top: 60px;
  }
}
.tips-message{
  font-size: 12px;
  color: #999;
}

/*# sourceMappingURL=forget.css.map*/