﻿
.loginBg {
    height: 100%;
    background: url(../imgs/loginBg.jpg) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login {
    width: 820px;
    height: 444px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

    .login > div {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .login .txt {
        padding: 80px;
        background: url(../imgs/loginImg.jpg) no-repeat;
        background-size: cover;
        color: #fff;
    }

        .login .txt * {
            width: 100%;
        }

        .login .txt span {
            font-size: 32px;
            line-height: 60px;
        }

        .login .txt p {
            font-size: 12px;
            line-height: 24px;
        }

    .login .enter {
        font-size: 14px;
        margin-top: 50px;
    }

        .login .enter > * {
            width: 300px;
        }

        .login .enter img {
            width: 170px;
            margin-bottom: 15px;
        }

        .login .enter .el-input-group__append {
            width: 130px;
            height: 36px;
            padding: 0px;
        }

            .login .enter .el-input-group__append img {
                width: 75%;
                margin-bottom: 0px;
                margin-left: auto;
                margin-right: auto;
            }

            .login .enter .el-input-group__append button {
                padding: 0px;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
            }


        .login .enter .codeinput input {
            border-right-width: 0px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 1px solid #ccc;
        }

.el-form-item {
    margin-bottom: 26px;
}


.login .enter span {
    color: #707070;
    line-height: 40px;
}

.login .enter input {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login .enter .btn {
    margin-top: 30px;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #194f90;
    width: 100%;
    border-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 0px;
}

    .login .enter .btn span {
        color: #fff;
    }

.login .enter .submit {
    display: flex;
    line-height: 50px;
    justify-content: space-between;
}

    .login .enter .submit a:hover {
        text-decoration: underline;
    }

    .login .enter .submit .forget {
        color: #007cba;
    }

    .login .enter .submit .register {
        color: #ff6600;
    }


.yellowBtn {
    border-width: 0px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 110px;
    height: 50px;
    font-size: 20px;
    background: #fed925;
    text-align: center;
    line-height: 50px;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px;
}

.blueBtn {
    border-width: 0px;
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 50px;
    font-size: 20px;
    background: #194f90;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px;
}

    .blueBtn:hover {
        color: #fff;
    }

.header .navbox .nav .menu .popUp .popProd {
    width:435px;
    height:auto;
}
.header .navbox .nav .menu .popUp .popProd li {
    width:190px;
}