html,
.login-bodys {
    height: 100%;
    position: relative;
}
.login-forms{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    right: 10%;
}
.login-bodys {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: url(../../images/home/loginBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.login-nav {
    width: 450px;
    margin-top: 2%;
    box-sizing: border-box;
    margin-left: 5%;
}



.login-forms-body {
    width: 510px;
    height: 540px;
    flex-shrink: 0;
    background: #FFF;
    border-radius: 32px;
    box-shadow: 0 8px 32px #4285f426;
    padding: 60px 60px 47px 60px;
}

.tab-name {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    cursor: pointer;
}

.tab-name:last-child {
    margin-left: 40px;
}

.tab-name-active {
    color: #125AAF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 24px;
    font-style: normal;
    font-weight: Bold;
    line-height: normal;
}

.tab-name-active::after {
    content: '';
    position: absolute;
    height: 6px;
    flex-shrink: 0;
    border-radius: 19px;
    width: 50%;
    background: var(--themeColor);
    left: 50%;
    margin-left: -25%;
    bottom: -15px;
    margin-top: -3px;
}

.login-forms-container {
    padding: 50px 0 60px;
}

.inputs {
    margin-bottom: 30px;
    width: 390px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #E5E6EB;
    padding: 13px 16px;
}

.inputs-danger {
    border: 1px solid #F74C4C;
    background: #FDF0EF;
}

.input-item {
    flex: 1;
    border: none;
    background: transparent;
}

.input-item-focus {
    border: 1px solid #125AAF;
}

.login-code {
    color: #125AAF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    padding-left: 16px;
    box-sizing: border-box;
    border-left: 1px solid #E5E6EB;
    line-height: 24px;
}

.danger-text {
    color: #f74c4c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    position: absolute;
    bottom: -18px;
}

.danger-icon {
    position: absolute;
    right: -36px;
}

.login-handle-list {
    flex: 1;
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
}

.login-handle-list:first-child {
    display: flex;
}

.login-handle-list:first-child .input-checkbox {
    margin-right: 4px;
} 
input[type='checkbox'] {
    position: relative;
    cursor: pointer;
    width: 14px;
    height: 14px;
    font-size: 10px;
  }

  input[type='checkbox']:checked::after { 
    position: absolute;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    content: '✔';
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    background-color: #125AAF;
    border-radius: 2px;
  } 

.input-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #E5E6EB;
}

.login-handle-list:last-child {
    text-align: right;
}

.btn {
    width: 100%;
    background: rgba(18, 90, 175, 0.5);
    text-align: center;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

/* 修复登录按钮悬浮文字会变成黑色 */
.btn:hover {
    color: #ffffff;
}

.btn-active {
    background: #125AAF;
}

.login-style {
    padding: 15px 0;
}

.style-line {
    width: 1px;
    height: 18px;
    background: #E5E6EB;
    margin: 0 20px;
}

.login-style-list span {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    margin-left: 6px;
}

.login-tip {
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}

.login-tip a {
    color: #125AAF;
}

/* 微信， qq登录开始 */
.title {
    font-size: 24px;
    color: #000;
    margin-left: 6px;
}

.style-code {
    width: 300px;
    height: 319px;
    flex-shrink: 0;
    background: #FFF;
    margin: 50px 0;
    box-shadow: 0 0 50px #44597d33;
    border-radius: 32px;
}

.style-code p {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    margin-top: 16px;
}

/* 微信， qq登录结束 */
.circle {
    /* 字母"C"的颜色 */
    font-size: 16px;
    /* 字母"C"的字体大小 */
    margin-right: 9px;
}

.login-bottom {
    min-width: 500px;
     color: #86909c;
    flex: 1;
    align-items: flex-end;
    position: relative;
    top: -20px;
    font-size: 12px;
}


/*   验证滑块   */
.dialog-body {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.dialog-content {
    width: 1200px;
    height: 100%;
    margin: 310px auto;
    display: flex;
    flex-direction: column;
}

.slidercaptcha {
    margin-left: 800px;
    width: 338px;
    height: 390px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.slidercaptcha .card-body {
    padding: 12px;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
    top: -50px;
    font-size: 1.5rem;
}

/* 添加交互 */
.login-bodys .inputs:hover {
    border: 1px solid #125AAF;
}

.login-bodys .forgot-password:hover,
.login-bodys .login-code:hover {
    text-decoration: underline;
}