.com_wrap {
    width: 95%;
    margin: 0 auto;
}

.com_wrap .com_title {
    width: 100%;
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.com_wrap .com_input {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.com_wrap .com_input>img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.com_wrap .com_btn {
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.com_wrap .btntext {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 14px;
    color: #848484;
}

.com_wrap .message {
    width: 100%;
    height: 72px;
    margin: 0 auto;
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    box-shadow: none;
    text-align: left;
}

.com_wrap .message img {
    width: 20px;
    height: 20px;
}

.com_wrap .com_face {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 12px;
    display: none;
}

.com_wrap .com_face .face_left {
    width: 25px;
    height: 25px;
}

.com_wrap .com_face .face_left>img {
    width: 22px;
}

.com_wrap .com_face .face_left .face_wrap {
    background: #f2f4f5;
    margin-top: 12px;
    display: none;
}

.com_wrap .com_face .face_left .face_wrap img {
    width: 40px;
}

.com_wrap .com_face .face_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.com_wrap .com_face .face_right i {
    font-size: 14px;
    color: #868686;
    float: right;
    height: 25px;
    line-height: 25px;
    font-style: normal;
}

.com_wrap .com_face .face_right i a {
    color: #868686;
}

.com_wrap .com_face .face_right button {
    border-radius: 4px;
    color: #576477;
    background: #fff;
    border: 1px solid #dedede;
    margin-left: 8px;
    width: 52px;
    height: 25px;
    line-height: 25px;
    float: right;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.com_wrap .com_face .face_right button.btn_disable {
    background: #4c97fd;
    color: #fff;
}

.com_wrap .face_wrap {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    margin-top: 5px;
}

.com_wrap .face_wrap img {
    width: 40px;
    height: 40px;
}


/*展示评论*/

.com_list {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.com_list .com_li {
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;
    list-style: none;
}

.com_list .com_li .com_li_t {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.com_list .com_li img {
    width: 36px;
    height: 36px;
    margin-right: 2px;
}

.com_list .com_li .li_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 5px;
}

.li_right .li_right_top span {
    height: 16px;
    line-height: 16px;
    color: #999;
    font-size: 14px;
}

.li_right .li_right_top img {
    width: 16px;
    height: 15px;
    margin-left: 15px;
}

.li_right .li_right_top a {
    font-size: 12px;
    color: grey;
    margin-right: -13px;
}

.li_right .li_right_cen {
    text-align: left;
    margin-top: 6px;
    height: 14px;
    line-height: 14px;
    color: #c7c7c7;
    font-size: 12px;
}

.li_right .li_self {
    text-align: left;
    margin-top: 16px;
    line-height: 24px;
    word-wrap: break-word;
    word-break: break-all;
    background: #f5f5f5;
    padding: 4px 8px;
    color: grey;
    font-size: 15px;
}

.li_right .li_self img {
    width: 22px;
    height: 22px;
}

.li_right .li_right_bot {
    margin-top: 14px;
    word-wrap: break-word;
    word-break: break-all;
    color: #1a1a1a;
    font-size: 16px;
    text-align: left;
    margin-bottom: 18px;
}

.li_right .li_right_bot img {
    width: 22px;
    height: 22px;
}


/*子评论*/

.com_wrap .zi_message {
    width: 100%;
    height: 72px;
    margin: 0 auto;
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    box-shadow: none;
    text-align: left;
}

.com_wrap .zi_message img {
    width: 20px;
    height: 20px;
}

.com_wrap .zi_com_face {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 12px;
}

.com_wrap .zi_com_face .face_left {
    width: 25px;
    height: 25px;
}

.com_wrap .zi_com_face .face_left>img {
    width: 22px;
    height: 22px;
}

.com_wrap .zi_com_face .face_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.com_wrap .zi_com_face .face_right i {
    font-size: 14px;
    color: #868686;
    float: right;
    height: 25px;
    line-height: 25px;
    font-style: normal;
}

.com_wrap .zi_com_face .face_right i a {
    color: #868686;
}

.com_wrap .zi_com_face .face_right button {
    border-radius: 4px;
    color: #576477;
    background: #fff;
    border: 1px solid #dedede;
    margin-left: 8px;
    width: 52px;
    height: 25px;
    line-height: 25px;
    float: right;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.com_wrap .zi_com_face .face_right button.btn_disable {
    background: #4c97fd;
    color: #fff;
}