a.book-down {
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin-top: -40px;
    background-color: #E91E63;
    border-radius: .1rem;
    color: #fff;
    font-size: 15px;
    text-align: center;
    float: right;
}
.jump-listb {
    width: 670px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0;
}
.jump-listb a, .jump-listb span {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #9d9d9d;
    line-height: 35px;
    text-align: center;
    color: #666;
    font-size: 15px;
}
.hd-selb {
    display: inline-block;
    width: 170px;
    position: absolute;
    overflow: hidden;
    border: 1px solid #20afef;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0 30px;
    text-align: center;
    color: #20afef;
    font-size: 15px;
}
div.hd-selb select {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    border: 0 none;
    line-height: 35px;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0;
    text-align:center;
}
a.pg-prevb, a.pg-nextb {
    border: 1px solid #20afef;
    color: #20afef;
}
a.pg-nextb, span.pg-nextb {
    float: right;
}
.sprite-playsb {
    width: 20px;
    height: 20px;
    background-position: -133px -255px;
}
.spriteb {
    background-image: url(__TMPL__/image/ionsp.png);
    display: inline-block;
}