html,
body {
    height: 100%;
}

.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 1200px;
    min-height: 630px;
    background: url(../images/login-bg8.png) no-repeat center;
    background-size: 100% 100%;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=Enabled, sizingMethod=Scale , src=../images/login-bg8.png);*/
}

.titlemain {
    position: absolute;
    left: calc(50% - 300px);
    top: 50%;
    margin-top: -290px;
    width: 620px;
}

.htitle {
    font-size: 42px;
    line-height: 60px;
    font-weight: bold;
    font-family: “Microsoft YaHei” !important;
    color: #fff;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .htitle img {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }

.loginbox {
    width: 400px;
    height: 382px;
    padding: 24px 50px 27px;
    background: #6FBD8B;
    border-radius: 10px;
    behavior: url(../css/PIE.htc);
    margin: 0 auto;
}

.login-content {
    width: 100%;
    height: 100%;
}

    .login-content li {
        margin-bottom: 15px;
    }

.login-text {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    background: url(../images/line.png) no-repeat center;
    background-size: 100%;
}

.login-content > li > div {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    border: solid 1px #fff;
    border-radius: 8px;
    behavior: url(../css/PIE.htc);
}

.login-content li div label {
    float: left;
    display: inline-block;
    width: 22%;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    border-right: solid 1px #fff;
    background: url(../images/user.png) no-repeat center;
}

.login-content li div.password label {
    background: url(../images/password.png) no-repeat center;
}

.login-content li div input {
    float: right;
    width: 76%;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    border: none;
    box-sizing: border-box;
}

.placeholder {
    color: #fff;
}

.login-content li.find-password {
    margin: 24px 0 15px;
}

.find-password a {
    color: #fff;
}

.login-btn {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    background: #333333;
    border-radius: 8px;
    behavior: url(../css/PIE.htc);
}

input::-webkit-input-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

.foot-text {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 16px;
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
}

    .foot-text a {
        color: #999999;
        text-decoration: underline;
    }
/*滑动验证的样式*/
.login-content > li > div.slide {
    height: 30px;
    border: none;
}

#slider {
    margin: -10px auto 10px;
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 2px;
    background-color: #dae2d0;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#label {
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 2000;
    cursor: move;
    color: #ff9e77;
    font-size: 16px;
    font-weight: 900;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei', serif;
    color: #787878;
    line-height: 38px;
    text-align: center;
    z-index: 2;
}

.jszz, .jszz a {
    font-size: 12px;
    color: #666666;
}

.login-content > li > div.slide {
    position: relative;
    padding: 0;
    height: 40px;
}

#slider {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #717171;
    background-color: #dae2d0;
    border: none;
}

#slider_bg {
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    background-color: orange;
}

#label {
    cursor: pointer;
    width: 48px;
    height: 38px;
    background-color: #fff;
    float: right;
    color: #8a8c97;
    z-index: 3000;
    position: relative;
    color: #ff9e77;
    border: 1px solid #cccccc;
}

.slider-tips {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}