.zk-hot-ranking[data-v-5f3f5ae4] {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 12px;
    width: 100%
}

.zk-hot-ranking .ranking-header[data-v-5f3f5ae4] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 4px
}



.zk-hot-ranking .ranking-title[data-v-5f3f5ae4] {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.zk-hot-ranking .ranking-btn-action[data-v-5f3f5ae4] {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 14px;
    transition: color .3s
}

.zk-hot-ranking .ranking-btn-action[data-v-5f3f5ae4]:hover {
    color: #077d1d
}

.zk-hot-ranking .ranking-btn-action svg[data-v-5f3f5ae4] {
    font-size: 16px;
    margin-right: 4px
}

.zk-hot-ranking .hot-item[data-v-5f3f5ae4] {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.zk-hot-ranking .hot-item[data-v-5f3f5ae4]:before {
    background: linear-gradient(180deg,rgba(7,125,29,.12),#fff);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
    width: 100%;
    z-index: 0
}

.zk-hot-ranking .hot-item[data-v-5f3f5ae4]:hover:before {
    opacity: 1
}

.zk-hot-ranking .hot-item[data-v-5f3f5ae4]:not(:last-child) {
    margin-bottom: 4px
}

.zk-hot-ranking .hot-item .i-link[data-v-5f3f5ae4] {
    display: flex;
    padding: 8px;
    position: relative
}

.zk-hot-ranking .hot-item .i-cover-wrap[data-v-5f3f5ae4] {
    flex-shrink: 0;
    height: 40px;
    margin-right: 8px;
    position: relative;
    width: 67px
}

.zk-hot-ranking .hot-item .i-cover[data-v-5f3f5ae4] {
    border-radius: 4px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.zk-hot-ranking .hot-item .r-tag[data-v-5f3f5ae4] {
    height: 16px;
    position: absolute;
    right: 0;
    top: 0
}

.zk-hot-ranking .hot-item .i-title[data-v-5f3f5ae4] {
    font-size: 13px;
    line-height: 20px;
    transition: color .3s
}

.zk-hot-ranking .hot-item .i-title[data-v-5f3f5ae4]:hover {
    color: #077d1d;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.common-banner[data-v-1751df55] {
    display: block;
    overflow: hidden;
    width: 100%
}

.common-banner .banner-swiper[data-v-1751df55] {
    width: 100%
}

.common-banner .banner-item[data-v-1751df55] {
    overflow: hidden;
    position: relative;
    width: 100%
}

.common-banner .banner-item .b-cover[data-v-1751df55],.common-banner .banner-item .b-link[data-v-1751df55] {
    display: block;
    width: 100%
}

.common-banner .banner-item .b-cover[data-v-1751df55] {
    transition: opacity .3s,transform .3s ease-in-out
}

.common-banner .banner-item .b-cover[data-v-1751df55]:hover {
    opacity: .76
}

.article-item[data-v-c7543ec4] {
    border-radius: 16px;
    display: flex;
    padding: 16px;
    transition: transform .3s,box-shadow .3s
}

.article-item[data-v-c7543ec4]:hover {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.12);
    transform: translateY(-4px)
}

.article-item .a-tag[data-v-c7543ec4] {
    background-color: #0056ff;
    background-color: var(--tag-color,#0056ff);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px
}

.article-item .a-cover-wrap[data-v-c7543ec4] {
    border-radius: 8px;
    display: block;
    height: 116px;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
    width: 194px
}

.article-item .a-cover-wrap .a-tag[data-v-c7543ec4] {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.article-item .a-cover[data-v-c7543ec4] {
    border-radius: 8px;
    display: block;
    height: 100%;
    width: 100%
}

.article-item .a-info-wrap[data-v-c7543ec4] {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden
}

.article-item .a-title[data-v-c7543ec4] {
    align-items: flex-start;
    color: #252525;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    transition: color .3s;
    word-break: break-all
}

.article-item .a-title[data-v-c7543ec4]:hover {
    color: #077d1d;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.article-item .a-title .a-tag[data-v-c7543ec4] {
    flex-shrink: 0;
    margin-right: 12px
}

.article-item .a-desc[data-v-c7543ec4],.article-item .a-time[data-v-c7543ec4] {
    color: #999;
    font-size: 12px;
    line-height: 16px
}

.article-item .a-desc[data-v-c7543ec4] {
    margin-bottom: 8px;
    max-height: 32px;
    overflow: hidden
}

.article-item .a-time[data-v-c7543ec4] {
    line-height: 20px
}

.article-item .a-info[data-v-c7543ec4] {
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.article-item .a-author[data-v-c7543ec4] {
    align-items: center;
    display: flex
}

.article-item .a-author-name[data-v-c7543ec4] {
    font-size: 12px;
    line-height: 20px
}

.article-item .a-author-logo[data-v-c7543ec4] {
    border-radius: 50%;
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.article-hot-list[data-v-4ea8c960] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 24px;
    width: 100%
}

.article-hot-list .hot-list-title[data-v-4ea8c960] {
    color: #666;
    font-family: YSBiaoTiHei;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px
}

.article-hot-list .hot-item[data-v-4ea8c960] {
    align-items: flex-start;
    display: flex
}

.article-hot-list .hot-item[data-v-4ea8c960]:not(:last-child) {
    margin-bottom: 16px
}

.article-hot-list .hot-item:first-child .i-order[data-v-4ea8c960],.article-hot-list .hot-item:nth-child(2) .i-order[data-v-4ea8c960],.article-hot-list .hot-item:nth-child(3) .i-order[data-v-4ea8c960] {
    background-color: #077d1d
}

.article-hot-list .hot-item:nth-child(2) .i-order[data-v-4ea8c960] {
    opacity: .8
}

.article-hot-list .hot-item:nth-child(3) .i-order[data-v-4ea8c960] {
    opacity: .6
}

.article-hot-list .hot-item .i-order[data-v-4ea8c960] {
    background-color: #d0d0d0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    margin-right: 12px;
    margin-top: 3px;
    text-align: center;
    width: 24px
}

.article-hot-list .hot-item .i-link[data-v-4ea8c960] {
    flex: 1;
    overflow: hidden
}

.article-hot-list .hot-item .i-title[data-v-4ea8c960] {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: color .3s;
    word-break: break-all
}

.article-hot-list .hot-item .i-title[data-v-4ea8c960]:hover {
    color: #077d1d;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.subscribe-qrcode[data-v-460e3101] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 16px;
    width: 100%
}

.subscribe-qrcode .sq-title[data-v-460e3101] {
    color: #666;
    font-family: YSBiaoTiHei;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px
}

.subscribe-qrcode .sq-content[data-v-460e3101] {
    align-items: center;
    display: flex
}

.subscribe-qrcode .sq-content .q-img[data-v-460e3101] {
    height: 80px;
    margin-right: 10px;
    width: 80px
}

.subscribe-qrcode .sq-content .q-info[data-v-460e3101] {
    flex: 1
}

.subscribe-qrcode .sq-content .q-desc[data-v-460e3101] {
    color: #999;
    font-size: 12px;
    line-height: 20px
}

.subscribe-qrcode .sq-content .q-desc.is-red[data-v-460e3101] {
    color: red
}

.ranking-item-skeleton[data-v-55a150c5] {
    display: flex;
    margin-bottom: 16px
}

.ranking-item-skeleton__title[data-v-55a150c5] {
    flex: 1
}

.ranking-item-skeleton .el-skeleton__text[data-v-55a150c5]:first-child {
    width: 40%
}

.ranking-item-skeleton .el-skeleton__image[data-v-55a150c5] {
    border-radius: 4px;
    height: 40px;
    margin-right: 12px;
    width: 67px
}

.ranking-list-tabs[data-v-55a150c5] {
    --im-tabs-border-radius: 16px;
    margin-bottom: 24px
}

.ranking-item[data-v-55a150c5]:not(:last-child) {
    margin-bottom: 16px
}

.ranking-item .r-link[data-v-55a150c5] {
    align-items: flex-start;
    color: #333;
    display: flex
}

.ranking-item .r-cover[data-v-55a150c5] {
    border-radius: 4px;
    height: 40px;
    margin-right: 12px;
    width: 67px
}

.ranking-item .r-title[data-v-55a150c5] {
    color: #333;
    flex: 1;
    font-size: 13px;
    line-height: 20px;
    transition: color .3s
}

.ranking-item .r-title[data-v-55a150c5]:hover {
    color: #0b9625;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.ranking-list-empty[data-v-55a150c5] {
    color: #666;
    font-size: 14px;
    padding: 24px 0;
    text-align: center
}

.ranking-list-btn-more[data-v-55a150c5] {
    background-color: #f5f5f5;
    border-radius: 8px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 24px;
    text-align: center;
    transition: background-color .3s;
    width: 100%
}

.ranking-list-btn-more[data-v-55a150c5]:hover {
    background-color: #ebebeb
}

.invest-list[data-v-8c6d9758] {
    padding: 0 12px
}

.invest-time[data-v-8c6d9758] {
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    margin: 32px 0 24px;
    overflow: hidden
}

.invest-time .date-time[data-v-8c6d9758] {
    background-color: #4a8a5b;
    border-radius: 8px 0 0 8px;
    color: #fff
}

.invest-time .date-time[data-v-8c6d9758],.invest-time .week-time[data-v-8c6d9758] {
    border: 1px solid #4a8a5b;
    height: 100%;
    padding: 0 8px
}

.invest-time .week-time[data-v-8c6d9758] {
    border-radius: 0 8px 8px 0;
    color: #4a8a5b
}

.invest-item[data-v-8c6d9758] {
    display: flex
}

.invest-item .i-timeline[data-v-8c6d9758] {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 16px;
    position: relative;
    width: 13px
}

.invest-item .i-timeline .line[data-v-8c6d9758] {
    border-left: 1px dashed rgba(74,138,91,.4);
    width: 0
}

.invest-item .i-timeline .dot[data-v-8c6d9758] {
    background-color: #fff;
    border: 2px solid #4a8a5b;
    border-radius: 50%;
    height: 13px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 13px
}

.invest-item .i-body[data-v-8c6d9758] {
    flex: 1;
    padding-bottom: 48px
}

.invest-item .i-time[data-v-8c6d9758] {
    color: #999;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px
}

.invest-item .i-title[data-v-8c6d9758] {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    transition: color .3s;
    word-break: break-all
}

.invest-item .i-title[data-v-8c6d9758]:hover {
    color: #4a8a5b
}

.invest-item .i-summary[data-v-8c6d9758] {
    color: #999;
    font-size: 14px;
    line-height: 22px
}

.al-container[data-v-b0605386] {
    min-height: 100vh;
    padding-bottom: 120px;
}

.al-content[data-v-b0605386] {
    align-items: flex-start;
    display: flex
}

.al-banner[data-v-b0605386] {
    margin-bottom: 40px
}

.al-main[data-v-b0605386] {
    flex: 1;
    margin-right: 24px;
    overflow: hidden
}

.al-aside[data-v-b0605386] {
    flex-shrink: 0;
    width: 288px
}

.al-aside--sticky[data-v-b0605386],.al-aside.is-sticky[data-v-b0605386] {
    position: sticky;
    top: calc(var(--imw-header-size) + 24px);
    transition: top .5s
}

.al-aside .article-hot-list[data-v-b0605386] {
    border: none;
    margin-bottom: 24px
}

.al-aside .zk-hot-ranking[data-v-b0605386] {
    margin-bottom: 24px
}

.al-aside .zk-hot-ranking[data-v-b0605386] .ranking-title {
    color: #666;
    font-family: YSBiaoTiHei;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 4px
}

.al-aside .subscribe-qrcode[data-v-b0605386] {
    border: none
}

.al-breadcrumb[data-v-b0605386] {
    margin-bottom: 12px;
    padding: 0 12px
}

.al-btn-load[data-v-b0605386] {
    display: block;
    margin: 24px auto 0;
    width: 256px
}

.al-card[data-v-b0605386] {
    background-color: #fff;
    border-radius: 16px;
    min-height: 100vh;
    padding: 24px 12px
}
