/*调整全局字体大小*/
body,html{font-size:14px;}

/*左导航悬浮sidebar-menu-inner宽度调整为90px*/
.sidebar-popup.sidebar-menu-inner > div > ul > li.sidebar-item>ul{position:absolute;top:0px;left:10px;width:90px;z-index:99}
.sidebar-popup.sidebar-menu-inner ul{width:90px}
.sidebar-popup.sidebar-menu-inner ul li{width:90px}

/*隐藏左导航scrollbar*/
.sidebar-menu.flex-fill::-webkit-scrollbar{display:none}

/*搜索框搜索图标颜色*/
#search button i{color:#6C757D;font-size:18px}

/*顶部导航栏字体+图标颜色*/
.big-header-banner .page-header{color:#ffffff;background:rgba(255,255,255,0);box-shadow:none;transition:color .3s,background-color .3s}
.big-header-banner:not(.header-bg) .page-header .navbar-nav>li>a,.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item){color:#ffffff;}
.big-header-banner:not(.header-bg) .page-header .navbar-nav>li>a:hover,.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item):hover{color:#dc3545;}
.big-header-banner:not(.header-bg) .header-mini-btn path{stroke:#ffffff;}
.big-header-banner:not(.header-bg) .header-mini-btn label:hover path{stroke:#ffffff;}

/*搜索栏字体+背景*/
.header-big #search-text{color:#6C757D;}
.io-black-mode .header-big #search-text{color:#fff;}

/*搜索activate图标颜色*/
.header-big .search-type input:checked+label:before{content:'';border-width:8px 8px 0px 8px;border-style:solid;border-color:#ffffff transparent transparent;position:absolute;left:50%;top:0;margin-left:-8px}

/*主页搜索搜索框(头+底部)字体颜色*/
.header-big:not(.no-bg) .s-type-list{color:#20c997}
.header-big:not(.no-bg) .text-muted,.header-big:not(.no-bg) .search-type .menu-item a,.header-big:not(.no-bg) .big-title .h1{color:#ffffff!important}

/*主页header-banner底部宽度*/
.post-top{padding-bottom:50px}

/*左导航二级导航标题左侧距离*/
.sidebar-menu-inner ul li ul li a{margin-left:30px;}

/*头部导航二级导航iconfont图标*/
.navbar-collapse ul li.menu-item-has-children:after{content:'\e612';}

/*搜索部分背景样式*/
.header-big.css-color{background-size:unset;background-position:unset;animation:unset;}

/*搜索热词样式调整*/
.search-hot-text{
    position: absolute;
    z-index: 100;
    width: 100%;
    border-radius: 0 0 10px 10px;

/*Telegram图标样式*/
.telegram-icon {
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
    transition: filter 0.3s ease;
}

.telegram-icon:hover {
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
    background: #FFF;
    box-shadow: 0px 4px 5px 0px #cccccc94;
    overflow: hidden;
}
.search-hot-text ul{
    margin: 0;
    padding: 5px 0;
}
.search-hot-text ul li{
    line-height: 30px;
    font-size: 14px;
    padding: 0px 25px;
    color: #777;
    cursor: pointer;
}
.io-black-mode .search-hot-text ul li{
    color: #fff;
}    
.search-hot-text ul li.current{
    background: #f1f1f1;
    color: #2196f3;
}
.search-hot-text ul li:hover{
    background: #f1f1f1;
    color: #2196f3;
    cursor: pointer;
}
.search-hot-text ul li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #e5e5e5;
    margin-right: 10px;
    border-radius: 10px;
    color: #999;
}

footer.main-footer .footer-text {
    text-align: center;
}
footer.main-footer .footer-text a {
    color: #007bff;
}
footer.main-footer .footer-text a:hover {
    color: red;
}

/*About页面*/
.panel .panel-body a {color: #007bff;}
.panel .panel-body a:hover {color: #979898;}

/*网格背景*/
.io-grey-mode .page-container .grid-bg {
    background-image: linear-gradient(rgba(50, 0, 0, 0.05) 1px, transparent 0), linear-gradient(90deg, rgba(50, 0, 0, 0.05) 1px, transparent 0); 
    background-size: 15px 15px;
    background-color: #d8d8d8;
}

/*导航 Logo 图标裁剪边角*/
.url-card .url-img > img {
    border-radius: 20%;
}

/* DH123_BRAND_SYSTEM */
:root{--brand-primary:#155EEF;--brand-dark:#0B3CC1;--brand-accent:#19C2FF;--brand-soft:#EEF4FF}
a{color:var(--brand-primary)}
a:hover{color:var(--brand-dark)}
.dh123-brand{display:flex;align-items:center;gap:10px;text-decoration:none!important;min-width:0}
.dh123-brand img{display:block;flex:0 0 40px}
.dh123-wordmark{display:flex;align-items:baseline;gap:5px;white-space:nowrap;color:#17233a;font-size:17px;letter-spacing:-.2px}
.dh123-wordmark strong{font-size:20px;font-weight:800;color:var(--brand-dark);letter-spacing:-.5px}
.dh123-wordmark span{font-weight:500;color:#516075}
.io-black-mode .dh123-wordmark,.io-black-mode .dh123-wordmark span,.io-black-mode .dh123-wordmark strong{color:#eef4ff}
.dh123-mobile-brand{display:flex;align-items:center;gap:9px;color:#17233a!important;font-size:16px;white-space:nowrap}
.dh123-mobile-brand img{width:36px;height:36px;object-fit:contain}
.dh123-mobile-brand strong{font-weight:800;color:var(--brand-dark)}
.big-header-banner:not(.header-bg) .dh123-mobile-brand,.big-header-banner:not(.header-bg) .dh123-mobile-brand strong{color:#fff!important}
.big-header-banner.header-bg .dh123-mobile-brand,.big-header-banner.header-bg .dh123-mobile-brand strong{color:var(--brand-dark)!important}
.io-black-mode .dh123-mobile-brand,.io-black-mode .dh123-mobile-brand strong{color:#fff!important}
.dh123-home-intro{max-width:940px;margin:0 auto;padding:22px 22px 13px;text-align:center;color:#fff}
.dh123-home-intro .dh123-kicker{display:inline-block;margin-bottom:9px;padding:5px 12px;border:1px solid rgba(255,255,255,.5);border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.5px}
.dh123-home-intro h1{margin:0 0 8px;font-size:34px;line-height:1.25;font-weight:800;letter-spacing:-.8px;color:#fff}
.dh123-home-intro p{max-width:760px;margin:0 auto;color:rgba(255,255,255,.91);font-size:15px;line-height:1.75}
.header-big.css-color{background:#155EEF!important}
.header-big:not(.no-bg) .s-type-list,.header-big:not(.no-bg) .s-type-list label{color:rgba(255,255,255,.82)!important;opacity:1!important}
.header-big:not(.no-bg) .s-type-list label.active{color:#fff!important;font-weight:700}
.btn-primary,.badge-primary{background-color:var(--brand-primary)!important;border-color:var(--brand-primary)!important}
.sidebar-menu-inner a:hover,.sidebar-menu-inner .active>a{color:var(--brand-primary)!important}
.io-black-mode .url-card .text-muted,.io-black-mode .url-card p,.io-black-mode .url-card .url-info{color:#cbd5e1!important}
.io-black-mode .url-card strong{color:#f8fafc}
footer.main-footer .footer-text a,.panel .panel-body a{color:var(--brand-primary)}
footer.main-footer .footer-text a:hover,.panel .panel-body a:hover{color:var(--brand-dark)}
.io-grey-mode .page-container .grid-bg{background-image:linear-gradient(rgba(21,94,239,.045) 1px,transparent 0),linear-gradient(90deg,rgba(21,94,239,.045) 1px,transparent 0);background-color:#f4f7fc}
.dh123-about{max-width:940px;margin:32px auto 70px;padding:0 8px}
.dh123-about .about-lead{font-size:17px;color:#475467;max-width:760px}
.dh123-about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0}
.dh123-about-card{padding:24px;background:#fff;border:1px solid #e1e8f2;border-radius:14px;box-shadow:0 8px 24px rgba(22,58,126,.06)}
.dh123-about-card h2{font-size:19px;margin:0 0 10px;color:#17233a}.dh123-about-card p{margin:0;color:#667085;line-height:1.8}
.io-black-mode .dh123-about .about-lead,.io-black-mode .dh123-about-card p{color:#cbd5e1}.io-black-mode .dh123-about-card{background:#2c2e2f;border-color:#43474b}.io-black-mode .dh123-about-card h2{color:#f8fafc}
@media(max-width:767.98px){.dh123-home-intro{padding:15px 18px 8px}.dh123-home-intro h1{font-size:28px}.dh123-home-intro p{font-size:14px}.sidebar-logo{padding-left:16px}.dh123-wordmark{font-size:16px}.main-content main>.container{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important;overflow:hidden}.content,.content>*{max-width:100%;box-sizing:border-box}.content p,.content li,.content a,.content blockquote{overflow-wrap:anywhere;word-break:break-word}.content ul,.content ol{padding-left:24px}.content blockquote{margin-left:0!important;margin-right:0!important;padding:14px 16px!important}.content pre{max-width:100%;overflow-x:auto}.content table{display:block;max-width:100%;overflow-x:auto}.dh123-about{margin-top:22px}.dh123-about-grid{grid-template-columns:1fr}.dh123-about-card{padding:20px}}
/* DH123_PREDEPLOY */
.dh123-header-note{margin:0;color:inherit;font-size:13px}.dh123-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;margin:22px 0 8px;color:#667085;font-size:13px}.dh123-breadcrumb a{color:var(--brand-primary)}.dh123-home-resources,.dh123-home-faq{margin:12px 0 30px}.dh123-home-resources>h2,.dh123-home-faq>h2{font-size:18px;margin:0 0 16px;color:#5f6b7a}.dh123-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dh123-resource-grid>a{display:flex;flex-direction:column;gap:6px;padding:18px 20px;background:#fff;border:1px solid #e1e8f2;border-radius:10px;text-decoration:none;box-shadow:0 4px 14px rgba(22,58,126,.04)}.dh123-resource-grid strong{color:#17233a;font-size:15px}.dh123-resource-grid span{color:#667085;font-size:13px;line-height:1.7}.dh123-home-faq details{padding:14px 18px;background:#fff;border:1px solid #e1e8f2;border-radius:9px;margin-bottom:10px}.dh123-home-faq summary{cursor:pointer;font-weight:700;color:#24324a}.dh123-home-faq p{margin:10px 0 0;color:#667085;line-height:1.7}.io-black-mode .dh123-resource-grid>a,.io-black-mode .dh123-home-faq details{background:#2c2e2f;border-color:#43474b}.io-black-mode .dh123-home-resources>h2,.io-black-mode .dh123-home-faq>h2,.io-black-mode .dh123-resource-grid strong,.io-black-mode .dh123-home-faq summary{color:#f8fafc}.io-black-mode .dh123-resource-grid span,.io-black-mode .dh123-home-faq p{color:#cbd5e1}button.btn{border:0;cursor:pointer}.dh123-promotion{margin:24px 0;padding:18px;border:1px solid #dfe6ef;border-radius:12px;background:#fff}.dh123-promotion-label{display:inline-block;margin-right:8px;padding:2px 7px;border-radius:999px;background:#eef4ff;color:#0b3cc1;font-size:12px}.dh123-local-search~#search-list-menu,.dh123-local-search~#search-list,.dh123-local-search~.search-hot-text,#search-list-menu{display:none!important}@media(max-width:767.98px){.dh123-resource-grid{grid-template-columns:1fr}.dh123-home-resources,.dh123-home-faq{margin-bottom:24px}.dh123-header-note{display:none}}
