#app {
    min-height: calc(100vh - 90px);
}

html {
    margin-top: 0 !important;
}

header nav {
    display: none;
}

#modalDialog {
    display: none;
}



.header-top {
    /* min-width: 1200px; */
    /* height: 60px; */
    /* width: 100%; */
    /* background: #2B303B; */
    /* display: none; */
}
@media (min-width: 750px) {
    .header-fixed {
        width: 100%;
        height: 50px;
        z-index: 98;
        background: #001B34;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
    }

    #site-top {
        display: flex;
        flex-direction: row;
        /* justify-content: space-between; */
        height: 50px;
        /* width: 1200px; */
        margin: 0 auto;
        position: relative;
        z-index: 98;
        background: #001B34;
        padding: 0 30px;
    }
    
    .top-logo {
        width: 80px;
        height: 22px;
        margin-right: 40px;
        align-self: center;
    }
    
    .top-logo img {
        width: 80px;
        height: 22px;
    }
    
    .top-menu {
        display: flex;
        flex: 1;
        margin: 0;
        flex-direction: row;
        position: relative;
    }
    
    .top-menu {
        display: flex;
        flex-direction: row;
        gap: 18px;
    }
    
    .top-menu>li {
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 28px;
        width: 98px;
        position: relative;
    }
    
    .top-menu li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        font-style: normal;
        font-family: 'PingFang SC','SF Pro Display','Microsoft YaHei',Roboto,Noto,Arial,sans-serif;
    }
    
    .top-menu>li:hover::after {
        content: ''; /* 伪元素内容 */
        position: absolute; /* 绝对定位 */
        bottom: 0; /* 定位到底部 */
        left: 50%; /* 水平居中起始位置 */
        transform: translateX(-50%); /* 水平居中调整 */
        width: 28px; /* 伪元素宽度，即边框长度 */
        height: 2px; /* 伪元素高度，即边框粗细 */
        background-color: rgba(255, 81, 0, 0.5); /* 边框颜色 */
    }
    
    .top-menu li:hover>a {
        font-weight: bold;
    }
    
    .top-menu .current-menu-parent>a {
        font-weight: bold;
    }
    
    .top-menu .current-menu-item>a {
        font-weight: bold;
    }
    
    .top-menu>.current-menu-parent::after,
    .top-menu>.current-menu-item::after {
        content: ''; /* 伪元素内容 */
        position: absolute; /* 绝对定位 */
        bottom: 0; /* 定位到底部 */
        left: 50%; /* 水平居中起始位置 */
        transform: translateX(-50%); /* 水平居中调整 */
        width: 28px; /* 伪元素宽度，即边框长度 */
        height: 2px; /* 伪元素高度，即边框粗细 */
        background-color: #FF5100; /* 边框颜色 */
    }
    
    #site-top .personal {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-self: center;
        display: none;
    }
    
    #site-top .personal .photo {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }
    
    #site-top .personal .name {
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        font-style: normal;
    }

    #site-top .login {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-self: center;
    }

    #site-top .login .name {
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        font-style: normal;
    }

    .menu-nav {
        display: flex;
        flex: 1;
        width: 100px;
        justify-content: center;
        align-items: center;
    }

    .sub-menu {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 50px;
        display: none;
        z-index: 99;
        width: 98px;
        background: #001B34;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 4px 4px;
        padding: 10px 0 11px;
        /* gap: 16px; */
    }


    .sub-menu li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 98px;
        height: 32px;
    }

    .sub-menu li a {
        font-weight: normal;
        font-size: 12px;
        color: #FFFFFF;
        /* line-height: 17px; */
        font-style: normal;
    }

    .sub-menu li:hover {
        background: rgba(255, 255, 255, 0.06);
    }

    .sub-menu li:hover a {
        font-weight: bold;
    }

    .sub-menu>.current-menu-item {
        /* background: rgba(255, 255, 255, 0.06); */
    }

    /* 选中导航菜单的样式 */
    .hover-menu-item {
        background: rgba(254, 81, 2, 0.06);
    }

    .hover-menu-item a {
        height: 20px;
        font-size: 14px;
        font-weight: normal;
        color: #111111;
        line-height: 20px;
    }
    /* 网站头部导航样式结束 */
}



/*网站底部版权样式开始*/
#site-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90px;
    align-items: center;
    background: #001529;
    padding-top: 12px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
}

#site-bottom .footer-company {
    height: 19px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    opacity: 0.3;
}


#site-bottom a {
    height: 19px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    opacity: 0.3;
}

#site-bottom .footer-top {
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


#site-bottom .footer-top a {
    height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.5;
}

#site-bottom .footer-top img {
    width: 1px;
    height: 16px;
    margin: 0 20px;
}

#site-bottom .footer-center {
    height: 19px;
    margin-top: 8px;
}

#site-bottom .footer-bottom {
    height: 19px;
    margin-top: 2px;
    justify-content: center;
}

#site-bottom img {
    margin-right: 6px;
}

.footer-pc {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #001529;
    font-size: 12px;
    line-height: 14px;
    gap: 7px;
    display: none;
}

.footer-pc .icon {
    width: 12px;
    margin-right: 4px;
}

.footer-pc a {
    color: rgba(255, 255, 255, 0.3);
}

.footer-pc div {
    display: flex;
    gap: 8px;
    align-items: center;  
}

.footer-pc div span {
    display: flex;
    align-items: center;
}

.footer-h5 {
    width: 100%;
    height: 60px;
    padding: 0 16px;
    background: #FFFFFF;
    box-shadow: 0 -0.05px 0 0 rgba(0, 0, 0, 0.1);
    filter: blur(0rem);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.footer-h5 p {
    font-size: 12px;
    color: #B2B2B2;
    line-height: 24px;
    text-align: center;
}

@media (max-width:750px) {
    #site-bottom {
        display: none;
    }

    .footer-pc {
        display: none;
    }

    .footer-h5 {
        display: flex;
    }
}

@media (min-width:750px) and (max-width:1500px) {
    #site-bottom {
        display: none;
    }

    .footer-pc {
        display: flex;
    }

    .footer-h5 {
        display: none;
    }

    #app {
        min-height: calc(100vh - 72px);
    }
}

@media (min-width:1500px) {
    #site-bottom {
        display: flex;
    }

    .footer-pc {
        display: none;
    }

    .footer-h5 {
        display: none;
    }

    #app {
        min-height: calc(100vh - 90px);
    }
}