:root {
  --primary-color: #143d85;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
}
html,
body {
  height: 100%;
}
body {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-color: #eef3f8;
  color: #1f2d3d;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

body:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(244, 248, 252, .18) 0%, rgba(244, 248, 252, .06) 48%, rgba(244, 248, 252, .12) 100%);
  pointer-events: none;
}

body:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 61, 133, .05), rgba(20, 61, 133, 0));
  pointer-events: none;
}

.ht_row {
  min-height: 720px;
  background: center top no-repeat;
  min-width: 1035px;
}

.ht_main {
  width: 940px;
  height: 640px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;

}
.login_page {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  display: block;
}

.login_main {
  width: 390px;
  min-height: 390px;
  padding: 36px 34px 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 48px rgba(20, 44, 84, .20);
  border-radius: 8px;
  border: 1px solid rgba(196, 210, 228, .90);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
}

.login_main .login_title {
  height: auto;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #143d85;
  letter-spacing: 0;
}

.login_main .login_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.login_main .login_form div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 320px;
  height: 46px;
  margin: 0 0 16px;
  border-radius: 6px;
  border: 1px solid #d9e2ef;
  background-color: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.login_main .login_form div:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(20, 61, 133, .12);
}

.login_main .login_form div input {
  height: 44px;
  font-size: 15px;
  color: #1f2d3d;
  line-height: 44px;
  margin-left: 44px;
  width: 260px;
}

.login_main .login_form div:last-child {
  border: none;
  outline: none;
  height: 48px;
  margin-top: 4px;
  margin-bottom: 0;
  align-items: center;
  align-content: center;
  background: none;
  box-shadow: none;

}

.login_main .login_form .login_test {
  width: 120px;
}

.login_main .login_username::-webkit-input-placeholder {
  color: #97a6ba;
}
.login_main .login_password::-webkit-input-placeholder {
  color: #97a6ba;
}
.login_main .login_test::-webkit-input-placeholder {
  color: #97a6ba;
}

.login_form div:first-child {
  background: url('icon_user.png') no-repeat;
  background-size: 20px;
  background-position: 16px center;
  background-color: #FFFFFF;
}
.login_form div:nth-child(2) {
  background: url('icon_password.png') no-repeat;
  background-size: 20px;
  background-position: 16px center;
  background-color: #FFFFFF;
}
.login_form div:nth-child(3) {
  background: url('icon_captcha.png') no-repeat;
  background-size: 20px;
  background-position: 16px center;
  background-color: #FFFFFF;

}

.login_main .login_test_image {
  width: 96px;
  height: 34px;
  flex: 0 0 96px;
  margin-left: auto;
  margin-right: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.login_main .login_rember {
  width: 320px;
  height: 20px;
  color: white;
}
.login_main .login_rember .login_checkbox {
  width: 15px;
  height: 15px;
  left: 5px;
}

.login_main .login_rember .login_atuo {
  font: 15px '微软雅黑';
}

.login_main .login_submit {
  width: 320px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  border-radius: 6px;
  background: var(--primary-color);
  margin: 0 auto;
  box-shadow: 0 8px 18px rgba(20, 61, 133, .24);
  transition: background-color .18s ease, box-shadow .18s ease;
}

.login_main .login_submit:hover {
  background: #0f326f;
  box-shadow: 0 10px 22px rgba(20, 61, 133, .30);
}

.login_main .login_err {
  min-height: 24px;
  line-height: 24px;
  margin: 16px auto 0;
  font-size: 14px;
  color: #cd0a0a;
  width: 320px;
  text-align: center;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #1f2d3d !important;
  -webkit-background-clip:text;
}

input::-webkit-input-placeholder {
  color: #97a6ba;
  font-size: 15px;
}

#footer {
  left: 0 !important;
  right: 0 !important;
  bottom: 14px !important;
  padding-left: 0 !important;
  text-align: center;
  color: rgba(68, 84, 105, .72) !important;
  z-index: 2;
}

#footer span,
#footer a {
  color: rgba(68, 84, 105, .72) !important;
}
