.article-read {
    display: block;
    right: -41px;
    top: 80px;
    background-image: url("/plugin/jquery-article-read/image/read-btn-bg-00cd12590e22264454e99a5c06379332.png");
    background-repeat: no-repeat;
    width: 41px;
    height: 123px;
    padding: 28px 6px;
}

.article-read .article-read-icon {
    margin: 0 auto;
    width: 25px;
    height: 22px;
    background-image: url("/plugin/jquery-article-read/image/read-btn-icon-84b8d66a26219c5fe6d762f475367aaf.png");
    background-repeat: no-repeat;
}

.article-read .article-read-text {
    margin-top: 5px;
    color: #ffffff;
    text-align: center;
}


.article-read.stop .article-read-icon {
    background-position-x: -25px;
}

/*.article-read.start .article-read-icon {*/
/*    -webkit-transition-property: -webkit-transform;*/
/*    -webkit-transition-duration: 1s;*/
/*    -moz-transition-property: -moz-transform;*/
/*    -moz-transition-duration: 1s;*/
/*    -webkit-animation: rotate 3s linear infinite;*/
/*    -moz-animation: rotate 3s linear infinite;*/
/*    -o-animation: rotate 3s linear infinite;*/
/*    animation: rotate 3s linear infinite;*/
/*}*/

/*.article-read.start .article-read-text {*/
/*    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 33.3%, rgba(252, 176, 69, 1) 66.6%, rgba(131, 58, 180, 1) 100%);*/
/*    -webkit-background-clip: text;*/
/*    color: transparent;*/
/*    background-size: 300% 100%;*/
/*    animation: colorChange 4s infinite linear;*/
/*}*/
.article-read-element.article-reading {
    background-color: #054fac !important;
    color: #ffffff !important;
}

/*@-webkit-keyframes rotate {*/
/*    from {-webkit-transform: rotate(0deg)}*/
/*    to {-webkit-transform: rotate(360deg)}*/
/*}*/

/*@-moz-keyframes rotate {*/
/*    from {-moz-transform: rotate(0deg)}*/
/*    to {-moz-transform: rotate(359deg)}*/
/*}*/

/*@-o-keyframes rotate {*/
/*    from {-o-transform: rotate(0deg)}*/
/*    to {-o-transform: rotate(359deg)}*/
/*}*/

/*@keyframes rotate {*/
/*    from {transform: rotate(0deg)}*/
/*    to {transform: rotate(359deg)}*/
/*}*/

/*@keyframes colorChange {*/
/*    0% { background-position: 0 0;}*/
/*    100% { background-position: -150% 0;}*/
/*}*/