﻿._p_menu {
    padding: 13px 20px;
    margin: 70px 30px 0 30px;
    border-radius: 10px;
    box-shadow: var(--thm-boxshadow);
    background: var(--thm-container-bk);
    height: 65px;
}

.p_menus_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p_menus {
}

    .p_menus ul {
        list-style: none;
    }

        .p_menus ul li {
            float: left;
            padding: 2px 15px;
            font-size: 14px;
            margin: 0 10px;
            color: var(--thm-color);
            cursor: pointer;
            border-radius: 15px;
            border: solid 1px var(--thm-color);
            transition: all .5s;
        }

            .p_menus ul li:hover {
                border: solid 1px var(--thm-blue);
            }

                .p_menus ul li:hover a {
                    color: var(--thm-blue);
                }

            .p_menus ul li.active {
                border: solid 1px var(--thm-blue);
                color: var(--thm-blue);
            }

                .p_menus ul li.active a {
                    color: var(--thm-blue);
                }

            .p_menus ul li a {
                color: var(--thm-color);
            }

.main-list {
}

.classification:nth-child(2) {
    margin-bottom: 0 !important;
}

.main {
    padding-top: 10px !important
}

.classification {
    padding: 3px 0;
}

.main-bbs-item {
    position: relative;
    margin: 4px 0 6px 0;
    background: var(--thm-container-bk);
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    border-bottom:solid 1px #eee;
    width: 100%;
    box-shadow: var(--thm-boxshadow)
}

    .main-bbs-item:hover {
        background: var(--thm-hover-bk)
    }

.arrow-right {
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    font-size: 20px;
}

.main-bbs-title {
    height: 25px;
    line-height: 25px;
    position:relative;
    color:#5a5959

}

    .main-bbs-title .good {
        background: red;
        color: #fff;
        padding: 3px 10px;
        border-radius: 5px;
        font-size:13px;
    }
    .main-bbs-title .verify {
        background: #5a5959;
        color: #fff;
        padding: 3px 10px;
        border-radius: 5px;
        font-size: 13px;
    }

.main-bbs-title a {
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
    .main-bbs-title > span{
        position:absolute;
        right:10px;
        line-height:18px!important;
        top:5px;
    }
    .main-bbs-title i{
        color:#f26304;
        font-size:18px;
    }
    .main-bbs-brief {
        font-size: 13px;
        color: #9b9b9b;
        display: none;
        padding: 10px;
        margin-top:10px;
        background:#eee;
        border-radius:10px;
    }

.main-bbs-foot {
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
    color: #9b9b9b;
    position: relative;
}

    .main-bbs-foot span {
        margin-right: 40px;
        display: flex;
        align-items: center;
        font-size:12px;
    }

        .main-bbs-foot span i {
            margin-right: 5px;
        }

        .main-bbs-foot span:nth-child(1) i {
            color: #02a0cb
        }

    .main-bbs-foot a {
        position: absolute;
        right: 10px;
        color: #02a0cb;
        top: 10px;
    }

.bbs-right {
}

.bbs-right-title {
    font-weight: bold;
    padding: 5px 0 10px 0;
    font-size: 15px;
}

.bbs-right {
    width: 280px;
    padding: 0 10px;
}

.bbs-userinfo {
    position: relative;
    background: var(--thm-container-bk);
    border-radius: 10px;
    padding: 20px 20px;
    width: 100%;
    padding-bottom: 20px;
    box-shadow: var(--thm-boxshadow)
}

.bbs-user-null {
}

.bbs-tip {
    padding: 10px 0;
}

    .bbs-tip p {
        padding: 3px 0;
        font-size: 12px;
        line-height: 20px;
    }

.bbs-user-has {
    text-align: center;
}

.bbs-user-img {
    position: relative;
}

    .bbs-user-img i {
        position: absolute;
        right: 50px;
        bottom: 10px;
    }

    .bbs-user-img img {
        border-radius: 50%;
        width: 50%;
        cursor: pointer;
    }
    .bbs-user-jy{
        position:absolute;
        right:0px;
        top:0;
        font-size:12px;
        color:#fff;
        background:red;
        padding:0 5px;
        border-radius:5px;
    }
.bbs-user-name span {
    font-size: 16px;
    font-weight: bold;
}

.bbs-user-name i {
    font-size: 13px;
    margin-left: 5px;
    cursor: pointer;
}

.bbs-user-count {
    display: flex;
    margin: 15px 0;
}

    .bbs-user-count div {
        position: relative;
        width: 33%;
        text-align: center;
    }

        .bbs-user-count div::after {
            position: absolute;
            content: "";
            height: 30px;
            width: 1px;
            top: 7px;
            right: 0;
            background: var(--thm-color)
        }

        .bbs-user-count div:last-child::after {
            display: none;
        }

    .bbs-user-count span {
        font-weight: bold;
    }

.bbs-motto {
    font-size: 12px;
    padding: 15px 0 15px;
    text-align: left;
    border-top: dashed 1px #9b9b9b;
    border-bottom: dashed 1px #9b9b9b;
    margin-bottom: 20px;
}

    .bbs-motto i {
        margin-left: 10px;
        cursor: pointer;
        font-size: 12px;
    }

/*sub*/

.bbs_sub {
    padding: 20px 10px;
    background: #fff;
    margin-bottom:20px;
}

.in-line {
    display: flex;
    align-items: center;
    padding: 5px 20px;
}

    .in-line span {
        color: #e44c4c;
        font-size: 14px;
    }

        .in-line span a {
            color: #e44c4c;
        }

.in-title {
    width: 120px;
    color: var(--thm-color);
    font-size: 14px;
    text-align: right;
    padding: 0 30px;
}

.in-val {
    width: 350px;
}

    .in-val input[type="text"] {
        width: 100%;
        height: 35px;
        padding-left: 3px;
        outline: none;
        border: solid 1px #eee;
        border-radius: 5px;
    }

    .in-val input[type="file"] {
        color: var(--thm-color);
        font-size: 14px;
    }

    .in-val select {
        width: 100%;
        height: 35px;
        border-radius: 5px;
        outline: none;
        border: solid 1px #eee;
    }

.in-val-block {
   width: calc(100% - 120px)
}

.btn {
    padding: 5px 30px;
    background: var(--thm-blue-in);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.a-upload {
    padding: 4px 10px;
    height: 30px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

    .a-upload input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer
    }

    .a-upload:hover {
        color: #444;
        background: #eee;
        border-color: #ccc;
    }

.w-e-toolbar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.w-e-text-container {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.def_badge{
    background:#02a0cb;
    color:#fff;
    padding:3px 8px;
    font-size:12px;
    border-radius:10px;
}
/*details*/
.bbs_info {
    flex: 1;
    background: #fff;
}


.bbs_info_title {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.bbs_item {
    display: flex;
    width: 100%;
    border:solid 1px #EEE;
    margin-bottom: 10px;
}

.bbs_info div:nth-child(2) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bbs_item_left {
    width: 200px;
    background: #F6FAFC;
    padding: 20px 10px;
    border-right: solid 1px #eee;
    flex-shrink:0
}

.bbs_item_right {
    flex: 1;
    padding: 10px;
    overflow:auto
}
/*用户信息*/
.bbs_item_user {
    text-align: center;
    padding-top: 10px;
}

.bbs-user-img {
    position: relative;
}

    .bbs-user-img img {
        border-radius: 50%;
        width: 40%;
        cursor: pointer;
    }

.bbs-user-name span {
    font-size: 14px;
    font-weight: bold;
}

.bbs-user-count {
    display: flex;
    font-size: 12px;
    margin: 20px 0;
}

    .bbs-user-count div {
        position: relative;
        width: 33%;
        text-align: center;
    }

        .bbs-user-count div::after {
            position: absolute;
            content: "";
            height: 20px;
            width: 1px;
            top: 7px;
            right: 0;
            background: var(--thm-color)
        }

        .bbs-user-count div:last-child::after {
            display: none;
        }

    .bbs-user-count span {
        font-weight: bold;
    }

.bbs-user-tag {
    text-align: left;
    padding: 10px 0;
    padding-left: 10px;
    font-size: 12px;
}

    .bbs-user-tag label {
        color: #808080
    }

.bbs_item_content {
    min-height: 160px;
}

.jinghua {
    position: relative;
}

    .jinghua::after {
        content: "";
        width: 120px;
        height: 120px;
        position: absolute;
        right: 0;
        top: 0px;
        background-image: url(/static/image/jing.png);
        content: "";
        background-repeat: no-repeat;
        background-size: 100% 100%;
        pointer-events: none;
        opacity: 0.6;
    }

.bbs_item_content_foot {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0
}

    .bbs_item_content_foot span {
        margin-left: 20px;
        font-size: 11px;
        display: flex;
        align-items: center;
    }

    .bbs_item_content_foot i {
        margin-right: 3px;
    }

.bbs_item_content_foot_motto {
    border-top: dashed 1px #eee;
    color: #808080;
    padding: 5px 0;
    font-size: 11px
}

.bbs_item_content_title {
    border-bottom: dashed 1px #eee;
    padding-bottom: 7px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #808080;
    position: relative;
}

    .bbs_item_content_title span {
        position: absolute;
        right: 10px;
        top: 2px;
    }

.comment_list {
}

.bbs_content {
    padding: 0 15px 10px 15px;
    overflow:hidden;
}

    .bbs_content img {
        max-width: 90%;
        cursor:zoom-in
    }
.bbs_item_content img {
    max-width: 90%;
    cursor: zoom-in
}
.fixedReply {
    position: fixed;
    width: 1090px;
    bottom: 5px;
    margin: 0 auto;
    opacity: .8;
    background: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border: solid 1px #ddd;
    color: #000;
}
    .fixedReply h3{
        font-size:20px;
        font-weight:bold;
    }
    .fixedReply span {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

/*search*/
.search_main {
    height: calc(100vh - 150px);
    flex: 1;
    padding: 0 10px;
    overflow-y: auto;
}

    .search_main::-webkit-scrollbar {
        width: 5px;
        height: 50px;
    }

    .search_main::-webkit-scrollbar-thumb {
        background-color: #e9e9e9;
        border-radius: 10px;
    }

    .search_main::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }

.main-tip {
    display: inline-flex;
    padding: 10px 30px;
    margin-top: 65px;
}

.search-tip {
    margin-left: 30px;
    padding-top: 3px;
    padding: 0 10px 0 10px;
    border-bottom: solid 1px #eee
}

.main-tip-return {
    color: #ff9d0a;
    cursor: pointer;
}

/*vip*/
.icon-v1 {
}

.icon-v2 {
    color: #CDAA7D
}

.icon-v3 {
    color: #CD950C
}

.icon-v4 {
    color: #CD8500
}

.icon-v5 {
    color: #CD6889
}

.icon-v6 {
    color: #CD2990
}

.icon-v7 {
    color: #CD4F39
}
.main_bbs {
    min-height: 600px;
}

.left {
    background: #fff;
    border: solid 1px #eee;
    padding: 15px;
}

.type_ul {
    list-style: none;
    padding: 0;
}

    .type_ul > li {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .type_ul ul {
        list-style: none;
        padding-left: 0px;
        font-size: 13px;
        margin-top: 5px;
    }

        .type_ul ul li {
            padding: 3px 5px 3px 5px;
            font-weight: 400;
            margin: 2px 0;
        }

            .type_ul ul li::before {
                font-family: "iconfont" !important;
                content: '\e65f';
                font-size: 12px;
                font-weight: bold;
                color: #02ceea
            }

            .type_ul ul li:hover, .active {
                background: #f2f2f2
            }
.no_content{
    text-align:center;
}
.thm-btn {
    padding: 7px 10px;
    width: 100%;
    text-align: center;
}

.op-menus {
    position: absolute;
    left: -80px;
    top: 30px;
    border-radius: 10px;
    background:#fff;
    border: solid 1px #828180;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    width: 100px;
    padding: 10px 0px;
    transition: all .3s;
}

    .op-menus ul {
        list-style: none;
        text-align: center;
        padding:0;
        margin:0;
    }

        .op-menus ul li {
            color: var(--thm-color);
            padding: 7px 20px;
            cursor: pointer;
            font-size: 12px;
        }

            .op-menus ul li:hover {
                background:#eee
            }



.arrow-right:hover .op-menus {
    opacity: 1;
    visibility: visible;
}
.moderator {
    background: #02a0cb;
    margin:0 5px;
    color: #fff;
    font-size: 12px !important;
    padding: 0 8px;
    font-weight: 400 !important;
    border-radius: 10px;
}
