/*common styles*/
body {
    background: #f1f1f1;
}

/*main styles*/
.main {
    padding: 10px 15px;
    background: #fff;
}

.margin20 {
    width: 100%;
    height: 20px;
}

#pages {
    text-align: center;
}

/*index page styles*/
.main .subject {
    font-size: 16px;
    border-bottom: 1px solid #eae6e6;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.main .subject b {
    padding-right: 5px;
    color: red;
}

.main .subject em {
    font-size: 10px;
    color: #999;
}

.main .subject .caty {
    display: inline-block;
    margin-right: 5px;
    background: #1e824b;
    color: #fff;
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 2px;
}

.main .content {
    width: 100%;
    color: #999;
}

.main .lock-content {
    width: 100%;
    color: #000;
}

.main .content .lock-cut {
    margin: 10px auto;
}

/*插入图片宽度*/
.main .content > p > img, .main .lock-content > p > img {
    max-width: 100%;
}

/* 如果您想要更具体地定位div内的video，可以使用下面的选择器 */
div[data-w-e-type="video"] video {
    width: 100%;
    height: auto;
    display: block;
}

.main .content .list-img img {
    max-height: 150px;
}

.main .content .list-text {
    /*overflow: hidden;*/
    height: auto;
    width: 150%;
    margin-bottom: 10px;
    line-height: 22px;
}

.main .content .list-text img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(153, 153, 153, 0.77);
}

.main .content .list-stat {
    /*overflow: hidden;*/
    white-space: nowrap;
    height: 20px;
    width: 130%;
    line-height: 20px;
    color: #999;
}

.main .content .list-stat div {
    text-align: left;
}

.main .content .list-stat div.Label {
    text-align: left;
}

.main .content .list-stat div.Label .layui-icon-note {
}

.main .content .list-stat div.Label a {
    color: #999;
}

.main .content .list-stat div.Label a:hover {
    color: #000;
}

.main .content .list-stat div.alink {
    text-align: right;
}

.main .title {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eae6e6;
}

.main .title .stat {
    font-size: 12px;
    color: #999;
    padding-top: 20px;
}

.main .content img {
    max-width: 100%;
}

.main .content pre {
    border: 1px solid #eae6e6;
    background: #f7f3f3;
    padding: 10px;
    margin: 5px 0px;
}

.main .copyright {
    border-bottom: 1px solid #eae6e6;
    padding: 10px 0px;
    margin: 10px 0px;
}

.main .operation {
    text-align: center;
}

.main .Label {
    margin-bottom: 10px;
}

.recommend {
    text-align: center;
    display: block;
}

.recommend img {
    width: 100%;
}

/*头部*/
.forum_top {
    height: 200px;
    text-align: center;
    background-color: rgba(30, 130, 75, 0.9);
    border-radius: 0 0 20px 20px;
    margin-bottom: 40px;
}

.forum_logo {
    width: 100%;
    text-align: center;
}

.forum_logo > img {
    height: 60px;
}

.navi {
    position: absolute;
    top: 10px;
    right: 10%;
    color: #fff;
}

.navi > span {
    color: #fff;
    cursor: pointer;
}

.forum_user {
    width: 90%;
    margin: 20px auto;
    border-radius: 10px;
    background: #fff;
    height: auto;
    clear: both;
}

.avatar {

}

.avatar > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(185, 182, 177, 0.3);
    margin-top: -20px;
}

.range_avatar > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(185, 182, 177, 0.3);
}

.like_avatar {
    width: 600px;
    text-align: center;
    margin: 10px auto;
}

.like_avatar > a > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(185, 182, 177, 0.3);
    margin: 2px 10px;
}

.aui-siz {
    color: #888888;
    font-size: 14px;
    padding: 5px 0;
}

.aui-sc-text {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

.remark {
    text-align: right;
    width: 150%;
}

.remark > span {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    color: #888;
}

.remark > span > i {
    font-size: 14px;
}