﻿
/*资源评分small*/
.smallScore {
    height: 20px;
}

.small_grey {
    width: 70px;
    height: 20px;
    display: inline-block;
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 -195px;
    overflow: hidden;
}

.small_red{
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 -170px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
}


.bigScore {
    height: 24px;
}

.big_grey {
    width: 114px;
    height: 24px;
    display: inline-block;
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 -285px;
    overflow: hidden;
}

.big_red{
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 -260px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}


.bigScore .scoreNum {
    font-size: 20px;
    line-height: 24px;
    margin-top: -5px;
}

.scoreNum {
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    font-family: Constantia, Georgia;
    color: #ff6600;
    vertical-align: top;
}
/*评论*/
.user-reply {
    padding: 20px;
    border-bottom: 1px solid #eee;
    background-color: #f6f6f6;
}

.user-reply .comment-reply {
    background-color: #fff;
    margin-left: 70px;
}

.user-reply .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.get-score {
    margin-left: 20px;
    height: 30px;
}

.get-score-wrap {
    width: 94px;
    height: 30px;
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 5px;
    position: relative;
    overflow: hidden;
}

.get-score-wrap ul {
    width: 94px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.get-score-wrap li {
    float: left;
    width: 10%;
    height: 30px;
}

.get-score-key {
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 -20px;
    z-index: 0;
}

.srorePoint {
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
    font-family: Constantia, Georgia;
    color: #ff6600;
    padding: 0px 15px;
}
/*星星评分*/
.sa_star_1 {
    width: 85px;
    height: 20px;
    display: block;
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 -70px;
    overflow: hidden;
}

.sa_d1, .sa_d2, .sa_d3, .sa_d4, .sa_d5, .sa_d6, .sa_d7, .sa_d8, .sa_d9, .sa_d10 {
    background: url(../../../img/lib/scoreStar.png) no-repeat 0 -95px;
    height: 20px;
    display: block;
    overflow: hidden;
}

.sa_d1 {
    width: 8px;
}

.sa_d2 {
    width: 17px;
}

.sa_d3 {
    width: 25px;
}

.sa_d4 {
    width: 34px;
}

.sa_d5 {
    width: 42px;
}

.sa_d6 {
    width: 51px;
}

.sa_d7 {
    width: 59px;
}

.sa_d8 {
    width: 68px;
}

.sa_d9 {
    width: 76px;
}

.sa_d10 {
    width: 85px;
}

.comment-area {
    width: 100%;
}

.comment-item {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.commmet-user {
    width: 60px;
    overflow: hidden;
}

    .commmet-user a {
        display: block;
        width: 60px;
        text-align: center;
    }

.comment-text {
    margin-left: 80px;
    font-size: 14px;
}

.comment-title {
    line-height: 30px;
    word-wrap: break-word;
}

.comment-tool {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.comment-tool span {
display: inline-block;
margin-right: 10px;
line-height: 28px;
vertical-align: middle;
cursor: pointer;
}
.comment-tool .praise.on {
    color:#ff6600;
}
.commmet-name {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #327bc2;
}

.comment-score {
    height: 28px;
}
#creat-tag {
    float: left;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0px 5px;
    height: 28px;
    line-height: 28px;
    color: #999;
    border: 1px solid #ffd6ad;
    background-color: #fffbf6;
}

.comment-tag span {
    float: left;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    color: #999;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ffd6ad;
    background-color: #fffbf6;
}

.comment-reply {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
}

    .comment-reply textarea {
        width: 100%;
        font-size: 12px;
        word-wrap: break-word;
        line-height: 18px;
        height: auto;
        outline: none;
        border: none;
        min-height: 64px;
    }

.comment-list {
    margin-top: 10px;
    padding: 10px 0px;
    border-top: 1px solid #eee;
}

    .comment-list li {
        margin: 10px 0px;
        border-bottom: 1px dotted #ddd;
    }

.comment-box {
    display: none;
    margin-bottom: 10px;
}

.user-reply button, .comment-area button {
    outline: none;
    border: none;
    width: 72px;
    height: 28px;
    margin-top: 10px;
    background-color: #27A9ED;
    color: #fff;
}
/*自定义标签*/
.tag {
margin-top: 10px;
}

.add-tag {
margin-left: 70px;
}

input.checkbox:checked + label {
background-color: #f7eec9;
color: #d3801b;
}

.add-tag label:hover, .add-tag span:hover {
color: #f78d32;
}

.add-tag input {
float: left;
}

.add-tag label, .add-tag span {
cursor: pointer;
float: left;
display: inline-block;
margin: 0 8px 8px 0;
padding: 0 12px;
height: 28px;
line-height: 28px;
color: #999;
text-align: center;
white-space: nowrap;
border: 1px solid #ffd6ad;
background-color: #fffbf6;
}