/** ----------------------------------
 * LiuXiaoBai 会员中心样式扩展
 -------------------------------------- */
/*登录 注册 找回*/
.login-form .has-feedback {
    position: relative;
}

.login-form .has-feedback .form-control {
    padding-left: 36px;
}

.login-form .has-feedback .mdi {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 4;
    color: #dcdcdc;
    display: block;
    text-align: center;
    pointer-events: none;
}

.login-form .has-feedback.row .mdi {
    left: 15px;
}

/* 兼容PB分页 */
.pagebar .page-status,
.pagebar .page-index,
.pagebar .page-pre,
.pagebar .page-next,
.pagebar .page-last,
.pagebar .page-numbar a {
    position: relative;
    padding: .5rem .75rem;
    margin: 0 3px;
    line-height: 1.25;
    border-radius: 2px;
    color: #4d5259;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagebar span a {
    color: #4d5259;
}

.pagebar .page-numbar a.page-num-current {
    background-color: #33cabb;
    border-color: #33cabb;
    color: #fff;
}

/*layui*/
.layui-layer-btn .layui-layer-btn0:hover {
    opacity: .8 !important;
    color: #fff !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #33cabb !important;
}

/*资料修改*/
.user-img-box .user-img {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.user-img-box .user-img span {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.4);
}
