/* 主体公共样式 */
html,
body {
    direction: ltr;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@-ms-viewport {
    width: auto !important;
}

* {
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

    ul li,
    ol li {
        list-style: none;
    }

.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: Microsoft YaHei;
    /* min-width: 1300px; */
}

input,
button,
a {
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

    a:hover {
        text-decoration: none;
    }

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
.btn {
    padding:0;
}
.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.sb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .sb::after {
        content: '';
        flex: auto;
    }

.cc {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 结束 */
.clearfix::after {
    content: "";
    /* 空内容的默认高度为0,避免生成的内容破坏原有布局的高度 */
    display: block;
    /* 使生成的内容以块级元素显示,占满剩余空间 */
    height: 0;
    /* 当内容不为空时,设置0高度,避免生成的内容破坏原有布局的高度 */
    visibility: hidden;
    /* 使生成的内容不可见,避免影响被其盖住的内容的交互事件 */
    clear: both;
    /* 关键:清除左右浮动 */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pc {
    display: block;
}

.pn {
    display: none;
}

.bgEBF0F5 {
    background: #EBF0F5;
}

.singleLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.moreLine {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.moreLine3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.border_none {
    border: none;
}

.bg_fff {
    background: #fff;
}

.m_20 {
    margin: 20px;
}

.m_l_20 {
    margin-left: 20px;
}

.m_l_10 {
    margin-left: 10px;
}

.m_t_20 {
    margin-top: 20px;
}

.m_t_16 {
    margin-top: 16px;
}

.m_b_20 {
    margin-bottom: 20px;
}
.m_b_0 {
    margin-bottom: 0px !important;
}
.m_b_35 {
    margin-bottom: 35px;
}

.p_20 {
    padding: 20px;
}

.p_lr_20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p_r_20 {
    padding-right: 20px;
}

.p_lr_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p_t_20 {
    padding-top: 20px;
}

.p_t_10 {
    padding-top: 10px;
}

.p_b_10 {
    padding-bottom: 10px;
}

.p_b_20 {
    padding-bottom: 20px;
}

.w100 {
    width: 100%;
    height: 100%;
}

.fb {
    font-weight: bold !important;
}

.bg-fff {
    background-color: #fff;
}

body {
    background: #F3F3F0;
}
/* 面包屑 */
.Crumbs {
    width: 1200px;
    margin: 20px auto;
}

    .Crumbs ul {
        display: flex;
    }

        .Crumbs ul li {
            display: flex;
            align-items: center;
            position: relative;
        }

            .Crumbs ul li img {
                width: 14px;
                vertical-align: top;
                margin-top: 4px;
            }

            .Crumbs ul li a {
                font-size: 12px;
                font-weight: 400;
                color: #000028;
                line-height: 20px;
                display: block;
                max-width: 230px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .Crumbs ul li i {
                margin: 0 10px;
                font-size: 18px;
                vertical-align: middle;
                line-height: 20px;
                display: inline-block;
                transition: transform 0.2s;
                -moz-transition: -moz-transform 0.2s;
                /* Firefox 4 */
                -webkit-transition: -webkit-transform 0.2s;
                /* Safari 和 Chrome */
                -o-transition: -o-transform 0.2s;
            }

.down {
    color: #333 !important;
    line-height: 1.8 !important;
    /* transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);*/
}

.up {
    color: #333 !important;
    line-height: 1.8 !important;
    /*transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);*/
}

.Crumbs-menu {
    width: 136px;
    /*height: 143px;*/
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
    border-radius: 2px;
    border: 1px solid #F0F0F0;
    overflow-y: auto;
    position: absolute;
    left: -5px;
    top: 22px;
    z-index: 2;
    display: none;
}

    .Crumbs-menu .item {
        height: 36px;
        background: #FFFFFF;
        padding: 0 12px;
        font-size: 14px;
        font-weight: 400;
        color: #000028;
        line-height: 36px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .Crumbs-menu .item:hover {
            background: #F1F1F3;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
        }

.top-dec {
    border-top: 3px solid #56B95F;
}

    .top-dec .top-dect-tit {
        height: 32px;
        background: #56B95F;
        border-radius: 0px 0px 16px 0px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        padding: 0 30px 0 16px;
        display: inline-block;
    }

        .top-dec .top-dect-tit > img {
            margin-right: 6px;
        }

.top-dect-comment {
    height: 32px;
    background: rgba(234, 234, 226, 0.6);
    border-radius: 0px 0px 16px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #000028;
    line-height: 32px;
    padding: 0 30px 0 16px;
    display: inline-block;
}
/* 主体区域 */
.MyCenter-main {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.dot-vertical {
    width: 18px;
    cursor: pointer;
}

.btn-report {
    position: relative;
}

    .btn-report .list {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
        border-radius: 2px;
        border: 1px solid #f0f0f0;
        overflow-y: auto;
        position: absolute;
        right: -6px;
        top: 24px;
        z-index: 2;
        display: none;
    }

        .btn-report .list .list-item {
            height: 36px;
            background: #ffffff;
            padding: 0 12px;
            font-size: 14px;
            font-weight: 400;
            color: #000028;
            line-height: 36px;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .btn-report .list .list-item a {
                color: #000028;
            }

            .btn-report .list .list-item:hover {
                background: #f1f1f3;
                box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
            }

.BBS-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

    .BBS-main .menu-box {
        width: 210px;
        background: #fff;
        padding-bottom: 24px;
        margin-right: 10px;
    }

        .BBS-main .menu-box::-webkit-scrollbar {
            display: none !important;
        }

    .BBS-main .left-main {
        margin-right: 10px;
        width: 720px;
    }

        .BBS-main .left-main .fixed-title {
            width: 718px;
            height: 50px;
            background: #FFF;
            align-items: center;
            justify-content: space-between;
            padding: 0 16px;
            display: flex;
        }

            .BBS-main .left-main .fixed-title h4 {
                max-width: 460px;
                display:inline-block;
                font-weight:bold !important;
            }
            .BBS-main .left-main .fixed-title .lockicon {
                
            }

            .BBS-main .left-main .fixed-title button {
                padding: 5px 12px;
                justify-content: center;
                align-items: center;
                background: #DBEAF1;
                color: #00ACC7;
                font-size: 14px;
                height: auto;
                position: relative;
            }

                .BBS-main .left-main .fixed-title button i {
                    font-size: 16px;
                    vertical-align: middle;
                    margin-right: 2px;
                }
            .BBS-main .left-main .fixed-title .follow-button .R-tips {
                position: absolute;
                background: rgba(0, 172, 199, 0.96);
                padding: 10px 4px 10px 16px;
                z-index: 2;
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
                width: 200px;
                top: 40px;
                right: 0;
                text-align: left;
                display: flex;
                border-radius: 4px;
                color: #fff;
            }

                .BBS-main .left-main .fixed-title .follow-button .R-tips::before {
                    content: "";
                    position: absolute;
                    top: -6px;
                    right: 28px;
                    width: 0;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 6px solid rgba(0, 172, 199, 0.96);
                }

                .BBS-main .left-main .fixed-title .follow-button .R-tips p {
                    font-size: 12px;
                    margin-right: 6px;
                    color:#fff;
                }
            .BBS-main .left-main .fixed-title .share-button:hover .share-box {
                display: block;
            }

            .BBS-main .left-main .fixed-title .share-button .share-box {
                display: none;
                position: absolute;
                padding: 10px;
                background: #fff;
                z-index: 2;
                box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
                top: 32px;
                left: 0;
            }

                .BBS-main .left-main .fixed-title .share-button .share-box img {
                    width: 140px;
                }

        .BBS-main .left-main::-webkit-scrollbar {
            display: none !important;
        }

        .BBS-main .left-main .floor {
            border-radius: 4px;
            border: 1px solid #DFE8EC;
            background: #FFF;
            display: flex;
            position: relative;
            margin-bottom: 10px;
        }

            .BBS-main .left-main .floor .Landlord::before {
                content: "";
                background: url("../img/Landlord.png");
                width: 35px;
                height: 35px;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                position: absolute;
                left: 0;
                top: 0;
            }

            .BBS-main .left-main .floor .floor-user {
                background: #F6FAFC;
                border-right: 1px solid #DFE8EC;
                width: 160px;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 21px 0;
            }

                .BBS-main .left-main .floor .floor-user .head-box {
                    width: 42px;
                    height: 42px;
                    position: relative;
                    margin-bottom: 8px;
                }

                    .BBS-main .left-main .floor .floor-user .head-box .head-img {
                        width: 42px;
                        height: 42px;
                        border-radius: 22px;
                    }

                    .BBS-main .left-main .floor .floor-user .head-box .vip-level {
                        width: 16px;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                    }

                .BBS-main .left-main .floor .floor-user > img {
                    width: 90%;
                    margin-top: 16px;
                }

                .BBS-main .left-main .floor .floor-user > h4 {
                    font-size: 14px;
                    max-width:124px;
                }

                .BBS-main .left-main .floor .floor-user > p {
                    font-size: 12px;
                    color: #000028;
                    margin-bottom: 4px;
                    font-weight: inherit;
                }

                    .BBS-main .left-main .floor .floor-user > p > span {
                        color: rgba(0, 0, 40, 0.6);
                    }

                .BBS-main .left-main .floor .floor-user > ul {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    margin: 8px 0 16px;
                }

                    .BBS-main .left-main .floor .floor-user > ul li {
                        text-align: center;
                        width: 33%;
                        border-left: 1px solid rgba(0, 0, 0, 0.1);
                    }

                        .BBS-main .left-main .floor .floor-user > ul li p {
                            font-size: 10px;
                            color: rgba(0, 0, 40, 0.6);
                        }

                        .BBS-main .left-main .floor .floor-user > ul li h6 {
                            font-size: 12px;
                            color: #000028;
                            margin-top: 4px;
                            margin-bottom: 0;
                            position: inherit;
                            font-weight: bold !important;
                        }

                        .BBS-main .left-main .floor .floor-user > ul li > :first-child {
                            border-left: none;
                        }

                .BBS-main .left-main .floor .floor-user .medal {
                    width: 98px;
                    margin-top: 8px;
                }

                .BBS-main .left-main .floor .floor-user button {
                    padding: 5px 16px;
                    justify-content: center;
                    align-items: center;
                    background: #EDF4F8;
                    color: #00ACC7;
                    font-size: 14px !important;
                    margin-top: 16px;
                    height: auto;
                }

                    .BBS-main .left-main .floor .floor-user button i {
                        font-size: 16px;
                        vertical-align: middle;
                    }

            .BBS-main .left-main .floor .floor-content {
                background: #fff;
                padding: 16px 16px 24px;
                width: 560px;
                min-height: 300px;
                position: relative;
            }
                .BBS-main .left-main .floor .floor-content .articlecontent {
                    overflow: hidden;
                    word-wrap: break-word;
                }

                .BBS-main .left-main .floor .floor-content .time-box {
                    height: 32px;
                    border-radius: 0px 3px 0px 0px;
                    border-bottom: 1px solid #DAE5EA;
                    background: #FFF;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-top: -16px;
                    margin-left: -16px;
                    margin-right: -16px;
                    margin-bottom: 16px;
                    color: rgba(0, 0, 40, 0.6);
                    font-size: 12px;
                    padding: 0 16px;
                }

                    .BBS-main .left-main .floor .floor-content .time-box p {
                        color: #999;
                    }

                .BBS-main .left-main .floor .floor-content .floor-title {
                    font-size: 20px;
                    color: #000028;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .BBS-main .left-main .floor .floor-content .floor-title h4 {
                        margin-right: 16px;
                        line-height: 24px;
                        font-size:14px !important;
                    }

                .BBS-main .left-main .floor .floor-content .floor-information {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin: 12px 0;
                }

                    .BBS-main .left-main .floor .floor-content .floor-information .left-information {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }

                        .BBS-main .left-main .floor .floor-content .floor-information .left-information p {
                            margin-right: 16px;
                            font-size: 12px;
                            color: rgba(0, 0, 40, 0.6);
                        }

                            .BBS-main .left-main .floor .floor-content .floor-information .left-information p i {
                                margin: 4px;
                                font-size: 14px;
                                vertical-align: middle;
                                position: relative;
                                top: -1px;
                            }

                    .BBS-main .left-main .floor .floor-content .floor-information .starts-box {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }

                        .BBS-main .left-main .floor .floor-content .floor-information .starts-box img {
                            width: 14px;
                            height: 14px;
                        }

                    .BBS-main .left-main .floor .floor-content .floor-information button {
                        border-radius: 2px;
                        padding: 2px 8px;
                        align-items: center;
                        border: 1px solid #EBEBEB;
                        background: #FFF;
                    }

                        .BBS-main .left-main .floor .floor-content .floor-information button:hover {
                            background: #F6FAFC;
                        }
                .BBS-main .left-main .floor .floor-content .label-box {
                   /* display: flex;
                    align-items: center;*/
                    margin-bottom: 16px;
                }

                    .BBS-main .left-main .floor .floor-content .label-box li {
                        border-radius: 18px;
                        padding: 2px 10px;
                        background: #F6F6F6;
                        display: inline-block;
                        margin-right: 8px;
                        margin-top: 8px;
                    }

                        .BBS-main .left-main .floor .floor-content .label-box li a {
                            color: #000028;
                            font-size: 12px;
                        }
                .BBS-main .left-main .floor .floor-content .articlecontent > p {
                    color: #000028;
                    text-align: justify;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 26px;
                }

                .BBS-main .left-main .floor .floor-content > img {
                    width: 100%;
                    margin: 8px 0;
                }

                .BBS-main .left-main .floor .floor-content > .statement {
                    color: #00ACC7;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 26px;
                    margin-top: 8px;
                    display: block;
                }

                .BBS-main .left-main .floor .floor-content .Moderator-comments {
                    padding: 4px 8px;
                    border-radius: 60px;
                    margin-top: 8px;
                    background: #F6F6F6;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 8px;
                }

                    .BBS-main .left-main .floor .floor-content .Moderator-comments p {
                        color: rgba(0, 0, 40, 0.6);
                        font-size: 12px;
                        line-height: 22px;
                        width:93%;
                    }

                        .BBS-main .left-main .floor .floor-content .Moderator-comments p > img {
                            width: 16px;
                            height: 16px;
                            border-radius: 8px;
                            margin-right: 8px;
                            position: relative;
                            top: -1px;
                        }

                        .BBS-main .left-main .floor .floor-content .Moderator-comments p span {
                            color: #000028;
                        }

                    .BBS-main .left-main .floor .floor-content .Moderator-comments button {
                        color: #00ACC7;
                        background: none;
                        font-size: 12px;
                    }

            .BBS-main .left-main .floor .essence::before {
                width: 120px;
                height: 120px;
                position: absolute;
                right: 0;
                top: 60px;
                /*background-image: url(../img/jing.png);*/
                content: "";
                background-repeat: no-repeat;
                background-size: 100% 100%;
                pointer-events: none;
                opacity: 0.6;
            }
            .BBS-main .left-main .floor .essence.jinghua::before {
                background-image: url(../img/jing.png);
            }

            .BBS-main .left-main .floor .operate {
                font-size: 12px;
                /*display: flex;*/
                align-items: center;
                /*justify-content: space-between;*/
                margin-top: 16px;
                word-break: keep-all;
            }

                .BBS-main .left-main .floor .operate a {
                    color: rgba(0, 0, 40, 0.6);
                    margin-right:7px;
                }
                .BBS-main .left-main .floor .operate.admin a{
                    color:red;
                }
                .BBS-main .left-main .floor .operate:hover {
                    color: #000028;
                }

            .BBS-main .left-main .floor .Function-button {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                margin-top: 16px;
                width: 100%;
            }

                .BBS-main .left-main .floor .Function-button button {
                    margin-left: 8px;
                    padding: 0px 16px 0px 12px;
                    background: #EDF4F8;
                    border-radius: 4px;
                    color: #00ACC7;
                    line-height: 26px;
                    height:auto;
                }

                    .BBS-main .left-main .floor .Function-button button i {
                        margin-right: 2px;
                        font-size: 16px;
                        position: relative;
                        top: 2px;
                    }

                .BBS-main .left-main .floor .Function-button a {
                    line-height: 26px;
                    padding: 0px 0 0px 12px;
                    color: rgba(0, 0, 0, 0.65);
                }

                    .BBS-main .left-main .floor .Function-button a i {
                        margin-right: 2px;
                        font-size: 16px;
                        position: relative;
                        top: 2px;
                    }

            .BBS-main .left-main .floor .min-heightb {
                position: absolute;
                bottom: 50px;
                left: 0;
                padding-right: 16px;
            }
            .BBS-main .left-main .floor .min-heightb {
                position: absolute;
                bottom: -18px;
                z-index: 2;
                background-color: #fff;
                padding-right: 16px;
            }

            .BBS-main .left-main .floor .Reply {
                margin: 16px 0;
            }

                .BBS-main .left-main .floor .Reply h4 {
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    color: #000;
                    line-height: 142.9%;
                    margin-bottom: 8px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .BBS-main .left-main .floor .Reply h4 a {
                        font-size: 12px;
                        color: rgba(0, 0, 40, 0.6);
                    }

                .BBS-main .left-main .floor .Reply .Rich {
                    /*height: 175px;*/
                }

                .BBS-main .left-main .floor .Reply .send {
                    float: right;
                    padding: 5px 16px;
                    justify-content: center;
                    align-items: center;
                    border-radius: 2px;
                    background: #00ACC7;
                    color: #fff;
                    font-size: 14px;
                    height:auto;
                }

                    .BBS-main .left-main .floor .Reply .send i {
                        font-size: 18px;
                        position: relative;
                        top: 2px;
                        margin-right: 4px;
                    }

            .BBS-main .left-main .floor .reply-part {
                padding: 0 16px;
                background: #F6FAFC;
                border-radius: 4px;
                margin: 16px 0;
            }

                .BBS-main .left-main .floor .reply-part .reply-com {
                    display: flex;
                    align-items: flex-start;
                    width: 100%;
                    padding: 16px 0;
                    border-bottom: 1px solid #DAE5EA;
                }

                    .BBS-main .left-main .floor .reply-part .reply-com:last-child {
                        border-bottom: none;
                    }

                    .BBS-main .left-main .floor .reply-part .reply-com .head-box {
                        width: 42px;
                        height: 42px;
                        position: relative;
                        margin-bottom: 8px;
                    }

                        .BBS-main .left-main .floor .reply-part .reply-com .head-box .head-img {
                            width: 42px;
                            height: 42px;
                            border-radius: 22px;
                        }

                        .BBS-main .left-main .floor .reply-part .reply-com .head-box .vip-level {
                            width: 16px;
                            position: absolute;
                            right: 0;
                            bottom: 0;
                        }

                    .BBS-main .left-main .floor .reply-part .reply-com .evaluate {
                        margin-left: 16px;
                        width: 440px;
                    }

                        .BBS-main .left-main .floor .reply-part .reply-com .evaluate h6 {
                            font-size: 14px;
                            font-weight: 700;
                            margin: 2px 0;
                            position:inherit;
                        }

                            .BBS-main .left-main .floor .reply-part .reply-com .evaluate h6 span {
                                color: rgba(0, 0, 40, 0.6);
                                font-size: 12px;
                                font-weight: 400;
                                margin-left: 8px;
                            }

                        .BBS-main .left-main .floor .reply-part .reply-com .evaluate > p {
                            font-size: 13px;
                            line-height: 24px;
                        }

                        .BBS-main .left-main .floor .reply-part .reply-com .evaluate .information {
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                        }

                            .BBS-main .left-main .floor .reply-part .reply-com .evaluate .information p {
                                font-size: 12px;
                                color: rgba(0, 0, 40, 0.6);
                            }

                                .BBS-main .left-main .floor .reply-part .reply-com .evaluate .information p i {
                                    font-size: 18px;
                                    margin-right: 4px;
                                    position: relative;
                                    top: 4px;
                                }

                            .BBS-main .left-main .floor .reply-part .reply-com .evaluate .information a {
                                font-size: 12px;
                            }

                            .BBS-main .left-main .floor .reply-part .reply-com .evaluate .information .gray {
                                color: rgba(0, 0, 40, 0.6);
                            }

                .BBS-main .left-main .floor .reply-part .more-button {
                    text-align: center;
                    font-size: 12px;
                    color: rgba(0, 0, 40, 0.6);
                    padding: 8px;
                }

                    .BBS-main .left-main .floor .reply-part .more-button a {
                        color: rgba(0, 0, 40, 0.6);
                    }
        .BBS-main .left-main .fixed-botom {
            width: 718px;
            height: 40px;
            background: rgba(255, 255, 255, 0.9);
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.06);
            position: fixed;
            z-index: 998;
            bottom: 0;
            display: none;
            padding: 0 16px;
        }

            .BBS-main .left-main .fixed-botom button {
                padding: 5px 10px;
                justify-content: center;
                align-items: center;
                background: none;
                color: #00ACC7;
                font-size: 12px;
                position: relative;
                height:auto;
            }

                .BBS-main .left-main .fixed-botom button i {
                    font-size: 14px;
                    vertical-align: middle;
                    margin-right: 2px;
                }

            .BBS-main .left-main .fixed-botom .share-button:hover .share-box {
                display: block;
            }

            .BBS-main .left-main .fixed-botom .share-button .share-box {
                display: none;
                position: absolute;
                padding: 10px;
                background: #fff;
                z-index: 2;
                box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
                top: -162px;
                left: 0;
            }

                .BBS-main .left-main .fixed-botom .share-button .share-box img {
                    width: 140px;
                }

        .BBS-main .left-main .paginationbox {
            width: 100%;
            /*height: 44px;*/
            border-radius: 2px;
            /*border: 1px solid #DFE8EC;*/
            background: #FFF;
            margin: 0 0 4px 0;
        }
        .BBS-main .left-main .Possible {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
        .BBS-main .left-main .Possible div {
            width:100%;
        }

            .BBS-main .left-main .Possible p {
                font-size: 12px;
            }

            .BBS-main .left-main .Possible .label-box {
                display: flex;
                align-items: center;
            }

                .BBS-main .left-main .Possible .label-box li {
                    border-radius: 18px;
                    padding: 2px 10px;
                    background: #fff;
                    display: inline-block;
                    margin-right: 8px;
                }

                    .BBS-main .left-main .Possible .label-box li a {
                        color: #000028;
                        font-size: 12px;
                    }

            .BBS-main .left-main .Possible > a {
                font-size: 12px;
                color: #00ACC7;
                margin-left: 8px;
            }
        .BBS-main .left-main .story-box {
            padding: 16px 16px 16px 5px;
            border-radius: 4px;
            border: 1px solid #DFE8EC;
            background: #FFF;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
            border-left: 5px solid #00ACC7;
        }

            .BBS-main .left-main .story-box .author {
                display: flex;
                align-items: center;
                justify-content: space-around;
                border-right: 1px solid #DAE5EA;
                width: 50%;
            }

                .BBS-main .left-main .story-box .author .head-img {
                    width: 55px;
                    height: 55px;
                    border-radius: 40px;
                    border: 1px solid #EBEBEB;
                }

                .BBS-main .left-main .story-box .author .author-infor h4 {
                    font-size: 14px;
                    font-style: normal;
                    color: #000028 !important;
                    line-height: 26px;
                    width: 268px;
                    font-weight:bold !important;
                    display:flex;
                }

                    .BBS-main .left-main .story-box .author .author-infor h4 img {
                        height: 19px;
                        margin-left: 8px;
                        margin-top: 3px;
                        width: 100px;
                    }

                .BBS-main .left-main .story-box .author .author-infor p {
                    font-size: 12px;
                    color: rgba(0, 0, 40, 0.6);
                    line-height: 24px;
                    width: 268px;
                }
                    .BBS-main .left-main .story-box .author .author-infor p span {
                        color: #00ACC7;
                    }
                    .BBS-main .left-main .story-box .author .author-infor p a {
                        font-size: 12px;
                        color: #000028;
                        padding-right: 10px;
                    }
                        .BBS-main .left-main .story-box .author .author-infor p a:hover {
                            color: #00ACC7;
                        }

            .BBS-main .left-main .story-box .update {
                width: 50%;
                padding-left: 15px;
            }

                .BBS-main .left-main .story-box .update h6 {
                    font-size: 12px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin: 4px;
                    position: inherit;
                }

                    .BBS-main .left-main .story-box .update h6 p {
                        color: #000028;
                        font-weight:bold;
                        font-size:14px;
                    }

                    .BBS-main .left-main .story-box .update h6 a {
                        color: #00ACC7;
                    }

                .BBS-main .left-main .story-box .update ul {
                    margin: 8px 0 0 20px;
                    height: 48px;
                }

                    .BBS-main .left-main .story-box .update ul li {
                        font-size: 12px;
                        line-height: 24px;
                        list-style: disc;
                    }

                        .BBS-main .left-main .story-box .update ul li a {
                            width: 100%;
                            display: block;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            color: rgba(0, 0, 40, 0.6);
                        }
                            .BBS-main .left-main .story-box .update ul li a:hover {
                                color: #00ACC7;
                            }
    .BBS-main .right-main {
        width: 250px;
        position: relative;
        padding-bottom: 24px;
    }

        .BBS-main .right-main .bbs-right-ad {
            background: url(../img/r-bg-w.png) no-repeat center top;
            background-size: 100% 100%;
            height: 300px;
            padding: 30px 16px;
            margin-bottom: 10px;
        }

            .BBS-main .right-main .bbs-right-ad .bbs-right-ad-top {
                border-bottom: 1px dashed #f5f5f5;
                height: 92px;
            }

                .BBS-main .right-main .bbs-right-ad .bbs-right-ad-top h3 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #000028;
                    line-height: 22px;
                    margin-bottom: 6px;
                }

                    .BBS-main .right-main .bbs-right-ad .bbs-right-ad-top h3 span {
                        float: right;
                        font-size: 12px;
                        font-weight: 400;
                    }

                .BBS-main .right-main .bbs-right-ad .bbs-right-ad-top p {
                    font-size: 12px;
                    font-family: PingFang SC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #000028;
                    float: right;
                    line-height: 22px;
                }

            .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login {
                padding-top: 24px;
            }

                .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h3 {
                    padding-left: 36px;
                    font-size: 16px;
                    font-family: Alibaba PuHuiTi -103 Heavy, Alibaba PuHuiTi 20;
                    font-weight: normal;
                    color: #000028;
                    margin: 0 auto;
                    line-height: 26px;
                    margin-bottom: 16px;
                    position: relative;
                }

                    .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h3 a {
                        color: #000028;
                    }

                    .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h3 span {
                        font-size: 26px;
                        color: #FFC748;
                    }

                    .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h3 i {
                        position: relative;
                        top: 2px;
                        font-size: 18px;
                    }

                .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h4 {
                    font-size: 16px;
                    font-family: Alibaba PuHuiTi -103 Heavy, Alibaba PuHuiTi 20;
                    font-weight: normal;
                    color: #000028;
                    line-height: 24px;
                    text-align: center;
                }

                    .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h4 span {
                        font-size: 20px;
                        color: #FFC748;
                    }

                .BBS-main .right-main .bbs-right-ad .bbs-right-ad-btm.bbs-no-login p {
                    font-size: 16px;
                    font-family: Alibaba PuHuiTi -53 Regular, Alibaba PuHuiTi 20;
                    font-weight: normal;
                    color: #000028;
                    line-height: 22px;
                    text-align: center;
                }

            .BBS-main .right-main .bbs-right-ad .bbs_vip > div:first-child {
                margin-top: 10px;
                margin-bottom: 10px;
            }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:first-child > img {
                    display: inline-block;
                    width: 31px;
                    height: 31px;
                    border-radius: 50%;
                    margin-right: 11px;
                }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:first-child > a {
                    color: #000028 !important;
                }

            .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) {
                width: 220px;
                height: 80px;
                background: rgba(0, 0, 0, 0.06);
                display: flex;
                justify-content: space-around;
                padding: 11px 0;
            }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div {
                    width: 100%;
                }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:first-child {
                        border-right: 1px solid rgba(0, 0, 0, 0.1);
                        text-align: center;
                    }

                        .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:first-child > p:nth-child(2) {
                            margin-top: 5px;
                            padding-right:7px;
                        }

                            .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:first-child > p:nth-child(2) > a img {
                                width: 27px;
                                margin-right: 4px;
                            }

                            .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:first-child > p:nth-child(2) > a span {
                                font-size: 16px;
                                color: #000028;
                                margin-left: 0px;
                                vertical-align: middle;
                            }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:nth-child(2) > p:first-child {
                        margin-left: 0;
                        text-align: center;
                    }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:nth-child(2) > p:nth-child(2) a {
                        font-size: 16px;
                        color: #000028 !important;
                        text-align: center;
                        margin-top: 8px;
                    }

            .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(3) {
                margin: 12px 2px 13px 2px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                position:relative;
            }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(3) > span:nth-child(2) > a {
                    color: #000028 !important;
                    font-size: 14px;
                }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(3) > span:nth-child(3) {
                    display: none;
                    color: #000028;
                    font-size: 16px;
                    float: right;
                    cursor: pointer;
                }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(3) > span:nth-child(4) {
                    color: #000028;
                    font-size: 16px;
                    float: right;
                    cursor: pointer;
                }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(3) > a:first-child > img:first-child {
                    width: 24px;
                    position: relative;
                }

                .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(3) > a:first-child > img:nth-child(2) {
                    width: 11px;
                    position: absolute;
                    left: 17px;
                    bottom: 19px;
                }

            .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:first-child > p:first-child > span,
            .BBS-main .right-main .bbs-right-ad .bbs_vip > div:nth-child(2) > div:nth-child(2) > p:first-child {
                color: rgba(0, 0, 40, 0.6);
                font-size: 12px;
            }

            .BBS-main .right-main .bbs-right-ad .Information {
                color: rgba(0, 0, 40, 0.6);
                width: 11px;
                height: 11px;
            }

            .BBS-main .right-main .bbs-right-ad .yellow_text {
                color: #ffc748;
                font-weight: 600;
            }

            .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog {
                display: none;
                position: absolute;
                width: 250px;
                height: 377px;
                background: #ffffff;
                box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
                top: 33px;
                left: -20px;
                z-index: 3;
            }

                .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li {
                    height: 46px;
                    padding-top: 13px;
                    padding-bottom: 13px;
                    padding-left: 37px;
                    border-bottom: 1px solid #e2e2e2;
                    color: #000028;
                    font-size: 14px;
                    font-weight: 400;
                    font-family: PingFangSC-Regular, PingFang SC;
                }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:last-child {
                        border-bottom: 0;
                    }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:hover {
                        background-color: #e2e2e2;
                    }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(1) > a,
                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(2) > a {
                        color: #ff0000 !important;
                    }

                        .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(1) > a > img,
                        .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(2) > a > img {
                            width: 14px;
                            margin-right: 15px;
                        }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(3) > a > img,
                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(4) > a > img {
                        width: 20px;
                        margin-right: 15px;
                    }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(5) > a > img,
                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(6) > a > img {
                        width: 16px;
                        margin-right: 15px;
                    }

                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(7) > a > img,
                    .BBS-main .right-main .bbs-right-ad .bbs_vip_dialog > li:nth-child(8) > a > img {
                        width: 18px;
                        margin-right: 15px;
                    }

        .BBS-main .right-main .publish {
            background: linear-gradient(90deg, #FFB203 0%, #FF7F00 100%);
            color: #fff;
            width: 100%;
            font-size: 16px;
            height: 50px;
            float: none;
            position: relative;
        }

            .BBS-main .right-main .publish i {
                font-size: 20px;
                position: relative;
                top: 4px;
                margin-right: 4px;
            }
            .BBS-main .right-main .publish .R-tips {
                position: absolute;
                background: rgba(0, 172, 199, 0.96);
                padding: 10px 4px 10px 16px;
                z-index: 2;
                box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
                width: 220px;
                top: 60px;
                right: 0;
                text-align: left;
                display: flex;
                justify-content: space-between;
                border-radius: 4px;
                color: #fff;
            }

                .BBS-main .right-main .publish .R-tips::before {
                    content: "";
                    position: absolute;
                    top: -6px;
                    right: 28px;
                    width: 0;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 6px solid rgba(0, 172, 199, 0.96);
                }

                .BBS-main .right-main .publish .R-tips p {
                    font-size: 12px;
                    margin-right: 10px;
                    color:#fff;
                }

                    .BBS-main .right-main .publish .R-tips p span {
                        color: #ffeeba;
                        font-weight: bold;
                    }

                .BBS-main .right-main .publish .R-tips i {
                    font-size: 16px;
                    margin-top: -6px;
                }
        .BBS-main .right-main .right-list {
            background: #fff;
            margin-top: 10px;
        }

            .BBS-main .right-main .right-list .list-title {
                display: flex;
                align-items: center;
                padding: 14px 8px;
                border-bottom: 1px solid #EBEBEB;
                background-color: #fff;
                height:auto;
            }
                .BBS-main .right-main .right-list .list-title img {
                    width: 20px;
                    margin-right: 14px;
                    vertical-align: middle;
                }

                .BBS-main .right-main .right-list .list-title h4 {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 22px;
                }

                    /*.BBS-main .right-main .right-list .list-title h4 img {
                        width: 20px;
                        margin-right: 8px;
                        vertical-align: middle;
                        position: relative;
                        top: -2px;
                    }*/

                .BBS-main .right-main .right-list .list-title > p {
                    font-size: 12px;
                }

                .BBS-main .right-main .right-list .list-title a {
                    font-size: 12px;
                    color: #00ACC7;
                }

                    .BBS-main .right-main .right-list .list-title a i {
                        font-size: 16px;
                        vertical-align: middle;
                        position: relative;
                        top: -2px;
                    }

            .BBS-main .right-main .right-list .tab {
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #EBEBEB;
            }

                .BBS-main .right-main .right-list .tab div {
                    width: 50%;
                    font-size: 16px;
                    line-height: 50px;
                    text-align: center;
                    cursor: pointer;
                }

                .BBS-main .right-main .right-list .tab .choose {
                    color: #00ACC7;
                    font-weight: 700;
                    border-bottom: 2px solid #00ACC7;
                }

            .BBS-main .right-main .right-list .Edition {
                display: flex;
                align-items: center;
                padding: 16px 8px;
                border-bottom: 1px solid #EBEBEB;
            }

                .BBS-main .right-main .right-list .Edition img {
                    width: 76px;
                    height: 50px;
                }

                .BBS-main .right-main .right-list .Edition .Edition-infor {
                    margin-left: 8px;
                    width:136px;
                }

                    .BBS-main .right-main .right-list .Edition .Edition-infor h6 {
                        font-size: 14px;
                        color: #333 !important;
                        margin: 4px 0;
                        position:inherit;
                    }

                    .BBS-main .right-main .right-list .Edition .Edition-infor a:hover h6 {
                        color: #00ACC7 !important;
                    }

                    .BBS-main .right-main .right-list .Edition .Edition-infor p {
                        font-size: 12px;
                    }

                        .BBS-main .right-main .right-list .Edition .Edition-infor p a {
                            color: #00ACC7;
                            font-weight: 700;
                        }

            .BBS-main .right-main .right-list .list-r {
                margin: 0 8px;
                border-bottom: 1px solid #EBEBEB;
            }

                .BBS-main .right-main .right-list .list-r h6 {
                    color: #000028 !important;
                    /*text-align: justify;*/
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400 !important;
                    line-height: 24px;
                    position:inherit;
                }
                .BBS-main .right-main .right-list .list-r a:hover h6 {
                    color: #00ACC7 !important;
                }
                .BBS-main .right-main .right-list .list-r a:hover h6 p {
                    color: #00ACC7 !important;
                }
                    .BBS-main .right-main .right-list .list-r h6 img {
                        margin-right: 6px;
                        position: relative;
                        top: -2px;
                    }

                .BBS-main .right-main .right-list .list-r h4 {
                    color: #000028;
                    font-size: 14px;
                    line-height: 24px;
                    padding: 14px 0;
                }

                    .BBS-main .right-main .right-list .list-r h4 img {
                        width: 32px;
                        height: 32px;
                        border-radius: 32px;
                        margin-right: 8px;
                    }

            .BBS-main .right-main .right-list .list-bottom-box {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 16px;
            }

                .BBS-main .right-main .right-list .list-bottom-box span {
                    color: #00ACC7;
                }

                .BBS-main .right-main .right-list .list-bottom-box a {
                    color: #00ACC7;
                }
            .BBS-main .right-main .right-list .title-xian {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .BBS-main .right-main .right-list .title-xian p {
                    padding-right: 8px;
                }

                .BBS-main .right-main .right-list .title-xian i {
                    font-size: 18px;
                }
            .BBS-main .right-main .right-list .more {
                padding: 10px 8px;
                text-align: right;
                margin:0;
            }

                .BBS-main .right-main .right-list .more a {
                    font-size: 12px;
                    color: #00ACC7;
                }
        .BBS-main .right-main .xiangguan {
            position: fixed;
            top: 29px;
            right: 0;
            width: 250px;
            left: calc(50% + 350px);
            z-index: 9;
        }

        .BBS-main .right-main .scoll-bot {
            bottom: 0;
            left: 0;
            top: auto;
            position: absolute;
        }

        .BBS-main .right-main .weiz {
            opacity: 0;
        }
        .BBS-main .right-main::-webkit-scrollbar {
            display: none !important;
        }

.rotate-90 {
    transition: transform 0.2s !important;
    -moz-transition: -moz-transform 0.2s !important;
    -webkit-transition: -webkit-transform 0.2s !important;
    -o-transition: -o-transform 0.2s !important;
    transform: rotate(90deg) !important;
}

.fixed-left {
    position: fixed;
    left: calc((50% - 600px) - 62px);
    top: 370px;
    z-index: 2;
    width: 34px;
    height: 34px;
    background: #56b95f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-right {
    position: fixed;
    right: calc((50% - 658px) - 169px);
    bottom: 20px;
    z-index: 2;
    width: 192px;
    height: auto;
    overflow: hidden;
    top: calc(50% - 27px);
}

    .fixed-right .fixed-right-code {
        width: 140px;
        height: 170px;
        background: #ffffff;
        border-radius: 4px;
        padding: 10px;
        float: left;
    }

        .fixed-right .fixed-right-code > img {
            width: 120px;
            height: 120px;
            display: block;
            margin-bottom: 7px;
        }

        .fixed-right .fixed-right-code > p {
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            color: #000028;
            line-height: 20px;
        }

    .fixed-right .fixed-right-btn {
        float: left;
    }

        .fixed-right .fixed-right-btn .fixed-right-btn-top {
            height: auto;
            margin-bottom: 10px;
            padding: 10px 0 10px;
        }

            .fixed-right .fixed-right-btn .fixed-right-btn-top > li {
                cursor: pointer;
                margin-bottom: 12px;
            }

                .fixed-right .fixed-right-btn .fixed-right-btn-top > li:last-child {
                    margin-bottom: 0;
                }

                .fixed-right .fixed-right-btn .fixed-right-btn-top > li > img {
                    display: block;
                    margin: 0 auto;
                }

                .fixed-right .fixed-right-btn .fixed-right-btn-top > li p {
                    text-align: center;
                    font-size: 14px;
                    font-weight: 400;
                    color: #000028;
                    line-height: 20px;
                }

        .fixed-right .fixed-right-btn .fixed-right-btn-btm {
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .fixed-right .fixed-right-btn > div,
        .fixed-right .fixed-right-btn > ul {
            width: 40px;
            background: #ffffff;
            border-radius: 4px;
        }

.fixed-tit {
    width: 100%;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

    .fixed-tit h1 {
        width: 830px;
        float: left;
        font-size: 20px;
        font-weight: 600;
        color: #000028;
        line-height: 60px;
        height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fixed-tit .fixed-tit-btns {
        width: calc(100% - 870px);
        float: right;
        padding-top: 10px;
        overflow: hidden;
    }

        .fixed-tit .fixed-tit-btns > button {
            font-size: 16px;
            font-weight: 400;
            color: #1d9d29;
            height: 34px;
            background: #ffffff;
            border-radius: 2px;
            border: 1px solid #56b95f;
            float: right;
            margin-left: 10px;
            padding: 0 10px;
        }

            .fixed-tit .fixed-tit-btns > button > img {
                position: relative;
                top: -1px;
                margin-right: 2px;
            }

            .fixed-tit .fixed-tit-btns > button.edit {
                background: #56b95f;
                color: #fff;
            }
.Reply .postItemImg {
    float: left;
    margin-right: 8px;
    margin-bottom:8px;
    cursor: pointer;
    height:31px;
}
.BBS-main .left-main .floor .floor-content .articlecontent .login-hide {
    height: 140px;
    padding-top: 60px;
    margin-top: -95px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 60%);
    justify-content: center;
    align-items: center;
    display: flex;
}

.BBS-main .left-main .floor .floor-content .articlecontent .login-hide img {
    width: 50px;
    position: relative;
    z-index: 2;
}

.BBS-main .left-main .floor .floor-content .articlecontent .login-hide p {
    width: 416px;
    height: 44px;
    line-height: 44px;
    border-radius: 20px;
    background: #F5F4F4;
    text-align: center;
    margin-left: -30px;
}

.BBS-main .left-main .floor .floor-content .articlecontent .login-hide p a {
    color: #00ACC7;
}
/*loading layer*/
#g_loading {
}

    #g_loading.modal-backdrop {
        opacity: 0.7;
        filter: alpha(opacity=70);
        background-color: #000;
    }

    #g_loading .loading-container {
        position: fixed;
        height: 75px;
        bottom: 0px;
        left: 5px;
        right: 5px;
        z-index: 1045;
        box-shadow: 2px 2px 10px #999;
        -moz-box-shadow: 2px 2px 10px #999;
        -webkit-box-shadow: 2px 2px 10px #999;
        opacity: 0.7;
        filter: alpha(opacity=70);
        border: 1px solid #c4c4c4;
    }

        #g_loading .loading-container .loading-content {
            padding-top: 15px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            height: 100%;
            background-color: #fff;
            text-align: center;
        }

            #g_loading .loading-container .loading-content progress {
                width: 250px;
                height: 15px;
                display: block;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 15px;
            }

                #g_loading .loading-container .loading-content progress i {
                    background-repeat: no-repeat;
                    background-image: url("img/ajax-loader.gif");
                    background-position: center;
                    width: 31px;
                    height: 31px;
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }

            #g_loading .loading-container .loading-content span {
                clear: both;
                font-size: 12px;
                line-height: 12px;
                margin-top: 15px;
            }
/* -- loading layer end -- */
.quoteBox {
    background-color: #e9f3f6;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
    padding: 15px;
    border: 1px solid #cae2ee;
}
    .quoteBox p {
        overflow: hidden;
    }
    .quoteBox .blue {
        color: #55a0b9;
    }
/*--评价部分--*/
.postEvaluate {
    display: none;
    height: 70px;
    width: 100%;
    background: url(../../../img/bbs/bg_sidebar.png) no-repeat;
    clear: both;
    padding: 20px 10px 10px 10px;
    position: relative;
    background-size: 96% 66px;
}

    .postEvaluate.replyEvaluate {
       /* background: url(../../../img/bbs/bg_sidebar_left.png) no-repeat;
        background-position: 37px 0px;*/
    }

        .postEvaluate.replyEvaluate textarea {
            color: rgb(153, 153, 153);
            width: 95%;
            height: 40px;
            border: none;
            overflow-y: hidden;
            left: 32px;
            position: relative;
            display: block;
            width: 85%;
        }

.replyEvaluate .spa_reply {
    margin: 0px 15px 0px 0px;
    float: right;
}

    .replyEvaluate .spa_reply .btnwrap {
        background-position: 0px 0px;
    }

        .replyEvaluate .spa_reply .btnwrap span.btn-corner {
            margin: 0px;
            padding: 0px;
            background-position: 0px 0px;
        }

            .replyEvaluate .spa_reply .btnwrap span.btn-corner input {
                margin: 0px;
                background-color: rgb(153, 153, 153);
            }

                .replyEvaluate .spa_reply .btnwrap span.btn-corner input.noClass.btnBlue {
                    background-color: rgb(153, 153, 153);
                }

    .replyEvaluate .spa_reply input {
        background: url(../../../img/bbs/bg_post.png) rgb(153, 153, 153);
        float: right;
    }
/*--评价部分结束--*/
.mask {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}

.jinhuaPop {
    display: none;
    width: 543px;
    height: 245px;
    top: 50%;
    margin-top: -122px;
    left: 50%;
    margin-left: -272px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    background: linear-gradient(125deg, #D6EBFF -3.43%, #FFF 41.01%, #FFF 96.95%);
}

    .jinhuaPop .icon-new-Close {
        position: absolute;
        right: 16px;
        top: 16px;
        font-size: 24px;
        padding: 0;
        background: none;
        cursor: pointer;
        z-index: 9;
    }

        .jinhuaPop .icon-new-Close:hover {
            background: #f5f5f5;
        }

    .jinhuaPop .main {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        left:0;
        top:0;
    }

        .jinhuaPop .main .clap-hands {
            margin-left: -90px;
        }

        .jinhuaPop .main .text {
            margin-top: 20px;
            margin-left: -60px;
            width:auto;
        }

            .jinhuaPop .main .text p {
                font-size: 18px;
                color: rgba(0, 0, 40, 0.6);
                margin-bottom: 10px;
            }

            .jinhuaPop .main .text a {
                font-size: 18px;
                color: #00ACC7;
                display: block;
                margin-bottom: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 340px;
            }

            .jinhuaPop .main .text h4 {
                color: #000028 !important;
                font-size: 20px;
                font-weight: 700 !important;
            }

                .jinhuaPop .main .text h4 span {
                    font-size: 18px;
                    color: rgba(0, 0, 40, 0.6);
                    font-weight: 400;
                }

        .jinhuaPop .main .Q-code {
            position: absolute;
            right: 10px;
            bottom: 30px;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            width:auto;
        }
            .jinhuaPop .main .Q-code .qrcodeimg {
                width: auto;
            }
            .jinhuaPop .main .Q-code img {
                width: 98px;
                height: 98px;
            }

            .jinhuaPop .main .Q-code p {
                color: rgba(0, 0, 40, 0.6);
                font-size: 12px;
            }

.level-up {
    display: none;
    width: 543px;
    height: 245px;
    top: 50%;
    margin-top: -122px;
    left: 50%;
    margin-left: -272px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    background: linear-gradient(125deg, #D6EBFF -3.43%, #FFF 41.01%, #FFF 96.95%);
}

    .level-up .icon-new-Close {
        position: absolute;
        right: 16px;
        top: 16px;
        font-size: 24px;
        padding: 0;
        background: none;
        cursor: pointer;
        z-index: 9;
    }

        .level-up .icon-Close:hover {
            background: #f5f5f5;
        }

    .level-up .main {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 400px;
        margin: 20px auto;
        position:unset;
    }

        .level-up .main .vip {
            width: 100px;
            position: relative;
        }

            .level-up .main .vip img {
                position: relative;
                z-index: 2;
                width:104px;
            }

            .level-up .main .vip p {
                font-size: 14px;
                text-align: center;
            }

            .level-up .main .vip::after {
                content: "";
                position: absolute;
                background: rgba(140, 181, 218, 0.5);
                filter: blur(15px);
                width: 100px;
                height: 28px;
                border-radius: 100px;
                z-index: 1;
                bottom: 30px;
            }

    .level-up > p {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }

        .level-up > p .yellow {
            color: #FF9242;
        }

        .level-up > p .blue {
            color: #00ACC7;
        }
.showqi {
    overflow: hidden;
}
.showqitxt {
    float: right;
    color: #00ACC7;
    cursor:pointer;
}
/*页面样式兼容*/
nav.page-nav-outer .page-input-box button.btn-green {
    float: initial;
    height: auto;
}
.bbs_vip > div:nth-child(2) > div:nth-child(2) > p:nth-child(2){
    margin-left:0 !important;
}
.bbs_vip > div:nth-child(2) > div:first-child > p:first-child{
    margin-right:0 !important;
}
.menu-box-title {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    border: none;
    margin: 0;
    background: url(../img/bbsdetail/title-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
}
    .menu-box-title h2 {
        font-size: 18px;
        line-height: 50px;
        color: #fff !important;
    }
.fixed-right-btn-top .share-box {
    display: none;
    position: absolute;
    padding: 10px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    top: 1px;
    left: 42px;
}
.fontweightbold {
    font-weight: bold;
}
.fontweightnonebold{
    font-weight:normal;
}
.yCSS {
    height: 18px !important;
    margin-bottom: 5px;
    line-height: 16px !important;
    padding-right: 14px !important;
}

.border_3 {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #fff;
}
nav.page-nav-outer .page-input-box button {
    background-color: #00ACC7;
}
nav.page-nav-outer .pagination > li > a {
    color: #00ACC7;
}
nav.page-nav-outer .pagination > li a:hover {
    color: #00ACC7;
}
nav.page-nav-outer .pagination > .active > a {
    background-color: #00ACC7;
    border-color: #00ACC7;
}
nav.page-nav-outer .pagination > .active > a:hover {
    background-color: #00ACC7;
    border-color: #00ACC7;
}
.showallarticle {
    margin: auto;
    float: unset;
    padding: 5px 12px;
    background: #DBEAF1;
    color: #00ACC7;
    font-size: 14px;
    height: auto;
    position: relative;
    display: block;
}
#dialog {
    position: absolute;
    height: 180px;
    background: #ffffff;
    display: none;
    z-index: 1000;
}
#fullbg {
    background-color: Gray;
    display: none;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: Alpha(Opacity=30);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.flrCount {
    display: none;
    position: relative;
}
/*页面样式兼容结束*/
/*投票贴样式先用旧的，之后可以新改版*/
.poll {
    padding: 10px;
    font-size: 12px;
    width: 555px;
}

    .poll .countdown {
        color: #999999;
        margin-bottom: 10px;
    }

    .poll .chart {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #EEE;
        height: 20px;
    }

    .poll .option {
        line-height: 24px;
        height: 24px;
        margin-left: 10px;
        margin-top:1px;
    }

    .poll .underline {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #EEE;
    }

    .poll .percent {
        height: 11px;
        font-size: 11px;
        color: #666666;
        margin-bottom: 10px;
        margin-left: 10px;
        width: 400px;
        float: left;
        margin-right: 10px;
        background-color: #dddddd;
    }

    .poll .number {
        color: #999999;
        float: left;
        font-size: 11px;
    }

.postMenu {
    display: none;
    width: 90px;
    font-size: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #990000;
    border-right-color: #990000;
    border-bottom-color: #990000;
    border-left-color: #990000;
}

    .postMenu ul {
        margin: 0px;
        padding: 0px;
    }

        .postMenu ul li {
            list-style-type: none;
            height: 32px;
            line-height: 32px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #990000;
            text-indent: 10px;
        }

            .postMenu ul li a img {
                margin-right: 6px;
            }

            .postMenu ul li a {
                display: block;
                text-decoration: none;
                color: #333333;
            }
    /*投票贴样式结束*/
.ystk_pc {
    z-index: 999 !important;
}