html,
body {
    height: 100%;
    position: relative;
}

.bg1 {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 800px;
}

.bg2 {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 240px;
}

.bg3 {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 20px;
    height: 140px;
}

/*.logo {
    position: relative;
    margin-left: 20px;
    background: url('../images/ZTLogin/bg3.png') no-repeat;
    background-size: 400px 140px;
    height: 140px;
    width: 400px;
}*/
.logo {
    width: 638px;
    height: 222px;
    line-height: 222px;
    margin-left: 5%;
    text-align: center;
    background: url(../images/ZTLogin/bg3.png) no-repeat center top;
    background-size: 638px 222px;
}

    .logo .logo-bg {
        margin-top: -80px;
        margin-left: -60px;
        /* height: 40px;*/
    }

.bg4 {
    position: absolute;
    z-index: 1;
    bottom: 22%;
    left: 5%;
    height: 410px;
}

.foot-text {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 20px;
}

    .foot-text, .foot-text span, .foot-text a {
        color: #5a5a5a;
    }

.bg {
    position: absolute;
    right: 10%;
    width: 550px;
    height: 460px;
    top: 50%;
    margin-top: -230px;
}

    .bg .htitle {
        margin-bottom: 50px;
    }

    .bg ul li {
        margin-bottom: 20px;
    }

        .bg ul li input[type="text"], .bg ul li input[type="password"] {
            height: 60px;
            width: 550px;
            border-radius: 60px;
            background-color: #e0f1fe;
            border: none;
            padding: 0 30px 0 70px;
            font-size: 20px;
        }

        .bg ul li .username {
            background-image: url('../images/user.png');
            background-repeat: no-repeat;
            background-size: 35px 35px;
            background-position: 20px 12.5px;
        }

        .bg ul li .password {
            background-image: url('../images/password.png');
            background-repeat: no-repeat;
            background-size: 35px 35px;
            background-position: 20px 12.5px;
        }

        .bg ul li .login-btn {
            background-image: linear-gradient(to right,#4c98ff,#0161ff);
            color: #ffffff;
            height: 60px;
            line-height: 60px;
            border-radius: 60px;
            width: 550px;
            display: block;
            font-size: 25px;
        }

    .bg ul .find-password {
        height: 30px;
        line-height: 30px;
        margin-bottom: 0;
        display: flex;
        align-content: center;
        flex-wrap: nowrap;
    }

        .bg ul .find-password a, label {
            width: 100%;
            color: #5a5a5a;
        }

        .bg ul .find-password input[type="checkbox"] {
            width: 20px;
            height: 20px;
            position: relative;
            top: 4px;
            margin-right: 5px;
        }

.platform {
    font-size: 65px;
    font-weight: bold;
    color: #0d5fe9;
}

}
/*滑动验证的样式*/
#slider {
    margin: -10px auto 10px;
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#label {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    background: #fff;
    z-index: 2000;
    cursor: move;
    color: #ff9e77;
    font-size: 16px;
    font-weight: 900;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 13px;
    font-family: 'Microsoft Yahei', serif;
    color: #576169;
    line-height: 60px;
    text-align: center;
    z-index: 2;
}

.jszz, .jszz a {
    font-size: 12px;
    color: #666666;
}

.login-content > li > div.slide {
    position: relative;
    padding: 0;
    height: 60px;
    background-color: #e0f1fe;
    border-radius: 60px;
}

#slider {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #717171;
    border: none;
}

#slider_bg {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    background-color: #79aef7;
    border-radius: 60px;
}

#label {
    cursor: pointer;
    width: 100px;
    height: 60px;
    background-color: #4f99ff;
    float: right;
    z-index: 3000;
    position: relative;
    color: #fff;
    border-radius: 60px;
    font-size: 30px;
}

.slider-tips {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

#loginInnerPlatName {
    line-height: 65px;
    font-size: 50px;
    font-weight: bold;
    color: #0d3e8a;
    padding-top: 65px;
    margin-left: -22px;
}

/*小程序展示*/
.spImg {
    width: 15rem;
    z-index: 3000;
    position: absolute;
    top: 49rem;
    left: 0.1rem;
    display: none;
    border: 1px solid #4f88ff;
    border-radius: 10px;
}

.find-password label:hover .spImg {
    display: block;
}
