.topImg {
    height: 350px;
    position: relative;
    background-size: 100% 100%;
}
.userInfo{
    height: 90px;
    background: #ececec;
    position: relative;
}
.userHeader {
    position: absolute;
    top: -68px;
    width: 136px;
    height: 136px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    left: 30px;
}
.userInfoContent {
    overflow: hidden;
    margin-left: 195px;
}
.userName {
    margin-top: 12px;
}
.collotBtn2 {
    background: #5951da;
}
.collotBtn {
    padding: 0 20px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
    margin-left: 30px;
    cursor: pointer;
}
.collotBtn1  {
    background: #8d8d8d;
}
.item {
    margin-top: 12px;
    width: 60px;
    text-align: center;
}
.item img {
    margin-bottom: 10px;
    width: 16px;
    height: 16px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #5951da;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #5951da;
}
.layui-tab-content .forum-list {
    background: #fff;
    padding: 25px 45px;
    border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.layui-tab-title .layui-this:after {
    left: 29px;
    width: 38%;
}
.forum-list {
    background: #fff;
    padding: 25px 45px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.forum-list .top-user .head-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.forum-list .top-user .user-name {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333;
    margin-left: 18px;
    line-height: 1;
}
.forum-list .top-user .create-time {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    margin-left: 18px;
    line-height: 1;
    margin-top: 6px;
}
.forum-list .forum-content .forum-info {
    margin-top: 13px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
}
.forum-list .forum-content .forum-img .forum-images{;
    border-radius: 10px;
    margin-top: 20px;
}
.forum-list .forum-content .forum-img .forum-images .img-box{
    width: 120px;
    height: 120px;
    border-radius: 10px;;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.forum-list .forum-content .forum-img .forum-images .img-box > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.forum-list .forum-content .forum-bottom ul > li{
    float: left;
    margin-right: 50px;
}
.forum-list .forum-content .forum-bottom ul > li:nth-child(1)::before{
    content: '\e8ab';
    font-family: "iconfont" !important;
    color: #B1B1B1;
    font-size: 16px;
    margin-right: 3px;
}
.forum-list .forum-content .forum-bottom ul > li:nth-child(2)::before{
    content: '\e6ad';
    font-family: "iconfont" !important;
    color: #B1B1B1;
    font-size: 16px;
    margin-right: 3px;
}
.forum-list .forum-content .forum-bottom ul > li:nth-child(3)::before{
    content: '\e8c7';
    font-family: "iconfont" !important;
    color: #B1B1B1;
    font-size: 16px;
    margin-right: 3px;
}
