.topiclist {}
.topiclist .item {
    background: #FFF;
    padding: 1rem;
    border-bottom: 1px solid #EEE;
}
.topiclist .item .title {
    font-size: 1rem;
    line-height: 1.2;
    color: #333;
    padding: .5rem 0;
}
.topiclist .item .covers {
    overflow: hidden;
}
.topiclist .item .covers .cover {
    float: left;
}
.topiclist .item .covers .cover img {
    width: 26vw;
    height: 18vw;
    margin-right: 2vw;
}
.topiclist .item .info {
    font-size: .65rem;
    color: #999;
    line-height: 1.8;
}
.topiclist .item .info u {
    text-decoration: none;
    color: #666;
}
.topiclist .item .foot {
    padding-top: .4rem;
    overflow: hidden;
    line-height: 1.5rem;
}
.topiclist .item .foot .applyusers {
    float: left;
}
.topiclist .item .foot .applyusers .users {
    display: inline-block;
}
.topiclist .item .foot .applyusers .user {
    margin-right: -.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.15rem;
}
.topiclist .item .foot .applyusers .user img {
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    background: #EEE;
    display: block;
    border: 1px solid #EEE;
}
.topiclist .item .foot .applyusers .user:last-child {
    margin-right: 0rem;
}
.topiclist .item .foot .applyusers .apply_num {
    font-size: .75rem;
    color: #666;
}
.topiclist .item .foot .btnbox {
    float: right;
}
.topiclist .item .foot .btnbox .bm {
    border: 1px solid var(--color);
    background-color: #FFF;
    color: var(--color);
}
.page_topic_index {}
.page_topic_index .headbox {
    background: #FFF;
    padding-top: .75rem;
}
.page_topic_index .topic_banner {
    padding-top: 35% !important;
}
.page_topic_index .topic_banner .sw-slide {
    padding: 0 .75rem;
}
.page_topic_index .topic_banner .sw-slide img {
    height: 35vw;
    width: 100%;
    border-radius: .5rem;
}
.page_topic_show .head_title {
    padding: 2.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #FFF;
    display: block;
    background: #000;
    text-align: center;
    background-color: var(--color);
    background-image: -webkit-radial-gradient(40% 0, var(--gradient), var(--gradient2));
    background-size: 100% 100%;
    background-position: center center;
}
.page_topic_show .head_content {
    padding: .75rem;
    color: #999;
    font-size: .7rem;
    background: #FFF;
}
.page_topic_show .foot-nav .btn {
    width: 100%;
    border-radius: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0;
}
/*========================
        动态页
========================*/

.posts_list .item .praise::before, .posts_list .comment::before, .posts_list .icon-heart::before, .foot-nav .icon-praise::before, .comments_list .item .praise::before, .comments_list .comment::before, .comments_list .icon-heart::before {
    font-family: 'bottlecms' !important;
    vertical-align: middle;
    margin-top: -.15rem;
    display: inline-block;
    font-style: normal;
    margin-right: .2rem;
}
.posts_list .item .praise::before, .foot-nav .icon-praise::before, .comments_list .item .praise::before {
    content: "\e915";
}
.posts_list .item .praise.on::before, .foot-nav .icon-praise.on::before, .comments_list .item .praise.on::before {
    content: "\e916";
}
.posts_list .comment::before, .comments_list .comment::before {
    content: "\e914";
}
.posts_list .icon-heart::before, .comments_list .icon-heart::before {
    content: "\e952";
}
.page_post_index ul, .page_post_index li, .page_post_index p {
    padding: 0;
    margin: 0;
    list-style: none;
}
.posts_list {}
.posts_list .item {
    position: relative;
    margin-top: .5rem;
    padding: 5vw;
    background-color: #FFFFFF;
    cursor: pointer;
}
.posts_list .item:after {
    clear: both;
}
.posts_list .item .userbox {
    position: relative;
    line-height: 1.2;
    cursor: pointer;
}
.posts_list .item .userbox .photo {
    width: 11vw;
    height: 11vw;
    margin-right: .25rem;
    float: left;
}
.posts_list .item .userbox .photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}
.posts_list .item .userbox .nickname {
    font-size: .8rem;
    color: #000;
    line-height: 1.2;
}
.posts_list .item .userbox .userinfo {
    margin-top: .25rem;
}
.posts_list .item .userbox .userinfo {
    font-size: .6rem;
    color: #999;
}
.posts_list .item .speak {
    margin-top: .25rem;
    padding: .25rem 0;
    font-size: .8rem;
    color: 000;
}
.posts_list .item .speak {
    word-wrap: break-word !important;
    word-break: normal !important;
}
.posts_list .item .speak .topic {
    color: #8399e1;
    display: block;
}
.posts_list .item .picbox {
    overflow: hidden;
    /*margin-right: -.25rem;*/
}
.posts_list .item .picbox>.pic {
    float: left;
    margin-right: 2vw;
    margin-top: 2vw;
    cursor: pointer;
}
.posts_list .item .picbox.num_2>.pic, .posts_list .item .picbox.num_3>.pic, .posts_list .item .picbox.num_4>.pic {
    width: 28vw;
    height: 28vw;
}
.posts_list .item .picbox>.num_5>.pic, .posts_list .item .picbox.num_6>.pic, .posts_list .item .picbox.num_7>.pic, .posts_list .item .picbox.num_8>.pic, .posts_list .item .picbox.num_9>.pic {
    width: 28vw;
    height: 28vw;
}
.posts_list .item .picbox img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.posts_list .item .picbox.num_1 img {
    width: auto;
    height: auto;
    max-width: 70vw;
    max-height: 70vw;
}
.posts_list .item .info {
    padding: 0px 0;
    margin-top: .75rem;
    overflow: hidden;
}
.posts_list .item .info .left {
    float: left;
    font-size: .65rem;
}
.posts_list .item .info .create {
    color: #999;
    font-size: .65rem;
}
.posts_list .item .info .delete {
    color: #8399e1;
    margin-left: .2rem;
    cursor: pointer;
}
.posts_list .item .info .right {
    float: right;
    text-align: right;
    font-size: .75rem;
    color: #999;
}
.posts_list .item .info .right a {
    color: #999;
}
.posts_list .item .info .praise {
    margin-right: .5rem;
    cursor: pointer;
}
.posts_list .item .info .praise.on {
    color: var(--color);
}
.posts_list .praise {
    cursor: pointer;
    height: 1.2rem;
    line-height: 1.3rem;
    display: inline-block;
}
.posts_list .comment {
    height: 1.2rem;
    line-height: 1.3rem;
    display: inline-block;
    cursor: pointer;
}
.posts_list .icon-heart {
    height: .8rem;
    width: .8rem;
    display: inline-block;
}
.posts_list .item .comments_or_praises {
    padding: .3rem .5rem;
    margin-top: .5rem;
    background-color: #F5F5F5;
    border-radius: .15rem;
    position: relative;
}
.posts_list .item .comments_or_praises::after {
    width: .5rem;
    height: .5rem;
    position: absolute;
    border-radius: 2px;
    background-color: #F5F5F5;
    top: -.25rem;
    left: 1rem;
    content: "";
    display: block;
    transform: rotate(45deg);
}
.posts_list .item .hr {
    height: 1px;
    background-color: #DDD;
    margin: .15rem 0;
}
.posts_list .item .praises {
    font-size: .7rem;
    padding: .15rem 0;
}
.posts_list .item .praises .photo {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -.15rem;
    margin-right: .1rem;
    border: .5px solid #CCC;
}
.posts_list .item .praises .nick {
    color: #4f7db7;
}
.posts_list .item .comments {
    line-height: 1.2;
}
.posts_list .item .comments .comment-item {
    font-size: .7rem;
    padding: 0;
    margin: .25rem 0;
}
.posts_list .item .comments .comment-item .photo {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -.15rem;
}
.posts_list .item .comments .comment-item .nick {
    color: #4f7db7;
}
.set_comment {
    background-color: #FFFFFF;
}
.set_comment .textbox {
    padding: .5rem;
    padding-bottom: 0;
    padding-right: 1rem;
}
.set_comment textarea {
    height: 4rem;
    padding: .25rem;
    width: 100%;
    border: none;
    border-radius: .2rem;
}
.set_comment .foot {
    padding: .5rem;
    overflow: hidden;
    color: #999;
    font-size: .7rem;
    line-height: 1.5rem;
}
.set_comment .foot .left {
    float: left;
}
.set_comment .btnbox {
    float: right;
    text-align: right;
}
/*========================
        评论列表
========================*/

.foot-nav .icon-praise {
    cursor: pointer;
}
.foot-nav .icon-praise::before {
    margin-right: 0;
}
.foot-nav .icon-praise.on::before {
    color: var(--color);
}
.comments_list {}
.comments_list .item {
    position: relative;
    border-bottom: 1px solid #EEE;
    padding: .7rem 5vw;
    background-color: #FFFFFF;
    padding-left: 16vw;
    cursor: pointer;
}
.comments_list .item:after {
    clear: both;
}
.comments_list .item .userbox {
    position: relative;
}
.comments_list .item .userbox .photo {
    cursor: pointer;
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: .0rem;
    left: -12vw;
}
.comments_list .item .userbox .photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
}
.comments_list .item .userbox .nickname {
    cursor: pointer;
    font-size: .7rem;
    color: #8399e1;
    line-height: 1.1;
}
.comments_list .item .userbox .nickname .icon {
    font-size: .65rem;
}
.comments_list .item .userbox .userinfo {
    margin-top: .2rem;
}
.comments_list .item .userbox .userinfo {
    font-size: .6rem;
    color: #999;
}
.comments_list .item .speak {
    padding: .25rem 0;
    font-size: .8rem;
    color: 000;
}
.comments_list .item .speak {
    word-wrap: break-word !important;
    word-break: normal !important;
}
.comments_list .item .speak .topic {
    color: #8399e1;
}
.comments_list .item .picbox {
    overflow: hidden;
    /*margin-right: -.25rem;*/
}
.comments_list .item .picbox>.pic {
    float: left;
    margin-right: 2vw;
    margin-top: 2vw;
}
.comments_list .item .picbox.num_2>.pic, .comments_list .item .picbox.num_3>.pic, .comments_list .item .picbox.num_4>.pic {
    width: 28vw;
    height: 28vw;
}
.comments_list .item .picbox>.num_5>.pic, .comments_list .item .picbox.num_6>.pic, .comments_list .item .picbox.num_7>.pic, .comments_list .item .picbox.num_8>.pic, .comments_list .item .picbox.num_9>.pic {
    width: 28vw;
    height: 28vw;
}
.comments_list .item .picbox img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.comments_list .item .picbox.num_1 img {
    width: auto;
    height: auto;
    max-width: 70vw;
    max-height: 70vw;
}
.comments_list .item .info {
    padding: 0px 0;
    overflow: hidden;
}
.comments_list .item .info .left {
    float: left;
    font-size: .65rem;
}
.comments_list .item .info .create {
    color: #999;
    font-size: .65rem;
}
.comments_list .item .info .delete {
    color: #8399e1;
    margin-left: .2rem;
    cursor: pointer;
}
.comments_list .item .info .right {
    float: right;
    text-align: right;
    font-size: .75rem;
    color: #999;
}
.comments_list .item .info .right a {
    color: #999;
}
.comments_list .item .praise {
    position: absolute;
    right: .75rem;
    top: .5rem;
    color: #999;
    cursor: pointer;
}
.comments_list .item .praise.on {
    color: var(--color);
}
.comments_list .praise {
    cursor: pointer;
    height: 1.2rem;
    line-height: 1.3rem;
    display: inline-block;
}
.comments_list .comment {
    cursor: pointer;
    height: 1.2rem;
    line-height: 1.3rem;
    display: inline-block;
}
.comments_list .icon-heart {
    height: .8rem;
    width: .8rem;
    display: inline-block;
}
.comments_list .item .comments_or_praises {
    padding: .3rem .5rem;
    margin-top: .5rem;
    background-color: #F5F5F5;
    border-radius: .15rem;
    position: relative;
}
.comments_list .item .comments_or_praises::after {
    width: .5rem;
    height: .5rem;
    position: absolute;
    border-radius: 2px;
    background-color: #F5F5F5;
    top: -.25rem;
    left: 1rem;
    content: "";
    display: block;
    transform: rotate(45deg);
}
.comments_list .item .hr {
    height: 1px;
    background-color: #DDD;
    margin: .15rem 0;
}
.comments_list .item .praises {
    font-size: .7rem;
    padding: .15rem 0;
}
.comments_list .item .praises .photo {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -.15rem;
    margin-right: .1rem;
    border: .5px solid #CCC;
}
.comments_list .item .praises .nick {
    color: #4f7db7;
}
.comments_list .item .comments {
    line-height: 1.2;
}
.comments_list .item .comments .comment-item {
    font-size: .7rem;
    padding: 0;
    margin: .25rem 0;
}
.comments_list .item .comments .comment-item .photo {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -.15rem;
}
.comments_list .item .comments .comment-item .nick {
    color: #4f7db7;
}
/*========================
        创建动态页
========================*/

.page_post_index {}
.page_post_index .headbox {
    background: #FFF;
    padding-top: .75rem;
}
.page_post_index .post_banner {
    padding-top: 35% !important;
}
.page_post_index .post_banner .sw-slide {
    padding: 0 .75rem;
}
.page_post_index .post_banner .sw-slide img {
    height: 35vw;
    width: 100%;
    border-radius: .5rem;
}
.page_post_create .bcui-photo-list {
    padding: 0;
    margin-right: -.5rem;
}
.page_post_create {
    background: #FFF;
}
.page_post_create .bcui-form {
    padding: .5rem 1.2rem;
}
.page_post_create .bcui-form textarea {
    padding: 0;
    font-size: .8rem;
    border: none;
    text-indent: 0;
}
.page_post_create .bcui-photo-list li {
    width: 4rem;
    height: 4rem;
}
.page_post_create .bcui-photo-list .addbtn {
    background: #EEE;
    border: none;
    border-radius: .2rem;
}
.page_post_create .bcui-photo-list .addbtn::after, .page_post_create .bcui-photo-list .addbtn::before {
    background: #FFF;
    height: .2rem;
    width: 2.2rem;
    margin-top: -.1rem;
    margin-left: -1.1rem;
}
.page_post_create .comments_title {
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #EEE;
    background: #FFF;
    margin-top: .5rem;
}
.page_post_create .comments_title h4 {
    margin: 0;
    padding: 0;
    color: var(--color);
    font-size: .75rem;
    border-bottom: .1rem solid var(--color);
    display: inline-block;
    margin-left: .75rem;
    font-weight: normal;
    height: 1.9rem;
}
.page_post_create .comments_title span {
    float: right;
    margin-right: .75rem;
    font-size: .7rem;
    color: #AAA
}
.page_post_create .foot-nav {
    line-height: 2.5rem;
    padding: 0 .2rem;
    text-align: center;
    color: #666;
}
.page_post_create .foot-nav .i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.15rem;
}
.page_post_create .foot-nav .praise, .page_post_create .foot-nav .comment, .page_post_create .foot-nav .share {
    width: 2.5rem;
}
.page_post_create .input {
    display: block;
    border-radius: .75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #EEE;
    color: #999;
    margin: .5rem;
}