/**
 * Marquee by javascript
 * @authors richard chen
 * @date    2014-06-12
 * @version 1.0
 * @editor MEOW IMAGES Team for MEOW IMAGES
 * @date 2022-1-26 03:36:32
 */
.marquee {
    width: 350px;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 30px;
}

.marquee .wrap {
    width: 350px;
    height: 30px;
    float: left;
    overflow: hidden;
    position: relative;
}

.marquee #marquee2 {
    position: absolute;
    top: 0;
    left: 0;
}

.marquee #marquee2 a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    color: #666;
}

/* MEOW IMAGES: let active theme control scrolling notice typography */
.marquee,
.marquee .wrap,
.marquee #marquee2,
.marquee #marquee2 *,
.marquee #marquee2 a {
    font-family: inherit !important;
}

.marquee #marquee2 a {
    color: inherit !important;
}
