@charset "UTF-8";

.login-fullpage {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #5f43e6;
    overflow: auto;
}

.login-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 102px;
    height: px;
    background: #fff;
    z-index: 2;
    width: 560px;
    padding: 40px;
    margin: 20px 0;
}

.login-item-zc {
    display: none;
}

.login-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

.login-list {
    margin-top: 30px;
}

.login-list li {
    position: relative;
    margin-bottom: 20px;
}

.login-list li .li-label {
    position: absolute;
    left: 0;
    top: 0;
    color: #666666;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.login-list li .form-text {
    border-bottom: 1px solid #eceaec;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px 0 88px;
    transition: 0.3s ease all;
}

.login-list li .form-text:focus {
    border-bottom: 1px solid #308ff0;
}

.eyes_box {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    display: inline-block;
    z-index: 2;

}

.eyes_box i {
    font-size: 24px;
    color: #308ff0;
}

.flex-div {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.flex-div label {
    cursor: pointer;
}

.flex-div .form-checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #b4b4b4;
    margin-right: 7px;
}

.flex-div a:hover {
    color: #308ff0
}

.login-btn {
    height: 50px;
    width: 100%;
    background: #308ff0;
    color: #fff;
    font-size: 18px;
    margin-top: 24px;
    transition: 0.3s ease all;
}

.login-btn:hover {
    background: #5f43e6
}

.eyes_box i {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.eyes_box .icon-yanjing_bi {
    background: url(../images/icon_yanjing.png) no-repeat center;
    background-size: 30px;
}

.eyes_box .icon-yanjing-zheng {
    background: url(../images/icon_yanjing_zheng.png) no-repeat center;
    background-size: 30px;
}