
div[itemprop="text"], .simditor-body {
    font-size: 15px;
    line-height: 1.6;
}
div[itemprop="text"] h1, div[itemprop="text"] h2, div[itemprop="text"] h3, 
.simditor-body h1, .simditor-body h2, .simditor-body h3 {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
}
div[itemprop="text"] h4, div[itemprop="text"] h5, div[itemprop="text"] h6, 
.simditor-body h4, .simditor-body h5, .simditor-body h6 {
    margin-top: 1em;
    margin-bottom: 1em;
}
div[itemprop="text"] h5,
.simditor-body h5 {
    font-size: 17px;
}
div[itemprop="text"] h6,
.simditor-body h6 {
    font-size: 16px;
}
div[itemprop="text"] h3 {
    font-size: 1.2em;
    font-weight: 500;
    color: #27282d;
}
div[itemprop="text"] h3:not(:empty):before {
    content: '#';
    margin-right: 1rem;
    color: #17cddd;
}
div[itemprop="text"] > :first-child, 
.simditor-body > :first-child {
    margin-top: 0 !important;
}
div[itemprop="text"] a,
.simditor-body a {
    border-bottom: 1px solid;
}
div[itemprop="text"] a:hover,
.simditor-body a:hover {
    text-decoration: none;
}
div[itemprop="text"] img,
.simditor-body img {
    max-width: 100%;
    vertical-align: sub;
}
div[itemprop="text"] p,
.simditor-body p {
    /*text-align: justify;*/
    margin: 0 0 10px;
    word-wrap: break-word;
    word-break: break-word;
    /*letter-spacing: 0.7px;*/
}
div[itemprop="text"] ul,
.simditor-body ul {
    padding: 0 0 0 14px;
}
div[itemprop="text"] ol,
.simditor-body ol {
    padding: 0 0 0 30px;
}
div[itemprop="text"] ul, div[itemprop="text"] ol,
.simditor-body ul, .simditor-body ol {
    margin-bottom: 20px;
}
div[itemprop="text"] ul li, div[itemprop="text"] ol li,
.simditor-body ul li, .simditor-body ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}
div[itemprop="text"] ul li,
.simditor-body ul li {
    list-style-type: square;
}
div[itemprop="text"] ol li + li,
.simditor-body ol li + li {
    border-top: 1px #efefef dashed;
}

figure {
    text-align: center;
    margin: 1em 3px;
}
figure img, figure iframe, figure video {
    max-width: 100%;
    box-shadow: 0 0 3px #afafaf;
}
figure figcaption {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
blockquote {
    color: #666;
    font-size: 1.1em;
    padding: 0 0 0 1em;
}
div[itemprop="text"] blockquote p,
.simditor-body blockquote p {
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 7px;
}

@media(max-width: 767px) {

div[itemprop="text"], .simditor-body {
    font-size: 14px;
}
div[itemprop="text"] blockquote p,
.simditor-body blockquote p {
    line-height: 22px;
    font-size: 15px;
}
}

.forum-item {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.forum-item .forum-icon {
    display: block;
    margin-right: 5px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 1px 5px #666;
}
.forum-item .forum-icon .badge {
    position: absolute;
    top: 3px;
    left: 3px;
    
}
.forum-item .forum-title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 5px 0;
    text-shadow: 0 1px 2px #ddd;
}
.forum-item .forum-title a {
    color: #f55;
}
.forum-item .forum-title .badge {
    margin-left: 10px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 6px;
    font-weight: normal;
    color: #f55;
    background-color: #fff;
    border: 1px solid #f55;
    border-radius: 5px;
    box-shadow: none;
}
.forum-item .forum-intro {
    font-size: 13px;
    height: 18px;
    color: #ac9c9c;
    margin: 0 0 5px 0;
}
.forum-item .forum-stats {
    font-size: 12px;
    display: flex;
    flex-flow: wrap;
}
.forum-item .forum-stats dl {
    margin: 1px 0;
    word-wrap: break-word;
    flex: auto;
    min-width: 50%;
}
.forum-item .forum-stats dt {
    color: #aaa;
    font-weight: normal;
    display: inline;
}
.forum-item .forum-stats dd {
    color: #656463;
    display: inline;
}



.subject-header {
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    margin-top: 20px;
    min-height: 260px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}
.subject-footer {
    position: relative;
    z-index: 5;
    padding: 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.2);
    white-space: nowrap;
}

.subject-header-container {
    position: relative;
    text-align: center;
    padding: 20px;
}
.subject-header-container > h1 {
    font-size: 32px;
    line-height: 48px;
    margin: 20px 15px 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    display: inline-block;
}


.navbar-avatar-wrapper {
    width: 150px;
    min-height: 1px;
    height: 100%;
}
.navbar-avatar {
    top: -78px;
    left: 10px;
    position: absolute;
    transition: all .3s;
    z-index: 3;
}
.navbar-avatar .avatar {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 5px;
    height: 120px;
    position: relative;
    width: 120px;
    overflow: hidden;
}
.navbar-avatar .avatar:active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fa7d3c;
}
.navbar-avatar .avatar img {
    max-width: 100%;
}
.navbar-avatar__label {
    position: absolute;
    margin: 10px;
    padding: 2px 8px;
    background-color: #f55;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border: 0;
    border-radius: 5px;
}
.navbar-avatar__category {
    margin: 0 0 0 10px;
    font-size: 15px;
    line-height: 26px;
    color: #f2f3f4;
    display: inline-flex;
    vertical-align: baseline;
}
.navbar-avatar__category a {
    float: left;
    color: #f2f3f4;
}
.navbar-avatar__category a:hover {
    color: #fff;
}
.navbar-avatar__category em {
    float: left;
    width: 20px;
    height: 26px;
    background: url(/static/images/arrow_left.png) no-repeat 3px 10px;
    overflow: hidden;
}

.navbar-sub > li {
    z-index: 4;
    margin-bottom: -1px;
}
.navbar-sub > li.active > a {
    color: #f9a386;
    text-shadow: none;
    border-bottom-color: #f9a386;
}
.navbar-sub > li:not(.active) > a:hover {
    color: #fa7d3c;
    text-shadow: none;
    border-bottom-color: #fa7d3c;
}
.navbar-sub .btn {
    margin-top: 7px;
    border-radius: 15px;
    min-width: 60px;
}
.navbar-sub .btn:active {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fa7d3c;
}
.navbar-sub.sub-tabs > li:not(.active) > a:hover .badge {
    background-color: #fa7d3c;
}
.navbar-sub .btn-feed {
    top: 0;
    transition: top .3s;
}


@media(max-width: 991px) {
    .rel-sm {
        position: relative;
    }
}
@media(max-width: 767px) {
    .subject-header {
        margin-top: 0;
        max-height: 320px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .subject-footer {
        padding: 0;
    }
    .subject-header-container > h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .navbar-avatar-wrapper {
        width: auto;
    }
    .navbar-avatar {
        top: -100px;
        left: 10px;
    }
    .navbar-avatar .avatar {
        width: 80px;
        height: 80px;
        border: 3px solid #fff;
    }
    .navbar-avatar__category {
        vertical-align: bottom;
    }
    .navbar-sub {
        padding: 0;
    }
    .navbar-sub .btn-feed {
        position: absolute;
        top: -60px;
        right: 10px;
    }
    
}


.subject-tabs {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}
.subject-tabs li {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 4px;
}
.subject-tabs li a {
    color: #333;
    padding: 6px 10px;
}
.subject-tabs li.active a {
    color: #fff;
    background-color: #f9a386;
}
.subject-tabs li.active a:hover,
.subject-tabs li.active a:focus,
.subject-tabs li.active a:active {
    background-color: #c7a495;
}

.topic-notice {
    font-size: 13px;
    line-height: 20px;
    padding: 6px 12px;
    min-height: 32px;
    border-bottom: 1px solid #e4e4e4;
}
.topic-notice.bg-default {
    background-color: #fafafa;
    border-left: 5px solid #e4e4e4;
}
.topic-notice.bg-warning {
    color: #fb8c00;
    border-left: 5px solid #fb8c00;
}
.topic-notice.bg-danger {
    background-color: #ffeaea;
    color: #ff5252;
    border-left: 5px solid #ff5252;
}
.topic-notice a {
    color: #778087;
}
.topic-notice a:hover {
    color: #4d5256;
    text-decoration: underline;
}

.topic-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topic-item {
    clear: both;
    position: relative;
    padding: 16px 12px;
    border-bottom: 1px solid #f1f2f3;
}
.topic-item-left {
    float: left;
    position: relative;
}
.topic-item-left .user-badge {
    position: absolute;
    bottom: 3px;
    left: 5px;
    width: 40px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 85, 85, 0.85);;
}
.topic-item-center {
    margin-left: 60px;
    margin-right: 40px;
}
.topic-item-right {
    right: 12px;
    top: 0;
    padding: 14px 0;
    font-size: 12px;
    height: 100%;
    text-align: right;
    position: absolute;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-box;
}
.topic-item-right .badge {
    opacity: .85;
}
.topic-title {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 8px;
    text-shadow: 0 1px 0 #fff;
    word-break: break-word;
}
.topic-category {
    font-size: 12px;
    line-height: 14px;
    padding: 3px 10px;
    margin: 0 5px;
    word-break: keep-all;
    text-shadow: none;
    border-radius: 3px;
    color: #fff;
    background-color: #ccc;
    opacity: .65;
    vertical-align: middle;
}
.topic-meta {
    font-size: 12px;
    line-height: 20px;
    color: #90949c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.topic-meta .dot {
    margin: 0 5px;
}

@media(max-width: 767px) {
.topic-title {
    font-size: 14px;
    line-height: 20px;
}
.topic-category {
    line-height: 14px;
    padding: 2px 8px;
}

}


.post-box .box-head {
    margin: 0;
    padding: 20px 15px 0 15px;
    border-bottom: 1px solid #d2d5d7;
}
.post-box .box-head .post-title {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 10px 0;
    color: #333;
    font-weight: normal;
    display: inline;
}
.post-box .box-head .post-title span {
    margin-right: 5px;
}
.post-box .box-head .post-title a {
    color: #333;
}
.post-box .box-head .post-title a:hover {
    text-decoration: underline;
}
.post-box .box-head .post-title__btns {
    margin-top: 5px;
    vertical-align: bottom;
}
.post-box .box-head .post-meta {
    font-size: 12px;
    line-height: 20px;
    color: #90949c;
    margin: 10px 0 10px 0;
}
.post-box .box-content {
    padding: 0;
}
.post-box .post-section {
    width: 100%;
    color: #222;
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e1e4e6;
    display: flex;
}
.post-box .post-section:last-child {
    border-bottom: none;
}
.post-box .post-section:after {
    content: "";
    clear: both;
}
.post-box .post-section .section-one {
    width: 100%;
    padding: 10px 15px;
}
.post-box .post-section .section-body .section-one {
    width: auto;
    padding: 8px 20px;
    margin: -15px -20px 15px -20px;
    border-bottom: 1px solid #f1f4f6;
}
.post-box .post-section .section-left {
    float: left;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    text-align: center;
    padding: 15px 0;
    border-right: 1px solid #f1f4f6;
    background-color: #fdfdfd;
}
.post-box .post-section .post-author-wrap {
    position: relative;
}
.section-left .author-avatar {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: block;
    height: 80px;
    width: 80px;
    padding: 3px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.section-left .author-avatar img {
    max-width: 100%;
}
.section-left .badge {
    background-color: #fb7299;
}
.section-left .flex-s1 {
    padding: 5px;
    border-radius: 4px;
    color: #00a1d6;
    background-color: hsla(0,0%,100%,.85);
    box-shadow: inset 0 0 20px #fff;
}
.section-left .visible-hover {
    opacity: 0;
    transition: opacity .2s;
}
.section-left:hover .visible-hover {
    opacity: 1;
}
.post-box .post-section .section-inner {
    padding: 0 10px;
    position: relative;
}
.post-box .post-section .section-body {
    flex: auto;
    min-height: 220px;
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
}
.post-box .post-section .section-body .reply-content {
    word-break: break-all;
    line-height: 1.6;
    min-height: 180px;
    overflow: hidden;
}
.post-box .post-section .section-body .master-content {
    min-height: 360px;
}
.post-box .post-section .section-body .restricted-content {
    filter: blur(4px);
    user-select: none;
    overflow: hidden;
    max-height: 280px;
    position: relative;
}
.post-box .post-section .section-body .restricted-content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.35);
}
.post-box .post-section .section-body .reply-attachment {
    margin: 30px 0 10px 0;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: #fafafa;
}
.post-box .post-section .section-body .reply-actions {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 0 0;
    border-top: 1px dashed #e1e4e6;
    color: #909399;
    line-height: 1.8em;
    margin-top: 20px;
}
.post-box .post-section .section-body .reply-actions .btn {
    color: #8E8C84;
    font-weight: lighter;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.post-box .post-section .section-body .reply-actions .btn:hover {
    color: #fa7d3c;
}
.post-box .post-section .section-body .reply-actions .btn:active {
    outline: 0;
    box-shadow: none;
}
.post-box .post-section .section-body .reply-actions .btn + .btn {
    margin-left: 20px;
}
.post-box .post-section .section-body .reply-comments {
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    background: #fff;
    margin-top: 12px;
    overflow: visible;
    position: relative;
}

.post-box .post-section .section-body .reply-floor {
    display: inline-block;
    min-width: 26px;
    padding: 2px 4px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 1;
    color: #ccc;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.media-list > .media  .comment-text > p {
    margin: 0;
}
.media-list .comment-list--child .comment-text > p {
    font-size: 13px;
    margin: 0;
    display: inline;
}


.reply-content .media {
    padding: 10px;
    margin: 2px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px;
    line-height: 1.2;
    display: block;
    cursor: pointer;
    position: relative;
}
.reply-content .media:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: all .2s;
}
.reply-content .media a {
    border: none !important;
}
.reply-content .media .media-heading {
    color: #27282d;
    font-size: 18px;
    font-weight: 500;
}
.reply-content .media:hover .media-heading {
    color: #fa7d3c;
}
.reply-content .media .cover-bg {
    opacity: 0.15;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
.reply-content .media .cover-bg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px);
    transform: scale(1.1);
}

.reply-content-hidden {
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    color: #999;
    border: 2px dashed #eee;
    border-radius: 6px;
    background-color: #fafafb;
    clear: both;
}
.reply-content-hidden > p {
    line-height: 1.7;
    display: block;
    min-height: 27px;
    word-break: break-word;
}

.reply-box .disabled:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.45);
    z-index: 888;
}

.reply-comments .reply-comments__header {
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
}
.reply-comments .reply-comments__header .reply-comments__title {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}
.reply-comments .reply-comments__body {
    padding: 12px 20px 10px;
    overflow-x: hidden;
    overflow-y: visible;
}
.reply-comments .reply-comments__body .media-list {
    position: relative;
}
.reply-comments .reply-comments__body .media-list > .media {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}
.reply-comments .reply-comments__body .media-list > .media:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.reply-comments .reply-comments__body .media-list .media-list {
    border-top: 1px solid #f6f6f6;
    margin-top: 6px;
    padding-top: 4px;
}

.reply-comments .reply-comments__body .media-list > .media .user-avatar {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    vertical-align: top;
}
.reply-comments .reply-comments__body .media-list > .media .comment-list--child .user-avatar {
    width: 30px;
    height: 30px;
}
.reply-comments .reply-comments__body .media-list > .media .user-link {
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #6d757a;
}
.reply-comments .reply-comments__body .media-list > .media .user-link:hover {
    color: #f9a386;
}
.reply-comments .reply-comments__body .media-list > .media .comment-text {
    font-size: 14px;
    color: #333;
    word-break: break-word;
    line-height: 1.6;
}
.reply-comments .reply-comments__body .media-list > .media .comment-footer {
    display: flex;
    align-items: center;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    margin-top: 6px;
}
.reply-comments .reply-comments__body .media-list > .media .comment-list--child .comment-footer {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}
.reply-comments .reply-comments__body .media-list > .media .comment-footer .btn {
    color: #8E8C84;
    font-weight: lighter;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.reply-comments .reply-comments__body .media-list > .media .comment-footer .btn:hover {
    color: #fa7d3c;
}
.reply-comments .reply-comments__body .media-list > .media .comment-footer .btn:active {
    outline: 0;
    box-shadow: none;
}
.reply-comments .reply-comments__body .media-list > .media .comment-footer .btn + .btn {
    margin-left: 20px;
}
.reply-comments .reply-comments__body .media-list > .media .comment-list--child .comment-footer .btn + .btn {
    margin-left: 10px;
}
.reply-comments .reply-comments__body .media-list > .media .visible-hover {
    opacity: 0;
    transition: opacity .2s;
}
.reply-comments .reply-comments__body .comment-content:hover .visible-hover {
    opacity: 1;
}


.reply-comments .reply-comments__footer {
    padding: 12px 20px;
    border-top: 1px solid #ebebeb;
    display: flex;
    position: relative;
}
.reply-comments .reply-comments__footer .input-wrap {
    position: relative;
    display: flex;
    flex: 1 1;
    align-items: flex-end;
    margin-right: 10px;
}
.reply-comments .reply-comments__footer .input-wrap .emotion-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    border: 0;
    outline: 0 !important;
    opacity: 0.35;
    background-color: transparent;
}
.reply-comments .reply-comments__footer .input-wrap .emotion-btn:hover {
    opacity: 0.9;
}
.reply-comments .reply-comments__footer .input-wrap .input {
    height: 100%;
    max-height: 78px;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: #f6f6f6;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-modify: read-write-plaintext-only;
}
.reply-comments .reply-comments__footer .input-wrap .input:focus,
.reply-comments .reply-comments__footer .input-wrap .input:active {
    border: 1px solid #8590a6;
    background-color: #fff;
}

@media (max-width: 767px) {
.post-box .post-section .section-left {
    width: 80px;
    min-width: 80px;
    max-width: 90px;
}
.post-box .post-section .section-inner {
    padding: 0 5px;
}
.post-box .post-section .section-inner .bold {
    line-height: 1;
}
.post-box .post-section .section-inner .bold span {
    line-height: 1;
    display: block;
}
.section-left .author-avatar {
    height: 48px;
    width: 48px;
    padding: 2px;
    margin-bottom: 5px;
}
.post-box .post-section .section-body {
    padding: 10px;
}
.post-box .post-section .section-body .section-one {
    padding: 6px 10px;
    margin: -10px -10px 10px -10px;
}
.post-box .post-section .section-body .reply-actions .btn + .btn {
    margin-left: 10px;
}
.reply-content .media .media-heading {
    font-size: 16px;
}
.reply-content .media .cover-bg {
    opacity: 0;
}
.reply-comments .reply-comments__body .media-list > .media .user-avatar {
    width: 26px;
    height: 26px;
}
.reply-comments .reply-comments__body {
    padding: 12px 10px 10px;
}
.reply-comments .reply-comments__footer {
    padding: 12px 10px;
}
}


.widget-cover {
    overflow: hidden;
}
.widget-cover-bg {
    height: 0;
    padding-top: 38%;
    margin: -10px;
    filter: brightness(0.95) blur(5px);
    background-color: rgb(194, 44, 42);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.weight-forum-body {
    padding: 10px;
    position: relative;
}
.widget .widget-forum-icon {
    float: left;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    position: relative;
}
.widget-forum-icon img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 3px solid #fff;
}
.weight-forum-body .forum-lv {
    margin: 4px 0 0;
    background-color: #f16b6f;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
    font-size: 12px;
    line-height: 1;
}
.widget-forum-info {
    margin-left: 65px;
    position: relative;
}
.widget-forum-info .widget-forum-name {
    line-height: 1;
    margin-bottom: 8px;
}
.widget-forum-info .widget-forum-name a {
    font-size: 17px;
    font-weight: 700;
    margin-right: 5px;
}
.widget-forum-info .forum-cate {
    text-shadow: 0 0 1px #fff;
    line-height: 1;
    font-size: 12px;
    color: #999;
    padding: 2px 8px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.widget-forum-total {
    border-top: 1px solid #dddfe2;
    padding: 10px 0;
    margin-top: 10px;
    display: flex;
    flex-flow: nowrap;
}
.widget-forum-total > .fd {
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #333;
    flex: 1;
}
.widget-forum-total .fd+.fd {
    border-left: 1px solid #ececec;
}
.widget-forum-total .fd span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.widget-forum-total .fd p {
    margin: 0 auto;
}
.widget-forum-total:after {
    content: "";
    clear: both;
}
.widget-forum-desc {
    font-size: 12px;
    padding: 10px;
    border-radius: 3px;
    display: block;
    background-color: #f5f5f5;
}

