/* 白色加粗字体透明导航 */
.white-bold-nav {
  background: transparent !important;
  font-family: 'Microsoft YaHei', 'SimHei', sans-serif;}

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;}

/* 一级菜单项 */
.nav-item {
  position: relative;
  background: transparent;}

/* 一级菜单链接 - 白色加粗字体 */
.nav-link {
  display: block;
  padding: 18px 25px;
  color: #ffffff !important; /* 白色字体 */
  text-decoration: none;
  font-size: 16px;
  font-weight: bold !important; /* 加粗字体 */
  white-space: nowrap;
  transition: all 0.3s ease;
  background: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.2);}

/* 移除外边框 */
.nav-list .nav-item:last-child .nav-link {
  border-right: none;}

/* 悬停效果 */
.nav-link:hover {
  color: #ffeb3b !important; /* 悬停时变为黄色 */
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);}

/* 当前选中项 */
.nav-item.active .nav-link {
  color: #ffeb3b !important; /* 激活时黄色 */
  font-weight: bold;}

/* 二级菜单 */
.submenu.level2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 220px;
  border: 1px solid #ddd;
  border-top: 3px solid #2a5caa;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  padding: 10px 0;
  z-index: 1000;}

.nav-item:hover .submenu.level2 {
  display: block;}

/* 二级菜单项 */
.submenu-item {
  position: relative;}

.submenu-link {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f5f5f5;
  background: white;}

.submenu-link:hover {
  background: #f0f8ff;
  color: #2a5caa;
  padding-left: 25px;
  font-weight: normal;}

/* 三级菜单箭头 */
.submenu-item.has-children .submenu-link::after {
  content: "›";
  float: right;
  margin-left: 10px;
  color: #999;
  font-size: 18px;}

/* 三级菜单 */
.submenu.level3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: white;
  min-width: 200px;
  border: 1px solid #ddd;
  border-top: 3px solid #2a5caa;
  padding: 10px 0;
  z-index: 1001;}

.submenu-item.has-children:hover .submenu.level3 {
  display: block;}

.level3-link {
  display: block;
  padding: 8px 15px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease;}

.level3-link:hover {
  background: #e6f7ff;
  color: #2a5caa;
  padding-left: 20px;
  font-weight: normal;}

/* 响应式设计 */
@media (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    background: rgba(42, 92, 170, 0.95);}
  
  .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
  
  .nav-link {
    border-right: none;
    text-align: center;
    padding: 15px 20px;}
  
  .submenu.level2,
  .submenu.level3 {
    position: static;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-left: 20px;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.95);}
  
  .submenu.level3 {
    position: static;
    margin-top: 5px;}
}
.fontstyle1019134{ font-size: 9pt; color: #222222; text-decoration: none ;}
.splitflagstyle1019134{ color: #222222 ;}
.winstyle1019134{ font-size: 9pt; color: #222222; font-family: 宋体 ;}

.font1019133{ font-size: 9pt ;}
.fontstyle1019133{ font-size: 9pt; color: #222222; font-family: 宋体 ;}

.footstyle1019120{ font-size: 9pt ;}
.votestyle1019120{ font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体 ;}
.navstyle1019120{ font-size: 9pt; color: #222222; font-family: 宋体; text-decoration: none ;}
.pagestyle1019120{ font-size: 9pt; color: #222222; font-family: 宋体 ;}
.authorstyle1019120{ font-size: 9pt ;}
.contentstyle1019120{ font-size: 9pt; line-height: 150% ;}
.titlestyle1019120{ font-weight: bold; font-size: 12pt ;}
.contextstyle1019120{ font-size: 9pt; color: #222222; font-family: 宋体; text-decoration: none ;}
.votetitlestyle1019120{ font-size: 9pt; color: #2b2b2b; font-family: 宋体 ;}
.timestyle1019120{ font-size: 9pt ;}
.winstyle1019120{ font-size: 9pt; font-family: 宋体 ;}
.c1019120_content span{
    font-size:100%;}
/* footer.css - 调整后超紧凑页脚样式 */
/* 所有类名前缀为f-避免冲突 */

/* 页脚基础样式 */
.f-container {
    position: relative;
    z-index: 1;
    margin-top: auto;}

.f-bg-wrapper {
    padding-top: 25px;
    width: 100%;
    background-image: url(./img/foot_box_bg.png);
    background-size: cover;
    background-repeat: no-repeat;}

/* 波浪动画效果 */
@keyframes f-wave-roll {
    0% { background-position: 0 bottom;}
    100% { background-position: 100% bottom;}
}

@keyframes f-wave-roll2 {
    0% { background-position: 0 bottom;}
    100% { background-position: -100% bottom;}
}

.f-waves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px; /* 减小波浪高度 */
    transform: translateY(-99%);
    overflow: hidden;
    z-index: -2;}

.f-waves .f-wave1 {
    position: relative;
    z-index: 2;
    height: 100%;
    background: url(./img/foot_bg.png) 0 bottom repeat-x;
    background-size: auto 100%;
    animation: 5s linear infinite f-wave-roll;}

.f-waves .f-wave2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(./img/foot_bg02.png) 0 bottom repeat-x;
    background-size: auto 100%;
    animation: 30s linear infinite f-wave-roll2;
    z-index: 1;}

/* 紧凑三列布局 */
.f-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0 8px 0;}

.f-column {
    flex: 1;
    min-width: 260px;
    padding: 0 12px;
    margin-bottom: 10px;}

/* 列标题 */
.f-title {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);}

/* 联系我们列 */
.f-contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;}

.f-contact-row {
    display: flex;
    gap: 6px;
    align-items: flex-start;}

.f-contact-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 2px;}

.f-contact-icon img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;}

.f-contact-text {
    flex: 1;}

.f-contact-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    margin-bottom: 1px;
    font-weight: 500;}

.f-contact-detail {
    color: white;
    font-size: 11px;
    line-height: 1.3;}

.f-contact-detail a {
    color: white;
    text-decoration: none;
    transition: color 0.2s ease;}

.f-contact-detail a:hover {
    color: #963b31;}

/* 备案信息居中显示 */
.f-beian-info {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;}

.f-beian-info p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 3px;}

/* 快捷链接列 */
.f-links-list {
    display: flex;
    flex-direction: column;
    gap: 6px;}

.f-link-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);}

.f-link-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(2px);}

.f-link-icon {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #963b31;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;}

.f-link-icon svg {
    color: white;
    width: 10px;
    height: 10px;}

.f-link-text {
    color: white;
    font-size: 11px;
    line-height: 1.2;
    flex: 1;}

/* 二维码列 */
.f-qr-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;}

.f-qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;}

.f-qr-image {
    width: 86px; /* 稍小以适应并排显示 */
    height: 86px;
    margin-bottom: 4px;
    background: white;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}

.f-qr-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;}

.f-qr-label {
    color: white;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 1px;}

.f-qr-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;}

/* 底部版权信息 */
.f-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 10px;}

.f-bottom-left,
.f-bottom-right {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 1.2;}

.f-bottom-left a,
.f-bottom-right a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.2s ease;}

.f-bottom a:hover {
    color: #963b31;
    text-decoration: underline;}

/* 响应式调整 */
@media (max-width: 1024px) {
    .f-column {
        flex: 0 0 50%;
        min-width: 240px;}
    
    .f-qr {
        flex: 0 0 100%;
        margin-top: 10px;}
    
    .f-qr-wrapper {
        justify-content: flex-start;
        gap: 20px;}
    
    .f-qr-item {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: auto;}
    
    .f-qr-image {
        width: 60px;
        height: 60px;
        margin-bottom: 0;}
}

@media (max-width: 768px) {
    .f-column {
        flex: 0 0 100%;
        min-width: 100%;
        padding: 0 8px;
        margin-bottom: 12px;}
    
    .f-columns {
        padding: 10px 0 6px 0;}
    
    .f-title {
        font-size: 13px;
        margin-bottom: 8px;}
    
    .f-contact-row {
        gap: 5px;}
    
    .f-contact-icon {
        width: 12px;
        height: 12px;}
    
    .f-contact-label,
    .f-contact-detail,
    .f-link-text {
        font-size: 10px;}
    
    .f-link-icon {
        width: 16px;
        height: 16px;}
    
    .f-link-icon svg {
        width: 8px;
        height: 8px;}
    
    .f-link-item {
        padding: 3px 5px;}
    
    .f-bottom {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        padding: 6px 0;}
    
    .f-bottom-left,
    .f-bottom-right {
        width: 100%;}
    
    .f-qr-wrapper {
        justify-content: center;
        gap: 15px;}
    
    .f-qr-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;}
    
    .f-waves {
        height: 40px;}
    
    .f-bg-wrapper {
        padding-top: 20px;}
}

@media (max-width: 480px) {
    .f-waves {
        height: 30px;}
    
    .f-bg-wrapper {
        padding-top: 15px;}
    
    .f-columns {
        padding: 8px 0 4px 0;}
    
    .f-qr-wrapper {
        flex-direction: column;
        gap: 10px;}
    
    .f-qr-image {
        width: 55px;
        height: 55px;}
    
    .f-contact-detail a {
        font-size: 9px;}
    
    .f-beian-info p {
        font-size: 9px;}
    
    .f-bottom-left,
    .f-bottom-right {
        font-size: 9px;}
}
