.alum-login .el-dialog {
    background: url("/tax7/front/images/alum/login/login-bg2.png");
    background-size: 100% 100%;
}

.alum-login .el-dialog__header {
    padding-top: 5px;
}

.alum-login .el-dialog__title {
    font-size: 13px;
    color: #c8c8c8;
}

.alum-login .qrcode-login {
    padding-top: 2em;
    text-align: center;
    padding-bottom: 1em;
    display: none;
}

.alum-login .sms-login {
    line-height: 3.5em;
    padding: 2em 0px 1em 5em;
}

.alum-login .sms-login input {
    background: none;
    border: 1px solid #eee;
    line-height: 2.3em;
    border-radius: 6px;
    padding: 0 10px;
    color: #fff;
}

.alum-login .sms-tip {
    color: #d3d3d3;
}

.alum-login .login-item {
    line-height: 2.5em;
    display: inline-block;
    padding: 0 1em;
    border-radius: 10px;
    cursor: pointer;
}

.alum-login .selected, .alum-login .login-item:hover {
    background: linear-gradient(to bottom, rgb(254 254 255 / 50%), transparent);
}

.alum-login .login-btn {
    background: linear-gradient(180deg, #89b5b8 0%, #00AEC7 100%);
    border-radius: 6px;
    width: 70px;
    display: inline-block;
    line-height: 2.5em;
    text-align: center;
    cursor: pointer;
}

.alum-login .get-code-btn {
    cursor: pointer;
    font-weight: normal;
}

.alum-login .get-code-btn:hover {
    color: #aed5e0;
    text-decoration: underline;
}

.alum-login .login-title {
    text-align: center;
    font-size: 15px;
}

.alum-login .login-box {
    margin-top: 1.5em;
}


/*校友详情*/

.alum-detail .el-dialog {
    background: url("/tax7/front/images/alum/detail/detail-bg.png");
    background-size: 100% 100%;

}

.alum-detail .alum-detail-box {
    min-height: 460px;
    overflow: hidden;
    line-height: 2.5em;
    /*padding-left: 3.5em;*/
    position: relative;
    color: #d5d5d5;
}

.alum-detail .detail-label {
    font-weight: bold;
    color: #fff;
    text-align: right;
    padding-right: 1em;
}

.alum-detail .detail-note {
    line-height: 2em;
    max-height: 12em;
    overflow-y: scroll;
    padding: 0 1em 2em 0;
    text-align: justify
}


.alum-foot {
    text-align: center;
    /*background: rgba(155, 155, 155, 0.3);*/
    background: #212121;
    color: #b5afaf;
    padding: 0.6em;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.alum-foot a{
    color: #b5afaf;
}
.alum-foot a:hover {
    text-decoration: underline;
}