#menu_dropdown .hide {
    display: none !important;
}

#Hui-userbar {
    position: relative;
    right: 0;
    width: 100%;
}

.Hui-aside {
    width: 220px;
    top: 0px;
    padding-top: 0px;
    /* background-color: #fff !important; */
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
}

.bk_2 {
    flex: 1;
    overflow: auto;
    padding-bottom: 20px;
}

/* Demonstrate a "mostly customized" scrollbar
* (won't be visible otherwise if width/height is specified) */
.Hui-aside::-webkit-scrollbar {
    width: 5px;
    /* or add it to the track */
}

/* Add a thumb */
.Hui-aside::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.navbar .logo {
    height: 60px;
    line-height: 60px;
    margin-right: 0px;
    float: left;
    width: 180px;
    text-align: center;
}


.Hui-article {
    top: 60px;
    left: 10px;
}

.menu-three-title {
    color: #666;
    border-bottom: 0px solid #e5e5e5;
    padding-left: 26px;
    font-weight: normal;
    line-height: 35px;
    display: block;
}

.menu-three-icon {
    position: absolute;
    right: 15px;
    transition-property: all;
    transition-duration: 0.3s;
    color: #b6b7b8;
}

.menu-three-title:hover {}



/*选项卡导航*/
.acrossTab li {
    padding: 0 30px 0 25px;
    height: 40px;
    line-height: 40px;
}

.acrossTab li i {
    right: 12px;

}

.Hui-tabNav {
    overflow: initial !important;
}

.Hui-tabNav .acrossTab {
    top: 0px;
    height: 50px;
    line-height: 50px;
}

.Hui-tabNav,
.Hui-tabNav-wp {
    height: 50px;
}

.Hui-tabNav-wp {
    flex: 1;
    min-width: 1px;
}

.Hui-tabNav,
.Hui-tabNav .acrossTab li .Hui-tabNav {
    background-color: white;
    z-index: 3;
}

.Hui-tabNav .acrossTab li {
    height: 50px;
    line-height: 50px;
}

.Hui-tabNav .acrossTab li span {
    max-width: 120px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.Hui-tabNav {
    /* border: 1px solid #D5D5D5; */
    padding-right: 0;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    box-shadow: -4px 1px 4px 0 rgb(0 21 41 / 8%);
}

.Hui-tabNav-more {
    position: relative;
    right: 17px;
    width: 88px;
    top: 0;
    display: none;
    margin-left: 28px;
    min-width: 70px;
}

.acrossTab li.active {
    background-position: 0 -120px;
    z-index: 99;
    background: #DFDFDF;
    color: #333;
}

.Hui-tabNav .acrossTab li em {
    height: 50px;
}


.acrossTab li {
    /* transition: background-color 0.15s; */
    background-position: 0 8px;
    background-image: url(/static/h-ui/static/h-ui/images/acrossTab/acrossTab-bg.png);
}

.acrossTab li:hover {
    background-color: #f1f1f1;
}

.acrossTab li em {
    background-image: none;
}

.logo_left_header {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -4px 1px 4px 0 rgb(0 21 41 / 8%);
}

.logo_left_header h1 {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 0 12px;
    font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #0052c7;
    vertical-align: middle;
    padding: 0;
}

.logo_left_header img {
    width: 36px;
    height: auto;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.logo_left_header_title {
    justify-content: start;
    padding-left: 15px;
}

.logo_left_header_title.logo_left_header img,
.logo_left_header_title.logo_left_header svg {
    width: auto;
    height: 46px;
    max-width: 220px;
}

.fold_box .fa {
    right: 21px;
}

.Hui-aside .menu_dropdown dl>dt .menu_dropdown-arrow {
    right: 21px;
}

.ben-scrollbar::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;

}

.ben-scrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

.ben-scrollbar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.ben-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #b1b1b1;
}

.menuresult {
    z-index: 999;
    position: absolute;
    top: 135px;
    left: 9px;
    width: 200px;
    min-height: 50px;
    max-height: 250px;
    overflow: auto;
    margin: 0;
    border: 1px solid #666;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
}

.menuresult a {
    border-top: 1px solid #eee;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
    display: block;
    padding: 10px 15px;
    color: #222d32;
}

.hide {
    display: none;
}

.hide-item {
    display: none !important;
}

.navbar-nav>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav>ul>li span,
.navbar-nav>ul>li>a {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* display: flex;
align-items: center;
justify-content: center; */
}

.Hui-aside .menu_dropdown>dl>dd>ul>li a {
    color: #333333;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.Hui-aside .menu_dropdown>dl>dt>a {
    display: block;
}

.census-modal-title {
    font-size: 14px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.census-modal-title .txt {
    padding: 3px 5px;
}

.flex-sub {
    flex: 1;
    min-width: 1px;
}

.mb10 {
    margin-bottom: 10px;
}

.name_list>.dropDown.open>.dropDown-menu {
    left: auto;
    right: 0;
}

.market-nav {
    display: flex;
    margin-right: 20px;
    background: #409EFF;
    color: #fff;
    border-radius: 100px;
    height: 26px;
    line-height: 26px;
    padding: 0 14px;
    cursor: pointer;
}

.market-nav i {
    margin-right: 5px;
}

.fold_box .fa {
    color: #666;
}

.nav-fold>ul {
    box-shadow: 0px 6px 10px 4px #ddd
}

.wm {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background-repeat: repeat;
    filter: opacity(50%);
    background-position: 150px 100px, 0 0;
}

.fireworks-box {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* pointer-events: none; */
}

.dropDown>.dropDown-menu {
    max-height: 80vh;
    overflow: auto;
}

.dropDown .active {
    position: relative;
}

.dropDown .active::after {
    content: "√";
    position: absolute;
    color: #0684e8;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

/* layer弹窗拖拽 */
.layer_drag {
    display: block;
    background: transparent;
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: w-resize;
}

/* layer 自定义按钮样式 */
.demo-class .layui-layer-btn .layui-layer-btn0 {
    background-color: #fff;
    color: #333;
    border-color: #dedede;
}

.demo-class .layui-layer-btn .layui-layer-btn1 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}

body {
    user-select: none;
}

.nav-fold ul>li .Hui-iconfont,
.nav-fold ul>li .iconfont,
.nav-fold ul>li .fa {
    margin-right: 5px;
}

/* 搜索输入框 */
.Hui-search {
    display: flex;
    align-items: center;
    padding: 0 16px 5px;
    position: relative;
}

.Hui-search .Hui-search-icon {
    position: relative;
    cursor: pointer;
}

.Hui-search .Hui-search-icon .Hui-iconfont {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.Hui-search .hui-input-text {
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    width: 90%;
    /* transition: all 0.2s linear 0s; */
    padding: 5px 26px;
    border-radius: 15px;
    margin: 0 7px;
    font-size: 12px;
}

.Hui-search .hui-input-text:focus {
    border: 1px solid #69b9ff;
}

.Hui-search .fold_box {
    position: relative;
    width: 30px;
    height: 22px;
    background: #ebebeb;
    border-radius: 6px;
    line-height: 22px;
    padding: 0;
}

.Hui-search .fold_box .fa {
    right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    text-align: center;
}

.hui-dropdown-menu::-webkit-scrollbar {
    width: 3px;
}

.hui-dropdown {
    cursor: pointer;
    position: absolute;
    left: 14px;
    /* top: 109px; */
    top: 90px;
    z-index: 12;
    font-size: 12px;
}

.hui-dropdown ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.hui-dropdown .hui-menu {
    width: 160px;
    max-height: 210px;
    overflow: auto;
    background-color: #ffffff;
}

.hui-dropdown .hui-menu-item {
    padding: 4px 16px;
    padding-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.hui-dropdown .hui-menu-item:hover,
.hui-dropdown .hui-menu-item.active {
    color: #4981fa;
}

.menu-three-title-a:hover {
    color: #4981fa;
}

.dislpayArrow a svg {
    display: none;
}

.round_icon_item i {
    font-size: 18px;
}

.dislpayArrow .pngfix svg {
    display: none;
}

.menu_dropdown .badge {
    background-color: #dd514c;
    padding-right: 6px;
    padding-left: 6px;
}

.navbar-ps {
    /* position: absolute;
right: 40px;
top: 0; */
}

#videoModal .video-dialog {
    width: 800px;
}

.modal-header .modal-title {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
}

.navbar-icons-box {
    position: absolute;
    right: 40px;
    top: 0;
    color: #666;
}

.navbar-icons-box i {
    cursor: pointer;
    font-size: 12px;
}

.navbar-icons-box i:hover {
    color: #409EFF;
}

.navbar-icons-box+.menu-three-title-a {
    padding-right: 75px;
}

.text-help-color {
    color: #FFE8B2 !important;
}

.fs23 {
    font-size: 23px !important;
}

.layer-update-log .layui-layer-content {
    min-width: 250px;
    max-width: 80vw;
    max-height: 80vh;
    overflow: hidden;
}

.layer-update-log .layui-layer-content .markdown-body {
    overflow: auto;
    height: 100%;
}

.layer-update-log .markdown-top .top-image {
    width: 100%;
}

.layer-update-log .markdown-top .top-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    padding: 20px 10px 0;
    letter-spacing: 2px;
}

.padding15 {
    padding: 15px;
}

.ben-scrollbar10::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
    scrollbar-arrow-color: red;
}

.ben-scrollbar10::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #C1C1C1;
    scrollbar-arrow-color: red;
}

.ben-scrollbar10::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: #F1F1F1;

}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 2s infinite;
}

.nav-qrcode {
    position: relative;
}

.nav-qrcode:hover .AI_QRcode {
    display: block;
}

.AI_QRcode {
    display: none;
    position: absolute;
    top: 56px;
    width: 180px;
    height: 180px;
    padding: 10px;
    box-shadow: 0px 6px 10px 4px #ddd;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
}

.nav_round_icon .round_icon_item {
    cursor: pointer;
}

/* 数字人右侧占位 */
.Hui-article-box {
    display: flex;
    flex-direction: column;
}

.iframe-section {
    display: flex;
    flex: 1;
}

.iframe-section .iframe_box {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100%;
}

.iframe-section .Hui-article {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100%;
    height: 100%;
    flex: 1;
}

.flex-center-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes actFadeOut {
    from {
        background-color: #4981FA;
    }

    to {
        background-color: transparent;
    }
}

.act-fade-out {
    animation: actFadeOut 3s forwards;
}


/* 喜报-活动提醒样式 start */
.GoodnewsImgWrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    opacity: .9;
    z-index: 10000;
    max-height: 100vh;
}
.GoodnewsImgWrapper .close-icon {
    position: absolute;
    right: -80px;
    top: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    cursor: pointer;
    -webkit-transition: all .2s cubic-bezier(.55,.055,.675,.19);
    transition: all .2s cubic-bezier(.55,.055,.675,.19);
    -webkit-filter: contrast(.5);
    filter: contrast(.5)
}

.GoodnewsImgWrapper .close-icon:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.GoodnewsImgWrapper .close-icon:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.GoodnewsImgWrapper .close-icon:after,.GoodnewsImgWrapper .close-icon:before {
    content: " ";
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all .2s cubic-bezier(.55,.055,.675,.19);
    transition: all .2s cubic-bezier(.55,.055,.675,.19);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.GoodnewsImgWrapper .close-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.GoodnewsImgWrapper .close-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.GoodnewsImgWrapper .content-wrapper {
    position: absolute;
    font-size: 14px;
    color: rgba(0,0,0,.45)
}
.GoodnewsImgWrapper .avatar-wrapper {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
}
.GoodnewsImgWrapper .img-wrapper {
    border-radius: 4px;
    overflow: hidden
}
.GoodnewsImgWrapper img {
    display: block
}
.GoodnewsImgWrapper .avatar-wrapper .avatar,
.GoodnewsImgWrapper .avatar-wrapper .nickname {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    border-radius: 50%;
    background-color: #0052c7;
    color: #fff;
}
.GoodnewsImgWrapper .avatar-wrapper .avatar {
    display: block;
    font-size: 0;
}
/* 喜报-活动提醒样式 end */
body .layer-update-log .markdown-top .top-title {
    font-size: 22px;
    font-weight: initial;
}

body .markdown-body img {
    box-shadow: initial;
    border-radius: 0;
}

body .markdown-body h2 {
    font-weight: initial;
    font-size: 18px;
    border-bottom: none;
}

body .markdown-body h3 {
    font-weight: initial;
    font-size: 16px;
}

body .markdown-body h4 {
    font-weight: initial;
    font-size: 14px;
}

/* AI图表样式 */
#fastgpt-chatbot-window {
    bottom: 105px !important;
}

#fastgpt-chatbot-button {
    width: auto !important;
    height: 60px !important;
}

/* 全屏样式 */
.full_screen .iframe-section {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
}

.full_screen .Hui-aside,
.full_screen .dislpayArrow {
    display: none !important;
}

.message-pop {
    min-width: 200px;
}

.message-pop img {
    max-width: 200px;
}

.a {
    cursor: pointer;
}

/* 竖屏 */
.szg-szr-box {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 500px;
    z-index: 1000;
}

.szg-szr-box.full-screen {
    width: 100%;
    height: 100%;
}

/* 数字人-右侧全屏 */
.Hui-article-box .iframe-right {
    width: 0;
    background-color: #90A4B0;
    background-image: linear-gradient(to right, #96AAB6, #869CAB);
}

.szg-szr-box,
#szr-app {
    pointer-events: none;
}

.szg-szr-box .pause-btn,
#szr-app .pause-btn {
    pointer-events: auto;
}