
.detail-more {
    margin-bottom: 0;
}
.content-main > div ul li {
    list-style:none;
}
.comment-section{
    padding-top: 30px;
    padding-bottom: 70px;
    border-bottom:none;
}
.comment-section .container,
.article-section .container{
    box-sizing: border-box;
    position: relative;
    padding-right: 20rem;
}

.content-main{
    max-width: 1000px!important;
    background: #151519;
}

.avatar{
    width: 36px;
    height: 36px;
}

.comment-reply{
    margin-left: 0;
    background: #4e5059;
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    text-align: left;
    color: #b3b5b6;
}
.comment-reply p a.from{
    color: #b3b5b6;
}
.card{
    box-sizing: border-box;
    padding: 40px;
    background: #20232a;
    border-radius: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #b3b5b6;
}
.bright{
    color:#ebedeb;
}
.rel-tags .hashtag-tag, .rel-tags .circle-tag{
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    text-align: left;
    color: #ff8900;
    background: none;
    line-height: 1;
    padding: 0;
    margin-bottom: 0;
}
.fav-more>li, 
.detail-more .share-more>li{
    width: 30px;
    height: 30px;
    background: #4e5059;
    border-radius: 10px;
}
.share-more>li.wechat{
    background-color: #4e5059;
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    background-image: url(/ayaneo/img/community/weixin.png);
}
.share-more>li.weibo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    background-image: url(/ayaneo/img/community/weibo.png);
}
.share-more>li.link {
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    background-image: url(/ayaneo/img/community/link.png);
}
.share-more>li.wechat:hover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    background-image: url(/ayaneo/img/community/weixin.png);
}
.share-more>li.weibo:hover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    background-image: url(/ayaneo/img/community/weibo.png);
}
.share-more>li.link:hover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: unset;
    background-image: url(/ayaneo/img/community/link.png);
}
.share-more>li:hover{
    background-color: #4e5059;
}

.content-main > div ul{
    margin-bottom: 0;
}
.comment-section .comment-form .comment-stick{
    margin-top: 15px;
}
.comment-section .comment-head{
    margin: 40px 0;
}
.comment-section .comment-form>div{
    width: 100%;
}
.comment-form .comment-textarea{
    flex: 1;
    max-width: 787px;
    height: 150px;
    background: #4e5059;
    border-radius: 4px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #b3b5b6;
}
.comment-form .submit-btn-big{
    width: auto;
}
.comment-form .submit-btn-big{
    margin-left: 25px;
    padding: 10px 30px;
    background: #ff8900;
    border-radius: 25px;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    text-align: center;
    color: #ebedeb;
    white-space: nowrap;
}
.comment-main .title{
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 28px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    text-align: left;
    color: #ebedeb;
}
.content-main{
    min-width: auto;
}
.content-main figure {
    margin-bottom: 0;
}
.content-main .user-name{
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    text-align: left;
    color: #ebedeb;
}
.comment-main p.comment-content{
    margin-left: 50px;
}
.comment-main .comment-content{
    font-family: SourceHanSansCN;
    font-weight: 500;
    text-align: left;
    color: #ebedeb;
}
.comment-main dt{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #36383d;
}
.sort-tab li{padding:3px 11px;cursor:pointer}
.sort-tab{
    display:flex;
    padding:2px;
    line-height:20px;
    border-radius:10px;
    background: #151519;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #b3b5b6;
}
.sort-tab li.active{
    background: #20232a;
    color: #ebedeb;
}
.comment .comment-main .more{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-size: 16px !important;
}


.sidebar{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.sidebar .box{
    margin-bottom: 25px;
    width: 50px;
    height: 50px;
    background: #20232a;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar .box:hover{
    background-color: #404249;
}
.sidebar .box>a{
    display: block;
    width: 100%;
    height: 100%;
}
.sidebar .open{
    background-image: url(/ayaneo/img/article/icon-dakai.png);
    transform: rotate(180deg);
    transition: .3s;
}
.mobile-bottom-nav .comment::before,
.sidebar .comment{
    background-image: url(/ayaneo/img/article/icon-xiaoxi.png);
}

.mobile-bottom-nav .like::before,
.sidebar .like{
    background-image: url(/ayaneo/img/article/icon-dianzan.png);
}

.mobile-bottom-nav .liked::before,
.sidebar .liked{
    background-image: url(/ayaneo/img/article/icon-dianzan2.png);
}

.mobile-bottom-nav .collect::before,
.sidebar .collect{
    background-image: url(/ayaneo/img/article/icon-shoucang.png);
}

.mobile-bottom-nav .collected::before,
.sidebar .collected{
    background-image: url(/ayaneo/img/article/icon-shoucang1.png);
}

.mobile-bottom-nav .report::before,
.sidebar .report{
    background-image: url(/ayaneo/img/article/icon-jubao.png);
}
.sidebar .top{
    background-image: url(/ayaneo/img/article/icon-dingbu.png);
}
.sidebar>ul{
    overflow: hidden;
    height: 0;
    transition: .3s;
}
.sidebar.sidebar-fixed{
    position: fixed;
    top: 0;
    bottom: 0;
    height: 150px;
    transform: translateY(-50%);
    margin: auto;
    transition: height,transform .3s;
}
.sidebar.sidebar-fixed.unfold{
    top: 50px;
    height: auto;
    transform: translate(0);
}
.sidebar.unfold>ul{
    height: auto;
}
.open{
    display: none;
}
.sidebar .top{
    display: none;
}
.sidebar-fixed .open{
    display: block;
}
.sidebar-fixed .top{
    display: block;
}
.sidebar.unfold .open{
    transform: rotate(0);
}
.mobile-bottom-nav{
    display: none;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 1.5rem 4rem;
    width: 100%;
    background-color: #20232A;
}
.mobile-bottom-nav li{
    cursor: pointer;
}
.mobile-bottom-nav li::before{
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mobile-bottom-nav li .num{
    margin-left: .7rem;
}
.comment-main .more{
    display: block;
    margin: 0 auto;
    color: #fff;
}

.content > dl > div .comment-list .comment-img{
    width: auto;
    height: 100px;
}

section{
    padding-bottom: 0;
    border-bottom: none;
}
.content > dl > div .comment-list p{
    margin-left: 16px;
}
.comment-textarea em{
    color: #f53;
}