@keyframes cnbmDataReveal {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

html.cnbm-data-loading .banner.lmybanner,
html.cnbm-data-loading .dj-list,
html.cnbm-data-loading .List_tp11,
html.cnbm-data-loading .magazine-wrap,
html.cnbm-data-loading .list-wrap,
html.cnbm-data-loading .report-list,
html.cnbm-data-loading .w-ny,
html.cnbm-data-loading #cnbm-dynamic-list {
    opacity: 0 !important;
    visibility: hidden !important;
}

html.cnbm-data-loading body::before {
    content: "数据加载中...";
    position: fixed;
    z-index: 99998;
    left: 50%;
    top: 50%;
    min-width: 150px;
    padding: 52px 24px 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    color: #555;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transform: translate(-50%, -50%);
}

html.cnbm-data-loading body::after {
    content: "";
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin: -27px 0 0 -12px;
    border: 3px solid #eee;
    border-top-color: #e60012;
    border-radius: 50%;
    animation: cnbmLoadingSpin 0.75s linear infinite;
}

@keyframes cnbmLoadingSpin {
    to { transform: rotate(360deg); }
}

html.cnbm-data-ready .banner.lmybanner,
html.cnbm-data-ready .dj-list,
html.cnbm-data-ready .List_tp11,
html.cnbm-data-ready .magazine-wrap,
html.cnbm-data-ready .list-wrap,
html.cnbm-data-ready .report-list,
html.cnbm-data-ready .w-ny,
html.cnbm-data-ready #cnbm-dynamic-list {
    animation: cnbmDataReveal 0.24s ease-out both;
}

#cnbm-dynamic-list {
    padding: 60px 0;
}

#cnbm-dynamic-list .dj-list,
#cnbm-dynamic-list .dj-list .w-ny {
    margin-top: 0;
}

#cnbm-dynamic-list .dj-list {
    margin-bottom: 0;
}

#cnbm-dynamic-list .dj-list-item {
    margin-bottom: 0.4rem;
    background: #fafafa;
    list-style: none;
    transition: 0.5s;
}

#cnbm-dynamic-list .dj-list-item a {
    display: block;
    box-sizing: border-box;
    padding: 0.5rem 0.7rem;
    text-decoration: none;
}

#cnbm-dynamic-list .dj-list-item:hover {
    background: #d22d27;
    box-shadow: 0 20px 27px #e1d2d2;
}

#cnbm-dynamic-list .dj-date {
    display: block;
    margin-bottom: 15px;
    color: #dd2222;
    font-size: 16px;
    transition: 0.5s;
}

#cnbm-dynamic-list .dj-title {
    display: block;
    margin: 0.2rem 0 0.1rem;
    color: #222;
    font-size: 22px;
    line-height: 1.5;
    transition: 0.5s;
}

#cnbm-dynamic-list .dj-desc {
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    transition: 0.5s;
}

#cnbm-dynamic-list .dj-list-item:hover .dj-date,
#cnbm-dynamic-list .dj-list-item:hover .dj-title,
#cnbm-dynamic-list .dj-list-item:hover .dj-desc {
    color: #fff;
}

#cnbm-dynamic-list .list-wrap {
    margin-top: 0;
}

.cnbm-video-list .img {
    position: relative;
    background: #000;
}

.cnbm-video-list .img video {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: contain;
}

.cnbm-video-list .title .text {
    display: block;
    color: #222;
    text-decoration: none;
}

.cnbm-video-list .title .text:hover {
    color: #d7000f;
}

.cnbm-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 36px auto 0;
    color: #555;
    font-size: 14px;
}

.cnbm-pager a,
.cnbm-pager span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
}

.cnbm-pager a.active {
    border-color: #d7000f;
    background: #d7000f;
    color: #fff;
}

.cnbm-pager .disabled {
    background: #f7f7f7;
    color: #aaa;
}

.cnbm-pager .ellipsis,
.cnbm-pager .total {
    border-color: transparent;
    background: transparent;
}

.cnbm-pager .ellipsis {
    min-width: 20px;
}

.cnbm-pager .total {
    width: auto;
}

.cnbm-pager .jump {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    color: #666;
    white-space: nowrap;
}

.cnbm-pager .jump input {
    box-sizing: border-box;
    width: 58px;
    height: 36px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
}

.cnbm-pager .jump button {
    height: 36px;
    padding: 0 14px;
    border: 1px solid #d7000f;
    background: #d7000f;
    color: #fff;
    cursor: pointer;
}

.cnbm-disclosure {
    padding: 0;
}

.cnbm-disclosure-tabs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto 42px;
}

.cnbm-disclosure-tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 210px;
    height: 60px;
    padding: 0 45px;
    background: #ececec;
    color: #222;
    font-size: .18rem;
    text-decoration: none;
    transition: 0.2s;
}

.cnbm-disclosure-tabs a.active {
    background: #d7000E;
    color: #fff;
}

.cnbm-disclosure-tabs a:hover {
    color: #d7000f;
}

.cnbm-disclosure-tabs a.active:hover {
    color: #fff;
}

.cnbm-disclosure-guide {
    padding: 0.5rem;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
    color: #333;
    font-size: max(17px , 0.18rem);
    line-height: 7;
}

.cnbm-disclosure-guide h2 {
    margin: 0 0 32px;
    color: #222;
    font-weight: 700;
    font-size: max(15px,0.32rem);
    line-height: 1.4;
    text-align: center;
}

.cnbm-disclosure-guide h3 {
    margin: 0.3rem 0 0.2rem;
    color: #d7000E;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}

.cnbm-disclosure-guide p {
    text-indent: 2em;
    line-height: 2.2;
}

.cnbm-disclosure-guide ol {
    line-height: 1.9;
    text-indent: 2em;
}

.cnbm-disclosure-guide li {line-height: 2.2;}

.header,
.header .top,
.header .menuOutside,
.header .menu {
    overflow: visible;
}

.header .menuOutside {
    z-index: 10020;
}

.header .menu .item {
    z-index: 1;
}

.header .menu .item:hover {
    z-index: 10030;
}

.header .menu .item .menu2 {
    z-index: 10040;
}

.header .menu .item:hover .menu2 {
    display: block;
}

@media screen and (max-width: 700px) {
    #cnbm-dynamic-list {
        padding: 30px 0;
    }

    #cnbm-dynamic-list .dj-list-item {
        margin-bottom: 16px;
    }

    #cnbm-dynamic-list .dj-list-item a {
        padding: 22px 18px;
    }

    #cnbm-dynamic-list .dj-title {
        font-size: 16px;
        line-height: 2;
    }

    .cnbm-pager {
        flex-wrap: wrap;
    }

    .cnbm-pager .jump {
        justify-content: center;
        width: 100%;
        margin: 8px 0 0;
    }

    .cnbm-disclosure-tabs {
        justify-content: center;
        margin-bottom: 25px;
        overflow-x: auto;
        text-align: center;
        display: flex;
    }

    .cnbm-disclosure-tabs a {
        min-width: 150px;
        height: 48px;
        padding: 0 20px;
        font-size: 15px;
    }

    .cnbm-disclosure-guide {
        padding: 0.3rem;
        font-size: 15px;
        line-height: 2;
    }

    .cnbm-disclosure-guide h2 {
        margin-bottom: 20px;
        font-size: .23rem;
    }

    .cnbm-disclosure-guide h3 {
        margin: 24px 0 10px;
        font-size: 18px;
    }

    .cnbm-disclosure-guide p {
    }
}
