p,
ul,
li {
    margin: 0;
    padding: 0;
}

#info-show li {
    list-style: none;
}

/* 评论框 */
.comment {
    width: 100%;
    height: auto;
}

.comment .head-face {
    width: 50px;
    height: 50px;
    text-align: center;
}

.comment .head-face img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px #c0c0c0;
}

.comment .head-face p {
    font-size: 12px;
    font-family: "微软雅黑";
}

.comment .content {
    width: 100%;
    height: 120px;
}

.cont-box {
    width: 100%;
    height: 80px;
    border: 1px solid silver;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    margin-top: 5px;
}

.cont-box .comment_area {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    color: #999;
    font-family: "微软雅黑";
    font-size: 12px;
    resize: none;
    border: none;
    outline: none;
    float: left;
}

.tools-box {
    width: 100%;
    height: 30px;
    border: 1px solid silver;
    margin-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    border-top: 0px;
}

.tools-box .operator-box-btn {
    width: 70%;
    height: 30px;
    float: left;
}

.tools-box .operator-box-btn .face-icon {
    display: block;
    float: left;
    margin-top: -1px;
    margin-left: 10px;
    font-family: "微软雅黑";
    font-size: 22px;
    color: silver;
    cursor: pointer;
}

.face-icon {
    margin-top: 2px !important;
}

.tools-box .operator-box-btn .img-icon {
    display: block;
    float: left;
    margin-top: -11px;
    margin-left: 10px;
    font-family: "微软雅黑";
    font-size: 33px;
    font-weight: lighter;
    color: #99cc66;
    cursor: pointer;
}

.tools-box .submit-btn {
    width: 70px;
    height: 29px;
    float: right;
    cursor: pointer;
}

.tools-box .submit-btn input {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #99cc66;
    border-bottom-right-radius: 4px;
}

/* 回复信息 */
#info-show {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#info-show p {
    margin: 0 !important;
}

#info-show ul {
    margin: 15px 0;
}

#info-show li {
    width: 100%;
    height: auto;
    padding: 10px 0 20px 0;
    border-bottom: 1px dashed #c0c0c0;
    float: left;
}

#info-show .head-face {
    width: 50px;
    float: left;
    text-align: center;
}

#info-show .head-face img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px #c0c0c0;
}

#info-show .reply-cont {
    width: 92%;
    padding-right: 5px;
    float: right;
}

#info-show .reply-cont p {
    min-height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
}

#info-show .reply-cont .username {
    color: #99cc66;
    margin-bottom: 5px;
}

#info-show .reply-cont .comment-body {
    color: #999;
    max-height: auto;
}

#info-show .reply-cont .comment-footer {
    font-size: 12px;
    color: #c0c0c0;
    margin-top: 10px;
}



#info-show .reply-second {
    width: 100%;
    padding-right: 1%;
    float: right;
}

#info-show .reply-second p {
    min-height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
}

#info-show .reply-second .username {
    color: #23527c;
    margin-bottom: 5px;
    font-weight: 550;
}

#info-show .reply-second .comment-body {
    color: #999;
    max-height: auto;
}

#info-show .reply-second .comment-footer {
    font-size: 12px;
    color: #c0c0c0;
    margin-top: 10px;
}

.replay-window {
    display: none;
}

.entry-comments table {
    width:100%;
}

.entry-comments .reply-cont img {
    display: inline !important;
}