.font1071344{ font-size: 9pt ;}
.fontstyle1071344{ font-family: 宋体; font-size: 12px; color: #ffffff;}

/* 外层容器 */
#c1071324.main-nav {
    width: 100%;
    background-color: #003377;
    position: relative;}
#c1071324.main-nav .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between; /* 修改：菜单自动均分占满宽度 */
    align-items: center;
    position: relative;}
#c1071324 .nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%; /* 占满父容器宽度 */
    list-style: none;}
/* 一级菜单li，必须relative作为下拉定位基准 */
#c1071324 .nav-list > li {
    position: relative;
    flex: 1;}
/* 一级链接样式 */
#c1071324 .nav-list > li > a {
    display: block;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 20px;
    white-space: nowrap;
    text-decoration: none !important;
    text-align: center;}
#c1071324 .nav-list > li > a:hover {
    background-color: #004099;}
/* 当前选中高亮 */
#c1071324 .nav-list > li > a#current {
    background-color: #004099;
    color:#fff;}

/* ==========二级下拉菜单 sub-menu 蓝色主题+文字居中 ========== */
#c1071324 .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999999;
    margin:0;
    padding:0;
    list-style: none;
    background-color:#003377;
    min-width:140px;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);}
#c1071324 .sub-menu li a {
    display:block;
    padding:10px 12px;
    color:#ffffff;
    font-size:16px;
    text-decoration:none;
    white-space:nowrap;
    text-align:center;}
#c1071324 .sub-menu li a:hover {
    background-color:#004099;
    color:#ffffff;}

/* hover展开下拉，兼容IE6 htc的sfhover */
#c1071324 .nav-list > li:hover .sub-menu {
    display:block;}
#c1071324 .nav-list > li.sfhover .sub-menu {
    display:block;}

/* 移动端汉堡按钮 */
#c1071324 .menu-toggle {
    display: none;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    z-index: 99;}

.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.qrcode-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;}
.qrcode-tip {
    color: #fff;        /* 适配你页面蓝色背景白色文字 */
    font-size: 20px;
    margin-bottom: 8px;  /* 文字和二维码之间的间距 */
    text-align: center;}
