.centerView {
    max-width: 1080px;
    margin: 0 auto;
}

.paddingPC10 {
    padding: 10px;
}

.border-solid {
    border: 1px solid #cccccc;
}

.iBottomCenterDiv {
    position: relative;
}

.iBottomCenterA {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
    font-size: 12px;
    font-weight: normal;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    display: none;
}

.iBottomCenterDiv:hover .iBottomCenterA {
    display: block;
}

/*网盘*/
.cloudDriveFixed {
    position: fixed;
    z-index: 10000;
    left: 10px;
    top: 200px;
}

.cloudDriveLi {
    margin-bottom: 10px;
    position: relative;
}

.cloudDriveLi .layui-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    display: none;
}

.cloudDriveLi:hover .layui-icon {
    display: unset;
}

.cloudDriveLi .edit {
    position: absolute;
    right: -80px;
    width: 80px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5px #dddddd;
    text-align: center;
    line-height: 40px;
    display: none;
}

.cloudDriveLi .edit p {
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}

.cloudDriveLi .edit p:last-child {
    border-bottom: none;
}

.cloudDriveA {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 5px #dddddd;
}

.cloudDriveImg {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.cloudDriveAdd {
    cursor: pointer;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #4065D6;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    margin-top: 10px;
}

.cloudDriveForm {
    position: fixed;
    z-index: 10000;
    width: 560px;
    left: 50%;
    margin-left: -230px;
    top: 200px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 5px #dddddd;
}

.cloudDriveForm .layui-form {
    padding: 40px 20px;
}

.cloudDriveForm .layui-form .layui-input-block {
    margin-left: 0;
}


.cloudDriveFormZdy {
    display: flex;
}

.cloudDriveFormZdy .typeidUl {
    position: absolute;
    z-index: 100;
    width: 150px;
    background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 0 0 5px #dddddd;
    border-radius: 5px;
    display: none;
}

.cloudDriveFormZdy .typeidUl li {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cloudDriveFormZdy .typeidUl li:last-child {
    border-bottom: 0;
}

.cloudDriveFormZdy .typeidUl img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.cloudDriveFormZdyLeft:hover .typeidUl {
    display: unset;
}

/*网盘*/

/*点击开通VIP*/
.openVipRadioBlock .layui-disabled:hover {
    cursor: pointer !important;
}

/*点击开通VIP*/

/*部落赞赏*/
.itemMoneyZanshang, .itemTypeZanshang {
    margin: 20px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.itemMoneyZanshang .iconImg,
.itemTypeZanshang .iconImg {
    display: unset;
}

.itemMoneyZanshang .iconImgS,
.itemTypeZanshang .iconImgS {
    display: none;
}

.itemMoneyZanshang.selected,
.itemTypeZanshang.selected {
    background: #000000;
    color: #FFFFFF;
}

.itemMoneyZanshang.selected .iconImg,
.itemTypeZanshang.selected .iconImg {
    display: none;
}

.itemMoneyZanshang.selected .iconImgS,
.itemTypeZanshang.selected .iconImgS {
    display: unset;
}

/*部落赞赏*/

/*顶部导航栏*/
.topNavDiv {
    position: fixed;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 60px;
    background: #000000;
    color: #FFFFFF;
}

.topNavDivFz {
    height: 60px;
}

.topNavDiv a {
    color: #FFFFFF;
}

.topNavDiv .logoImg {
    height: 38px;
}

.topNavDivCenter {
    display: flex;
    height: 60px;
    align-items: center;
}

.topNavDiv .search {
    flex: 1;
    margin: 0 50px;
}

.topNavDiv .search .layui-input {
    border-radius: 0;
}

.topNavDiv .searchFz {
    display: flex;
}

.topNavDiv .searchL {
    width: 80px;
}

.topNavDiv .searchL .layui-select-title {
    border-radius: 60px 0 0 60px;
    overflow: hidden;
}


.topNavDiv .searchR {
    flex: 1;
    border-radius: 0 60px 60px 0;
    overflow: hidden;
}

.topNavDiv .header {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-left: 10px;
    box-shadow: 0 0 10px #FFFFFF;
}

.topNavDiv .right {
    display: flex;
    align-items: center;
}

/*width: 200px;*/

/*顶部导航栏*/

/*首页公告*/
.noticeDivIndex {
    background-color: #3F598C;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 20px;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari/Chrome */
    box-sizing: border-box;
    border-radius: 10px;
}

.noticeDivIndex a {
    color: #FFFFFF;
}

.noticeDivIndex .title {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.noticeDivIndex .content {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    /*width: 100%;*/
}

.noticeDivIndex .noticeContentAnim {
    display: inline-block;
    padding-left: 0; /* 起始位置在元素的右侧 */
    animation: noticeContentAnim 30s linear infinite;
}

.noticeDivIndex .noticeContentAnim .item {
    margin-right: 10px;
    display: inline-block;
}

@keyframes noticeContentAnim {
    0% {
        transform: translateX(600px);
    }
    100% {
        transform: translateX(-1200px);
    }
}

/*首页公告*/


/*发布文章 选择部落和文件夹*/
.folderDiv {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    position: relative;
}

.folderDiv .left {
    position: absolute;
    width: 100px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    border-right: 1px solid #EEEEEE;
}

.folderDiv .left .item {
    text-align: center;
    margin-top: 5px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.folderDiv .left .item.selected {
    background-color: #EEEEEE;
}

.folderDiv .left .item:hover {
    background-color: #efefef;
}

.folderDiv .right {
    padding: 15px;
    margin-left: 110px;
    font-weight: bold;
    height: 360px;
    overflow: auto;
}

.folderList .item {
    display: flex;
    line-height: 26px;
    cursor: pointer;
    margin-left: 1em;
}

.folderList .item .layui-icon-ok {
    display: none;
}

.folderList .item .iconFolder {
    display: unset;
}

.folderList .item .iconFolderS {
    display: none;
}

.folderList .item.selected {
    color: #245DF4;
}

.folderList .item.selected .layui-icon-ok {
    display: unset;
}

.folderList .item.selected .layui-icon-close {
    display: none;
}

.folderList .item.selected .iconFolder {
    display: none;
}

.folderList .item.selected .iconFolderS {
    display: unset;
}

.folderList .item.itemClear {
    display: block;
}

.folderList .item .folderItemRadio {
    font-weight: normal;
    margin-right: 10px;
}

.folderList .item .folderItemRadio .iconRadio {
    display: unset;
    position: relative;
    top: -1px;
}

.folderList .item .folderItemRadio .iconRadioS {
    display: none;
    position: relative;
    top: -1px;
}

.folderList .item .folderItemRadio:hover {
    color: #245DF4;
}

.folderList .item .folderItemRadio.selected {
    font-weight: bold;
    color: #245DF4;
}

.folderList .item .folderItemRadio.selected .iconRadio {
    display: none;
}

.folderList .item .folderItemRadio.selected .iconRadioS {
    display: unset;
}


.folderList .itemAll {
    padding-bottom: 10px;
}

.folderList .itemAdd {
    margin-top: 30px;
    color: #245DF4;
    cursor: pointer;
    font-weight: normal;
}

.folderList .item div {
    flex: 1;
}

/*发布文章 选择部落和文件夹*/

/*底部导航栏*/
.footerNavDiv {
    padding: 30px 0;
    background: #000000;
    color: #FFFFFF;
}

.footerNavDiv .centerView {
    display: flex;
}

.footerNavDiv .left {
    flex: 1;
    margin-right: 10px;
}

.footerNavDiv .right {
    flex: 1;
    margin-left: 10px;
    display: flex;
}

.footerNavDiv .right .logo {
    width: 100px;
    margin-top: 20px;
}

.footerNavDiv .title {
    font-size: 14px;
    padding-bottom: 20px;
}

.footerNavDiv .desc {
    font-size: 12px;
    color: #dddddd;
}

.footerNavDiv .teams {
    line-height: 2em;
}

.footerNavDiv .teams a {
    color: #dddddd;
}

/*底部导航栏*/

/*提交表单*/
.formView {
    background-color: #FFFFFF;
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #CCCCCC;
}

/*提交表单*/

/*部落列表*/
.tribeDivIndex {
    display: flex;
}

.tribeDivIndex .left {
    width: 750px;
}

.tribeDivIndex .right {
    flex: 1;
}

.tribeDivIndex .right .layui-tab .layui-tab-title {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px #CCCCCC;
}

.tribeDivIndex .right .layui-tab .layui-tab-title li {
    min-width: unset;
}

.tribeDivIndex .tribeUl {
    margin-left: -10px;
    overflow: hidden;
}

.tribeLi {
    display: inline-block;
    width: 33.3%;
    float: left;
}

.tribeUl2 {
    margin-left: -15px;
    margin-right: -15px;
}

.tribeUl2 .tribeLi {
    width: 50%;
}

.tribeUl4 {
    margin-left: -15px;
    margin-right: -15px;
}

.tribeUl4 .tribeLi {
    width: 25%;
}

.tribeA {
    position: relative;
    display: block;
    text-align: center;
    background: #FFFFFF;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 10px #CCCCCC;
    border-radius: 10px;
}

.tribeA .header {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.tribeA .title {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.tribeA .desc {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.tribeA .bottom {
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    text-align: center;
    border-top: 1px solid #dddddd;
    align-items: center;
    color: #999999;
}

.tribeA .bottom > div {
    flex: 1;
}

.tribeUlSm .tribeLi {
    width: 100%;
    margin-bottom: 10px;
}

.tribeUlSm .tribeA {
    display: flex;
    text-align: left;
    margin: 0;
    padding: 5px;
    border-radius: 6px;
}

.tribeUlSm .tribeA .right {
    margin-left: 10px;
    flex: 1;
}

.tribeUlSm .tribeA .title {
    font-size: 14px;
}

.tribeUlSm .tribeA .desc {
    color: #CCCCCC;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.tribeUlSm .tribeA .bottom {
    text-align: left;
    margin-top: 5px;
    padding-top: 5px;
}

.tribeUlSm .tribeA .bottom > div {
    flex: unset;
}

.tribeUl2 .tribeA .desc {
    height: 20px;
}

.tribeUl2 .tribeA .bottom {
    border-top: 0;
    margin-top: 0;
}

/*部落列表*/

/*部落头像*/
.membersRadius {
    display: inline-block;
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 100%;
}

.membersRadius .iconEdit {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    left: 50%;
    margin-left: -10px;
    bottom: -5px;
    z-index: 100;
    color: #FFFFFF;
    background: #245DF4;
    border-radius: 100%;
}

.membersRadius img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
}

.membersRadius img:nth-child(1) {
    left: 0;
    top: 10px;
    z-index: 2;
}

.membersRadius img:nth-child(2) {
    left: 50%;
    margin-left: -20px;
    top: 0;
    z-index: 5;
}

.membersRadius img:nth-child(3) {
    right: 0;
    top: 10px;
    z-index: 4;
}

.membersRadius img:nth-child(4) {
    right: 5px;
    bottom: 5px;
    z-index: 3;
}

.membersRadius img:nth-child(5) {
    left: 5px;
    bottom: 5px;
    z-index: 1;
}

.membersRadiusSm {
    width: 60px;
    height: 60px;
}

.membersRadiusSm img {
    width: 30px;
    height: 30px;
}

.membersRadiusSm img:nth-child(2) {
    left: 50%;
    margin-left: -15px;
    top: 0;
    z-index: 5;
}

.membersLine {
    display: flex;
}

.membersLine > p {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    margin-left: -12px;
}

.membersLine > p > img {
    width: 46px;
    height: 46px;
}

.membersLine > p > span {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

/*部落头像*/

/*部落详情*/
.tribeInfoView {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: url("../images/bgTribe.png") center no-repeat;
    color: #FFFFFF;
}

.tribeInfoView .left {
    margin-right: 20px;
}

.tribeInfoView .left .header {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 1px #CCCCCC;
}

.tribeInfoView .center {
    flex: 1;
}

.tribeInfoView .center .name {
    font-weight: bold;
    font-size: 16px;
}

.tribeInfoView .center .member {
    display: flex;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.tribeInfoView .center .member span {
    display: block;
}

.tribeInfoView .center .desc {
    font-size: 12px;
    padding-bottom: 20px;
}

.tribeInfoView .right .layui-btn {
    color: #FFFFFF;
}

/*部落详情*/
/*用户详情*/
.memberInfoView {
    display: flex;
    padding: 0 50px;
    border-radius: 10px;
    overflow: hidden;
    background: url("../images/bgNews.png") center no-repeat;
    color: #FFFFFF;
    align-items: center;
}

.memberInfoView .left {
    margin-right: 10px;
    flex: 1;
}

.memberInfoView .left .base {
    display: flex;
    align-items: center;
}

.memberInfoView .left .baseHeader {
    margin-right: 10px;
}

.memberInfoView .left .baseHeader .header {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.memberInfoView .left .baseDesc .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.memberInfoView .left .baseDesc .number {
    font-size: 12px;
    color: #CCCCCC;
}

.memberInfoView .left .baseDesc .desc {
    font-size: 12px;
    color: #CCCCCC;
}

.memberInfoView .left .count {
    display: flex;
    font-size: 16px;
    padding-top: 20px;
}

.memberInfoView .left .count .name {
    font-size: 12px;
    color: #CCCCCC;
    padding: 0 5px;
}

.memberInfoView .left .count .value {
    margin-right: 20px;
}

.memberInfoView .center {
    margin-right: 200px;
}

.memberInfoView .center .layui-laydate {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    box-shadow: unset;
    transform: scale(0.8);
}

.memberInfoView .center .layui-laydate-header {
    color: #FFFFFF;
    border-bottom: 0;
}

.memberInfoView .center .layui-laydate-footer {
    display: none;
}


.memberInfoView .center .layui-laydate-content th {
    color: #FFFFFF;
}

.memberInfoView .center .layui-laydate-content td {
    color: #FFFFFF;
}

.memberInfoView .center .layui-laydate-content .laydate-day-next {
    color: #d2d2d2;
}

.memberInfoView .right {
    display: flex;
    align-items: center;
}

.memberInfoView .right .layui-btn {
    color: #FFFFFF;
}

/*用户详情*/

/*文章列表*/
.newsUl {

}

.newsLi {
    margin-bottom: 10px;
}

.newsUl4, newsUl3 {
    margin: 0 -10px;
}

.newsUl4 .newsLi {
    width: 25%;
    float: left;
}

.newsUl3 .newsLi {
    width: 33%;
    float: left;
}

.newsLi .newsA {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 6px #CCCCCC;
}

.newsLi .newsA > img {
    width: 90px;
    height: 60px;
    border-radius: 6px;
}

.newsLi .newsA > div {
    flex: 1;
    margin-left: 10px;
}

.newsLi .newsA .title {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.newsLi .newsA .desc {
    font-size: 12px;
    color: #999999;
}

.newsLi .newsA .likes {
    padding: 10px 0;
    display: flex;
    text-align: center;
    align-items: center;
    color: #999999;
}

.newsLi .newsA .likes > div {
    flex: 1;
}

.newsLi .newsA .count_visits {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 16px;
}

.newsLi .newsA .count_visits > div {
    flex: 1;
}

.newsLi .newsA .footer {
    display: flex;
    padding-top: 5px;
}

.newsLi .newsA .footer > div {
    flex: 1;
}

.newsLi .newsA .recommend_tribe {
    font-size: 12px;
    color: #245DF4;
    cursor: pointer;
}

.newsLi .newsA .recommend_tribe.selected {
    color: #ff0000;
}

/*新闻单独列表页在用*/
.newsLiCard .newsA {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.newsLiCard .newsA .newsImg {
    width: 100%;
    height: 146px;
}

.newsLiCard .newsA > div {
    margin-left: 0;
}

.newsLiCard .newsA .title {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.newsLiCard .newsA .title .titleSub {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.newsLiCard .newsA .title .descSub {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #999999;
}

.newsLiCard .newsA .title .copyTitle {
    display: none;
}

.newsLiCard .newsA .title .count_visitsList {
    display: none;
}

.newsLiCard .newsA .count_visits {
    /*text-align: center;*/
}

.newsLiList .newsA .title {
    height: unset;
}

.newsLiList .newsA .title p {
    display: inline-block;
    margin-right: 10px;
}

.newsLiList .newsA .title .titleSub {
    display: block;
}

.newsLiList .newsA .title .descSub {
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #999999;
}

.newsLiList .newsA .count_visits {
    display: none;
}

.newsLiList .newsA .count_visitsList {
    color: #999999;
    font-size: 16px;
    padding-top: 10px;
}

.newsLiList .newsA .footer {
    flex: unset;
}

.newsLiList .newsA .footer .copyFooter {
    display: none;
}

.newsLiList.newsLiAdd {
    display: none;
}

/*新闻单独列表页在用*/

/*首页底部列表*/
.newsLiMini .newsA {
    box-shadow: unset;
    padding: 5px;
    align-items: center;
}

.newsLiMini .newsA > img {
    width: 50px;
    height: 50px;
    border-radius: unset;
}

.newsLiMini .newsA > div {
    margin-left: 10px;
}


/*首页底部列表*/

/*用户详情页左侧列表在用*/
.newsUlSm {

}

.newsUlSm .newsLi {
    margin-bottom: unset;
}

.newsUlSm .newsA {
    padding: 5px;
    box-shadow: unset;
    border-radius: unset;
    border-bottom: 1px solid #EEEEEE;
}

.newsUlSm .newsLi:last-child .newsA {
    border-bottom: unset;
}

.newsUlSm .newsA > img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.newsUlSm .newsA .title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.newsUlSm .newsA .desc {
    height: 20px;
}

.newsUlUser {

}

.newsUlUser .newsA {
    box-shadow: unset;
    border-radius: unset;
    border-bottom: 1px solid #EEEEEE;
}

.newsUlUser .newsA > img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
}

.newsUlUser .newsA .title {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: bold;
}

.newsUlUser .newsA .desc {
}

/*用户详情页左侧列表在用*/
/*文章列表*/

/*文章列表*/
.userLi {
    margin-bottom: 10px;
}

.userA {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 6px #CCCCCC;
}

.userA .number {
    width: 40px;
    font-size: 20px;
    color: #CCCCCC;
    text-align: center;
}

.userA > img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.userA .name {
    flex: 1;
    margin-left: 10px;
    font-size: 14px;
}

/*文章列表*/

.wishingUl {
    overflow: hidden;
}

.wishingLi {
    margin-bottom: 10px;
}

.wishingUl4, .wishingUl3 {
    margin: 0 -10px;
}

.wishingUl4 .wishingLi {
    width: 25%;
    float: left;
}

.wishingUl3 .wishingLi {
    width: 33%;
    float: left;
}

@media screen and (max-width: 750px) {
    .wishingUl4 .wishingLi {
        width: unset;
        float: unset;
    }

    .wishingUl3 .wishingLi {
        width: unset;
        float: unset;
    }
}

.wishingA {
    display: block;
    margin: 10px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 6px #CCCCCC;
}

.wishingA .wishingImg {
    width: 200px;
    height: 200px;
    border-radius: 6px;
}

.wishingA .date {
    line-height: 30px;
}

.wishingA .title {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

/* 分页 */
.lPage {
    padding-right: 15px;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 10px;
}

.lPage .page {
    float: right;
}

.lPage .total {
    float: right;
    padding: 10px 0;
    line-height: 32px;
    padding-right: 10px;
}

.lPage .total b {
    color: #F00;
}

.pagination {
    text-align: right;
    padding: 10px 0;
    background-color: #fff;
}

.pagination li {
    display: inline;
}

.pagination .sum {
    margin-right: 5px;
}

.pagination .sum b {
    color: #f10;
}

.pagination a,
.pagination span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
    margin: 0 -1px 0 0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-style: normal;
}

.pagination .disabled span,
.pagination .active span {
    background-color: #245DF4;
    color: #fff;
    border: 1px solid #245DF4;
}

/* 分页 */

/*消息列表*/
.msgLi {
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.msgLi .header {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.msgLi .center {
    flex: 1;
}

.msgLi .name {
    font-size: 16px;
    font-weight: bold;
}

.msgLi .desc {
    font-size: 12px;
    color: #999999;
}

/*消息列表*/

/*讨论列表*/
.taolunDiv {
    display: flex;
    padding-top: 10px;
}

.taolunDiv1 {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.taolunDiv2 {
    margin: 10px 0;
    margin-left: 56px;
    border-top: 1px solid #dddddd;
}

.taolunDiv3 {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.taolunDiv .header {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-right: 10px;
}

.taolunDiv .center {
    flex: 1;
}

.taolunDiv .center .name {
    font-size: 12px;
    color: #999999;
    padding-bottom: 5px;
}

.taolunDiv .center .content {
    font-size: 12px;
    color: #333333;
    line-height: 1.5em;
}

.taolunDiv3 .center .content {
    font-size: 16px;
}

.taolunDiv .center .desc {
    display: flex;
    font-size: 12px;
    color: #999999;
    align-items: center;
    margin-top: 10px;
}

.taolunDiv .center .desc .title {
    font-size: 14px;
    flex: 1;
    text-align: left;
}

.taolunDiv .center .desc .date {
    flex: 1;
}

.taolunDiv3 .center .desc .date {
    flex: unset;
    text-align: right;
}

.taolunDiv .center .desc .praise {
    display: flex;
    align-items: center;
}

.taolunDiv .right {
    margin-left: 20px;
}

.taolunDiv .images {
    padding-top: 10px;
    overflow: hidden;
}

.taolunDiv .images > div {
    width: 33.3%;
    float: left;
    padding-bottom: 10px;
    text-align: center;
}

.taolunDiv .images > div img {
    width: 95%;
    border-radius: 10px;
    height: 144px;
    object-fit: cover;
    object-position: center;
}

.taolunDiv .images > div.imagesItem4 {
    width: 50%;
}

.taolunDiv .images > div.imagesItem4 img {
    height: 200px;
}

/*讨论列表*/

/*部落动态时间线*/
.myTimeLineUl {
    position: relative;
}

.myTimeLineUl:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #EEEEEE;
    left: 50%;
    margin-left: -1px;
}

.myTimeLineUl li {
    display: flex;
    margin-left: 50%;
    padding-left: 10px;
}

.myTimeLineUl li:nth-child(even) {
    margin-left: 0;
    padding-left: 0;
    margin-right: 50%;
    padding-right: 10px;
}

.myTimeLineUl li .left {
    flex: 1;
    text-align: left;
}

.myTimeLineUl li .right {
    flex: 1;
    text-align: right;
}

.myTimeLineUl li .name {
    font-size: 14px;
    color: #333333;
    padding-bottom: 5px;
}

.myTimeLineUl li .date {
    font-size: 12px;
    color: #999999;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
}

.myTimeLineUl li .images {
    width: 120px;
    overflow: hidden;
}

.myTimeLineUl li .images > div {
    width: 33.3%;
    float: left;
    padding-bottom: 10px;
    text-align: center;
}

.myTimeLineUl li .images > div img {
    width: 95%;
    border-radius: 10px;
    height: 35px;
    object-fit: cover;
    object-position: center;
}

/*部落动态时间线*/

@media screen and (max-width: 750px) {
    .margin-top-important {
        margin-top: 15px !important;
    }

    .paddingPC10 {
        padding: 10px 0;
    }

    .content img {
        max-width: 100%;
        height: auto;
    }

    .formView {
        padding: 10px;
        border-radius: 5px;
    }

    .centerView {
        margin: 0 10px;
    }

    .tribeLi {
        width: 50%;
    }

    .tribeUl4 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .tribeUl4 .tribeLi {
        width: 50%;
    }

    .newsUl4 .newsLi {
        width: 50%;
    }

    .newsUl3 .newsLi {
        width: 50%;
    }

    .topNavDiv {
    }

    .topNavDiv .search {
        margin: 0;
    }

    .topNavDiv .searchFz {
        display: none;
    }

    .topNavDiv .right .layui-nav {
        padding-right: 0;
    }

    .noticeDivIndex {
        margin-top: 15px;
        border-radius: 0;
    }

    .tribeDivIndex {
        display: block;
    }

    .tribeDivIndex .left {
        width: unset;
    }

    .tribeDivIndex .right {
        /*margin: 0 10px;*/
    }

    .tribeDivIndex .tribeUl {
        margin: 0 -10px;
    }

    /*部落详情页*/
    .tribeInfoView {
        padding: 10px;
    }

    .tribeInfoView .center .member .margin-right {
        margin-right: 5px;
    }

    .tribeInfoView .center .member .padding-right {
        padding-right: 5px;
    }

    .tribeInfoView .center .membersLine {
        display: none;
    }

    .tribeInfoView .right {
        width: 120px;
        text-align: right;
    }

    .tribeInfoView .right .myMusicDiv {
        padding-bottom: 10px;
    }

    .tribeInfoView .right .myMusicDiv .myMusicImage {
        width: 20px;
        height: 20px;
    }

    .tribeInfoView .right .layui-btn {
        width: 100px;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
    }

    .tribeInfoView .right a.layui-btn {
        margin-bottom: 5px;
    }

    /*部落详情页*/
    /*用户详情页*/
    .memberInfoView {
        padding: 10px;
    }

    .memberInfoView .left .count .value {
        margin-right: 5px;
    }

    .memberInfoView .center {
        display: none;
    }

    .memberInfoView .right .layui-btn {
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
    }

    /*用户详情页*/
    .footerNavDiv .centerView {
        display: unset;
    }

    .footerNavDiv .centerView .left {
        margin-right: 0;
        padding: 10px;
    }

    .footerNavDiv .centerView .right {
        margin-left: 0;
        padding: 10px;
    }
}

/*悬浮客服*/
.fixedService {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 10000;
}

.fixedService .img {
    width: 70px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .fixedService .img {
        width: 50px;
    }
}

/*悬浮客服*/

.flex-divRole {
    background-color: #000000;
    border-radius: 10px;
    padding: 50px 10px;
    display: flex;
}

.flex-divRole .item {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    color: #999999;
}

.flex-divRole .item.selected {
    color: #FFFFFF;
}

.flex-divRole .item .img {
    cursor: pointer;
    width: 40px;
    height: 60px;
    border-radius: 3px;
}

.flex-divRole .item .img.selected {
    filter: grayscale(100%);
}

@media screen and (max-width: 750px) {
    .flex-divRole {
        flex-wrap: wrap; /* 允许子项换行 */
        justify-content: space-between; /* 可选，用于调整子项之间的间距 */
    }

    .flex-divRole .item {
        flex: 1 1 30%;
    }
}

/*部落广场页面资源共享导航*/
.layui-tab-titleZygx li {
    margin-right: 25px;
}

@media screen and (max-width: 750px) {
    .layui-tab-titleZygx li {
        margin-right: 5px;
    }
}

/*部落广场页面资源共享导航*/