<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jin10-flash-item.with-img img {
    max-height: 150px;
    width: 256px;
    object-position: top center;
    object-fit: cover;
    transition: transform 200ms;
    transform-origin: top left;
    margin: 10px 5px 0;
}

div#picture-preview-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#picture-preview-modal .container {
    overflow: auto;
    max-height: calc(100% - 20px);
}

#picture-preview-modal img {
    max-width: 70vw;
}

.gnewslist-txt pre {
    white-space: normal;
}

.fx678-flash-item.diff,
.jin10-flash-item.calendar {
    display: flex;
    position: relative;
    height: 46px;
    margin: 5px;
}

.fx678-flash-item.diff dl.prev-value,
.jin10-flash-item.calendar dl.prev-value {
    position: absolute;
    left: 55px;
    bottom: 0;
}

.fx678-flash-item.diff dl,
.jin10-flash-item.calendar dl {
    display: block;
}

.fx678-flash-item.diff dl &gt; *,
.jin10-flash-item.calendar dl &gt; * {
    display: inline-block;
}

.fx678-flash-item.diff dt::after,
.jin10-flash-item.calendar dt::after {
    display: inline;
    content: '：';
}

.fx678-flash-item.diff dl.fore-value,
.jin10-flash-item.calendar dl.fore-value {
    position: absolute;
    bottom: 0;
    left: 190px;
}

.fx678-flash-item.diff dl.curr-value,
.jin10-flash-item.calendar dl.curr-value {
    width: 200px;
    position: absolute;
    left: 400px;
    height: 2em;
    background-color: #fff5eb;
    color: #f96d2f;
    top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

.fx678-flash-item.diff dl.curr-value &gt; *,
.jin10-flash-item.calendar dl.curr-value &gt; * {
    display: block;
    flex: 0 0 50%;
}

.fx678-flash-item.diff dl.curr-value dt,
.jin10-flash-item.calendar dl.curr-value dt {
    border-right: 1px solid #fad2aa;
}

.fx678-flash-item.diff .stars,
.jin10-flash-item.calendar .stars {
    width: 100px;
    position: absolute;
    left: 300px;
    height: 2em;
    top: 10px;
    text-align: center;
    display: flex;
    align-items: center;

}

.fx678-flash-item.diff .stars .icon.star,
.jin10-flash-item.calendar .stars .icon.star
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../imgs/news-flash/star-o.png") no-repeat center center;
    background-size: contain;
}
.fx678-flash-item.diff .stars .icon.star.fill,
.jin10-flash-item.calendar .stars .icon.star.fill {
    background: url("../imgs/news-flash/star.png");
}

.fx678-flash-item.diff em.national-flag,
.jin10-flash-item.calendar em.national-flag {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 9px;
}</pre></body></html>