.login-page {
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-page .login-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-calc(100% - 42px);
  height: calc(100% - 42px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 430px;
}
.login-page .login-content .logo {
  margin-bottom: 49px;
}
.login-page .login-content .cn {
  margin-bottom: 31px;
}
.login-page .login-content h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 83px;
  font-weight: lighter;
}
.login-page .login-content .btns {
  font-size: 0;
  margin-bottom: 30px;
  width: 358px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-page .login-content .btns button {
  line-height: 38px;
  font-size: 18px;
  padding: 0 60px;
  border-radius: 20px;
}
.login-page .login-content .btns .login {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.login-page .login-content .btns .register {
  color: #081948;
  background: #00ffff;
  border: 1px solid #00ffff;
}
.login-page .login-content .view {
  line-height: 42px;
  color: #333333;
  font-size: 18px;
  padding: 0 143px;
  border-radius: 22px;
  border: none;
}
.layui-layer {
  border-radius: 10px !important;
}
.dialog {
  display: none;
  padding: 36px 22px;
  border-radius: 10px;
  width: 404px;
}
.dialog h3 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.dialog .login-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  margin-bottom: 20px;
}
.dialog .login-label img {
  height: 100%;
}
.dialog .login-label input {
  padding-left: 14px;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: 1px solid #e5e5e5;
}
.dialog .login-label button {
  width: 121px;
  margin-left: 10px;
  height: 46px;
  background-color: #fc6c6c;
  border: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}
.dialog .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dialog .more a {
  color: #999999;
  font-size: 12px;
}
.dialog .more a span {
  color: #ee1818;
}
.dialog .form-submit {
  margin-top: 20px;
  width: 100%;
  height: 45px;
  background-color: #2a68f7;
  border: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
}
.login-modal .account .icon {
  background: url(../images/account.png) no-repeat center center;
  width: 30px;
  height: 32px;
  margin-right: 8px;
}
.login-modal .password .icon {
  background: url(../images/password.png) no-repeat center center;
  width: 27px;
  height: 32px;
  margin-right: 11px;
}
.login-modal .code .icon {
  background: url(../images/ver.png) no-repeat center center;
  width: 22px;
  height: 29px;
  margin-right: 16px;
}
.retrieve-modal ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 36px;
}
.retrieve-modal ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.retrieve-modal ul li:first-child {
  border-right: 1px solid #dadada;
}
.retrieve-modal ul li.active {
  color: #ee1818;
}
.retrieve-modal .re-phone-password .icon,
.retrieve-modal .re-mail-password .icon {
  background: url(../images/password.png) no-repeat center center;
  width: 27px;
  height: 32px;
  margin-right: 11px;
}
.retrieve-modal .re-phone-account .icon {
  background: url(../images/phone.png) no-repeat center center;
  width: 20px;
  height: 31px;
  margin-right: 18px;
}
.retrieve-modal .re-mail-account {
  display: none;
}
.retrieve-modal .re-mail-account .icon {
  background: url(../images/mail.png) no-repeat center center;
  width: 28px;
  height: 21px;
  margin-right: 10px;
}
.retrieve-modal .re-phone-code .icon,
.retrieve-modal .re-mail-code .icon {
  background: url(../images/ver.png) no-repeat center center;
  width: 22px;
  height: 29px;
  margin-right: 16px;
}
.copyright {
  position: absolute;
  font-size: 13px;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 1vh;
  margin: 0  auto;
}