html,
body {
  min-height: 100%;
  margin: 0;
  background: #17475b;
}

body {
  overflow-x: hidden;
}

.login-lake-page {
  width: 100%;
  max-width: 520px;
  min-height: 100vh;
  margin: 0 auto;
  background: #bfe0e9 url(../images/login-lake.jpg) center center / cover no-repeat;
  color: #152f3c;
}

.login-lake-page .app-banner {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  background: #073e59;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
}

.login-lake-page .app-banner span {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0 10px 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login-lake-page .app-banner a {
  display: block;
  width: 70px;
  min-width: 70px;
  height: 40px;
  background: #ffd8ad;
  color: #6e3712;
  text-align: center;
  font-weight: 400;
}

.login-lake-page .scroll_box {
  display: flex;
  min-height: calc(100vh - 40px);
  margin: 0;
  padding: 52px 16px 34px;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
  background: linear-gradient(rgba(255, 255, 255, .04), rgba(18, 72, 82, .08));
}

.login-lake-page .login_box {
  width: 76%;
  max-width: 300px;
  margin: 0;
}

.login-lake-page .login-brand {
  margin-bottom: 30px;
  text-align: center;
  color: #f6c323;
  text-shadow: 0 1px 0 #725311, 0 2px 5px rgba(255, 255, 255, .7);
}

.login-lake-page .login-brand h1 {
  margin: 0;
  font-family: "STKaiti", "KaiTi", "Microsoft YaHei", sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.login-lake-page .login-brand p {
  margin: 2px 0 0;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 18px;
}

.login-lake-page .login_box h2 {
  margin: 0 0 14px;
  color: #142e3c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.login-lake-page .form_div ul li.field-row {
  position: relative;
  height: 40px;
  margin: 0 0 18px;
}

.login-lake-page .form_div li .inputxt,
.login-lake-page .login_box .form_div li .inputxt.name,
.login-lake-page .login_box .form_div li .inputxt.pwd,
.login-lake-page .login_box .form_div li .inputxt.yzm {
  width: 100%;
  height: 40px;
  padding: 0 44px 0 36px;
  background: rgba(255, 255, 255, .96);
  border: 0;
  border-radius: 22px;
  box-shadow: 0 1px 4px rgba(28, 65, 76, .08);
  color: #354c59;
  font-size: 14px;
  line-height: 40px;
}

.login-lake-page .field-row:before,
.login-lake-page .field-row:after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.login-lake-page .user-field:before {
  top: 10px;
  left: 14px;
  width: 10px;
  height: 10px;
  border: 1.5px solid #778795;
  border-radius: 50%;
}

.login-lake-page .user-field:after {
  bottom: 8px;
  left: 11px;
  width: 16px;
  height: 8px;
  border: 1.5px solid #778795;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.login-lake-page .password-field:before {
  top: 16px;
  left: 12px;
  width: 15px;
  height: 14px;
  border: 1.5px solid #778795;
  border-radius: 2px;
}

.login-lake-page .password-field:after {
  top: 9px;
  left: 15px;
  width: 9px;
  height: 9px;
  border: 1.5px solid #778795;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.login-lake-page .captcha-field {
  display: none;
  opacity: 0;
}

.login-lake-page.captcha-open .captcha-field {
  display: block;
  animation: captcha-in .18s ease-out forwards;
}

.login-lake-page .captcha-field .inputxt.yzm {
  padding-left: 18px;
  padding-right: 102px;
}

.login-lake-page .captcha-field .code {
  position: absolute;
  top: 3px;
  right: 5px;
  overflow: hidden;
  width: 84px;
  height: 34px;
  border-radius: 17px;
}

.login-lake-page .captcha-field .code img {
  display: block;
}

.login-lake-page .tp-btn {
  right: 12px;
  top: 8px;
  width: 25px;
  height: 25px;
  background-size: auto 25px;
}

.login-lake-page .login-options {
  display: flex;
  height: 28px;
  margin-top: -7px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .38);
}

.login-lake-page .service {
  margin-left: 26px;
}

.login-lake-page .remember,
.login-lake-page .service {
  display: inline-flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.login-lake-page .remember input {
  position: absolute;
  opacity: 0;
}

.login-lake-page .remember i {
  position: relative;
  width: 26px;
  height: 16px;
  margin-right: 5px;
  background: rgba(255, 255, 255, .78);
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.login-lake-page .remember i:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
  content: "";
  transition: transform .18s ease, background .18s ease;
}

.login-lake-page .remember input:checked + i {
  background: #ffbc20;
}

.login-lake-page .remember input:checked + i:after {
  transform: translateX(10px);
}

.login-lake-page .service i {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.login-lake-page .service i:after {
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: 6px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  content: "";
  transform: rotate(-35deg);
}

.login-lake-page .submit {
  padding-top: 13px;
  border: 0;
  text-align: center;
}

.login-lake-page .submit input {
  display: block;
  width: 90%;
  height: 36px;
  margin: 0 auto;
  background: linear-gradient(#ffc844, #ffad13);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(114, 78, 7, .12);
  color: #352b13;
  font-size: 18px;
  line-height: 36px;
}

.login-lake-page .submit input:hover,
.login-lake-page .submit input:active {
  background: #ffb719;
}

.login-lake-page .register-tip {
  margin: 10px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.login-lake-page .submit .register-tip a.reg {
  display: inline;
  margin: 0;
  color: #ffb31a;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
}

@keyframes captcha-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-height: 640px) {
  .login-lake-page .scroll_box {
    padding-top: 34px;
  }

  .login-lake-page .login-brand {
    margin-bottom: 22px;
  }

  .login-lake-page .login-brand h1 {
    font-size: 38px;
  }
}

@media (max-width: 300px) {
  .login-lake-page .login_box {
    width: 88%;
  }

  .login-lake-page .service {
    margin-left: 14px;
  }
}

@media (min-width: 521px) {
  .login-lake-page {
    box-shadow: 0 0 28px rgba(0, 0, 0, .24);
  }
}
