body {
    height: 100%;
    min-height: 800px;
}

.login-container {
    position: relative;
    height: 100%;

    width: 100%;
    background-color: #fff;
}

.login-wall {
    background: url(../o_introduce_images/wtcasyb.png) no-repeat;
    background-size: cover;
    background-position: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom:160px;
    width: 100%;
    min-height: 760px;
}

.login-box {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 800px;
}

.login-header {
    margin-left: 20%;
    height: 80px;
    /* line-height: 80px; */
}

.login-content {

}

.header-left {
    display: inline-block;
    margin:10px;
    height: 60px;
}

.header-left img {
    height: 100%;
}

.header-right {
    display: inline-block;
}

 .login-footer {
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 160px;
    padding:20px;
}

.divider {
    height: 100%;
    border-left: 1px solid darkgray;
    margin: 0 20px;
}

.login-wrapper {
    background-color: #fff;
    position: absolute;
    left: 20%;
    width: 348px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1001;
}
.login-wrapperGXDJ {
    background-color: #fff;
    position: absolute;
    right: 20%;
    width: 600px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1001;
}
.title {
    color:#666;
    padding:20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border-bottom: #d9e1e1 1px solid;
}

.content {
    margin-top: 16px;
    width: 100%;
    padding: 20px;
}

#login-btn .el-form-item__content {
    margin-left: 0 !important;
}

.login-wrapper .login-wrapper-footer {
    padding: 20px;
    text-align: right;
    color: #fe8c01;
}

.jc-flex{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
    .jc-component__range    .jc-range{
        background-color: #e9e9e9;
        position: relative;
        transition: 1s all;
        user-select: none;
        color: #585858;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        height: 40px; /*no*/
    }
        .jc-range.success{
            background-color: #3bc923;
            color: #fff;
        }
        .jc-range.success i {
            color: #3bc923;
        } 
        .jc-range  i{
            position: absolute;
            left: 0;
            width: 40px;/*no*/
            height: 100%;
            color: #3fcd26;
            background-color: #fff;
            border: 1px solid #d8d8d8;
            cursor: pointer;
            font-size: 24px;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
        }



