/*评论开始*/
.commentall {
    margin-top: 40px;
}

.score {
    text-align: center;
}

.scorelist li {
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(./images/score_star.svg) no-repeat center center;
    background-size: 100%;
    position: relative;
    cursor: pointer;
}


.scorelistx li.active {
    background: url(./images/score_star_hover.svg) no-repeat;
    background-size: 100%;
}

.score p {
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    margin-top: 20px;
}

.comment {
    margin-top: 48px;
}


.comment .commentli {
    position: relative;
}
.empty_comment{
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment .textarea_box {
    margin-bottom: 24px;
    padding-bottom: 20px;
}
.comment .btn_box{
    justify-content: center;
}
.comment textarea {
    width: 100%;
    background: #FFFFFF;
    height: 126px;
    border-radius: 2px;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 16px;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    resize: none;
    display: block;
}

.comment p.zishu {
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom: 27px;
    right: 10px;
}



.commentlistall {
    margin-top: 40px;
}

.comment_score {
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.average {
    font-size: 48px;
    color: #333333;
    line-height: 56px;
}

.average_number {
    margin-left: 5px;
    padding-top: 5px;
}

.average_number p {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 5px;
}

.average_star {
    position: relative;
    width: 80px;
    height: 22px;
    overflow: hidden;
}

.average_star div {
    width: 100%;
    height: 22px;
}

.average_star_default {
    background: url(./images/comment_score_star.svg) repeat-x left center;
}

.average_star_hover {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url(./images/comment_score_starhover.svg) repeat-x left center;
}

.average_star img {
    display: inline-block;
}

.commentlist {}

.commentlist li {
    padding: 24px 0;
    border-bottom: 1px solid rgba(223, 225, 232, 1);
    display: flex;
    display: -webkit-flex;
}

.commentlist li .avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.commenttext {
    width: calc(100% - 40px);
}

.commenttext .comment_author {
    font-size: 14px;
    color: #999999;
}

.comment_star {
    margin-top: 7px;
}

.commenttext .comment_star .comment_date {
    display: none;
}

.comment_star dd {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(./images/comment_score_star.svg) no-repeat;
    position: relative;
}

.comment_star .scorelistx1 dd:nth-child(1),
.comment_star .scorelistx2 dd:nth-child(-n+2),
.comment_star .scorelistx3 dd:nth-child(-n+3),
.comment_star .scorelistx4 dd:nth-child(-n+4),
.comment_star .scorelistx5 dd {
    background: url(./images/comment_score_starhover.svg) no-repeat;
}

.commenttext .comment_content {
    margin-top: 20px;
    word-break: break-word;
}

.commenttext .comment_content p {
    font-size: 16px;
    color: #666666;
}

.commenttext .comment_date {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.comment_mobbtn {
    background: #F5F6F8;
    border-radius: 2px;
    height: 38px;
    padding: 0 20px 0 16px;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 24px;
    display: none;
}

.comment_mobbtn span {
    display: block;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.comment_mobbtn span:nth-child(2) {
    display: block;
    width: 20px;
    height: 20px;
    background: url(./images/comment_pen.svg) no-repeat;
    margin-top: 10px;
}

/*提交评价审核*/
.comment_examine {
    text-align: center;
    display: none;
}

.comment_examine_icon {
    width: 60px;
    height: 60px;
    background: url(./images/comment_examine_icon.svg) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.comment_examine_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: PingFangSC-Medium;
    margin-top: 24px;
}

.comment_examine_desc {
    line-height: 28px;
    font-size: 14px;
    color: #999999;
}
.comment_examine_desc.red{
    color: #f70000;
}
.comment_examine #comment_examine_btn{
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .commentall {
        margin-top: 40px;
    }

    .scorelist li {
        width: 28px;
        height: 28px;
        margin: 0 4px;
    }

    .scorelist li img {
        max-width: 28px;
        height: 26px;
    }

    .score p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 20px;
        color: #333;
    }

    .average {
        font-size: 40px;
        line-height: 46px;
    }

    .average_number {
        margin-left: 16px;
    }

    .average_number p {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .average_star img {
        max-width: 14px;
    }

    .comment_mobbg {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background: rgba(0, 0, 0, 0.70);
        z-index: 888;
        display: none;
    }
    .comment {
        margin-top: 0px;
    }
    .comment.show_comment {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 1000;
        display: none;
    }

    .comment.show_comment  .form_box {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        padding: 8px 16px;
        flex-wrap: nowrap;
    }

    .comment  .textarea_box{
        margin: 0;
        padding: 0;
        margin-right: 8px;
        width: 100%;
    }
    .comment #submit_comments,.comment_examine  #comment_examine_btn{
        min-width: 72px;
        padding: 0 12px;
        height: 24px;
        font-size: 12px;
        margin-top: 16px;
    }
    .comment #submit_comments{
        margin-top: 0;
        height: 38px;
        line-height: 38px;
    }
    .comment .textarea_box .comment_area {
        height: 38px;
        background: #F5F6F8;
        border: none;
        border-radius: 2px;
        font-size: 12px;
        color: #999999;
        letter-spacing: 0;
        line-height: 38px;
        font-weight: 400;
        padding: 0 16px;
    }

    .comment p.zishu {
        display: none;
    }

    .commentlistall {
        margin-top: 16px;
    }

    .commentlist li {
        padding: 16px 0;
    }

    .commenttext .comment_author {
        font-size: 12px;
    }

    .commenttext .comment_content {
        margin-top: 10px;
    }

    .commenttext .comment_content p {
        font-size: 12px;
        color: #333333;
    }

    .commenttext .comment_date {
        font-size: 12px;
        display: none;
    }

    .commenttext .comment_star {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

    .commenttext .comment_star .comment_date {
        width: 50%;
        margin-top: 0px;
        line-height: 14px;
        display: block;
    }

    .commenttext .comment_star dl {
        width: 50%;
        text-align: right;
    }

    .comment_star dd {
        width: 14px;
        margin: 0 2px;
    }

    .comment_mobbtn {
        display: flex;
        display: -webkit-flex;
    }

    /*提交评价审核*/
    .comment_examine_icon {
        width: 40px;
        height: 40px;
    }

    .comment_examine_title {
        margin-top: 5px;
        font-size: 14px;
        line-height: 21px;
    }

    .comment_examine_desc {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        margin-top: 3px;
    }

    .comment_examine_btn {
        width: 72px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin-top: 20px;
    }

}