#tabs {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    font-family: "SimHei","Helvetica Neue",Arial,"Droid Sans",sans-serif;
    display: none;
}
ul, li {
    list-style: none;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, ul, li {
    margin: 0;
    padding: 0;
}
.tab-hover {
    color: #f15353;
}
.tab-item {
    float: left;
    overflow: hidden;
    width: 20%;
    text-align: center;
    white-space: nowrap;
    color: #9a9a9a;
    border-bottom: 1px solid #e2e2e2;
    -webkit-tap-highlight-color: transparent;
}
.tab-assess-title {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.tab-assess-rednum {
    font-size: 11px;
    line-height: 11px;
}
.tab-assess-num {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 9px;
}
#tabs:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.assess-wrapper {
    display: block;
    padding-left: 10px;
    background-color: #fff;
}
div, span, a, header {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.assess-top {
    position: relative;
    padding: 11px 10px 11px 0;
    background-color: #fff;
}
div, span, a, header {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.assess-top:before {
    position: absolute;
    content: '';
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e0e0e0;
}
div, span, a, header {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.user-portrait img {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    border-radius: 50px;
}

img, img a {
    border: 0;
    vertical-align: middle;
}
.user-name {
    font-size: 13px;
    line-height: 27px;
    float: left;
    height: 27px;
    margin-right: 5px;
    margin-left: 10px;
    color: #252525;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}
.vip-copper-icon {
    background-position: -15px 0;
}
.vip-icon {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 6px;
    border-radius: 3px;
    background: url(../images/vip-icon.png) 0 0 no-repeat;
    background-size: 75px 15px;
}
.assess-date, .reply-floor {
    font-size: 13px;
    line-height: 27px;
    float: right;
    height: 27px;
    color: #848689;
}
.assess-top:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
.assess-bottom {
    padding-bottom: 12px;
    background-color: #fff;
}
.comment-item-star {
    display: inline-block;
    overflow: hidden;
    width: 75px;
    height: 11px;
    margin-top: 10px;
    margin-bottom: -6px;
    background: url(../images/comment-star.png) repeat-x 0 -11px;
    background-size: 15px 22px;
}
.comment-item-star {
    display: inline-block;
    overflow: hidden;
    width: 75px;
    height: 12px;
    background: url(../images/comment-star.png) repeat-x 0 -12px;
    background-size: 15px 24px;
    margin-top: 4px;
}
.assess-content {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    margin-right: 10px;
    color: #252525;
    word-wrap: break-word;
    overflow: hidden;
    text-align: justify;
}
.pay-date, .product-type {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    color: #bfbfbf;
}
.comment-item-star .real-star {
    display: inline-block;
    height: 22px;
    background: url(../images/comment-star.png) repeat-x 0 0;
    background-size: 15px 22px;
}
.comment-item-star .real-star {
    display: inline-block;
    height: 20px;
    background: url(../images/comment-star.png) repeat-x 0 0;
    background-size: 15px 24px;
}
.comment-stars-width5 {
    width: 100%;
}
.comment-stars-width4 {
    width: 80%;
}
.comment-stars-width3 {
    width: 60%;
}
.comment-stars-width2 {
    width: 40%;
}
.comment-stars-width1 {
    width: 20%;
}