#comments-section {
    margin-bottom: 30px
}

#comments-section .comment-item {
    position: relative;
    margin: 0;
    padding: 20px 0 25px;
    overflow: initial;
    font-size: 13px
}

#comments-section .comment-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

#comments-section .comment-item .avatar {
    float: left;
    width: 48px
}

#comments-section .comment-item .avatar~.comment {
    margin-left: 63px
}

#comments-section .comment-item h3 {
    background: none;
    font-size: 13px;
    height: auto;
    margin: 0;
    padding: 0;
    color: #494949;
    margin-bottom: 5px
}

#comments-section .comment-item .comment {
    line-height: 1.5;
    color: #494949;
    word-wrap: break-word
}

#comments-section .comment-item .comment p {
    margin: 0
}

#comments-section .comment-item .comment .hide-item {
    display: none
}

#comments-section .comment-item .comment-vote {
    float: right
}

#comments-section .comment-item .comment-vote .vote-count {
    color: #494949
}

#comments-section .comment-item .comment-vote span {
    color: #666
}

#comments-section .comment-item .comment-vote.comment-vote-disabled {
    color: #bbb
}

#comments-section .comment-item .comment-vote.comment-vote-disabled a {
    color: #bbb
}

#comments-section .comment-item .comment-vote.comment-vote-disabled a:hover {
    color: #fff
}

#comments-section .comment-item .comment-location,
#comments-section .comment-item .comment-time {
    color: #aaa
}

#comments-section .comment-item .comment-content .full {
    display: none
}

#comments-section .comment-item .comment-content.expanded .short {
    display: none
}

#comments-section .comment-item .comment-content.expanded .full {
    display: block
}

#comments-section .comment-time-tip {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACRFdLHAAAB90lEQVQ4EYWU7SttQRSHj7frJSHKS5HwQXSlJPniz7/3iy+UKJF0yMlbdLh0ca/n2c3adtM+WfWcmb1m5jcza605XY1668Y9nRijHUjTXmkfoJX4l/xl01X2vjozdFdhKLn+0L6k/mDmP+T7Ko0VTVXQ/goswQecQhMUrJobzYHzesB5R/AfCoet5qmc9Ai/wGu9QW767uACJsAbKXwDpaDOn6DYb/gL39k7Ey5hElzfhieVTcBWaj1ZVWyY73VYg2WYAhPzDJpJuYZ5GIdzBVXXcQJeM+wHnR0wy7GxSZmFe4jYetKoinZ08BUJsA2zbPrhAzy5FIGnVbRqzfQx3UvHE7hb7JjGiiDvJb8n6gOv6GnzZMX6MQUtWos1N2svdh6hvwmKeWIznJvzC8F8IP92023w+iZkF6yGWnOykwx2J/N0imnGMQ9NMcCPGq8mxeta/VJnChzDAXQSi/UPCkapzNGvM2NmQpzbyWJtKwTdeQnqrm75LMAq1N3CNa5Vo2XWrC3jaG35Ni+h+rdkiYyCpZNnNxKm6D60FdSewEFfzSRcgy9As21ChEafpsg2uNkpnEH552D/Nn3HUzQc1lZexF57ETZAUcWOoLDq/2H4FKzGy9gorCkQcdR/CFdQWp2gg57OZIhP09ekGWvLzOtLNdZ8NhqfyWJ3JAVJHd0AAAAASUVORK5CYII=);
    cursor: pointer
}

#comments-section .comment-time-tip:hover {
    opacity: .9;
    z-index: 10
}

#comments-section .comment-time-tip:hover .comment-time-tip-content {
    display: block
}

#comments-section .comment-time-tip-content {
    position: absolute;
    left: 100%;
    top: 100%;
    display: none;
    padding: 10px 15px;
    background-color: #fef6e9;
    border: 1px solid #e3d9ca;
    color: #494949;
    font-size: 12px;
    line-height: 17px;
    width: 16em;
    border-radius: 4px
}

#comments-section #comment-forbid-notice {
    position: absolute;
    display: none;
    height: 22px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #27a;
    right: 0
}

#comments-section .mod-hd {
    margin-top: 16px;
    overflow: hidden
}

#comments-section .mod-hd h2 {
    margin-top: 0;
    margin-bottom: 0
}

#comments-section .nav-tab {
    margin-top: 12px
}

#comments-section .nav-tab .tabs-wrapper.line,
#comments-section .nav-tab.title_line {
    padding-bottom: 15px;
    position: relative;
    border: 0
}

#comments-section .nav-tab .tabs-wrapper.line::before,
#comments-section .nav-tab.title_line::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddd;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

#comments-section .nav-tab .on-tab {
    cursor: text;
    color: #111
}

#comments-section .nav-tab .on-tab:hover {
    background-color: transparent
}

#comments-section .comment-list {
    padding-top: 0
}

#comments-section .comment-list.noshow {
    display: none
}

#comments-section .comment-list.show {
    display: block
}

#comments-section .comment-item {
    padding: 14px 0
}

#comments-section .comment-item h3 {
    margin-bottom: 0px
}

#comments-section .comment-item:last-of-type:before {
    height: 0
}

#comments-section .irrelevant {
    display: none
}

.tab-hd {
    padding-bottom: 15px;
    position: relative
}

.tab-hd::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.tab-hd .on:link,
.tab-hd .on:visited,
.tab-hd .on:hover,
.tab-hd .on:active {
    background: none;
    color: #111
}

#new-comments,
#following-comments {
    display: none
}

.comment-report {
    margin: 0;
    float: none;
    position: absolute;
    right: 0;
    bottom: 2px;
    line-height: 1;
    visibility: hidden
}

.comment-report a {
    display: inline-block;
    color: #bbb;
    border: none
}

.short-comments-tip {
    border: 1px solid #ffd596;
    background-color: #fffbf4;
    border-radius: 6px;
    text-align: center;
    padding: 8px;
    line-height: 18px;
    color: #494949;
    font-size: 13px;
    margin: 15px 0px
}

.fold-hd {
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px
}

.fold-hd::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.fold-hd a:link {
    color: #ccc
}

.fold-hd a:visited {
    color: #ccc;
    background: none
}

.fold-hd a:hover {
    color: #37a;
    background: none
}

.fold-hd a:active {
    color: #37a;
    background: none
}

.fold-bd {
    display: none
}

.qa {
    float: right
}

.qa-tip {
    display: none;
    line-height: 22px
}

.qa-tip a:link {
    color: #37a
}