﻿html {
    height: 100%
}

body {
    line-height: 1.6;
    color: rgba(0,0,0,.85);
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    height: 100%;
}

form {
    height: 100%;
}

.top-login {
    background-color: #f3f4f8;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #010101
}

.top-text {
    float: left;
}

.login-div {
    float: right;
}

    .login-div ul {
        margin: 0 auto;
        padding: 0;
    }

        .login-div ul li {
            width: auto;
            float: left;
            color: #010101;
            padding-left: 15px;
            padding-right: 15px;
            position: relative
        }

            .login-div ul li:before {
                content: "|";
                position: absolute;
                left: -2px
            }

            .login-div ul li:first-child:before {
                content: "";
            }

            .login-div ul li:hover a {
                color: #007d38;
            }

            .login-div ul li a {
                cursor: pointer
            }

            .login-div ul li:last-child {
                background-color: #007d38;
            }

                .login-div ul li:last-child:hover {
                    background-color: rgb(0 125 56 / 0.90);
                    cursor: pointer
                }

                .login-div ul li:last-child a {
                    color: white;
                }

                .login-div ul li:last-child:before {
                    content: "" !important;
                    position: absolute;
                }

.login-div-1 {
    width: 100%;
    float: left;
    height: calc(100% - 40px);
    background-image: url(../skin/image/login-bg.png);
    background-size: 100% 100%;
    object-fit: cover;
}

    .login-div-1 .logo {
        margin: 0 auto;
        margin-top: 70px;
        margin-bottom: 50px;
        text-align: center;
        background: transparent;
        width: 100%;
        height: auto;
    }

.login-form-1 {
    width: 1140px;
    height: 400px;
    -moz-box-shadow: 2px 3px 5px #c5c5c5;
    box-shadow: 2px 3px 5px #c5c5c5;
    border-radius: 3px;
    background-color: white
}

.login-left {
    width: 673px;
    height: 400px;
    background-image: url(../skin/image/login-left.png);
    background-size: 100% 100%;
    object-fit: fill;
    float: left
}

.login-right {
    width: calc(100% - 673px);
    height: 477px;
    float: right;
}

.login-foot {
    text-align: center;
    position: absolute;
    bottom: 20px;
    color: #404040;
    width: 100%
}

.login-forget {
    float: right;
    color: #4f4f4f;
    text-decoration: underline;
    text-align: right;
    margin-top: 15px;
}

.reg-a {
    color: #0ea853;
    text-decoration: underline;
}

.btn-list {
    height: 66px;
    width: calc( 100% - 10px);
    border-top: 1px solid #e7e7e7;
    background-color: #f8f9fc;
    margin-left: 10px;
}

    .btn-list li {
        width: 50%;
        float: left;
        text-align: center;
        line-height: 60px;
        height: 66px;
        position: relative
    }

        .btn-list li:first-child:before {
            display: none !important
        }

        .btn-list li:before {
            content: " ";
            height: 100%;
            width: 1px;
            background-color: #e2e2e2;
            position: absolute;
            left: 0;
            top: 3px;
        }

.gx-login, .gx-login a {
    color: #0ea853;
    font-weight: bold;
    font-size: 16px;
}

    .gx-login:hover, .gx-login:hover a {
        background-color: #0ea853;
        color: white
    }

.logo img {
    text-align: center;
    float: left;
    margin: 13px 18px;
    position: relative;
    left: calc(50% - 230px);
}

.login-btn {
    height: 45px;
    border-radius: 4px;
    margin-top: 10px;
    background-color: #0ea853;
    font-size: 16px;
}

.login-input {
    height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.login-tips {
    display: block;
    margin: 15px auto 0;
    height: 14px;
    vertical-align: middle;
    float: left;
    text-align: center;
    width: 100%;
}

.login-forget {
    float: right;
    color: #c8c8c8;
    text-decoration: underline;
    text-align: right;
    margin-top: 15px;
    position: absolute;
    top: 35px;
    right: 50px;
}

.layui-tab {
    position: relative
}
