p, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 评论框 */
.comment {
    width: 100%;
    height: auto;
}

.comment .head-face {
    width: 10%;
    height: 90px;
    float: left;
    text-align: center;
}

.comment .head-face img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment .head-face p {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #000;
}

.comment .content {
    width: 100%;
    height: 120px;
    /* float: left; */
}

.cont-box {
    width: 100%;
    height: 80px;
    border: 1px solid #000;
    box-shadow: 0 0 20px black;
    float: left;
}

.cont-box .text {
    height: 86.9%;
    width: 93%;
    border-radius: 5px;
    padding: 5px 10px;
    color: #999;
    font-family: "微软雅黑";
    font-size: 12px;
    resize: none;
    border: none;
    outline: none;
    float: left;
}

#info-show .text {
    height: 86.9%;
    width: 91%;
    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: 28px;
    /* border: 1px solid #000; */
    margin-top: 5px;
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    float: left;
}

.tools-box .operator-box-btn {
    width: 65%;
    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: #000;
    cursor: pointer;
}

.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: #000;
    cursor: pointer;
}

.tools-box .submit-btn {
    width: 80px;
    height: 29px;
    float: right;
    border-radius: 5px;
}

.tools-box .submit-btn div {
    width: 100%;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family: "微软雅黑", serif;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #eee;
    border-radius: 15px;
}

.tools-box .submit-btn div:hover {
    background-color: #fdf7f7;
    color: #83AF9B;
}

/* 回复信息 */
#info-show {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 180px;
}

#info-show #top-comment-line-li,#info-show .top-li{
    width: 98%;
    height: auto;
    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;
}

.top-li .head-face img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    box-shadow: 0 0 8px #c0c0c0;
}

#info-show .reply-cont {
    width: 89%;
    padding-right: 1%;
    float: left;
}

#info-show .reply-cont p {
    min-height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
}

#info-show .reply-cont .username {
    color: #000 !important;
    margin-bottom: 2px !important;
}

.top-li .reply-cont .username {
    color: #000;
    margin-bottom: 3px;
    margin-top: 5px;
}

#info-show .reply-cont .comment-body {
    color: #666;
    max-height: auto;
}

#info-show .reply-cont .comment-footer {
    font-size: 12px;
    color: #c0c0c0;
    margin-top: 10px;
}

#info-show .content {
    /* padding-left:50px; */
    width: 80%;
    margin-bottom: 10px;
}

#info-show .content {
    margin-bottom: 10px;
}

#children-comment-line .content {
    width: 80%;
}

#children-comment-line .head-face {
    width: 36px;
}

#emotions {
    display: none;
    margin-top: 34px;
    width: 427px;
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px gray;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: -120px;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 14px 1px black;
    z-index: 100000;
}

#emotions a {
    color: #9ABBC8;
    padding: 2px 7px;
    text-decoration: none;
}

#emotions img {
    border: 0;
    margin: 0 auto;
}

#emotions div {
    margin: 5px 10px;
    padding: 1px;
    overflow: hidden;
}

#emotions #prev,
#emotions #next {
    margin-left: 3px;
    height: 15px;
    display: block;
    float: left;
    background: #eee;
}

#emotions .categorys {
    color: #ccc;
    height: 26px;
    color: #9ABBC8;
    overflow: hidden;
}

#emotions .categorys a {
    border: 2px solid #e8e8e8;
    border-right: none;
    border-left: none;
    display: inline-block;
}

#emotions .categorys a:hover {
    text-decoration: underline;
}

#emotions .categorys a.current {
    cursor: default;
    border-bottom: none;
    border-bottom: 2px solid #000;
    /* background: #F0F0F0; */
    background: -moz-linear-gradient(top, #000000 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #000000 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #000000 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #000000 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #000000 0%, #ffffff 100%);
}

#emotions .container {
    padding: 1px;
    overflow: hidden;
    min-height: auto;
    overflow-y: auto;
    max-width: 410px;
}

#emotions .container a {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 2px 2px;
    margin: -1px 0 0 -1px;
    border: 1px solid #e8e8e8;
}

#emotions .container a:hover {
    z-index: 2;
    position: relative;
    border: 1px solid #0095cd;
}

#emotions .page {
    text-align: right;
}

#emotions .page a.current {
    color: #666;
    background-color: #fff;
}

#emotions .page a {
    margin-left: 3px;
    color: #0078B6;
    background-color: #f3f3f3;
}

#emotions .page a:hover {
    background-color: #e7e7e7;
}

.face-icon-area {
    position: absolute;
    top: 33px;
    left: 0;
    min-width: 300px !important;
    max-width: 393px !important;
    min-height: 300px !important;
    max-height: 600px !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid #000;
    /*padding: 20px 0 20px 27px;*/
    border-radius: 2px;
    display: none;
    z-index: 99;
}

.face-type {
    width: 100%;
    min-height: 20px;
    /*margin-bottom: 5px;*/
    background: #666;
    /* border-bottom:2px solid #fff; */

}

.f-t {
    text-align: center;;
    float: left;
    width: 50%;
    height: 20px;
    line-height: 20px;
    color: #fff;
    /* padding:5px; */
    cursor: pointer;
}

.f-t.active {
    background: #000;
}

.face-icon-area ul li {
    width: 18% !important;
    height: 60px !important;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 3px;
    background: #eafeff !important;
    border-bottom: 1px solid #fff !important;
}

.face-icon-u {
    color: #B3E5FC;
    font-size: 24px;
    margin-left: 5px;
    cursor: pointer;
    /* background: rgb(146, 143, 143);
     border-radius: 50%;
     box-shadow: 0 0 20px #000000;*/
}

.face-icon-u:hover {
    color: #eee;
}

#show-more-reply {
    padding-left: 83px;
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 5px;
    float: left;
}

#show-more {
    text-align: center;
    height: 24px !important;
    line-height: 24px;
    background: rgba(227, 247, 246, 0.5);
    border: 1px solid rgb(194, 213, 227);
    margin-top: 10px;
    cursor: pointer;
}

#show-more:hover {
    background: #fff;
}

#show-more a {
    color: #000;
    font-size: 12.5px;
}

#children-comment-line .top-li {
    margin-left: 46px;
}

#currentComment {
    font-size: 13px;
}

#top-comment-line-li {
    border: 1px solid #eee;
    padding-top: 5px;
    padding-left: 5px;
}

.show-big {
    border: 1px #fff solid;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    padding: 10px !important;
    position: absolute;
    top: -6px;
    right: -5px;
    z-index: 666;
}
