#论坛_详情轮播 {
    height: 150px;
    padding: 40px 0 0;
    box-sizing: border-box;
    text-align: center;
    background: url("../file/bg.jpg") no-repeat center 80%;
    background-size: cover;
    color: #eee;
}
#论坛_详情轮播 h3 {
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 2px 2px #333;
    margin-bottom: 15px;
}
#论坛_详情轮播 p * {
    vertical-align: middle;
}
.layui-table {
    background: none;
}
.layui-table thead tr,
.layui-table-hover,
.layui-table tbody tr:hover {
    background: rgba(0, 0, 0, 0.2);
}
.个人数据中心 {
    display: flex;
    margin-bottom: 50px;
    min-height: 70vh;
}
.面包屑 {
    margin: 15px 0;
}
.个人信息 {
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.个人信息 .用户信息 {
    display: flex;
}
.个人信息 .用户信息 .头像 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
.个人信息 .用户信息 .信息 {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.个人信息 .用户信息 .信息 h4 {
    font-weight: bold;
}
.个人信息 .资源数据 {
    margin-top: 15px;
}
.个人信息 .资源数据 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-top: #eee 1px solid;
}
.个人信息 .资源数据 li .layui-icon {
    margin-right: 5px;
    font-size: 12px;
    background: var(--主题颜色);
    color: #fff;
    padding: 5px;
    border-radius: 100%;
}
.个人信息 .资源数据 li .layui-badge {
    border-radius: 50px;
}
.layui-tab-brief > .layui-tab-title .layui-this {
    color: #056cac;
}
.个人工具 {
    padding: 0 15px 15px;
    min-height: 100%;
    box-sizing: border-box;
}
.无数据 {
    margin: 25% auto 0;
    text-align: center;
    font-size: 16px;
}
.无数据 i {
    margin-right: 10px;
}
.个人工具 .论坛图文列表 img {
    height: 110px;
}
.个人工具 .分页 {
    text-align: center;
    display: none;
}
.头像列表 li {
    text-align: center;
}
.头像列表 li .layui-panel {
    padding: 10px;
}
.头像列表 .头像 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.头像列表 h5 {
    margin: 10px 0;
    font-size: 18px;
}
.头像列表 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.头像列表 .个人信息 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}
.头像列表 a {
    display: block;
}
.头像列表 .订阅 {
    display: flex;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .个人数据中心 {
        display: block;
    }
    .无数据 {
        font-size: 14px;
    }
}

#充值弹窗 h4 {
    font-size: 18px;
    margin: 15px auto;
}
#充值弹窗 ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#充值弹窗 ul li {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-family: fantasy;
    border: red 4px double;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 10px;
}
#充值弹窗 ul li strong,
#充值弹窗 h4 strong {
    font-size: 30px;
    color: Red;
}
#充值弹窗 ul li .layui-btn,
#充值弹窗 .自定义充值 .layui-btn {
    background: Red;
    border-radius: 5px;
}
#充值弹窗 .自定义充值 .layui-btn {
    padding: 0 30px;
}
#充值弹窗 .自定义充值 input {
    color: var(--文字颜色);
}
#充值弹窗 .自定义充值 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#充值弹窗 .自定义充值 .预计到账 {
    margin-left: 30px;
}
.充值弹窗 {
    max-width: 90%;
    background: var(--网站背景);
}
@media (max-width: 767px) {
    #充值弹窗 h4 {
        font-size: 16px;
    }
    #充值弹窗 ul li strong,
    #充值弹窗 h4 strong {
        font-size: 20px;
    }
    #充值弹窗 ul {
        flex-wrap: wrap;
    }
    #充值弹窗 ul li {
        width: calc(33.3% - 10px);
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 10px;
        margin: 0 5px;
        font-size: 14px;
    }
    #充值弹窗 ul li .layui-btn {
        padding: 0;
    }
    #充值弹窗 blockquote {
        display: none;
    }
}

.个人中心管理标题 {
    color: Red;
    font-weight: bold;
}
.layui-btn+.layui-btn {
    margin-left: 0px;
}