#starRating .photo span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 1px;
    cursor: pointer;
}
#starRating .photo span:last-child {
    margin-right: 0px;
}
#starRating .photo span .nohigh {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: url("../img/star.png");
    background-size: 20px 20px;

}
#starRating .photo span .high {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: url("../img/star1.png");
    background-size: 20px 20px;

}

.background_1 {
    /*width: 350px;*/
    background: url("../img/background_1.png");
}

.background_6 {
    width: 193px;
    height: 43px;
    background: url("../img/6.png");
}

.background_5 {
    background: url("../img/5.png");
}

.background_7 {
    width: 193px;
    height: 43px;
    background: url("../img/7.png");
}


.background_8 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/index5/8_1.png");
}


#starRating .starNum {
    font-size: 26px;
    color: #de4414;
    margin-top: 4px;
    margin-bottom: 10px;
}

#starRating .bottoms {
    height: 54px;
    border-top: 1px solid #d8d8d8;
}

/*#starRating .photo {*/
/*    margin-top: 30px;*/
/*}*/
#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;
}
