@font-face {
    font-family: "siyuan";
    font-weight: 400;
    src: url("/clientarea/template/pc/dianle/dianle/font/siyuanhei.woff2") format("woff2");
    font-display: swap;
}

/* 全站控制台壳层：产品、域名、账户、财务等 PC 页面共用 */
:root {
    --dy-shell-aside-width: 208px;
    --dy-shell-bg: #edf1fc;
    --dy-shell-panel: #171b25;
    --dy-shell-text: #ffffff;
    --dy-shell-muted: #aeb4c0;
    --dy-shell-line: rgba(255, 255, 255, 0.08);
    --dy-shell-primary: #2563df;
}

html,
body,
.template,
.template > .el-container,
.template > .el-container > .el-container,
.template > .el-container > .el-container > .el-main {
    background-color: var(--dy-shell-bg) !important;
    background-image: none !important;
}

.template .dy-console-aside {
    position: relative !important;
    width: 208px !important;
    min-width: 208px !important;
    max-width: 208px !important;
    height: 100vh !important;
    flex: 0 0 208px !important;
    padding: 0 12px 58px !important;
    overflow: hidden auto !important;
    border-right: 1px solid var(--dy-shell-line) !important;
    border-radius: 0 !important;
    color: var(--dy-shell-text) !important;
    background: var(--dy-shell-panel) !important;
    box-sizing: border-box !important;
}

.template .dy-console-aside.is-collapsed {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
    flex-basis: 64px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.template .dy-console-aside::-webkit-scrollbar { width: 0; }

.template .dy-console-aside > .menu-alink {
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 -12px !important;
    padding: 0 20px !important;
    border-bottom: 1px solid var(--dy-shell-line) !important;
    color: var(--dy-shell-text) !important;
    text-decoration: none !important;
}

.template .dy-console-aside.is-collapsed > .menu-alink {
    justify-content: center !important;
    margin: 0 -8px !important;
    padding: 0 !important;
}

.template .dy-console-aside .ali-logo { display: none !important; }

.template .dy-console-aside > .menu-alink::before {
    content: "";
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 12px;
    background-color: var(--dy-shell-primary);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4 18.4A4.15 4.15 0 0 1 7 10.1a5.55 5.55 0 0 1 10.75-1.15A3.95 3.95 0 0 1 17.4 18.4H7.4Z' fill='white'/%3E%3Cpath d='M12.7 8.7l-3.1 4.75h2.25l-.9 3.55 3.55-4.95h-2.35l.65-3.35Z' fill='%23f6b51b'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.template .dy-console-aside > .menu-alink::after {
    content: "DangYun";
    color: var(--dy-shell-text);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.template .dy-console-aside.is-collapsed > .menu-alink::after { display: none; }

.template .dy-console-aside .menu-top {
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.template .dy-console-aside .menu-top:first-of-type::before,
.template .dy-console-aside .menu-top:nth-of-type(2)::before {
    display: block;
    padding: 0 12px 7px;
    color: rgba(174, 180, 192, 0.72);
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
}

.template .dy-console-aside .menu-top:first-of-type::before { content: "常用"; }
.template .dy-console-aside .menu-top:nth-of-type(2)::before { content: "管理"; padding-top: 11px; }
.template .dy-console-aside.is-collapsed .menu-top::before { display: none !important; }
.template .dy-console-aside .line { display: none !important; }
.template .dy-console-aside .el-menu--collapse { width: 100% !important; }

.template .dy-console-aside .el-menu-item,
.template .dy-console-aside .el-submenu__title {
    position: relative !important;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    margin: 2px 0 !important;
    padding: 0 12px !important;
    border-radius: 10px !important;
    color: var(--dy-shell-muted) !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
    box-sizing: border-box !important;
}

.template .dy-console-aside .el-menu-item::before,
.template .dy-console-aside .el-submenu__title::before { display: none !important; }

.template .dy-console-aside .el-menu-item:hover,
.template .dy-console-aside .el-submenu__title:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

.template .dy-console-aside .el-menu-item.is-active,
.template .dy-console-aside .el-submenu.is-active > .el-submenu__title,
.template .dy-console-aside .el-submenu.is-opened > .el-submenu__title {
    color: #fff !important;
    background: rgba(37, 99, 223, 0.17) !important;
}

.template .dy-console-aside .el-menu-item.is-active::after,
.template .dy-console-aside .el-submenu.is-active > .el-submenu__title::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -12px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: var(--dy-shell-primary);
}

.template .dy-console-aside .el-menu-item i,
.template .dy-console-aside .el-submenu__title i {
    width: 18px !important;
    color: inherit !important;
    font-size: 18px !important;
    text-align: center !important;
}

.template .dy-console-aside .el-menu-item.is-active i,
.template .dy-console-aside .el-submenu.is-active > .el-submenu__title i { color: var(--dy-shell-primary) !important; }

.template .dy-console-aside .aside-menu-text {
    width: auto !important;
    height: auto !important;
    display: inline !important;
    visibility: visible !important;
    margin-left: 10px !important;
    opacity: 1 !important;
}

.template .dy-console-aside.is-collapsed .aside-menu-text { display: none !important; }

.template .dy-console-aside .dianle-button {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: var(--dy-shell-aside-width) !important;
    max-width: none !important;
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 20px !important;
    border-top: 1px solid var(--dy-shell-line) !important;
    border-radius: 0 !important;
    color: var(--dy-shell-muted) !important;
    background: var(--dy-shell-panel) !important;
    font-size: 14px !important;
    line-height: 54px !important;
    z-index: 1002 !important;
    box-sizing: border-box !important;
}

.template .dy-console-aside.is-collapsed .dianle-button { justify-content: center !important; padding: 0 !important; }
.template .dy-console-aside .dianle-button span { display: inline !important; color: inherit !important; }
.template .dy-console-aside.is-collapsed .dianle-button span { display: none !important; }
.template .dy-console-aside .dianle-button img { width: 20px !important; height: 20px !important; margin-left: auto !important; }
.template .dy-console-aside.is-collapsed .dianle-button img { margin: 0 !important; }
.template .dy-console-aside .dianle-button::before,
.template .dy-console-aside .dianle-button::after { display: none !important; }

.template .dy-console-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: var(--dy-shell-aside-width) !important;
    width: auto !important;
    height: 64px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 24px !important;
    border-bottom: 1px solid var(--dy-shell-line) !important;
    border-radius: 0 !important;
    color: var(--dy-shell-text) !important;
    background: var(--dy-shell-panel) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    z-index: 1000 !important;
}

.template .dy-console-header .header-left,
.template .dy-console-header .header-right { height: 64px !important; display: flex !important; align-items: center !important; }
.template .dy-console-header .dianle-logo,
.template .dy-console-header .left-img,
.template .dy-console-header .el-autocomplete { display: none !important; }
.template .dy-console-header .dianle-console { display: flex !important; align-items: center !important; margin: 0 !important; }
.template .dy-console-header .dianle-console .el-breadcrumb__item { display: none; }
.template .dy-console-header .dianle-console .el-breadcrumb__item:last-child { display: inline-block; }
.template .dy-console-header .dianle-console .el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}
.template .dy-console-header .dianle-console .el-breadcrumb__separator { display: none !important; }

.template .dy-console-header .header-right { position: static !important; right: auto !important; width: auto !important; gap: 8px !important; margin: 0 !important; }
.template .dy-console-header .header-right-item { width: auto !important; min-width: 0 !important; height: auto !important; margin: 0 !important; padding: 0 !important; background: transparent !important; }
.template .dy-console-header .header-right-item:hover { background: transparent !important; }
.template .dy-console-header .header-right-item .right-item,
.template .dy-console-header .el-dropdown-country,
.template .dy-console-header .el-dropdown-header {
    min-width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 0 9px !important;
    border-radius: 18px !important;
    color: var(--dy-shell-muted) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    box-sizing: border-box !important;
}
.template .dy-console-header .car-item .right-item { width: 36px !important; padding: 0 !important; }
.template .dy-console-header .header-right-item .right-item:hover,
.template .dy-console-header .el-dropdown-country:hover,
.template .dy-console-header .el-dropdown-header:hover { color: #fff !important; background: rgba(255, 255, 255, 0.1) !important; }
.template .dy-console-header .car-item .el-badge { width: 18px !important; height: 18px !important; display: flex !important; }
.template .dy-console-header .car-item img,
.template .dy-console-header .el-dropdown-country img { width: 18px !important; height: 18px !important; margin: 0 !important; object-fit: contain !important; }
.template .dy-console-header .dianle-username .el-dropdown-header > img { width: 28px !important; height: 28px !important; margin: 0 !important; border-radius: 50% !important; }
.template .dy-console-header .head-box { width: auto !important; max-width: 100px !important; padding: 0 !important; overflow: hidden !important; color: #fff !important; background: transparent !important; text-overflow: ellipsis !important; white-space: nowrap !important; }
.template .dy-console-header .cloum-line-item { display: none !important; }

@media screen and (max-width: 1024px) {
    :root { --dy-shell-aside-width: 0px; }
    .template .dy-console-aside { display: none !important; }
    .template .dy-console-header { left: 0 !important; padding: 0 16px !important; }
    .template .dy-console-header .dianle-logo { width: auto !important; height: 32px !important; display: block !important; }
    .template .dy-console-header .dianle-logo img { width: auto !important; max-width: 120px !important; height: 30px !important; object-fit: contain !important; }
    .template .dy-console-header .menu-img { display: block !important; }
}

/* 移动端控制台菜单：单层抽屉，兼容平板和折叠屏 */
.dy-mobile-menu-trigger {
    width: 36px !important;
    height: 36px !important;
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    padding: 0 !important;
    border: 0;
    border-radius: 8px;
    color: #aeb4c0;
    background: rgba(255, 255, 255, 0.06);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.dy-mobile-menu-trigger:hover,
.dy-mobile-menu-trigger:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

@media screen and (max-width: 1024px) {
    html { --dy-shell-aside-width: 0px !important; }

    .template .dy-console-aside {
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: 0 !important;
        flex: 0 0 0 !important;
    }

    .template .dy-console-header {
        left: 0 !important;
        width: 100% !important;
    }

    .template .dy-console-header .dy-mobile-menu-trigger {
        display: inline-flex !important;
    }

    .dy-mobile-menu-drawer.el-drawer__wrapper {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 3000 !important;
    }

    .dy-mobile-menu-drawer .el-drawer__container {
        position: absolute !important;
        inset: 0 !important;
    }

    .dy-mobile-menu-panel.drawer-menu {
        width: min(288px, calc(100vw - 48px)) !important;
        max-width: calc(100vw - 48px) !important;
        height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        color: #aeb4c0 !important;
        background: #171b25 !important;
        box-shadow: 18px 0 48px rgba(0, 0, 0, 0.28) !important;
    }

    .dy-mobile-menu-panel .drawer-menu-top {
        position: relative;
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 0 48px 0 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
    }

    .dy-mobile-menu-panel .drawer-menu-top .menu-alink {
        min-width: 0;
        display: flex;
        align-items: center;
    }

    .dy-mobile-menu-panel .drawer-menu-logo {
        width: auto !important;
        max-width: 150px !important;
        height: 30px !important;
        margin: 0 !important;
        object-fit: contain !important;
    }

    .dy-mobile-menu-panel .drawer-menu-close {
        position: absolute;
        top: 16px;
        right: 14px;
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 8px;
        color: #aeb4c0;
        background: rgba(255, 255, 255, 0.06);
        font-size: 18px;
        cursor: pointer;
    }

    .dy-mobile-menu-panel .drawer-menu-list-top {
        flex: 1 1 auto;
        min-height: 0;
        margin: 0 !important;
        padding: 10px 12px 20px !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .dy-mobile-menu-panel .menu-top {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .dy-mobile-menu-panel .line {
        height: 1px;
        margin: 10px 12px;
        background: rgba(255, 255, 255, 0.08);
    }

    .dy-mobile-menu-panel .el-menu-item,
    .dy-mobile-menu-panel .el-submenu__title {
        width: 100% !important;
        height: 42px !important;
        display: flex !important;
        align-items: center !important;
        margin: 2px 0 !important;
        padding: 0 12px !important;
        border-radius: 8px !important;
        color: #aeb4c0 !important;
        background: transparent !important;
        font-size: 14px !important;
        line-height: 42px !important;
        box-sizing: border-box !important;
    }

    .dy-mobile-menu-panel .el-submenu .el-menu-item {
        min-width: 0 !important;
        padding-left: 42px !important;
    }

    .dy-mobile-menu-panel .el-menu-item.is-active,
    .dy-mobile-menu-panel .el-submenu.is-active > .el-submenu__title,
    .dy-mobile-menu-panel .el-submenu.is-opened > .el-submenu__title {
        color: #fff !important;
        background: rgba(37, 99, 223, 0.18) !important;
    }

    .dy-mobile-menu-panel .menu-alink {
        width: 100%;
        color: inherit !important;
        text-decoration: none !important;
    }

    .dy-mobile-menu-panel .iconfont {
        width: 18px !important;
        margin-right: 10px !important;
        color: inherit !important;
        font-size: 17px !important;
        text-align: center;
    }

    .dy-mobile-menu-panel .aside-menu-text {
        display: inline !important;
        margin-left: 0 !important;
        color: inherit !important;
        font-size: 14px !important;
    }

}

@media screen and (max-width: 767px) {
    .template .dy-console-header .dianle-console { display: none !important; }
    .template .dy-console-header .header-right { gap: 5px !important; }
    .template .dy-console-header .header-right-item.car-item:nth-of-type(2),
    .template .dy-console-header .hg-24,
    .template .dy-console-header .head-box,
    .template .dy-console-header .right-icon { display: none !important; }
}


.el-container:nth-child(2) > .el-main {
    margin: 0;
    padding: 74px 20px 24px 20px;
    border-radius: 0;
    background: #eef4ff;
    box-sizing: border-box;
}

.el-container:nth-child(2) {
    background-color: #eef4ff;
    background: #eef4ff;
}

.ali-logo {
    display: none;
}

.el-header {
    height: 54px !important;
    width: 100% !important;
    left: 0;
    background: #1E1E2D;
    padding: 0 20px 0 0;
}

.dianle-logo {
    width: 190px;
    height: 40px;
}
.dianle-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.dianle-console {
    color: #fff;
    font-size: 0.135rem;
    margin-left: 0.2rem;
    cursor: pointer;
    font-family: "siyuan";
}

.header-right {
    gap: 10px;
}

.header-right .header-right-item .el-dropdown-country i{
    display: none;
}

.header-right .header-right-item:hover {
    background-color: rgb(247 247 247 / 15%);
    transition: all 0.2s ease-in-out;
}
.header-right .header-right-item {

    display: flex;
    justify-content: center;
    align-items: center;
}
.dianle-itemlink {
    background-color: rgb(247 247 247 / 10%);
    transition: all 0.2s ease-in-out;
    padding: 0.05rem;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.header-right .car-item {
    margin-right: 0;
}

.header-right .cloum-line-item {
    display: none;
}

.header-right .header-right-item .el-dropdown-country img {
    width: 25px;
    height: 11px;
    border-radius: 2px;
    object-fit: contain;
}

.header-right .car-item .el-badge {
    height: auto;
}

.header-right .car-item .el-badge img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-top: 4px;
    border-radius: 0;
}

.header-right .header-right-item .el-dropdown-header .head-box {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 0.14rem;
}

.header-right .header-right-item .el-dropdown-header img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.header-right {
    margin-right: 0;
}

.dianle-username {
    height: 100%;
    padding: 0 10px;
}

.dianle-username .el-dropdown,
.dianle-username .el-dropdown-header {
    height: 100%;
}

.dianle-username .right-icon {
    padding-left: 5px;
}

.dianle-username .el-icon-caret-bottom:before {
    color: #fff;
}

.dianle-guoqi {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 54px 0px rgba(34, 40, 64, 0.16);
    padding: 0;
}

.dianle-guoqi .el-dropdown-menu__item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #3D3D3D;
    padding: 0 15px;
}

.dianle-guoqi .dianle-imgguo {
    width: 20px;
    height: 12px;
}

.dianle-guoqi .dianle-img1 {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
     background-color: transparent;
    color: #708FFF;
}

.header-right .car-item .el-badge .el-badge__content.is-fixed {
    top: -2px;
}

.el-badge__content.is-fixed {
    right: 0;
}

.el-badge__content {
    font-size: 9px;
    height: 14px;
    width: 14px;
    line-height: initial;
    padding: 0;
}
/* 侧边栏 */
.el-aside {
    background: #1E1E2D;
    font-family: "siyuan";
    transition: width 0.25s ease;
    padding: 0 10px;
    padding-top: 64px;
}

.menu-top {
    margin-top: 0;
}

.line {
    margin: 10px auto;
    width: 80%;
}

.dianle-aside .menu-top .el-menu-item,
.dianle-aside .el-submenu.is-active .el-submenu__title,
.dianle-aside .menu-top .el-submenu__title{
    border-radius: 10rem;
    font-size: 13px;
}

.dianle-aside .menu-top .el-submenu .el-menu-item {
    height: 40px;
    padding-left: 47px !important;
}

.dianle-aside .menu-top .el-submenu .el-menu-item {
    height: 40px;
    color: rgb(247 247 247 / 50%) !important;
}


.dianle-aside .menu-top .el-menu-item.is-active {
    background: linear-gradient(289deg, #80D9FE 0%, #6687FB 89%);
    color: #F7F7F7 !important;
}

.dianle-aside .menu-top .is-opened .el-menu-item.is-active {
    background-color: #1E1E2D !important;
    background: transparent;
    color: #708FFF !important;
    position: relative;
}

.dianle-aside .menu-top .is-opened .el-menu-item.is-active::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(71,86,150);
    border-radius: 10rem;
}

.dianle-aside .menu-top .is-opened .el-menu-item.is-active::before {
    content: "";
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    left: 0.2749rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #708FFF;
    border-radius: 10rem;
    z-index: 1;
}

.dianle-aside .menu-top .el-menu-item.is-active i,
.dianle-aside .menu-top .el-menu-item:hover i,
.dianle-aside .menu-top .el-submenu__title:hover i{
    color: #fff !important;
}

.dianle-aside .menu-top .el-submenu__title i {
    font-width: 600;
}

.dianle-aside .is-opened .el-submenu__title {
    background: linear-gradient(289deg, #80D9FE 0%, #6687FB 89%);
    color: #F7F7F7 !important;
}

.dianle-aside .menu-top .el-menu-item:hover,
.dianle-aside .menu-top .el-submenu__title:hover{
    background-color: rgb(247 247 247 / 10%) !important;
    color: #fff !important;
}

.dianle-aside .aside-menu-text {
    margin-left: 10px;
}

.dianle-aside .el-submenu__icon-arrow,
.dianle-aside .el-submenu__icon-arrow{
    transform: rotate(-90deg);
}

.dianle-aside .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow ,
.dianle-aside .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.dianle-aside .iconfont {
    font-size: 15px;
}

.el-menu--popup-right-start {
    background-color: #1E1E2D !important;
}

.el-menu-item:focus, .el-menu-item:hover {
    background-color: #464646 !important;
}

.dianle-aside .menu-top:nth-of-type(2) {
    padding-bottom: 70px;
}

.dianle-button {
    transition: all 0.2s ease;
    max-width: 170px;
    color: #F7F7F7;
    height: 45px;
    border-radius: 10rem;
    font-size: 0.13rem;
    line-height: 45px;
    cursor: pointer;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0.1rem;
    left: 0.06rem;
    box-sizing: border-box;
    white-space: nowrap;
}
.dianle-button::after {
    content: "";
    background-color: rgb(247 247 247 / 10%);
    transition: all 0.2s ease;
    border-radius: 10rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.dianle-button::before {
    content: "";
    background: #1E1E2D;
    width: calc(100% + 0.2rem);
    height: 120%;
    position: absolute;
    top: 0;
    left: -0.3rem;
    z-index: -1;
}

.dianle-button:hover::after {
    background-color: rgb(247 247 247 / 15%);
    transition: all 0.2s ease-in-out;
}

.dianle-button img {
    width: 15px;
    height: 15px;
}

.el-breadcrumb__inner a:hover, .el-breadcrumb__inner.is-link:hover{
    color: #e7e7e7;
}

.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link {
    font-weight: 400;
    color: #919191;
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
    color: #FFFFFF;
}

.el-menu--collapse {
    width: 40px;
}

.dianle-h5 {
    display: none !important;
}

.dianle-pc {
    display: flex !important;
}

.el-menu-item .el-tooltip {
    padding: 0 12px !important;
}

.el-menu--collapse .el-submenu__title {
    padding: 0 12px !important;
}










.file_download .el-container:nth-child(2) > .el-main,
.news .el-container:nth-child(2) > .el-main,
.help .el-container:nth-child(2) > .el-main{
    padding: 0;
}

.file_download .el-tabs__content .box
.news .el-tabs__content .box{
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
}

.file_download .el-tabs__content .com-l-box,
.news .el-tabs__content .com-l-box{
    margin-right: 0;
    width: calc(75% - 0.2rem);
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.15rem;
    box-shadow: none;
    margin-right: 0;
    padding: 15px;
}

.file_download .el-tabs__content .com-r-box,
.news .el-tabs__content .com-r-box{
    width: 25% !important;
    flex-shrink: 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.15rem;
    box-shadow: none;
    margin-right: 0;
}

.file_download .el-input--suffix .el-input__inner,
.news .el-input--suffix .el-input__inner,
.help .el-input--suffix .el-input__inner{
    padding-right: 30px;
    background: #F7F7F7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-family: 'siyuan';
    font-size: 13px;
}

.file_download .el-table th.el-table__cell ,
.news .el-table th.el-table__cell,
.help .el-table th.el-table__cell{
    background-color: #F2F3F5;
}

.file_download thead tr,
.news thead tr{
    height: 45px;
}

.file_download .el-table th.el-table__cell>.cell,
.news .el-table th.el-table__cell>.cell {
    color: #8C939F;
    font-family: 'siyuan' ;
    font-weight: 400;
    font-size: 0.13rem;
}

.file_download tbody .el-table__row,
.news tbody .el-table__row {
    height: 0.55rem;
}

.file_download .el-table td.el-table__cell div,
.news .el-table td.el-table__cell div {
    font-family: 'siyuan';
    font-size: 0.13rem;
    font-weight: 400;
    color: #3D3D3D;
}

.file_download .el-pagination button, .el-pagination span:not([class*=suffix]) ,
.news .el-pagination button, .el-pagination span:not([class*=suffix]) {
    height: auto;
    line-height: initial;
    margin-left: 0;
    margin-right: 0.15rem;
    font-family: 'siyuan';
    font-width: 400;
}

.file_download .el-pager .active,
.news .el-pager .active{
    background: #E8F4FF;
    border: none;
}

.file_download .el-pager .number,
.news .el-pager .number{
    border-radius: 0;
}

.file_download .el-pager li.active,
.news .el-pager li.active{
    color: #708FFF;
}

.file_download .el-pagination__jump,
.news .el-pagination__jump{
    margin-left: 0.2rem !important;
}

.file_download .myPage .el-pagination .el-input__inner,
.news .myPage .el-pagination .el-input__inner{
    background-color: #F7F7F7;
    border: none;
    border-radius: 0;
    transition: all 0.2s ease;
}

.file_download .myPage .el-pagination,
.news .myPage .el-pagination{
    justify-content: flex-end;
}

.file_download .myPage .el-pagination .el-input__inner:hover,
.news .myPage .el-pagination .el-input__inner:hover{
    background-color: #efefef;
    transition: all 0.2s ease;
}

.file_download .tit,
.news .tit {
    font-size: 0.2rem;
    font-family: 'siyuan';
}

.file_download .el-tabs__content .tag,
.news .el-tabs__content .tag{
    border-radius: 10rem;
}

.file_download .el-tabs__content .top-search,
.news .el-tabs__content .top-search{
    padding: 0 0 0.2rem 0.2rem;
}

.file_download .el-tabs__nav,
.news .el-tabs__nav,
.help .el-tabs__nav {
    background: #F7F7F7;
    border-radius: 10rem;
}

.file_download .el-tabs__item.is-active,
.news .el-tabs__item.is-active,
.help .el-tabs__item.is-active {
    color: #708FFF;
    background: #F0F3FF;
    border-color: #708FFF;
}

.file_download .el-tabs__item,
.news .el-tabs__item,
.help .el-tabs__item{
    padding: 0;
    width: 120px;
    text-align: center;
    border-radius: 10rem;
    border: 1px solid transparent;
    font-family: "siyuan";
    transition: all 0.2s ease;
}

.file_download .el-tabs__active-bar,
.file_download .el-tabs__nav-wrap::after,
.news .el-tabs__active-bar,
.news .el-tabs__nav-wrap::after,
.help .el-tabs__active-bar,
.help .el-tabs__nav-wrap::after{
    display: none;
}

.file_download .el-tabs__item:hover,
.news .el-tabs__item:hover,
.help .el-tabs__item:hover {
    background-color: #f3f3f3;
    transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {

    .file_download .el-main .main-card .search-input,
    .news .el-main .main-card .search-input {
        margin-bottom: 0.6rem;
        height: 40px;
        width: 100%;
    }

    .file_download .el-main .main-card .search-input .el-input__inner,
    .news .el-main .main-card .search-input .el-input__inner,
    .help .el-main .main-card .search-input .el-input__inner{
        height: 40px;
    }

    .file_download .el-tabs__item,
    .news .el-tabs__item,
    .help .el-tabs__item {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .file_download .el-tabs__content .box,
    .news .el-tabs__content .box{
        width: 100%;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .file_download .el-tabs__content .com-r-box,
    .news .el-tabs__content .com-r-box{
        width: 100% !important;
        border-radius: 10px;
    }

    .file_download .el-main .tit,
    .news .el-main .tit{
        font-size: 15px;
    }

    .file_download .el-main .total,
    .news .el-main .total{
        font-size: 14px;
    }

    .file_download .el-main .file_folder .item,
    .news .el-main .file_folder .item{
        font-size: 14px;
    }

    .file_download .el-main .tag,
    .news .el-main .tag{
        line-height: 20px;
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 13px;
    }

    .file_download .el-tabs__content .com-l-box,
    .news .el-tabs__content .com-l-box{
        width: 100%;
        padding: 15px;
    }

    .file_download .el-main .el-table th.el-table__cell>.cell,
    .news .el-main .el-table th.el-table__cell>.cell{
        font-size: 13px;
    }

    .file_download .el-main .el-table td.el-table__cell div,
    .news .el-main .el-table td.el-table__cell div{
        font-size: 13px;
    }

    .file_download .el-main tbody .el-table__row,
    .news .el-main tbody .el-table__row{
        height: 40px;
    }

    .file_download .el-main .myPage .el-pagination .el-pager li,
    .file_download .el-main .myPage .el-pagination .el-pagination__jump,
    .news .el-main .myPage .el-pagination .el-pager li,
    .news .el-main .myPage .el-pagination .el-pagination__jump{
        font-size: 13px !important;
    }

    .file_download .el-main .el-pager .number,
    .file_download .el-main .myPage .el-pagination .el-input__inner,
    .news .el-main .el-pager .number,
    .news .el-main .myPage .el-pagination .el-input__inner{
        width: 30px;
        height: 30px !important;
        line-height: 30px;
    }

    .file_download .el-main .myPage .el-pagination .el-pager li,
    .file_download .el-main .myPage .el-pagination .el-pagination__jump,
    .news .el-main .myPage .el-pagination .el-pager li,
    .news .el-main .myPage .el-pagination .el-pagination__jump {
        font-size: 13px !important;
        height: 30px;
        line-height: 30px;
    }

    .news .el-main .news-list .item .item-right {
        height: auto;
    }

    .news .el-main .news-list .title {
        margin-bottom: 0.1rem;
        font-size: 14px;
    }

    .news .el-main .news-list .info {
        font-size: 13px;
        color: #8692b0;
    }








    .dianle-h5 {
        display: flex !important;
    }

    .dianle-pc {
        display: none !important;
    }

    .header-right-item,
    .header-right .header-right-item .el-dropdown-header .head-box,
    .header-right .header-right-item .right-icon,
    .dianle-console{
        display: none !important;
    }

    .el-header {
        padding: 0 10px;
    }

    .dianle-username {
        display: flex !important;
    }

    .dianle-logo {
        width: 100px;
        height: 35px;
    }

    .header-right {
        gap: 5px;
    }

    .header-right .header-right-item .el-dropdown-header img {
        width: 30px;
        height: 30px;
        margin-right: 0;
    }

    .dianle-username {
        padding: 0 5px;
    }

    .menu-img {
        height: 12px;
    }

    .drawer-menu {
        background: #222430;
        font-size: 1.32rem;
    }

    .drawer-menu-logo {
        height: 25px;
        max-width: 100%;
        margin: 0 auto;
        font-size: inherit;
    }

    .drawer-menu-list-top {
        margin-top: 15px;
        padding: 0 10px;
    }

    .menu-top .el-menu-item {
        height: 35px;
        line-height: 35px;
        border-radius: 100px;
        font-size: 13px;
        padding: 0 15px !important;
    }
    .drawer-menu {
        font-size: 0.82rem;
    }

    .aside-menu-text {
        margin-left: 5px;
    }

    .el-container:nth-child(2) > .el-main {
        margin: 0;
        padding: 64px 12px 14px 12px;
    }



}
