.fl {
    float:left
}
.fr {
    float:right
}
.comment-area ul {
    list-style:none
}
.comment-area .shareTit {
    text-indent: 10px;
    line-height: 1;
    border-left: 5px solid #275CD9;
}
.comment-list {
    padding-left:16px;
    width:100%;
    box-sizing:border-box
}
.comment-list * {
    box-sizing:border-box
}
.comment-list:empty {
    position:relative;
    background:url(/mobileapi/resources/img/comment/blank.png) no-repeat center;
    background-size:137px;
    min-height:190px
}
.comment-list:empty::after {
    content:"暂无评论";
    position:absolute;
    font-size:16px;
    color:#c1c1c1;
    top:130px;
    left:50%;
    margin-left:-32px
}
.comment-list .avatar {
    width:30px;
    height:30px;
    border-radius:50%;
    box-shadow:0 2px 12px 0 rgba(0,0,0,0.1);
    margin-right:15px
}
.comment-list .comment-item {
    display:flex;
    padding-top:12px
}
.comment-list .comment-item .comment-text {
    flex-grow:1;
    border-bottom:1px solid #e5e5e5;
}
.comment-list .comment-item .comment-text .comment-content {
    font-size:15px;
    line-height:21px;
    color:#333;
    text-align: justify;
    margin: 5px 0;
}
.comment-list .user-name {
    font-size:13px;
    color:#0a74c8;
    margin-bottom:3px
}
.comment-info {
    color:#8f8f8f;
    font-size:16px;
    padding-right:16px;
    margin-bottom:10px;
    display:flex
}
.comment-info .option-btns {
    flex-grow:1;
    display:flex;
    align-items:center;
    justify-content:flex-end
}
.comment-info .option-btns .opt-btn {
    display:block;
    width:20px;
    height:20px;
    background-size:16px;
    background-repeat:no-repeat;
}
.comment-info .option-btns .opt-btn.del-btn {
    background-image:url(/mobileapi/resources/img/comment/btn_del.png)
}
.comment-info .option-btns .opt-btn.comment-btn {
    background-image:url(/mobileapi/resources/img/comment/btn_comment.png)
}
.comment-info .option-btns .opt-btn.like-btn {
    background-image:url(/mobileapi/resources/img/comment/btn_like.png)
}
.comment-info .option-btns .opt-btn.like-btn.on {
    background-image:url(/mobileapi/resources/img/comment/btn_like_on.png)
}
.comment-info .option-btns .opt-btn+.opt-btn {
    margin-left:18px
}
.child-comment-list {
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-right: 15px;
    background:#f4f4f4
}
.child-comment-list .c-comment-item {
    margin-bottom:5px;
}
.child-comment-list .c-comment-item:last-of-type {
    margin-bottom:0
}
.comment-time{
    color: #999999;
    font-size: 13px;
}
.child-comment-list .c-comment-content {
    font-size:15px;
    color:#333;
    line-height:21px;
    text-align: justify;
}
.child-comment-list .c-comment-content>i {
    font-style:normal;
    color:#3092CF
}
.child-comment-list:empty {
    padding:0
}
.child-comment-list.more {
    padding-bottom:0
}
.message-box {
    position:fixed;
    opacity:0;
    top:-100vh;
    width:100%;
    text-align:center;
    line-height:1.5;
    transition:opacity .3s
}
.message-box>span {
    color:#fff;
    background-color:rgba(0,0,0,0.6);
    font-size:14px;
    padding:3px 8px;
    border-radius:3px
}
.message-box.show {
    top:50vh;
    opacity:1;
    margin-top:-30px
}
.confirm-box {
    opacity:0;
    box-sizing:border-box;
    width:80vw;
    max-width:500px;
    background-color:#fff;
    box-shadow:0 2px 12px 0 rgba(0,0,0,0.1);
    border-radius:3px;
    color:#606266;
    position:fixed;
    top:-100vh;
    left:50%;
    margin-left:-40vw;
    transition:opacity .3s
}
.confirm-box.show {
    top:40vh;
    opacity:1
}
.confirm-box .confirm-msg {
    padding:15px 20px;
    line-height:1.5;
    margin-bottom:10px;
    font-size:16px
}
.confirm-box .btn-area {
    display:flex;
    border-top:1px solid #ddd
}
.confirm-box .btn-area>span {
    display:block;
    width:50%;
    text-align:center;
    line-height:40px;
    cursor:pointer
}
.confirm-box .btn-area>span+span {
    border-left:1px solid #ddd
}
@media screen and (min-width:625px) {
    .confirm-box {
        margin-left:-250px
    }
}.load-area span {
     display:none
 }
.load-area {
    text-align:center;
    line-height:40px;
    font-size:15px;
    color:#bcbcba
}
.load-area.loading i {
    display:inline-block;
    transform:translateY(-1.5px);
    animation:jump .3s ease-in-out alternate infinite
}
.load-area.loading i:nth-child(2) {
    animation-delay:.1s
}
.load-area.loading i:nth-child(3) {
    animation-delay:.2s
}
.load-area.loading span:nth-child(1) {
    display:inline-block
}
.load-area.loading span:nth-child(2) {
    display:none
}
.load-area.done span:nth-child(1) {
    display:none
}
.load-area.done span:nth-child(2) {
    display:inline-block
}
@keyframes jump {
    form {
        transform:translateY(-1.5px)
    }
    to {
        transform:translateY(1.5px)
    }
}.more-comment {
     text-align:center;
     font-size:14px;
     color:#8f8f8f;
     padding-bottom:10px;
     background:#EBEBEA
 }
.more-comment .more-icon {
    font-style:normal;
    display:inline-block;
    margin-left:1px;
    font-size:12px;
    transform:rotate(90deg);
    animation:arrowMove 0.8s ease-out infinite
}
@keyframes arrowMove {
    0% {
        transform:rotate(90deg) scaleY(1.5) scaleX(0.7) translateX(-3px)
    }
    100% {
        transform:rotate(90deg) scaleY(1.5) scaleX(0.7) translateX(3px)
    }
}