@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  line-height: 1;
  font-family: "Microsoft YaHei", 微软雅黑, "Microsoft YaHei Light", "PingFang SC";
}

h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: inherit;
}

ul,
li {
  margin: 0px;
  list-style: none;
}

input::placeholder {
  color: #888;
}

input:focus {
  color: #333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  color: #333 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #333 !important;
}

body {
  background-color: #f4f4f6;
  font-size: 14px;
}

body,
html {
  height: 100%;
}

.main,
.wrapper {
  min-height: auto;
}

.logo {
  background: transparent url("../images/v2/logo.png") no-repeat left top;
  display: block;
  height: 24px;
  width: 129px;
  background-size: contain;
}
.logo-white {
  background-image: url("../images/v2/logo-white.png");
}
.logo-dark {
  background-image: url("../images/v2/logo-dark.png");
}

.icon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.icon::after, .icon::before {
  font-size: inherit;
  color: inherit;
}
.icon ~ * {
  margin-left: 5px;
}

* ~ .icon {
  margin-left: 5px;
}

:focus,
:focus-visible {
  outline: 0px !important;
  outline-offset: 0;
}

a:focus {
  outline-offset: 0;
}

.mt120 {
  margin-top: 120px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr5 {
  margin-right: 5px;
}

.ml {
  margin-left: 5px;
}

.protocol-link {
  color: #4928d8;
}

.line-height-1_5 {
  line-height: 1.5;
}

.line-height-1_2_5 {
  line-height: 1.25;
}

@media screen and (max-width: 1024px) {
  body {
    background-color: #fff;
  }

  .form-horizontal .control-label {
    text-align: left;
  }
}
.default-color {
  color: #333;
}

.disabled-color {
  color: #888;
}

.active-color {
  color: #4928d8;
}

.warn-color {
  color: #e1911a;
}

.danger-color {
  color: #db2828;
}

.front-color {
  color: #fff;
}

.help-block {
  line-height: 1.5;
}

.no-data {
  padding: 80px 0px;
}

.ft14 {
  font-size: 14px;
}

.ft16 {
  font-size: 16px;
}

.ft20 {
  font-size: 20px;
}

.ft24 {
  font-size: 24px;
}

.ft26 {
  font-size: 26px;
}

.em4 {
  width: 4em;
}

.with-errors {
  color: #d82828 !important;
  position: absolute;
  left: 15px;
  bottom: -18px;
}

.with-errors[data-for=js-sure] {
  position: unset;
}

.bold {
  font-weight: 600;
}

.line-height_1_5 {
  line-height: 1.5;
}

.line-height_1_2_5 {
  line-height: 1.25;
}

.avatar-wrapper img {
  position: relative;
  z-index: 2;
  border-radius: 6px;
}
.avatar-wrapper img::after {
  border-radius: inherit;
  content: " ";
  display: inline-block;
  background: transparent url("../images/v2/main/avatar-default.png") no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}

.footer-wrapper {
  text-align: center;
  font-size: 0;
  padding-bottom: 20px;
}
.footer-wrapper .footer-content {
  max-width: 1200px;
  margin: 0px auto;
}
.footer-wrapper a {
  border-left: 1px solid #fff;
  padding-left: 5px;
  margin-left: 5px;
}
.footer-wrapper a img {
  margin: -2px 8px;
  height: 14px;
  width: auto;
}
.footer-wrapper .footer-field {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding-top: 8px;
  font-size: 14px;
}
.footer-wrapper .footer-field a {
  margin-top: 5px;
}
.footer-wrapper .footer-field > :nth-child(1),
.footer-wrapper .footer-field .link-icon {
  border-left: 0px;
}

body {
  background-color: #6851ee;
}

.svg-test {
  background-image: url("../images/v2/login/2x/icon-user.svg");
  height: 24px;
  width: 24px;
  background-size: contain;
}

.login-wrapper {
  height: 100%;
  width: 100%;
  min-height: 700px;
  background: #6851ee url("../images/v2/login/login-bg.png") no-repeat center center;
  background-size: cover;
}
.login-wrapper .logo {
  position: absolute;
  left: 50px;
  top: 20px;
  background-image: url("../images/v2/logo.svg");
  width: 180px;
  height: 50px;
}
.login-wrapper .footer-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
}
.login-wrapper .login-box {
  border-radius: 12px;
  background-color: #fff;
  width: 640px;
  height: 624px;
  background: transparent url("../images/v2/login/login-box-bg.png") no-repeat left top;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-55%);
  z-index: 1;
}
.login-wrapper .login-box iframe {
  width: 100%;
  height: 100%;
}
.login-wrapper .login-content {
  max-width: 1200px;
  height: 100%;
  position: relative;
  margin: 0px auto;
}

@media screen and (min-width: 1920px) {
  .login-wrapper {
    background-image: url("../images/v2/login/2x/login-bg.png");
  }
}
@media screen and (max-width: 1200px) {
  .login-wrapper .login-box {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .login-wrapper .login-box {
    width: 500px;
    height: 500px;
    right: 50%;
    transform: translate(50%, -50%);
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0px;
  }

  .login-wrapper .logo {
    display: none;
  }
  .login-wrapper .login-box {
    width: 100%;
    transform: translate(50%, -50%);
    background-size: 100% 100%;
    background: transparent;
    background-image: none;
    position: relative;
    top: 0px;
    transform: translate(0px, 0);
    right: 0px;
    height: 100%;
    min-height: 600px;
  }
  .login-wrapper .login-box iframe {
    height: 100vh;
    min-height: 700px;
  }
  .login-wrapper .login-box .logo {
    display: none;
  }

  .login-third-party {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 35% !important;
  }
}