@charset "UTF-8";

:root {
    --portal-bg: #eef3f8;
    --portal-surface: #ffffff;
    --portal-soft: #f6f8fb;
    --portal-border: #dce4ee;
    --portal-divider: #d3deea;
    --portal-section-head: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    --portal-text: #182230;
    --portal-muted: #667085;
    --portal-heading: #101828;
    --portal-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px rgba(16, 24, 40, .065);
    --portal-shadow-soft: 0 1px 2px rgba(16, 24, 40, .035), 0 5px 16px rgba(16, 24, 40, .045);
}

html {
    scroll-behavior: smooth;
}

body.default,
body.green,
body.orange,
body.black {
    background: var(--portal-bg);
    color: var(--portal-text);
}

.portal-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.max-width,
.max-small-width {
    max-width: 1540px;
    padding-right: 20px;
    padding-left: 20px;
}

.default header,
.green header,
.orange header,
.black header {
    background-color: var(--portal-soft);
    background-image: none;
    color: var(--portal-text);
}

header {
    border-bottom: 1px solid var(--portal-border);
}

header .header {
    padding: 0 20px 12px;
}

header .header .top {
    min-height: 62px;
    gap: 22px;
    border-bottom: 1px solid var(--portal-border);
    background: var(--portal-surface);
    box-shadow: 0 0 0 100vmax var(--portal-surface);
    clip-path: inset(0 -100vmax);
}

header .header .top .welcome {
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    overflow: hidden;
    color: var(--portal-heading);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .header .top .r-t {
    flex: 0 0 auto;
    gap: 10px;
}

/* 覆盖旧版把操作按钮容器压成 0 宽并偏移的布局，避免多个按钮叠在一起。 */
header .header .top .r-t .apply_url {
    position: static;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    width: auto;
}

header .header .top .r-t .apply_url .layui-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

header .header .top .r-t .login {
    color: #344054;
    font-size: 14px;
    font-weight: 500;
}

header .header .top .r-t .login > div:hover {
    color: var(--main-now-color);
}

header .header .top .r-t .pickColor {
    margin-left: 2px;
    padding: 3px 5px;
    border: 1px solid var(--portal-border);
    background: #f8fafc;
}

header .header .top .r-t .pickColor > div {
    width: 15px;
    height: 15px;
}

header .header .top .r-t .pickColor .sta {
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #98a2b3;
}

header .header .top .r-t .layui-btn {
    border-radius: 6px;
}

header .header .middle {
    display: grid;
    grid-template-columns: 230px minmax(0, 820px);
    justify-content: center;
    align-items: center;
    gap: 42px;
    min-height: 156px;
    margin-top: 0;
    padding: 25px 0 18px;
}

header .header .middle .logo {
    position: static;
    display: block;
}

header .header .middle .logo a {
    display: inline-flex;
    flex-direction: column;
}

header .header .middle .logo .image {
    width: 190px;
    height: 51px;
}

header .header .middle .logo .image img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(93%) saturate(1968%) hue-rotate(203deg) brightness(98%) contrast(94%);
}

header .header .middle .logo .title {
    margin-top: 7px;
    color: #98a2b3;
    font-size: 13px;
    letter-spacing: .28em;
}

header .header .middle .search {
    width: 100%;
    max-width: none;
    margin: 0;
}

header .header .middle .search .pickResourceSearching {
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    color: var(--portal-muted);
    scrollbar-width: none;
    white-space: nowrap;
}

header .header .middle .search .pickResourceSearching::-webkit-scrollbar {
    display: none;
}

header .header .middle .search .pickResourceSearching > div {
    flex: 0 0 auto;
    margin: 0;
    padding: 7px 13px;
    border-radius: 8px 8px 0 0;
    font-family: inherit;
    font-size: 14px;
}

header .header .middle .search .pickResourceSearching .sta {
    background: transparent;
    color: var(--portal-heading);
    font-weight: 700;
}

header .header .middle .search .pickResourceSearching .sta::after {
    display: block;
    width: 12px;
    height: 3px;
    margin: 4px auto -5px;
    border-radius: 3px;
    background: var(--main-now-color);
    content: "";
}

header .header .middle .search .searchFrame {
    height: 52px;
    line-height: 52px;
    border: 1px solid var(--portal-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .06);
    overflow: visible;
}

header .header .middle .search .searchFrame .input {
    height: 50px;
    border: 0;
    border-radius: 12px 0 0 12px;
    line-height: 50px;
}

header .header .middle .search .searchFrame .input .history {
    top: 48px;
    left: 0;
    right: 0;
    border: 1px solid var(--portal-border);
    border-radius: 0 0 10px 10px;
    box-shadow: var(--portal-shadow);
}

header .header .middle .search .searchFrame .searchButton {
    width: 96px;
    height: 52px;
    margin: -1px -1px -1px 0;
    border-radius: 0 12px 12px 0;
    color: #fff;
    font-size: 15px;
    line-height: 52px;
    box-shadow: 0 8px 18px rgba(var(--main-now-color-rgb), .18);
}

.portal-search-shortcuts {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 10px;
    padding-left: 8px;
    color: #98a2b3;
    font-size: 12px;
}

.portal-search-shortcuts span {
    color: var(--portal-muted);
    font-weight: 600;
}

.portal-search-shortcuts a:hover {
    color: var(--main-now-color);
}

header .header .times {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--portal-border);
    border-radius: 10px 10px 0 0;
    background: #fff;
    color: var(--portal-muted);
    column-gap: 16px;
}

header .header .times .list {
    min-width: 0;
    justify-content: center;
    white-space: nowrap;
}

header .header .times .market-title {
    justify-content: flex-start;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
}

.portal-market-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 42px;
    margin-top: -1px;
    padding: 0 16px;
    border: 1px solid var(--portal-border);
    border-radius: 0 0 10px 10px;
    background: #fff;
    color: var(--portal-muted);
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    column-gap: 16px;
}

.portal-market-strip > * {
    min-width: 0;
}

.portal-market-strip .circumstance {
    justify-self: center;
}

.portal-market-strip .uptime {
    color: #344054;
    font-weight: 600;
}

.portal-market-strip .uptime span {
    margin-left: 4px;
    color: #98a2b3;
    font-size: 12px;
    font-weight: 400;
}

main.max-width {
    align-items: flex-start;
    padding-top: 18px !important;
    padding-bottom: 36px !important;
}

main .suspension-left {
    width: 150px;
    flex: 0 0 150px;
    align-self: stretch;
}

main .suspension-left .suspension-item {
    position: -webkit-sticky;
    position: sticky;
    top: 12px;
    z-index: 10;
    max-height: calc(100vh - 24px);
    padding: 10px 8px;
    border: 1px solid var(--portal-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--portal-shadow);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

main .suspension-left .suspension-item > div {
    height: 38px;
    border-radius: 8px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 38px;
}

main .suspension-left .suspension-item a {
    padding: 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .suspension-left .suspension-item > div:hover {
    background: var(--portal-soft);
    color: var(--main-now-color);
}

.default main .suspension-left .suspension-item .sta,
.green main .suspension-left .suspension-item .sta,
.orange main .suspension-left .suspension-item .sta,
.black main .suspension-left .suspension-item .sta {
    background: rgba(var(--main-now-color-rgb), .08);
    color: var(--main-now-color);
    font-weight: 700;
}

main .suspension-left .suspension-item .sta::before {
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: var(--main-now-color) !important;
}

main .content-right {
    width: calc(100% - 170px);
    margin-left: 20px;
}

main .content-right > div,
main .content-right > .cutMore,
main .content-right > .eliminateBack {
    border: 1px solid var(--portal-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--portal-shadow);
    overflow: hidden;
}

main .content-right > .siteItem,
main .content-right > .cutMore,
main .content-right > .eliminateBack {
    overflow: visible;
}

main .content-right > .cutMore > .cutSelectHeader,
main .content-right > .eliminateBack > .cutSelectHeader {
    border-radius: 11px 11px 0 0;
}

main .content-right .showtops:hover {
    z-index: 30;
}

main .content-right .tops,
main .content-right .hover_suspension_content {
    z-index: 50;
}

main .content-right > div:nth-of-type(n+2) {
    margin-top: 14px;
}

main .content-right .cutMore .cutMoreTool {
    min-height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid var(--portal-divider);
    background: var(--portal-section-head);
    color: var(--portal-muted);
}

main .content-right .cutMore .cutMoreTool > div {
    min-height: 48px;
    line-height: 48px;
}

main .content-right .cutMore .cutMoreTool .sta {
    color: var(--main-now-color);
    font-weight: 700;
}

main .content-right .cutMore .cutSelectHeader,
main .content-right .eliminateBack .cutSelectHeader {
    display: flex;
    align-items: center;
    height: 50px;
    margin-top: 0;
    padding: 0 18px !important;
    border-bottom: 1px solid var(--portal-divider);
    background: var(--portal-section-head);
    color: var(--portal-muted);
    line-height: 50px;
}

main .content-right .cutMore .cutSelectHeader > div,
main .content-right .eliminateBack .cutSelectHeader > div {
    flex: 0 0 auto;
    padding: 0;
    background: transparent;
}

main .content-right .cutMore .cutSelectHeader > div:nth-of-type(n+2),
main .content-right .eliminateBack .cutSelectHeader > div:nth-of-type(n+2) {
    margin-left: 28px;
}

main .content-right .cutMore .cutSelectHeader .layui-this,
main .content-right .eliminateBack .cutSelectHeader .layui-this {
    border-radius: 0;
    background: transparent;
    color: var(--main-now-color);
    font-weight: 700;
}

main .content-right .cutMore .cutSelectHeader .layui-this::after,
main .content-right .eliminateBack .cutSelectHeader .layui-this::after {
    display: block;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--main-now-color);
}

main .content-right .cutMore .cutSelectInner,
main .content-right .eliminateBack .cutSelectInner {
    padding-bottom: 0;
}

main .content-right .cutMore .cutSelectInner > div,
main .content-right .eliminateBack .cutSelectInner > div {
    padding: 14px;
}

main .content-right .festival,
main .content-right .exchangeRate {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--portal-shadow-soft);
}

main .content-right .siteItem {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 8px 6px;
    padding: 16px;
}

main .content-right .siteItem .siteIis .hover_suspension_parent {
    min-height: 76px;
    padding: 9px 5px;
    border-radius: 9px;
}

main .content-right .top-composing-eight {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
}

main .content-right .top-composing-eight .list > a {
    min-height: 46px;
    padding: 7px 9px;
    border: 1px solid transparent;
    border-radius: 8px;
}

main .content-right .top-composing-eight .list > a:hover {
    border-color: rgba(var(--main-now-color-rgb), .16);
    background: rgba(var(--main-now-color-rgb), .05);
}

main .content-right .top-composing-ten {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px 4px;
}

main .content-right .top-composing-ten .list .pubHover {
    min-height: 72px;
    padding: 8px 4px;
    border-radius: 9px;
}

main .content-right .top-composing-six,
main .content-right .eliminateBack .cutSelectInner .top-composing-six {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 9px 7px;
    padding: 2px;
}

main .content-right .top-composing-six .list .pubHover {
    min-height: 86px;
    padding: 10px 5px;
    border: 1px solid transparent;
    border-radius: 9px;
}

main .content-right .top-composing-six .list .pubHover:hover,
.default main .newPubHover:hover,
.green main .newPubHover:hover,
.orange main .newPubHover:hover,
.black main .newPubHover:hover {
    border-color: rgba(var(--main-now-color-rgb), .16);
    background: rgba(var(--main-now-color-rgb), .05);
}

main .content-right .top-composing-six .list .image {
    width: 36px;
    height: 36px;
}

main .content-right .top-composing-six .list .image img {
    max-width: 36px;
    max-height: 36px;
}

main .content-right .top-composing-six .list .title {
    margin-top: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
}

main .content-right .cutMore .view_more {
    top: -47px;
    right: 16px;
    color: var(--main-now-color);
}

main .content-right .publicVoluntarilyCut {
    scroll-margin-top: 14px;
}

main .content-right .OtherActions {
    height: 49px;
    align-items: center;
}

main .content-right .cutMore .OtherActions .urlAdd {
    height: 32px;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 32px;
}

footer {
    border-top: 1px solid var(--portal-border);
}

.default footer,
.green footer,
.orange footer,
.black footer {
    background: #172033;
}

@media screen and (max-width: 1360px) {
    header .header .top .r-t .pickColor {
        display: none;
    }

    main .content-right .siteItem {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    main .content-right .top-composing-ten {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    main .content-right .top-composing-six,
    main .content-right .eliminateBack .cutSelectInner .top-composing-six {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1140px) {
    .max-width,
    .max-small-width {
        padding-right: 14px;
        padding-left: 14px;
    }

    header .header .top {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    header .header .middle {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 24px;
    }

    header .header .middle .logo {
        display: block;
    }

    header .header .middle .logo .image {
        width: 165px;
        height: 44px;
    }

    main .content-right {
        width: 100%;
        margin: 0;
    }

    main .content-right .top-composing-six,
    main .content-right .eliminateBack .cutSelectInner .top-composing-six {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media screen and (max-width: 970px) {
    header .header {
        padding: 0 12px 10px;
    }

    header .header .top {
        flex-wrap: wrap;
        gap: 0 14px;
        padding-top: 8px;
    }

    header .header .top .r-t {
        margin-left: auto;
    }

    header .header .top .r-t .apply_url,
    header .header .top .r-t .mouse_hover {
        display: none;
    }

    header .header .middle {
        display: block;
        min-height: auto;
        padding: 18px 0 14px;
    }

    header .header .middle .logo {
        display: none;
    }

    header .header .middle .search .pickResourceSearching {
        flex-wrap: nowrap;
    }

    header .header .times {
        display: none;
    }

    .portal-market-strip {
        display: flex;
        min-height: 38px;
        margin-top: 0;
        border-radius: 9px;
        gap: 24px;
        font-size: 12px;
    }

    main.max-width {
        padding-top: 10px !important;
    }

    main .content-right > div:nth-of-type(n+2) {
        margin-top: 10px;
    }

    main .content-right .siteItem {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    main .content-right .top-composing-eight {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    main .content-right .top-composing-ten {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    main .content-right .top-composing-six,
    main .content-right .eliminateBack .cutSelectInner .top-composing-six {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    main .content-right .festival {
        display: flex;
    }
}

@media screen and (max-width: 640px) {
    .max-width,
    .max-small-width {
        padding-right: 8px;
        padding-left: 8px;
    }

    header .header .top .r-t .login {
        font-size: 12px;
    }

    header .header .middle .search .searchFrame {
        height: 46px;
    }

    header .header .middle .search .searchFrame .input {
        height: 44px;
        line-height: 44px;
    }

    header .header .middle .search .searchFrame .searchButton {
        width: 72px;
        height: 46px;
        font-size: 14px;
        line-height: 46px;
    }

    .portal-search-shortcuts {
        gap: 12px;
        overflow: hidden;
        white-space: nowrap;
    }

    .portal-search-shortcuts a:nth-of-type(n+4) {
        display: none;
    }

    main .content-right .cutMore .cutSelectHeader,
    main .content-right .eliminateBack .cutSelectHeader {
        height: 46px;
        padding: 0 12px !important;
        line-height: 46px;
    }

    main .content-right .cutMore .cutSelectHeader > div:nth-of-type(n+2),
    main .content-right .eliminateBack .cutSelectHeader > div:nth-of-type(n+2) {
        margin-left: 20px;
    }

    main .content-right .cutMore .cutSelectInner > div,
    main .content-right .eliminateBack .cutSelectInner > div {
        padding: 9px;
    }

    main .content-right .siteItem {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 9px;
    }

    main .content-right .top-composing-eight,
    main .content-right .top-composing-ten,
    main .content-right .top-composing-six,
    main .content-right .eliminateBack .cutSelectInner .top-composing-six {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px 3px;
    }

    main .content-right .top-composing-six .list .pubHover {
        min-height: 80px;
        padding: 8px 3px;
    }

    main .content-right .top-composing-six .list .title {
        font-size: 12px;
    }

    main .content-right .OtherActions {
        position: static;
        width: 100%;
        padding: 7px 10px;
        border-bottom: 1px solid var(--portal-border);
    }

    main .content-right .cutMore .mobileWebkitInline > :nth-last-child(2),
    main .content-right .eliminateBack .mobileWebkitInline > :nth-last-child(2) {
        padding-right: 0;
    }
}
