body {
    background: #fff;
}

.interval {
    height: 0.3rem;
    background: #f1f1f1;
}

.comment-title {
    height: 0.7rem;
    line-height: 0.7rem;
    text-indent: 0.28rem;
    color: #4A4A4A;
    font-size: 0.28rem;
    border-bottom: #EDEDEF solid 0.02rem;
}

.comment-title.video {
    padding-top: 0.5rem;
    padding-bottom:0.1rem;
    height: auto;
    line-height: 0.48rem;
    font-size: 0.34rem;
    color: #213543;
    letter-spacing: 0.06rem;
    text-indent: 0.46rem;
    border: none;
}

.comment-list .sub-item {
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comment-list .sub-item::after {
    content: "";
    border-bottom: #EDEDEF solid 0.02rem;
    width: 6.22rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.comment-list .item {
    padding: 0.3rem;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.comment-list .item.reply {
    padding-top: 0.1rem;
    padding-left: 1.24rem;
    padding-bottom: 0.38rem;
}

/*.comment-list .item.click {*/
/*background: #f4f4f4;*/
/*}*/
.operate-bar.report {
    position: fixed;
    bottom: 1.2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.comment-list .operate-bar {
    position: absolute;
    left: 50%;
    top: -0.4rem;
}

.comment-list .operate-bar.down {
    top: auto;
    bottom: -0.3rem;
}

.comment-list .operate-bar.down .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 1.57rem;
    margin-left: -0.16rem;
}

.operate-bar.report .mask-tip {
    width: 6.8rem;
    max-width: 6.8rem;
    height: 0.96rem;
    line-height: 0.96rem;
    color: #aaa;
    padding: 0;
    background: #fff;
}

.operate-bar.report .mask-tip .iconfont {
    color: #aaa;
    font-size: 0.34rem;
}

.operate-bar.report .mask-tip .tip-txt {
    font-size: 0.34rem;
    padding-left: 0.2rem;
    padding-top: 0;
}

.comment-list .item .headimg {
    position: relative;
    width: 0.68rem;
    height: 0.68rem;
    margin-right: 0.3rem;
}

.comment-list .item .headimg .avatar-img {
    width: 0.64rem;
    height: 0.64rem;
    border: #ddd solid 0.02rem;
    border-radius: 50%;
    overflow: hidden;
}

.comment-list .item .headimg .avatar-img img {
    width: 0.64rem;
    height: 0.64rem;
}

.comment-list .item .headimg .mark-img {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 0.26rem;
    height: 0.26rem;
}

.comment-list .item .headimg .mark-img img {
    width: 0.26rem;
    height: 0.26rem;
}

.comment-list .item .name {
    position: relative;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.34rem;
    padding-bottom: 0.1rem;
}

.comment-list .name .iconfont {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #D8D8D8;
    font-size: 0.48rem;
    padding-left: 0.4rem;
}

.comment-list .item .time {
    font-size: 0.24rem;
    color: #999;
    padding-bottom: 0.14rem;
}

.comment-list .item .txt {
    width: 5.92rem;
    font-size: 0.28rem;
    color: #6B6B6B;
    line-height: 0.4rem;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comment-list .item .txt.min-height {
    max-height: 2.4rem;
    -webkit-line-clamp: 6;
}

.comment-list .item .txt .blue-name {
    color: #01C4E2;
}

/* .comment-list .item .txt.min-height:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width:0.26rem;
    text-align: center;
} */

.comment-list p {
    display: block;
    overflow: hidden;
    text-align: right;
}

.comment-list .item .more {
    display: inline-block;
    font-size: 0.28rem;
    color: #01C4E2;
    white-space: nowrap;
    background: #fff;
    height: 0.42rem;
}

/*.comment-list .item.click .more {*/
/*background: #f4f4f4;*/
/*}*/

.comment-list .item .more .iconfont {
    color: #01C4E2;
    padding-left: 0.04rem;
    font-size: 0.2rem;
}

.comment-foot {
    width: 100%;
    min-height: 0.97rem;
    height: auto;
    background: #fff;
}

.comment-foot .fixed {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    border-top: #ddd solid 0.01rem;
    padding: 0.15rem 0.3rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}

@media screen and (device-width: 375px) and (max-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .comment-foot {
        min-height: 1.31rem;
    }

    .comment-foot .fixed {
        padding-bottom: 0.49rem;
    }
}

.comment-foot .txt {
    padding: 0.15rem 0.1rem 0.15rem 0;
    background: #f1f1f1;
    border-radius: 0.33rem;
    font-size: 0.26rem;
}

.comment-foot .txt .textarea {
    vertical-align: top;
    font-size: 0.26rem;
    color: #333;
    height: 0.36rem;
    line-height: 0.36rem;
    background: transparent;
    padding: 0 0.2rem 0 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 2.3rem;
    overflow-y: auto;
    text-align: justify;
    word-wrap: break-word;
}

.comment-foot .like-bar {
    display: inline-block;
    padding-left: 0.68rem;
    padding-right: 0.2rem;
}

.comment-foot .like-bar [class*="icon-"] {
    display: inline-block;
    font-size: 0.38rem;
    line-height: 1;
    float: left;
}

.icon-unlike:before {
    color: #213543;
}

.icon-like:before {
    color: #213543;
}

.like-num {
    font-size: 30px;
    color: #ff902c;
    right: 1.5rem;
    bottom: 1.4rem;
    font-family: arial;
    font-weight: bold;
}

.like-num.wechat {
    right: 0.7rem;
}

.comment-foot .like-bar span {
    font-family: arial;
    color: #213543;
    font-size: 0.32rem;
    padding-left: 0.1rem;
    /*vertical-align: 0.06rem;*/
}

@-webkit-keyframes niceIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    70% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes niceIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
    70% {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes niceIn {
    0% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
    70% {
        -o-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes niceIn {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.5);
        transform: scale(1.5)
    }
    70% {
        -o-transform: scale(.8);
        transform: scale(.8)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.niceIn {
    -webkit-animation: niceIn 0.8s .2s ease;
    -moz-animation: niceIn 0.8s .2s ease;
    -o-animation: niceIn 0.8s .2s ease;
    animation: niceIn 0.8s .2s ease;
}

.comment-foot .operate {
    display: inline-block;
    padding-left: 0.24rem;
    padding-right: 0.2rem;
}

.comment-foot .operate .iconfont {
    display: inline-block;
    color: #213543;
    font-size: 0.38rem;
    line-height: 1;
}

.fabu-bar {
    /*margin-left: 0.4rem;*/
    width: 0.9rem;
    text-align: center;
}

.fabu-bar .btn {
    display: block;
    height: 0.66rem;
    line-height: 0.66rem;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.26rem;
    background: #7f98aa;
}

.fabu-bar .btn.disable {
    background: #f1f1f1;
    color: #999;
}

.fabu-bar .num {
    font-size: 0.26rem;
    padding-bottom: 0.5rem;
    color: #999;
}

.fabu-bar .num.red {
    color: #f13a30;
}

.dis {
    display: none;
}

.fabu-window {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.zindex-window {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.operate-head {
    padding: 0.2rem;
    background: #f9f9f9;
    border-bottom: #ddd solid 0.01rem;
}

.cancel-btn {
    display: block;
    height: 0.66rem;
    line-height: 0.66rem;
    border-radius: 0.1rem;
    color: #888;
    font-size: 0.26rem;
    background: #eee;
    border: #dbdbdb solid 0.01rem;
    padding: 0 0.2rem;
}

.release-btn {
    display: block;
    height: 0.66rem;
    line-height: 0.66rem;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.26rem;
    background: #6e8eab;
    border: #bfc8d1 solid 0.01rem;
    padding: 0 0.2rem;
}

.release-btn.disable {
    background: #bfc8d1;
    border: #bfc8d1 solid 0.01rem;
}

.fabu-txt {
    background: #fff;
    font-size: 0.26rem;
    border-bottom: #ddd solid 0.01rem;
}
.fabu-txt .likeTextarea{
    vertical-align: top;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.36rem;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.3rem;
    overflow-x: auto;
    text-align: justify;
    word-wrap: break-word;
    -webkit-user-select: text;
    padding: 0.2rem;
}
.likeTextarea:empty:before{
    content: attr(placeholder);
    color: #ccc;
    font-size:0.26rem;
}
.fabu-txt .textarea {
    vertical-align: top;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.36rem;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.3rem;
    overflow-y: auto;
    text-align: justify;
    word-wrap: break-word;
    padding-right: 0.2rem;
}

/*回复*/

.reply-bar {
    background: #F3F6F8;
    padding: 0.34rem 0.4rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #4A4A4A;
    border-radius: 0.1rem;
    /*text-align: justify;*/
}

.reply-bar .reply-item {
    padding-bottom: 0.06rem;
    width: 5.16rem;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    word-break: break-word;
}

.reply-bar .reply-item .gray-name {
    color: #6B6B6B;
}

.reply-bar .reply-item .blue-name {
    color: #01C4E2;
}

.reply-bar .more-link {
    padding-top: 0.06rem;
    color: #01C4E2;
    font-size: 0.24rem;
    line-height: 0.34rem;
}

#featured-area,
.roundabout-holder {
    height: 10.7em;
    width: 6.3rem;
    margin: 0 auto;
}

.roundabout-moveable-item {
    height: 10.7rem !important;
    width: 100% !important;
    cursor: pointer;
    top: auto !important;
    background: #fff;
    border-radius: 0.4rem;
    box-shadow: 0 24px 40px 4px rgba(0, 0, 0, 0.18);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
}

.roundabout-in-focus {
    cursor: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-left: 0;
}

.zindex-window {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1010;
}
.at-text {
    color: #01C4E2;
}
.fuhao{
    position: absolute;
    right: 0rem;
    padding-top: .2rem;
    width: 1rem;
    height: 1rem;
    text-align: center;
}
