:root {
  --text-color-black: #172b4d;
  --text-color-gray: #42526e;
  --nav-height: 76px;
  --center-width: 1200px;
}

.top-banner .left {
  height: auto;
  padding-top: 90px;
}

.login-right {
  max-width: 720px;
  /* height: 680px; */
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.login-left-bg {
  width: 260px;
  position: absolute;
  left: -200px;
  bottom: 0;
  /* z-index: -1; */
}

.login-right-bg {
  width: 260px;
  position: absolute;
  right: 230px;
  bottom: 0;
}
.login-top-bg {
  width: 260px;
  position: absolute;
  top: 12px;
  left: 0px;
  display: flex;
}
.login-body {
  position: relative;
  z-index: 1;
  /* width: 400px; */
  padding: 0px 24px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
  margin-top: 16px;
  margin-left: 260px;
  border-radius: 3px;
}

.agreement {
  color: #97a0af;
  font-size: 12px;
  padding: 10px 0;
  line-height: 20px;
  cursor: pointer;
}

.agreement input {
  line-height: 1.8;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.agreement label {
  cursor: pointer;
}

.blue-txt {
  color: #0052cc;
  font-style: normal;
}

.login-title {
  font-size: 28px;
  color: #1d1d1f;
}

.pwd-input,
.pwd-input-reset,
.pwd-input-validate {
  font-size: 20px;
  margin-top: 20px;
}

.input-wrap {
  width: 100%;
  margin-bottom: 22px;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

input::-webkit-input-placeholder {
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}

input {
  background-color: #fafbfc;
}

input:hover {
  background-color: #ebecf0;
  border-color: #dfe1e6;
}

input:focus {
  border-color: #4c9aff !important;
  background-color: #fafbfc !important;
}

.el-input {
  height: 40px;
  line-height: 40px;
  border-width: 2px;

  -webkit-appearance: none;
  background-color: #fafbfc;
  background-image: none;
  border-radius: 3px;
  border: 2px solid #dfe1e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-color-black);
  display: inline-block;
  outline: 0;
  padding: 0 6px;
  font-size: 14px;
  width: 100%;
}

.input-wrap .user-name {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.prefix-select {
  width: 50px;
  line-height: inherit;
  border-right: 0;
}

.lang-select {
  text-align: right;
  margin-top: 10px;
}

.lang-select-select {
  border: none;
  text-align: right;
}

.input-wrap .user-pwd {
  position: relative;
}

.user-name .tip,
.user-pwd .tip {
  position: absolute;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #ff5630;
}

.is-error {
  border-color: #ff5630;
}

.login-wrap .f-next {
  width: 100%;
  padding: 9px 12px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #0052cc;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
}
.enter-login .wk-btn{
    cursor: pointer;
}
.wk-btn:active{
    opacity: 0.8;
}
/* 选择多企业 */
.choose-title {
  margin-bottom: 24px;
  font-size: 28px;
  color: #1d1d1f;
}
.cmp-list {
  max-height: 200px;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.cmp-item {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  height: 42px;
  color: #555;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 2px solid #f6f6f6;
  margin: 0 0 14px;
  padding: 11px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
.cmp-icon {
  width: 15px;
  margin-right: 15px;
}
.back-page {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d5d8de;
  margin-top: 32px;
  padding-top: 20px;
}
.back-prev {
  color: #344563;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
}

.active-cmp {
  background-color: #f4f7ff;
  border-color: #0052cc;
}

.wk-btn {
  background-color: #0252cc;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}

.code-login {
  color: #0252cc;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
}

.create-account {
  color: #0252cc;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
}

.login-btn {
  color: #97a0af;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}

.common-blue-text-btn {
  color: #0252cc;
  cursor: pointer;
  font-style: normal;
}

/* 登录成功视图 */
.login-view {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.login-view .default-photo {
  width: 60px;
  height: 60px;
  display: block;
  margin-top: 30px;
}

.login-view .current-login-name {
  color: #1e314d;
  font-size: 24px;
  margin: 20px 0 80px;
}

.login-view .enter-system,
.enter-login {
  background-color: #0252cc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 9px 0px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.sign-out {
  margin-top: 16px;
  color: #0252cc;
  font-size: 16px;
  cursor: pointer;
}

.login-view .login-status {
  margin: 30px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-view .login-status .admin-icon {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 5px;
}

/* 注册 */
.verify-wrap {
  position: absolute;
  right: 5px;
  top: 32px;
}

.sign-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.enable-btn {
  color: #0052cc;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.disabled-btn {
  color: #a5adba;
  /* background: rgba(9,30,66,.04); */
  padding: 8px 12px;
}

.login-tabs {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e7ed;
}

.login-tabs .tab-item {
  padding: 10px 15px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  color: #606266;
}

.login-tabs .tab-item.active {
  color: var(--primary-color);
  font-weight: 500;
}

.login-tabs .tab-item.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
