html {
  /* height: 100%;
    width: 100%;
    background: #fff; */
}

body {
  height: 100%;
  background: none;
  top: 0;
  position: absolute;
  overflow-y: inherit !important;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f2f2f2;
  z-index: 999;
}

.showText {
  position: relative;
}

.closeX {
  position: absolute;
  top: 0;
  right: 50px;
  padding: 5px;
  cursor: pointer;
  line-height: 30px;
  font-weight: bolder;
}

.divShowText {
  color: #000000;
  text-align: left;
  font-size: 18px;
  line-height: 40px;
  /*font-weight: 800;*/
  height: 40px;
  margin-left: 40px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
}

.login-center-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  grid-template-columns: 15% 1fr 15%;
}

.login-box {
  position: relative;
  z-index: 10;
  height: 100%;
}

.login .swiper,
.login .swiper img,
.login .content {
  width: 100vw;
  height: 100vh;
}

.swiper-slide div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-pagination {
  bottom: 74px !important;
}

.swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 100px 100px 100px 100px;
}

.login .content {
  position: absolute;
  top: 0;
  left: 0;
}

.login header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: transparent;
  width: 100%;
  padding-bottom: 10px;
}

.login header.header-border {
  border-bottom: 1px #cacccd solid;
}

.login header .header_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.login header .header_box,
.login header .header_box .left,
.login header .header_box .right-mes {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.login header .header_box .left,
.login header .header_box .right-mes {
  justify-content: flex-start;
}

.login header .header_box img {
  width: 100%;
  height: 100%;
}

.login header .header_box .droplist-btn {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  right: 20px;
  display: inline-block;
  display: none;
}

.header_box .logo-image {
  width: 167px;
  height: 60px;
}

.header_box .title-image {
  width: 270px;
  display: inline-flex;
  align-items: center;
}

.logo-image + .title-image::before {
  content: "";
  height: 32px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 12px;
}

.header_box .line {
  width: 1px;
  height: 32px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.5);
}

.header_box .right-mes {
  color: #111111;
  font-size: 16px;
}

.divider {
  display: flex;
  align-items: center;
}

.header_box .divider::before {
  content: "";
  display: inline-flex;
  margin: 0 16px;
  width: 1px;
  height: 1em;
  background: #fff;
}

.login header .header_box .right-mes a {
  color: #111111;
}

.login header .header_box .right-mes a:hover {
  color: #111111;
  text-decoration: none;
}

.login header .header_box .right-mes .qrcode {
  width: 40px;
  height: 40px;
  padding: 4px;
  background: #fff;
  position: relative;
}

.login header .header_box .right-mes .qrcode-big {
  color: #000;
  padding: 8px;
  display: none;
  font-size: 14px;
  background: #fff;
  text-align: center;
  border-radius: 4px !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 45px;
  right: 0;
}

.login header .header_box .right-mes .qrcode:hover .qrcode-big {
  display: block;
}

.login header .header_box .right-mes .qrcode-big img {
  width: 96px;
  height: 96px;
  margin-top: 4px;
}

.switch-box {
  width: 500px;
  background: #fff;
  opacity: 0;
  border-radius: 4px !important;
  grid-column: 2 / 3;
}

.switch-box.right {
  justify-self: flex-end;
}

.login-box .switch-box .switch-tab {
  overflow: hidden;
  margin: 30px 40px 10px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #dfdfdf;
}

.login-box .switch-box .switch-tab li {
  font-size: 18px;
  color: #111111;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  float: left;
  padding-bottom: 10px;
}

.login-box .switch-box .switch-tab li:first-child {
  margin-right: 20px;
}

.login-box .switch-box .switch-tab li.active {
  color: var(--primary-color6);
  cursor: default;
  font-weight: 500;
  border-bottom: 1px solid var(--primary-color6);
}

.login-box .login-form {
  font-size: 14px;
  padding: 10px 40px 30px;
}

.login footer {
  color: #999;
  z-index: 10;
  width: 100vw;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.input-icon {
  margin-bottom: 20px;
}

.input-icon i {
  color: var(--primary-color6);
  margin: 13px;
}

.default-input {
  width: 100%;
  height: 40px;
  border: 1px #e7e7e7 solid;
  border-radius: 4px;
  font-size: 14px;
  text-indent: 15px;
  outline: none;
}

.default-input:focus {
  border: 1px var(--primary-color6) solid;
}

.default-input.icon-input {
  text-indent: 40px;
}

.login-box .login-form .auto-login {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-box .login-form .auto-login .checkbox-inline {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.login-box .login-form .auto-login .checker {
  margin-right: 5px !important;
  font-size: 0;
  width: 16px;
  height: 16px;
}

div.checker span {
  background-image: url("/fw/images/all-icon.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  background-position: -85px -75px;
  width: 16px;
  height: 16px;
}

div.checker span.checked {
  background-position: unset;
  background-image: unset;
  background-color: var(--primary-color6);
  position: relative;
  border-radius: 1px;
}

div.checker span.checked::before,
div.checker span.checked::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 1px;
}

div.checker span.checked::before {
  width: 2px;
  height: 10px;
  transform: rotate(45deg);
  top: 3px;
  left: 9px;
}

div.checker span.checked::after {
  width: 2px;
  height: 5px;
  transform: rotate(-45deg);
  top: 7px;
  left: 5px;
}

/*div.checker.focus span {
    background-position: -85px -75px;
}

div.checker.focus span.checked {
    background-position: -125px -75px;
    background-position: -47px -96px;
}*/

.login-box .login-form .free-reg,
.login-box .login-form .forget-pwd {
  font-size: 14px;
  color: var(--primary-color6);
  float: right;
}

.login-box .login-form .pwd-eye {
  right: 0;
  cursor: pointer;
  display: inline-block;
}

/* 隐藏Edge浏览器自带密码可见图标 */
.login-box input[type="password"]::-ms-reveal {
  display: none;
}

/*微信登录*/
.login-options {
  display: none;
}

.social-icons li.sso_wechat {
  text-indent: initial;
}

.social-icons li.sso_wechat img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.layui-layer .layui-layer-title {
  background-color: #009fe8 !important;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.blue-btn {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px var(--primary-color6) solid;
  border-radius: 4px !important;
  background: var(--primary-color6);
  color: #fff;
  font-size: 16px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}

.blue-btn-lock {
  background: #b8c6d6;
  cursor: no-drop;
}

.blue-btn-lock:hover {
  background: #b8c6d6 !important;
}

.marT30 {
  margin-top: 30px;
}

.marT20 {
  margin-top: 20px;
}

.marT10 {
  margin-top: 10px;
}

.blue-btn:hover {
  background: var(--primary-color5);
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}

.border-btn {
  width: 100%;
  height: 42px;
  border: 1px var(--primary-color6) solid !important;
  border-radius: 4px !important;
  background: #fff;
  color: var(--primary-color6);
  font-size: 16px;
  margin-top: 30px;
  display: inline-block;
  outline: none;
  border: none;
  text-align: center;
  text-decoration: none;
  line-height: 37px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}

.border-btn:hover {
  background: #ebf9ff;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
}

.copyright {
  font-size: 14px;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0px 0px 1px #000;
  position: fixed;
  bottom: 0;
}

.select-enterprise .enterprise_p {
  line-height: 30px;
  margin-bottom: 10px;
  color: #888888;
}

.login-form .help-block {
  margin-bottom: 10px;
  color: #f00;
}

/* 忘记密码类似页面样式 */
.default-white-box {
  width: 100%;
  max-width: 1180px;
  margin: 110px auto 30px auto;
  border: 1px #e7e7e7 solid;
}

.default-white-box .title {
  height: 60px;
  background: #fafafa;
  border-bottom: 1px #e7e7e7 solid;
}

.default-white-box .title p {
  font-size: 24px;
  color: #333;
  text-indent: 25px;
  line-height: 60px;
  padding: 0;
}

.default-white-box .content {
  padding: 70px 70px 200px 70px;
}

.default-white-box .content .center-box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.default-white-box .content .center-box .form-box {
  margin-bottom: 15px;
}

.default-white-box .content .center-box .form-box label {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
}

.default-white-box .content .center-box .form-box .authcode {
  font-size: 14px;
}

.default-white-box .content .center-box .form-box .grey {
  font-size: 14px;
  color: #999;
}

.default-white-box .content .center-box .form-box .to-login {
  font-size: 14px;
  color: var(--primary-color6);
}

.alerts {
  display: inline-block;
  color: #f00;
}

.form-box .alerts {
  margin-top: 10px;
}

.register-box .alerts {
  margin-top: 10px;
}

.default-white-box .content .center-box .form-box .success {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url(../../../fw/images/oem/success-icon.png);
}

.default-white-box .content .center-box .form-box .success-mes {
  font-size: 24px;
  color: #333;
  line-height: 42px;
}

.to-login-span {
  color: #999;
  font-size: 18px;
}

.to-login-span b {
  font-weight: normal;
  color: var(--primary-color6);
}

/* 企业注册页面样式 */
.enterprise-box {
  position: relative;
  /* background: url(../../../fw/images/oem/enterprise-bg.png) 50% 50% no-repeat; */
}

.enterprise-center-box {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding-bottom: 60px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.register-box {
  width: 430px;
  box-sizing: border-box;
  padding: 0 47px 60px 47px;
  background: #fff;
  float: right;
  opacity: 0;
  margin-right: 140px;
  margin-top: 200px;
  border-top: 3px #00aaef solid;
  box-shadow: 0px 0px 6px #252525;
  -webkit-box-shadow: 0px 0px 6px #252525;
  -moz-box-shadow: 0px 0px 6px #252525;
  -o-box-shadow: 0px 0px 6px #252525;
  -ms-box-shadow: 0px 0px 6px #252525;
}

.register-box .register-title {
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

.register-box .process_ul ul {
  padding: 0 25px;
  display: flex;
}

.register-box .process_ul {
  position: relative;
}

/* 流程线段 */
.register-box .process_ul .process-tab-box {
  width: 70%;
  margin: 0 auto;
}

.register-box .process_ul .process-tab-box .process-tab {
  height: 2px;
  width: 50%;
  background: #b8c6d6;
  float: left;
}

.register-box .process_ul .process-tab-box .process-tab.active {
  background: #38b1eb;
}

.register-box .process_ul ul li .circle {
  width: 40px;
  height: 40px;
  background: #b8c6d6;
  border-radius: 50%;
  display: inline-block;
}

.register-box .process_ul ul li.active .circle {
  background: #38b1eb;
}

.register-box .process_ul ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}

.register-box .process_ul ul li .circle i {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  display: inline-block;
}

.register-box .process_ul ul .process1 {
  position: absolute;
}

.register-box .process_ul ul .process2 {
  margin: 0 auto;
}

.register-box .process_ul ul .process3 {
  position: absolute;
  right: 25px;
}

.register-box .process_ul ul li p {
  line-height: 45px;
  color: #666;
}

.register-box .process_ul ul li.active p {
  color: #38b1eb;
}

.register-box .process_ul ul li .circle i.phone-icon {
  background: url(../../../fw/images/oem/icon-list.png) -5px -6px;
  margin-left: 5px;
}

.register-box .process_ul ul li .circle i.info-icon {
  background: url(../../../fw/images/oem/icon-list.png) -24px -6px;
  margin-left: 4px;
}

.register-box .process_ul ul li .circle i.success-icon {
  background: url(../../../fw/images/oem/icon-list.png) -44px -6px;
}

.register-box .help-mes {
  font-size: 12px;
  color: #666;
}

.agree {
  font-size: 12px;
}

.agree .checkbox-inline {
  font-size: 12px;
}

.blue-a {
  color: var(--primary-color6);
}

/* 修改省市区控件部分样式 */
.input-icon .city-border-bottom {
  border: 1px solid #e7e7e7;
  border-radius: 4px !important;
  min-height: 40px;
}

.input-icon .city-border-bottom .col-xs-12 {
  border: none;
}

.input-icon .city-border-bottom .arrow {
  width: 20px;
  margin-top: 16px;
}

.input-icon .city-border-bottom .col-xs-12 {
  background: none;
}

.input-icon .city-border-bottom .city-picker-span > .placeholder {
  font-size: 14px;
  padding-left: 5px;
  color: #757575;
}

.input-icon .select2-container .select2-choice {
  border: 1px solid #e7e7e7;
  height: 40px;
}

.input-icon .select2-container .select2-choice > .select2-chosen {
  line-height: 38px;
  color: #757575;
  text-indent: 8px;
}

.input-icon .select2-container .select2-choice .select2-arrow {
  right: 13px;
  top: 3px;
}

.register-success .success-icon {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url(../../../fw/images/oem/success-icon.png);
  margin-left: 148px;
}

.register-success .success-mes {
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}

.ydj-diagram {
  width: 530px;
  height: 350px;
  float: left;
  margin-top: 240px;
  margin-left: 20px;
  position: relative;
}

.ydj-diagram div {
  position: absolute;
}

.ydj-diagram .connection {
  width: 0px;
  height: 130px;
  top: 93px;
  overflow: hidden;
  background: url(../../../fw/images/oem/icon-list.png) -4px -30px;
}

.ydj-diagram .bottomside {
  width: 530px;
  height: 240px;
  bottom: -80px;
  opacity: 0;
  overflow: hidden;
  background: url(../../../fw/images/oem/icon-list.png) -2px -167px;
}

.ydj-diagram .subject-box {
  width: 220px;
  height: 270px;
  bottom: 94px;
  left: 152px;
  overflow: hidden;
}

.ydj-diagram .subject {
  width: 220px;
  height: 270px;
  bottom: -267px;
  background: url(../../../fw/images/oem/icon-list.png) -2px -410px;
}

.ydj-diagram .diagrammes {
  width: 120px;
  height: 100px;
  bottom: 250px;
  right: 130px;
  opacity: 0;
  background: url(../../../fw/images/oem/icon-list.png) -470px -470px;
}

.exp-result p {
  font-size: 14px;
  color: #666;
  line-height: 35px;
}

.registered-company {
  font-size: 14px;
}

.registered-company tt {
  color: var(--primary-color6);
}

.registered-company ul li {
  display: block;
  text-align: left;
}

.registered-company ul li a {
  color: var(--primary-color6);
}

.clause-content {
  background: #fff;
  height: 320px;
  padding: 12px;
  border: 1px #dcdcdc solid;
  overflow: auto;
}

.clause-content p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.clause-content p b {
  line-height: 30px;
}

.login-box select {
  border: 0 none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: inherit;
  border-right: 1px solid #dfdfdf;
  cursor: pointer;
}

.login-box select#ppf:active,
.login-box select#ppf:focus {
  outline: unset;
}

.login-box .phone-input {
  text-indent: 135px;
}

.login-box #smscode {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--primary-color6);
}

.login-box #smscode[isSend="1"] {
  color: #999;
  cursor: default;
}

/* 窗口宽度低样式兼容 */
@media screen and (max-width: 1050px) {
  .ydj-diagram {
    display: none;
  }

  .register-box {
    float: none !important;
    margin: 200px auto 0 auto !important;
  }
}

@media screen and (max-width: 800px) {
  html {
    background: #fff !important;
  }

  body {
    height: auto;
  }

  .login header .header_box .right-mes {
    display: none !important;
  }

  .login header .header_box .title {
    display: none;
  }

  .login header .header_box .logo-image {
    margin: 17px auto 0 auto;
    float: none;
    text-align: center;
  }

  .register-box {
    width: 100% !important;
    height: 100% !important;
    margin: 75px auto 0 auto !important;
    padding: 0 20px 30px 20px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .input-icon .city-border-bottom .arrow {
    right: 3.5%;
  }

  .copyright {
    text-shadow: none;
    color: #999;
  }

  .enterprise-box {
    height: 100%;
  }

  .register-box .process_ul .process-tab-box {
    width: 82% !important;
  }

  .login-box .switch-box {
    margin-right: 0px !important;
    margin-top: 75px;
    width: 100%;
  }

  .default-white-box .content {
    padding: 30px 20px 100px 20px;
  }

  .default-white-box {
    border: none;
    margin: 75px auto 30px auto;
  }

  .default-white-box .title {
    height: 40px;
  }

  .default-white-box .title p {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    text-indent: 0;
  }

  .default-white-box .content .center-box .form-box label {
    display: none;
  }

  .default-white-box .content .center-box {
    max-width: none;
  }

  .default-white-box .content .center-box .form-box .col-xs-9 {
    width: 100%;
  }
}

.login-box .login-center-box .switch-box .login-logo {
  text-align: center;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box .login-center-box .switch-box .login-logo .logo-img {
  height: 40px;
  object-fit: contain;
  padding-right: 20px;
}

.login-box .login-center-box .switch-box .login-logo .login-font {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 450px) {
  .register-box .process_ul .process-tab-box {
    width: 70% !important;
  }
}
