

/* ----------------单双四肖 -------------*/
*{
    margin: 0 ;
    padding: 0 ;
}
.head_1 {  font-family: "microsoft yahei", 微软雅黑, 宋体, Tahoma, verdana, arial, sans-serif;
width: 100%;  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, #e41912be, #f01111af, #d81e1ebd, #ec0808c0, #e40d0dc5, #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;}
    /* border: 1px solid #d1d4ec; */
 .encircle_1{ 
          width: 271px; background-color: rgb(255, 255, 255); border: 1px solid #d1d4ec; color: blue;
 }
 .encircle_1_Jiuxiao{  width: 725px; background-color: rgb(255, 255, 255); border: 1px solid #d1d4ec;
           
 }
/* ----------------阴阳爆特 -------------*/

/* ---------------- -------------*/
.dacaishen_1{width: 40px; height: 40px;}
/* ----------------阴阳爆特 -------------*/


          /* ----------------充值送开始 -------------*/
          
             .choz_1{
              display: flex;    
              justify-content: space-between;
            
             }
 
             .choz_wezi {

font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
            order: 1;
            width: 100%;
            text-align: center;
            font-size: 1.75rem;
            font-weight: 900;
            border-bottom: 2px solid rgb(253, 228, 7);
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1.5;
            /* 添加闪亮效果 */
            background: linear-gradient(90deg, rgb(9, 5, 47), rgb(17, 230, 81), rgb(7, 230, 241));
            background-size: 200% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: shine 2s infinite linear;
        }

        @keyframes shine {
            0% {
                background-position: 200% 0;
            }
            100% {
                background-position: -200% 0;
            }
        }
            .choz_wezi img{
                width: 50px; 
                height: 50px; 
                border-radius: 50%; 
                margin-right: 10px; /* 图片和文字之间添加间距 */
            }
            /* ----------------充值送结束 -------------*/
            
             /* ----------------互链开始 -------------*/
            
                    /* 定义浮动动画 */
        @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;
        }
        
         /* ----------------互链结束 -------------*/

   /* ---------------------------------------五个图标跳转------------------------------------------------- */
   .linzi{
    background-color: rgba(199, 18, 18, 0.849);
    display: flex;
    justify-content: space-between;
}

.linzi a{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease; /* 添加过渡效果，使放大更平滑 */
    text-decoration: none; /* 去除 a 标签默认的下划线 */
}

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

.linzi a span {
    font-family: Arial, "宋体";
    font-size: 15pt;
    font-weight: 900; 
    color: black; 
    text-decoration: none; /* 确保 span 内文字也无下划线 */
}

.linzi a:hover span {
    color: rgb(251, 255, 0); 
}

@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;
}
 /* ---------------------------------------五个图标跳转------------------------------------------------- */
/* ----------------广告条 -------------*/
#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;
    
    }
    
    }
/* ----------------广告条 ------------*/