.pfen {
    color: #888787;
    height: 26px;
    margin: auto;
    overflow: hidden
}

.pfen .star {
    width: 188px;
    height: 26px;
    overflow: hidden;
    float: left
}

/* 保持原宽度 */
.pfen .star div {
    height: 26px;
    overflow: hidden;
    float: left
}

.pfen .starscore {
    width: 50%;
    height: 26px;
    overflow: hidden;
    float: left
}

.pfen p b {
    color: #ff3900;
    height: 26px;
    line-height: 25px;
    font-size: 24px;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    float: left
}

.pfen p em {
    color: #f00;
    font-size: 12px;
    padding-right: 6px;
    overflow: hidden;
    float: left
}

.pfen .starA {
    width: 120px;
    height: 26px;
    margin: 0;
    padding: 0;
    background: url(star.png) repeat-x scroll 0 -38px transparent;
    display: block;
    position: relative;
    float: left
}

/* 5星总宽度120px */
.pfen .starB {
    height: 24px;
    margin: 0;
    background: url(star.png) repeat-x scroll 0 -64px transparent;
    display: block;
    float: left
}

.pfen .starC {
    width: 120px;
    height: 26px;
    line-height: 24px;
    top: 0;
    left: 0;
    position: absolute;
    float: left
}

/* 5星总宽度120px */
.pfen .starC a {
    width: 24px;
    height: 26px;
    margin: 0;
    display: block;
    float: left
}

/* 每个星星宽度24px */
.pfen .s0 {
    width: 0;
    float: left
}

.pfen .s1 {
    width: 24px;
    float: left
}

/* 1星 */
.pfen .s2 {
    width: 48px;
    float: left
}

/* 2星 */
.pfen .s3 {
    width: 72px;
    float: left
}

/* 3星 */
.pfen .s4 {
    width: 96px;
    float: left
}

/* 4星 */
.pfen .s5 {
    width: 120px;
    float: left
}

/* 5星 */
#start {
    height: 26px;
    overflow: hidden
}

#filmStarScore {
    height: 26px;
    line-height: 25px;
    padding: 0 3px 0 12px;
    font-weight: bold;
    color: #FF6600;
    font-family: Arial;
    font-size: 24px;
    float: left;
    overflow: hidden
}

#filmStarScore i {
    font-style: normal;
    font-size: 18px
}

#filmStarScoreTip {
    /* color:#888787; */
    /* font-size:12px; */
    /* height:26px; */
    line-height: 25px;
    /* margin-left:6px; */
    display: block;
    float: left;
    overflow: hidden;
}