.login-layout[data-v-ef314cac] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.login-layout .login-header[data-v-ef314cac] {
  position: sticky;
  top: 0;
  z-index: 100;
}
@charset "UTF-8";
/**
 * @Author: liuyang
 * @Date: 2020-04-29
 * @LastEditors: liuyang
 * @LastEditTime: 2020-04-29
 * @Description: 头部样式
 */
.login-header[data-v-37dfd6fc] {
  height: 72px;
  padding: 0 8.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-header__logo[data-v-37dfd6fc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-header__menu[data-v-37dfd6fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-header .menu-item[data-v-37dfd6fc] {
  line-height: 72px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 12px;
  white-space: nowrap;
  cursor: pointer;
}
.login-header .menu-item--active[data-v-37dfd6fc] {
  background: #224475;
}
.login-header .title[data-v-37dfd6fc] {
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  margin-left: 12px;
  border-left: 2px solid #fff;
  padding-left: 10px;
  line-height: 30px;
  font-weight: 1000;
}
.login-container[data-v-37dfd6fc] {
  position: relative;
  min-height: 860px;
  background-image: url(../../static/img/bg.10fa9ddf.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-container .login-footer[data-v-37dfd6fc] {
  position: absolute;
  bottom: 0;
}
.login-container .login-form[data-v-37dfd6fc] {
  position: absolute;
  right: 12.6%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 460px;
  height: 550px;
  padding: 0 40px;
  background: #fff;
  border: 3px solid white;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 3px #eee;
          box-shadow: 1px 1px 3px #eee;
}
.login-container .login-title[data-v-37dfd6fc] {
  padding: 20px 0;
  font-size: 22px;
  color: #0f1112;
}
.login-container .login-switch[data-v-37dfd6fc] {
  position: absolute;
  top: 5px;
  right: 15px;
  height: 36px;
  width: 140px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
.login-container .auth-code-btn[data-v-37dfd6fc],
.login-container .login-btn[data-v-37dfd6fc] {
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  outline: none;
}
[data-theme=red-theme] .login-container .auth-code-btn[data-v-37dfd6fc],
[data-theme=red-theme] .login-container .login-btn[data-v-37dfd6fc] {
  background-image: linear-gradient(176deg, #e9656c 0%, #e54e54 100%);
}
[data-theme=red-theme] .login-container .auth-code-btn[data-v-37dfd6fc]:hover,
[data-theme=red-theme] .login-container .login-btn[data-v-37dfd6fc]:hover {
  background-image: linear-gradient(171deg, #eb747b 0%, #e86065 100%);
}
.login-container .captcha-img[data-v-37dfd6fc] {
  height: 44px;
  width: 110px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.login-container .auth-code-btn[data-v-37dfd6fc] {
  margin-left: 10px;
  height: 44px;
  line-height: 44px;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.login-container .auth-code-btn[disabled=disabled][data-v-37dfd6fc] {
  cursor: not-allowed;
}
.login-container .login-btn[data-v-37dfd6fc] {
  height: 56px;
  line-height: 56px;
  margin-top: 20px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(25, 60, 198, 0.33);
          box-shadow: 0 3px 4px 0 rgba(25, 60, 198, 0.33);
}
.login-container .action-container[data-v-37dfd6fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container .login-forget[data-v-37dfd6fc] {
  line-height: 56px;
  font-size: 14px;
  color: #656566;
  text-align: center;
  cursor: pointer;
}
.login-container .register-btn[data-v-37dfd6fc] {
  padding: 11px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
[data-theme=white-theme] .login-container .register-btn[data-v-37dfd6fc] {
  color: #4A4A4A;
}
[data-theme=black-theme] .login-container .register-btn[data-v-37dfd6fc] {
  color: #ffffff;
}
[data-theme=red-theme] .login-container .register-btn[data-v-37dfd6fc] {
  color: #e54e54;
}
.login-container .register-btn .el-icon-right[data-v-37dfd6fc] {
  font-weight: 600;
  border-radius: 50%;
  border: 2px solid #315cc7;
}
.login-container .register-form[data-v-37dfd6fc],
.login-container .forget-password[data-v-37dfd6fc] {
  position: absolute;
  right: 8.3%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#app .login-form .el-form-item[data-v-37dfd6fc] {
  margin-bottom: 30px;
}
#app .login-form .el-input[data-v-37dfd6fc] {
  height: 44px;
  line-height: 44px;
}
#app .login-form .el-input[data-v-37dfd6fc] .el-input__inner {
  height: 44px;
  line-height: 44px;
  color: #333;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 16px;
}
#app .login-form .el-input[data-v-37dfd6fc] .el-input__inner::-webkit-input-placeholder {
  color: #a4c2ec !important;
}
#app .login-form .el-input[data-v-37dfd6fc] .el-input__inner::-moz-placeholder {
  color: #a4c2ec !important;
}
#app .login-form .el-input[data-v-37dfd6fc] .el-input__inner:-ms-input-placeholder {
  color: #a4c2ec !important;
}
#app .login-form .el-input[data-v-37dfd6fc] .el-input__inner::-ms-input-placeholder {
  color: #a4c2ec !important;
}
#app .login-form .el-input[data-v-37dfd6fc] .el-input__inner::placeholder {
  color: #a4c2ec !important;
}
.tip[data-v-37dfd6fc] {
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 35%;
  color: #fff;
}
.center__text[data-v-37dfd6fc] {
  position: absolute;
  top: 30%;
  left: 15%;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  width: 600px;
  /* 添加阴影效果 */
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.center__text .blue_text[data-v-37dfd6fc] {
  color: #0066ff;
}
.center__text .info[data-v-37dfd6fc] {
  font-weight: 1000;
}
.center__text .subTitle[data-v-37dfd6fc] {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}
.center__text .desc[data-v-37dfd6fc] {
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
}
.center__text .desc_two[data-v-37dfd6fc] {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.operation-guide .box[data-v-4df9766f] {
  margin: 0 auto 20px;
  padding: 20px 8.33%;
}
.operation-guide .banner[data-v-4df9766f] {
  width: 100%;
  height: 0;
  padding-bottom: 22.396%;
  background: url(../../static/img/banner.55ce1517.jpg) no-repeat center/cover;
}
.operation-guide .operation-guide-title[data-v-4df9766f] {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.operation-guide .settling-process__content[data-v-4df9766f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.operation-guide .settling-process__content > div:nth-child(1) .settling-process-icon[data-v-4df9766f]::before {
  background-position: 0px;
}
.operation-guide .settling-process__content > div:nth-child(2) .settling-process-icon[data-v-4df9766f]::before {
  background-position: -48px;
}
.operation-guide .settling-process__content > div:nth-child(3) .settling-process-icon[data-v-4df9766f]::before {
  background-position: -96px;
}
.operation-guide .settling-process__content > div:nth-child(4) .settling-process-icon[data-v-4df9766f]::before {
  background-position: -144px;
}
.operation-guide .settling-process__content > div:nth-child(5) .settling-process-icon[data-v-4df9766f]::before {
  background-position: -192px;
}
.operation-guide .settling-process-item[data-v-4df9766f] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
}
.operation-guide .settling-process-item[data-v-4df9766f]::before {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: 0px;
  border-top: 1px dashed #8a8a8a;
  top: 40px;
  left: calc(50% + 50px);
}
.operation-guide .settling-process-item[data-v-4df9766f]:last-child::before {
  display: none;
}
.operation-guide .settling-process-icon[data-v-4df9766f] {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  padding: 16px;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.operation-guide .settling-process-icon[data-v-4df9766f]::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../../static/img/settling-process.18d3159d.png) no-repeat center/cover;
}
.operation-guide .carousel-item[data-v-4df9766f] {
  position: relative;
  height: 100%;
}
.operation-guide .carousel-item__title[data-v-4df9766f] {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}
.operation-guide .carousel-item > img[data-v-4df9766f] {
  width: 100%;
  height: calc(100% - 35px);
  -o-object-fit: contain;
     object-fit: contain;
}
.operation-guide__document[data-v-4df9766f] {
  padding: 10px 50px;
}
.operation-guide__document-item[data-v-4df9766f] {
  list-style: inside;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.operation-guide__document-item[data-v-4df9766f]:hover {
  color: #409eff;
  text-decoration: underline;
}
