.comment_list_box {
    margin: 1rem 0.8rem 0 0.8rem;
    line-height: 1.2rem;
    text-align: justify;
    font-size: 13px;
}

.comment_list_box .title_box {
    font-size: 13px;
    font-weight: bold;
    color: #CFCDE4;
    display: flex;
    justify-content: space-between;
}

.comment_list_box .title_box .title_info {
    display: flex;
    align-items: center;
}

.comment_list_box .title_box .nick_name{
    display: flex;
    align-content: center;
    font-weight: normal;
}

.comment_list_box .title_box .nick_name img{
    margin: 0 0.3rem;
    width: 0.8rem;
    height: auto;
}

.comment_list_box .title_box .vip {
    width: 24px;
    height: auto;
    vertical-align: sub;
}

.comment_list_box .title_box a {
    margin-left: 1rem;
    color: #078AFE;
}

.comment_list_box .score_box {
    display: flex;
    color: #989898;
}

.comment_list_box .score_box .star_box {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

.comment_list_box .score_box .star_box img {
    width: 1rem;
    height: auto;
}

.comment_list_box .title_box .vip {
    width: 24px;
    height: auto;
    vertical-align: sub;
}

.comment_list_box .score_box {
    display: flex;
    color: #989898;
}

.comment_list_box .score_box .star_box {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

.comment_list_box .score_box .star_box img {
    width: 1rem;
    height: auto;
}


.comment_list_box .title_box .tabs {
    font-size: 12px;
}

.comment_list_box .title_box .tabs span {
    color: #999;
    padding-bottom: 0.2rem;
    cursor: pointer;
}

.comment_list_box .title_box .tabs .active {
    color: #078AFE;
    border-bottom: #078AFE solid 2px;
    padding-bottom: 0.2rem;
    font-weight: 700;
}

.comment_list_box .comment_box {
    padding: 1rem 0 0.5rem 0;
    display: flex;
    justify-content: flex-start;
    color: #9191A8;
}

.comment_list_box .comment_box .time {
    color: #989898;
    font-weight: normal;
    font-size: 12px;
    margin-left: 0.5rem;
}

.comment_list_box .comment_box .remove {
    cursor: pointer;
    color: #989898;
}

.comment_list_box .comment_box .avatar_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comment_list_box .comment_box .avatar {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    vertical-align: super;
}

.comment_list_box .comment_box a {
    color: #989898;
    font-size: 12px;
    line-height: 1.5rem
}

.comment_list_box .comment_box .level {
    width: 25px;
    height: auto;
}

.comment_list_box .comment_box .content_info {
    width: 100%;
    line-height: 1.6rem;
    margin-left: 0.8rem;
}

.comment_list_box .comment_box .content_info .title_box {
    display: flex;
    justify-content: space-between;
}

.comment_list_box .comment_box .content_info .awesome span {
    font-weight: normal;
    padding: 0 0.1rem;
}

.comment_list_box .comment_box .content_info .awesome img {
    vertical-align: middle;
    width: 18px;
    padding: 0.1rem;
    margin-top: -0.1rem;
    cursor: pointer;
}

.comment_list_box .comment_box .content_info .content {
    width: 90%;
    line-height: 1.4rem;
    color: #9191A8;
}

.comment_list_box .comment_box .content_info .submore {
    display: flex;
    align-items: center;
}

.comment_list_box .comment_box .content_info .submore img {
    width: .8rem;
    margin-left: .2rem;
}

.comment_list_box .comment_box .content_info .reply_btn {
    cursor: pointer;
    color: #989898;
}

.comment_list_box .comment_box .reply_form {
    padding: 0.5rem 0;
}

.comment_list_box .comment_box .reply_form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment_list_box .comment_box .reply_form input {
    border: #d8d8d8 solid 1px;
    resize: none;
    color: #777;
    padding: .3rem;
    outline: none;
    width: 76%;
}

.comment_list_box .comment_box .reply_form button {
    border: none;
    background: #f55;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.comment_list_box .comment_box .content_info .reply_box {
    border-top: #2A2E42 solid 1px;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
}

.comment_list_box .comment_box .content_info .reply_box .reply_info {
    width: 100%;
    line-height: 1.6rem;
    margin-left: 0.6rem;
}

.comment_list_box .expend {
    border-top: #2A2E42 solid 1px;
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
}

.comment_list_box .expend span {
    color: #9191A8;
    cursor: pointer;
    text-decoration: none;
}

.comment_list_box .expend span img {
    max-width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.comment_list_box .comment_btn {
    cursor: pointer;
    line-height: 2.4rem;
    font-weight: 400;
    color: #fff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    border-radius: 6px;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-top: 1rem;
    margin-right: .4rem;
    margin-bottom: 1rem;
}

.score_dialog_box {
    width: 84%;
    max-width: 460px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2A2E42;
    z-index: 9999;
    border-radius: 6px;
    color: #CFCDE4;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.score_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.score_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.score_dialog_box .score_form_box {
    padding: 1.2rem;
}

.score_dialog_box .score_form_box ul {
    line-height: 2.5rem;
}

.score_dialog_box .score_form_box ul li {
    width: 100%;
}

.score_dialog_box .score_form_box ul .title {
    line-height: 1.5rem;
}

.score_dialog_box .score_form_box ul .title span {
    color: #CFCDE4;
    font-size: 14px;
    font-weight: bold;
}

.score_dialog_box .score_form_box ul .rate_box {
    display: flex;
    align-items: center;
}

.score_dialog_box .score_form_box ul .rate_box .avatar {
    max-width: 1.6rem;
    border-radius: 100%;
    margin-right: 0.5rem;
}

.score_dialog_box .score_form_box ul .rate_box .star {
    max-width: 0.9rem;
    padding-right: 0.3rem;
    margin-top: -0.2rem;
}

.score_dialog_box .score_form_box ul li textarea {
    width: -webkit-fill-available;
    height: 180px;
    border: #078AFE solid 1px;
    resize: none;
    color: #CFCDE4;
    padding: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
    outline: none;
    background: #2A2E42;
}

.score_dialog_box .score_form_box ul li .word_count {
    width: 93%;
    margin-top: -3.6rem;
    text-align: right;
    padding: 0.5rem;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.score_dialog_box .score_form_box ul li .send_btn {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}