* {
    margin: 0;
    font-family: 'Microsoft Sans Serif'
}

html, body, #login {
    height: 100%;
    margin: 0;
    padding: 0;
}

.el-header, .el-footer {
    background-color: #0062B1;
    text-align: center;
    display: flex;
}

.logo {
    display: flex;
    align-items: center;
}
.logo1 {
    height: 49px;
}
.logo2 {
    height: 49px;
    margin-left: 8px;
}

.el-main {
    background-image: url("../../images/login/loginBac.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.login-main-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box-img {
    width: 1338px;
    height: 641px;
    background-image: url("../../images/login/loginBox.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.login-box {
    width: 90%;
    height: 100%;
    display: flex;
}

.login-box-title {
    width: 60%;
    display: flex;
}
.login-box-title-main {
    color: #FFFFFF;
    font-size: 24px;
    margin-left: 100px;
    margin-top: 40px;
}


.login-box-main {
    display: flex;
    align-items: center;
}
.login-box-tab {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.title {
    height: 46px;
    line-height: 46px;
    color: #444444;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #DFDFDF;
}
.title > span {
    display: inline-block;
    width: 148px;
    text-align: center;
}
.active {
    border-bottom: 1px solid #4190F6;
    color: #377EF7;
}
.input-box {
    height: 35px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.eye {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.input-box-icon {
    padding: 0 10px;
    border-right: 1px solid #DFDFDF;
}
.input {
    width: 240px;
    height: 30px;
    border: none;
    margin-left: 10px;
    color: #AAAAAA;
}
.input-code {
    width: 240px;
    height: 30px;
    border: none;
    margin-left: 10px;
    color: #AAAAAA;
}
.input-code:focus {
    outline: none;
}
.login-code {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.login-code-img {
    width: 100%;
}
.input:focus {
    outline: none;
}
.register {
    text-align: right;
    margin-top: 10px;
    color: #AAAAAA;
    cursor: pointer;
}
.login-btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.login-btn {
    width: 150px;
    height: 50px;
    background: linear-gradient(90deg, #3171F4 0%, #4292F7 100%) !important;
    box-shadow: 0px 0px 16px 0px rgba(59,133,246,0.34);
    border-radius: 31px !important;
    border: none !important;
    color: white !important;
    font-size: 16px !important;
}
.login-btn:hover {
    color: white;
}
.login-btn:active {
    border: none;
}

/*底部*/
.tcb-bottom {
    background: #0062B1;
    z-index: 999999999999999;
    overflow:hidden;
}
.bottom-div {
    height: 100%;
    padding: 3% 6% 0 6%;
}
.f-color{
    color: white;
    margin-top: 10px;
}
.f-bold{
    font-size: 16px;
    font-weight: bold;
}
.f-detail{
    margin-left: 16px;
    font-size: 14px;
}
.tcb-bottom-lowest {
    width: 100%;
    height: 50px;
    border-top: 1px rgba(255,255,255,.2) solid;
    margin-top: 30px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

@media screen and (max-width: 1919px) {
    .el-header, .el-footer {
        min-width: 1500px;
        background-color: #0062B1;
        text-align: center;
        display: flex;
    }


    .el-main {
        min-width: 1500px;
        min-height: 780px;
    }

    .login-box-img {
        width: 1220px;
        height: 600px;
    }

    .login-box-title-main {
        margin-left: 90px;
        margin-top: 35px;
    }
}

