@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#jssor_1 .jssora21l,
#jssor_1 .jssora21r {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    overflow: hidden;
    top: 50%;
    margin-top: -22px;
        box-shadow: 0 2px 6px 1px rgba(50,50,50,.14);
}

#jssor_1 .jssora21l {
    background-position: 0 5px;
    left: 0;
}

#jssor_1 .jssora21r {
    background-position: -50px 5px;
    right: 0;
}

#jssor_1 .jssorb21 {
    position: absolute;
}

#jssor_1 .jssorb21 div,
#jssor_1 .jssorb21 div:hover,
#jssor_1 .jssorb21 .av {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

#jssor_1 .jssorb21 div {
    background-position: -5px -5px;
}

#jssor_1 .jssorb21 div:hover,
#jssor_1 .jssorb21 .av:hover {
    background-position: -35px -5px;
}

#jssor_1 .jssorb21 .av {
    background-position: -65px -5px;
}

#jssor_1 .jssorb21 .dn,
#jssor_1 .jssorb21 .dn:hover {
    background-position: -95px -5px;
}