@CHARSET "UTF-8";
/* 评价 */
#eval {
    float: left;
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 100%;
}

#eval #eval_top {
    float: left;
    width: 100%;
}

#eval #eval_top #eval_pic {
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}

#eval #eval_top #eval_top_right {
    overflow: hidden;
}

#eval_top_right #textarea_eval_content {
    float: left;
    width: 96%;
    border: 3px solid #DEDEDE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 1.5%;
    margin-bottom: 13px;
    font-size: 13px;
    resize: none;
    box-sizing: content-box;
}

#eval_top_right_bottom {
    float: left;
    width: 100%;
}

#eval_top_right_bottom #id_emoji {
    color: #999;
}

#eval_top_right_bottom #id_emoji:HOVER {
    color: #555;
    cursor: pointer;
}

#eval_top_right_bottom #id_send {
    float: right;
    color: white;
    cursor: pointer;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    background-color: #42c02e;
    border-color: #42c02e;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#eval_top_right_bottom #id_send:HOVER {
    background-color: #3db922;
    border-color: #3db922;
}

/* 评论内容 */
#eval_content {
    float: left;
    width: 100%;
}

#eval_content_top {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    border-bottom: 1px solid #DEDEDE;
}

#eval_content_top h3 {
    padding: 0;
    margin: 0;
    float: left;
    font-weight: normal;
    font-size: large;
}

#eval_content_top a {
    float: right;
    color: #40aff2;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

/* 评论内容 */
#eval_content_item {
    float: left;
    width: 100%;
}

#eval_content_item_1 {
    float: left;
    width: 100%;
    padding: 20px 0;
}

#eval_content_item hr {
    float: left;
    padding: 1px;
    border-bottom: 1px solid #DEDEDE;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    width: calc(100% - 62px);
    margin-left: 62px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#eval_content_item #eval_content_item_pic {
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 47px;
    height: 47px;
}

#eval_content_item #eval_content_item_right {
    float: left;
    width: calc(100% - 62px);
    margin-top: 8px;
}

#eval_content_item_right #eval_content_item_right_top a {
    font-size: 12px;
    color: #40aff2;
    font-weight: 600;
}

#eval_content_item_right #eval_content_item_right_top span {
    color: #999;
    margin-left: 12px;
    font-size: 12px;
}

#eval_content_item_right #eval_content_item_right_bottom {
    margin-top: 10px;
}

#eval_content_item_right #eval_content_item_right_bottom span {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
    word-wrap: break-word;
}

#eval_content_item_right_bottom_reply {
    background-color: #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    padding: 8px 0;
}

#eval_content_item_right_bottom_reply #reply_content {
    margin: 10px 18px;
    font-size: 12px;
    color: #555;
}

#eval_content_item_right_bottom_reply #reply_content a {
    color: #40aff2;
    font-weight: 600;
}

#eval_content_item_right_oper {
    margin-top: 15px;
}

#eval_content_item_right_oper a {
    margin-right: 25px;
    color: #adadad;
    font-size: 13px;
}

#eval_content_item_right_oper .eval_zan_yes {
    color: #FE7517;
    /* color: #40aff2; */
}

#eval_content_item_loading_module {
    float: left;
    width: 100%;
    background-color: #F5F5F5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 0;
    margin-top: 40px;
}

#eval_content_item_loading_module_font {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #adadad;
}

#eval_content_item_loading_module_font:HOVER {
    cursor: pointer;
}

#eval_content_item_loading_module_img {
    display: none;
}

#eval_content_item_error {
    float: left;
    width: 100%;
    text-align: center;
    /* padding: 15px 0; */
    color: #555;
    font-size: 14px;
    margin-top: 40px;
    display: none;
}

/* emoji弹框 */
#id_emoji_popupwindow {
    position: absolute;
    top: 180px;
    left: 60px;
    width: 360px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}