body,
html {
  height: 100%;
}
.reg-common .panel-body {
  padding: 40px;
}
.reg-common .reg-title {
  color: #002249;
  font-size: 30px;
  padding-left: 10px;
  border-left: 3px solid #0c59db;
  margin-bottom: 20px;
}
.reg-common .reg-submit-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-shadow: 0 5px 10px #c2d1eb;
}
.reg-common-box {
  border-top: 1px solid #e3e9f1;
  padding-top: 30px;
  padding-bottom: 90px;
}
.reg-common-box .reg-process-nav {
  width: 185px;
  min-height: 800px;
  border-right: 1px solid #e3e9f1;
}
.reg-common-box .reg-process-nav .nav-item {
  position: relative;
  color: #738ba5;
  font-size: 18px;
  line-height: 70px;
}
.reg-common-box .reg-process-nav .nav-item::before {
  content: attr(data-step);
  display: inline-block;
  height: 35px;
  width: 35px;
  color: #002249;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  border: 1px solid #cfd6dd;
  margin-right: 10px;
}
.reg-common-box .reg-process-nav .nav-item:not(:last-child)::after {
  content: "";
  height: 30px;
  top: 54px;
  width: 1px;
  background-color: #ccd3db;
  position: absolute;
  left: 16px;
}
.reg-common-box .reg-process-nav .current {
  color: #002249;
}
.reg-common-box .reg-process-nav .current::before {
  border: 1px solid #0c59db;
  color: #fff;
  background-color: #0c59db;
}
.reg-common-box .reg-process-info {
  color: #002249;
  font-size: 16px;
}
.reg-common-box .reg-process-info input:not([type="submit"]) {
  box-shadow: 0 0 0 transparent;
}
@media screen and (max-width: 767px) {
  .reg-common-box .step1,
  .reg-common-box .step3,
  .reg-common-box .step4,
  .reg-common-box .step5 {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .reg-common-box .step1,
  .reg-common-box .step3,
  .reg-common-box .step4,
  .reg-common-box .step5 {
    width: 410px;
    margin: auto;
  }
  .reg-common-box .reg-process-info td:nth-of-type(1) {
    font-size: 16px;
    color: #002249;
  }
  .reg-common-box .reg-process-info .multi-form input[type="text"],
  .reg-common-box .reg-process-info .multi-form input[type="password"] {
    height: 48px;
    line-height: 48px;
    width: 410px;
  }
  .reg-common-box .reg-process-info i {
    height: 48px;
    line-height: calc(48px);
  }
  .reg-common-box .reg-process-info label {
    line-height: 48px;
  }
}
.reg-retrieve {
  padding: 30px 0 200px;
}
.reg-retrieve-step2 {
  margin: auto;
  width: 80%;
}
.reg-retrieve-step2 .fa-angle-right {
  font-size: 60px;
  color: #b7c3d0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 90px;
  right: 20px;
  font-weight: 300;
}
.reg-retrieve-step2 .step2-title {
  color: #002249;
}
.reg-retrieve-step2 .step2-item {
  cursor: pointer;
  display: block;
  border: 1px solid #ccd3db;
  margin: 0 auto 20px;
  padding: 20px 80px;
  height: auto;
  position: relative;
  background-color: #fafafa;
  width: 600px;
}
.reg-retrieve-step2 .step2-item:not(:disabled):hover {
  background-color: #0c59db;
}
.reg-retrieve-step2 .step2-item:not(:disabled):hover .step2-title,
.reg-retrieve-step2 .step2-item:not(:disabled):hover .step2-info,
.reg-retrieve-step2 .step2-item:not(:disabled):hover .fa-angle-right {
  color: #fff;
}
.reg-retrieve-step2 .step2-mobile,
.reg-retrieve-step2 .step2-email {
  pointer-events: none;
}
.reg-retrieve-step2 .step2-img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
}
.reg-retrieve-step2 .step2-info {
  font-size: 16px;
  color: #738ba5;
  line-height: 30px;
}
.reg-retrieve-step3 .check-form {
  color: #002249;
  margin-bottom: 12px;
  font-size: 16px;
}
.reg-retrieve-step3 .step-code {
  min-width: 120px;
}
.reg-retrieve-step3 .step3-input-wrap {
  padding-right: 10px;
}
.reg-retrieve-step3 .step3-input-wrap input[type="text"] {
  height: 42px;
  line-height: 42px;
}
.reg-retrieve-step3 .step3-tips {
  color: #002249;
}
.reg-retrieve-step3 .step3-tips a {
  color: #0c59db;
}
.reg-index {
  padding: 30px 0;
  background-color: #f1f3f8;
}
.login-index {
  height: calc(100vh - 110px);
  min-height: 650px;
  overflow-y: auto;
  background: url(/img/page/v2020/login/bg/login-bg.jpeg) no-repeat center;
  background-size: cover;
}
.login-index .login-wrap {
  display: flex;
  height: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-index .login-box {
  display: flex;
}
.login-index .login-title h2 {
  color: #002249;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.login-index input[type="text"],
.login-index input[type="password"] {
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  padding-left: 15px;
  box-shadow: none;
}
.login-index .has-feedback .icon {
  width: 15px;
  height: 20px;
  top: 15px;
  left: 15px;
}
.login-index .has-feedback .iconfont {
  left: 5px;
}
.login-index .c-btn-block {
  border-radius: 4px;
  background-color: #0d56dd;
}
.login-index .form-control-feedback {
  height: 38px;
  line-height: 42px;
  margin: 2px 12px !important;
}
.login-index .login-index-title {
  display: none;
  color: #0c59db;
}
.login-index .login-index-title h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 48px;
}
.login-index .login-index-title h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 101px;
}
.login-index .login-index-title .c-btn {
  margin-top: 50px;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 5px 10px #6393dc;
}
.login-index.content::after {
  content: "";
  display: table;
  clear: both;
}
.login-index .login-section {
  min-height: 300px;
  margin-top: 15px;
}
.login-index .login-section .tip {
  margin-bottom: 10px;
  color: #575d6c;
  font-size: 14px;
}
.login-index .login-panel {
  background: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 0 20px rgba(8, 23, 48, 0.15);
  border: 1px solid #fff;
  padding: 50px 35px 30px;
  width: 380px;
  margin: -10px 10px 0;
  min-height: 425px;
  color: #002249;
}
.login-index .code-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  cursor: pointer;
}
.login-index .code-btn > div {
  position: relative;
}
.login-index .code-btn > div .hover {
  opacity: 0;
  position: absolute;
  right: 48px;
  top: 23px;
  width: 112px;
  max-width: none;
}
.login-index .code-btn > div:hover .hover {
  opacity: 1;
  transition: all 0.5s;
}
.login-index .login-tip {
  height: auto;
  line-height: 25px;
  text-align: left;
}
.login-index .panel-code {
  text-align: center;
}
.login-index .panel-code .panel-code-img {
  position: relative;
}
.login-index .panel-code .panel-code-img .code-result {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.login-index .panel-code .panel-code-img .code-result-panel {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.login-index .panel-code .panel-code-img .code-result-panel span {
  font-size: 16px;
}
.login-index .panel-code .panel-code-img .code-result::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.9;
  z-index: -1;
}
.login-index .panel-code .web_qrcode_img img {
  max-width: 180px;
  display: block;
  margin: 10px auto;
}
.login-index .panel-code-detail p {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.login-index .bind-msg {
  font-size: 14px;
  color: #575d6c;
  margin-top: 15px;
}
.login-index .bind-msg a {
  color: #0c59db;
}
.login-index .login-msg {
  color: #002249;
  display: flex;
  justify-content: space-evenly;
  padding: 0 20px;
}
.login-index .login-msg a:hover {
  color: #0c59db;
}
.login-index .btn.line {
  border: none;
  color: #0c59db;
  font-size: 14px;
  font-weight: normal;
}
.login-index .btn.line:hover {
  color: #fff;
}
@media screen and (min-width: 576px) {
  .login-index .login-panel {
    padding: 40px 30px 30px;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 992px) {
  .login-index .login-index-title {
    display: inline-block;
  }
  .login-index .login-panel {
    transition: all 0.5s;
  }
}
.login-index-verification .verification-code {
  left: inherit;
  margin: 1px;
  width: 80px;
  height: 30px;
  margin: 10px 12px;
}
.login-index-verification input {
  padding-right: 104px;
}
#sendSms {
  border: none;
}
.login-footer-app {
  position: fixed;
  bottom: 0;
}
.login-footer-app .footer-app-declare {
  height: auto;
  margin: 0;
  padding: 15px 0;
  background-color: #131824;
  color: #505865 !important;
}
.footer-app {
  padding-bottom: 0;
}
.reg-success h3 {
  font-size: 18px;
  font-weight: bold;
  color: #002249;
  line-height: 32px;
}
.reg-success p {
  color: #002249;
  font-size: 14px;
}
.reg-success .panel {
  border-color: transparent;
}
.reg-success .reg-process-nav > div {
  height: 650px;
}
.reg-success .success-img {
  text-align: right;
}
.reg-success .c-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 0;
  margin-top: 25px;
}
@media screen and (max-width: 792px) {
  .table-row .reg-process-nav {
    display: none;
  }
  .reg-common .reg-title {
    font-size: 20px;
  }
  .reg-common .panel-body {
    padding: 20px 15px;
  }
  .reg td:nth-of-type(1) {
    font-size: 12px;
    width: 20%;
  }
  .reg td:nth-of-type(2) {
    width: 40%;
  }
  .reg td {
    padding: 8px 5px;
  }
  .reg-common-box {
    padding-top: 15px;
  }
  .popover.right {
    margin-left: 3px;
  }
}
.login-tab {
  margin-bottom: 20px;
  width: 162px;
  height: 32px;
  border-radius: 4px;
  opacity: 1;
  padding: 2px;
  display: flex;
  background: #f6f6f8;
}
.login-tab > div {
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 50%;
}
.login-tab .act {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.login .form-group {
  margin-bottom: 12px;
}
.login-extra {
  margin-top: 20px;
}
.login-extra .extra-tit {
  text-align: center;
  border-top: 1px solid #dfe1e6;
  height: 1px;
  width: 100%;
  margin-bottom: 25px;
}
.login-extra .extra-tit p {
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin-top: -5px;
  top: -10px;
  padding: 0 5px;
  color: #999;
}
.login-extra .btn-code {
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 40px;
  color: #333;
}
