#starRating .photo span {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 21px;
    overflow: hidden;
    margin-right: 2px;
    cursor: pointer;
}
#starRating .photo span:last-child {
    margin-right: 0px;
}
#starRating .photo span .nohigh {
    position: absolute;
    width: 22px;
    height: 21px;
    top: 0;
    left: 0;
    background: url("../images/v_star.png");
    background-size: 100% 100%;
}
#starRating .photo span .high {
    position: absolute;
    width: 22px;
    height: 21px;
    top: 0;
    left: 0;
    background: url("../images/v_star1.png");
    background-size: 100% 100%;
}
#starRating .starNum {
    font-size: 16px;
}
#starRating .bottoms {
    height: 54px;
    border-top: 1px solid #d8d8d8;
}
#starRating .photo {
    margin-top: 0;
    width: 150px;
    float: left;
}
#starRating .bottoms a {
    margin-bottom: 0;
}
#starRating .bottoms .garyBtn {
    margin-right: 57px!important;
}
#starRating .bottoms a {
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.2s linear;
    margin: 16px 0 22px;
    text-align: center;
    cursor: pointer;
}
.garyBtn {
    margin-right: 60px!important;
    background-color: #e1e1e1;
    color: #999999;
}
.blueBtn {
    background-color: #1968b1;
    color: #fff;
}
.blueBtn:hover {
    background: #0e73d0;
}
.comment-score-t {
    width: 100px;
    float: left;
    font-size: 16px;
}
.comment-score-num {
    width: 200px;
    float: left;
}
.movie-score-tips {
    clear: both;
    font-size: 12px;
    color: #999999;
}
.comment-movie-s {
    height: 30px;
    vertical-align: center;
    margin-top: 20px;
}
