
        #marquee {
            width: calc(100% - 0.5rem);
        }

        .tab-links li {
            width: 1.5rem;
        }

        .down-triangle {
            left: 0.6rem;
        }
		
    /* 在广告顺序调整好之前隐藏广告列表 */
    #gg {
      display: none;
    }
	
/* 样式重置 */
#fxtab {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 样式统一 */
#fxtab li {
	width: 18%;
	text-align: center;
    padding: 5px 4px;
    margin: 3px 3px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    font-size: 0.25rem;
    color: #333;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

/* 默认样式 */
#fxtab li:hover {
    background-color: #f5f5f5;
}

/* 活动标签样式 */
#fxtab li.active {
    border-color: red;
    color: red;
    background-color: #fff;
}



        /* 自定义样式 */
        body {
            margin: 0; /* 去除默认边距 */
            padding: 0;
            display: flex;
            justify-content: center; /* 居中 */
            align-items: center; /* 垂直居中 */
            background-color: #f9f9f9; /* 背景颜色 */
        }
        .swiper {
            width: 100%; /* 宽度100% */
            max-width: 800px; /* 最大宽度 */
            height: auto; /* 高度自适应 */
        }
        .swiper-slide img {
            width: 100%; /* 图片宽度100% */
            height: auto; /* 高度自适应 */
            object-fit: cover; /* 保持图片比例，裁剪超出部分 */
            border-radius: 15px; /* 添加圆角，15px可根据需要调整 */
        }



        /* 返回顶部按钮样式，使用图片 */
        #backToTopBtn {
            display: none; /* 默认隐藏 */
            position: fixed;
            bottom: 143px;
            right: 21px;
            z-index: 99;
            width: 50px;
            height: 50px;
            border: none;
            outline: none;
            background-image: url('/img/fhdb.png'); /* 设置按钮背景图片 */
            background-size: cover; /* 图片覆盖整个按钮 */
            background-position: center;
            cursor: pointer;
            border-radius: 50%; /* 圆形按钮效果 */
        }

        #backToTopBtn:hover {
            opacity: 0.8; /* 悬停时透明度变化 */
        }









/* 跳转样式 */
     .dzw, .tiaotiao, .gjp, .bxj, .gp, .tongcheng, .zdr, .hdx, .smh, .hj, .hcs, .lhtx, .pglt, .thfc {
            font-size: 0.2rem;
            padding: 0.05rem;
            background: #F14555;
            color: #fff;
            border-radius: 0.1rem;
            text-decoration: none; 
            position: relative;
            cursor: pointer; 
        }

     .dzw::after, .tiaotiao::after, .gjp::after, .bxj::after, .gp::after, .tongcheng::after, .zdr::after, .hdx::after, .smh::after, .hj::after, .hcs::after, .lhtx::after, .pglt::after, .thfc::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            pointer-events: all; 
        }

  /* 跳转样式 */
    
    
     .zlys {
  
            display: flex;
            justify-content: space-between;
       font-family: "Roboto", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
       }
     
  .bs {
            color: #FF0000;
            background-color: #FFFF00;
      border-radius: 5px; 
        }













