        /* 定义浮动动画 */
        @keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
            }

            100% {
                transform: translateY(0);
            }
        }

        /* 应用动画到a标签内的文字 */
        .interlinking_11 a p {
            animation: float 2s ease-in-out infinite;
            font-weight: 900;
        } 
 
 
  /* ---------------------------------------五个图标跳转------------------------------------------------- */
  .linzi{
    background-color: rgb(243, 219, 0);
    display: flex;
    justify-content: space-between;
}

.linzi a{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease; /* 添加过渡效果，使放大更平滑 */
}

/* 鼠标悬浮时 a 链接放大 */
.linzi a:hover {
    transform: scale(1.1); /* 放大到原来的 1.1 倍，可根据需要调整 */
}

.linzi a span {
    font-family: Arial, "宋体";
    font-size: 15pt;
    font-weight: 900; 
    color: black; 
}

.linzi a:hover span {
    color: red; 
}

@keyframes jump {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.linzi a img {
    animation: jump 1.5s infinite;
}
 /* ---------------------------------------五个图标跳转------------------------------------------------- */
 
 
  /* ---------------------------------------各种绝杀专区------------------------------------------------- */
         /* 使用相对单位 rem 来设置字体大小 */
        .dabaowe_kjia {
            font-size: 3.4rem; 
            height: auto; /* 高度自适应 */
            background-color: rgb(1, 9, 16);
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.5rem 1rem; /* 添加内边距 */
			color: gold;
			white-space: nowrap; /* 防止文字换行 */
			overflow-x: auto; /* 当内容超出容器宽度时显示水平滚动条 */
			border-bottom: 2px solid rgb(239, 239, 237);
        }

        /* 媒体查询，针对小屏幕设备进一步调整样式 */
        @media (max-width: 480px) {
            .dabaowe_kjia {
                font-size: 1.2rem;
                padding: 0.3rem 0.8rem;
            }
        }

        /* 为 a 链接去除下划线 */
        .dabaowe a {
            text-decoration: none; /* 去除默认下划线 */
           
        }
        

   /* ---------------------------------------各种绝杀专区------------------------------------------------- */
   
   
  /* ---------------------------------------充值声明------------------------------------------------- */
 
         /* 定义循环变色动画 */
        @keyframes rainbow {
          0% { color: rgb(200, 255, 0); }
          14% { color: rgb(1, 245, 99); }
          28% { color: rgb(246, 255, 0); }
          42% { color: rgb(6, 255, 64); }
          57% { color: rgb(0, 221, 255); }
          71% { color: rgb(192, 130, 236); }
          85% { color: rgb(244, 244, 244); }
          100% { color: rgb(229, 255, 0); }
        }

        /* 应用动画到多色文字类 */
        .multi-color-text {
          animation: rainbow 5s linear infinite;
        }
 /* ---------------------------------------充值声明-------------------------------------------- */
 
        /* ----------------------------------------九肖 -------------------------------------------*/
        *{
            margin: 0 ;
            padding: 0 ;
        }
        .head_1 {  font-family: "microsoft yahei", 微软雅黑, 宋体, Tahoma, verdana, arial, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;
width: 996px;  background-color: antiquewhite; text-align: center; font-size: 30pt; font-weight: 900;margin-bottom:15px; 
            border-radius:10px 10px 15px 15px; overflow: hidden; border: 2px solid rgb(102, 168, 194)  ; box-shadow: 5px 5px 5px grey;
            background-image: linear-gradient(to right, #2e2421, #dfbd28, #dbcf29, #b3ce3c, #b1bb22, #c0cc14, #2b1806); }
        .xxx1{ width: 100%; height: 40px; margin: 0 auto; overflow: hidden; border-radius: 0 0 50px 50px;   margin-bottom: 4px;
          box-shadow: 0 5px 4px 0 rgb(231, 235, 30), 0 6px 20px 0 rgba(0, 0, 0, .19);  font-weight: 900; font-size: 22pt;}
          .pyramid_1 {border: 1px solid #d1d4ec; background-color: rgb(255, 255, 255); width: 264px; color: rgb(12, 12, 36); }

          .pyramid_2 { border: 1px solid #d1d4ec; background-color: rgb(255, 255, 255); width: 536px; color: rgb(255, 0, 34); }
            /* border: 1px solid #d1d4ec; */
/* ----------------------------------------九肖 -------------------------------------------*/

/* ----------------------------------------贴内 -------------------------------------------*/
.internal_1  {
    font-family: "microsoft yahei", 微软雅黑, 宋体, Tahoma, verdana, arial, sans-serif; font-size: 20pt; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 900; letter-spacing: normal; orphans: 2; text-align: left; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; 
}

/* ----------------------------------------贴内 -------------------------------------------*/


/* ----------------------------------------绝杀专区 -------------------------------------------*/

.KillZone{
    width: 166px;border: 1px solid #d1d4ec; 
  }
/* ----------------------------------------绝杀专区 -------------------------------------------*/


  /* ----------------------------------------贴内 -------------------------------------------*/
		
		      /* ---------------------------------------广告条------------------------------------------------- */
#ggc{

  font-size:35px;
  
  margin: 0;
  
  background: -webkit-linear-gradient(left,
  
  #ffffff,
  
  #ff0000 6.25%,
  
  #ff7d00 12.5%,
  
  #ffff00 18.75%,
  
  #00ff00 25%,
  
  #00ffff 31.25%,
  
  #0000ff 37.5%,
  
  #ff00ff 43.75%,
  
  #ffff00 50%,
  
  #ff0000 56.25%,
  
  #ff7d00 62.5%,
  
  #ffff00 68.75%,
  
  #00ff00 75%,
  
  #00ffff 81.25%,
  
  #0000ff 87.5%,
  
  #ff00ff 93.75%,
  
  #ffff00 100%);
  
  -webkit-background-clip: text;
  
  -webkit-text-fill-color: transparent;
  
  background-size: 200% 100%;
  
  animation: masked-animation 2s infinite linear;
  
  }
  
  @keyframes masked-animation {
  
  0% {
  
  background-position: 0 0;
  
  }
  
  100% {
  
  background-position: -100%, 0;
  
  }
  
  }
  /* ---------------------------------------广告条------------------------------------------------- */