﻿body {
    padding: 0;
    min-width: 1280px;
    background: url('/image/lite/litebg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

html, #app {
    height: 100%;
}

.el-aside {
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
    position:relative;
}

.el-link__inner{
}
.logo.el-link.el-link--default {
    font-size: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #438EF3;
    position: absolute;
    top: -240px;
    width: 620px;
    height: 408px;
    background: #fff;
    border-radius: 50%;
}

.logo-image {
    width: 360px;
    margin-top:200px;
}

.aside-image {
    width: 100%;
    margin-top: 60px;
    max-width: 864px;
    height: auto;
    display: block;
}

.el-main {
    background-color:transparent;
    padding: 0;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

.el-footer {
    padding: 0;
}

.login-copyright {
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

    .login-copyright > a {
        display: inline-block;
        color: #5D8BDF;
    }

.login-main {
    width: 80%;
    max-width:860px;
    background:rgba(255,255,255,0.7);
    border-radius: 18px;
    border: 1px solid #F1F1F1;
    padding: 40px 60px;
}

.welcome-row {
    display: flex;
    align-items: end;
}

.login-main .welcome {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    flex: 1;
}

.login-main .language {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    cursor: pointer;
}


.login-main .el-input .el-input__inner {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
}

.login-main .el-button {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 10px;
    padding: 20px 0;
}

    .login-main .el-button.el-button--primary {
        background: #0680FB;
        border-color: transparent;
        margin-top: 10px;
    }
.login-main .apply-infot {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: normal;
    text-align: center;
    width: 100%;
}

    .login-main .apply-infot a {
        font-size: 16px;
    }


a {
    display: inline-block;
    color: #528FFF;
    font-size: 12px;
}

    a:hover {
        color: #2263E6;
    }


.captcha {
    float: left;
    margin-right: 12px;
}

.icon-shuaxin {
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

    .icon-shuaxin:hover {
        color: #2263E6;
    }

div.el-form-item {
    margin-bottom: 26px;
}

    div.el-form-item:last-child {
        margin-bottom: 0;
    }

    .external-login-main .platform {
        display: flex;
        align-items: center;
        justify-content: space-between;
        float:right;
    }

.forget-password {
    position: absolute;
    top: -22px;
    right: 0;
    line-height: normal;
    font-size: 14px;
    color: #528FFF;
    cursor: pointer;
}
    .forget-password:hover {
        color: #528FFF
    }
.form-upLabel .el-form-item__label {
    line-height:30px;
}
.send-code {
    font-weight: 400;
    font-size: 14px;
    color: #608df7;
    font-style: normal;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.email-code .el-input__suffix {
    right: 0;
    width:50px;
}
.email-code .el-input .el-input__inner {
    padding-right: 50px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.agree {
    margin-top: 10px;
    font-size: 0;
}

    .agree > * {
        display: inline-flex;
        vertical-align: middle;
        font-size: 14px;
    }
    .agree .el-checkbox{
        margin-right:0;
    }

    .marL5 {
        margin-left: 5px;
    }

@media screen and (max-width: 768px) {
    body {
        min-width: unset;
    }
    .el-container.is-vertical {
        display: flex;
        justify-content: space-between;
    }

    .el-aside {
        display: none;
    }

    .login-main {
        border: none;
        box-shadow: none;
        padding: 25px 30px;
        box-sizing: border-box;
        width: 90%;
    }

    .login-copyright {
        line-height: 20px;
        padding: 10px;
        box-sizing: border-box;
    }
    .el-container {
        align-items: center;
        justify-content: center;
    }
    div.el-form-item {
        margin-bottom: 14px;
    }
    .forget-password {
        top: -14px;
    }
}
@media screen and (max-width: 1368px) {
    .login-main {
        padding: 32px 45px;
    }

}

.platform-login{
    width:100%;
    background-color:#fff;
    display:flex;
    align-items:center;
    padding:4px ;
    border-radius:12px;
}

    .platform-login .el-image {
        width: 48px;
        height: 48px;
    }

    .platform-login span{
        font-size:16px;
        color:#000;
        font-weight:400;
    }

.el-dropdown-menu__item:not(.is-disabled).active {
    background-color: var(--el-dropdown-menuItem-hover-fill);
    color: var(--el-dropdown-menuItem-hover-color);
}