﻿* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
        }
        
        body {
            background:#000d3a;
            color: #fff;
            font-family: Arial, sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;
        }
        
        .container {
            width: 100%;
            min-height: 100vh;
        }
        
        .swiper {
            width: 100%;
            height: 477px;
        }
        
        .swiper-slide {
            background-position: 50%;
            background-size: cover;
            width: 240px;
            height: 447px;
            display: flex;
            justify-content: center;
            align-items: center;
            transform-style: preserve-3d;
            transition: transform 0.5s;
            border-radius: 6px;
			overflow: hidden;
			
        
        }
        
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }
        
        .swiper-slide-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px;
            background: rgba(0, 0, 0, 0.7);
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        
        .swiper-slide-title {
            font-size: 18px;
            margin-bottom: 10px;
        }
        
        .swiper-slide-desc {
            font-size: 14px;
            opacity: 0.8;
        }

.swiper .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}




.bgimg {
  	object-fit: cover;
    position: absolute;
	top: 0px;
    left: 0px;
    width: 100%;
}

.content,.content .logo {
    position: relative
}


.content .logo {
	text-align: center;

}


.content .logo img{
	height: 50px;
    margin: 20px auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 175px;


}




@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}


.content .dlbtn{
    bottom: -68px;
    width: 100%
}

.content .dlbtn button {
    align-items: center;
    animation: pulse 1s infinite;
    background: linear-gradient(90deg, #357af9, #2ff5ff);
    border: none;
    border-radius: 24px;
    color: #fff;
    display: flex;
    font-size: 18x;
    font-weight: 500;
    height: 44px;
    justify-content: center;
    line-height: 48px;
    margin: 0 auto;
    width: 284px
}

.content .dlbtn button a{
    text-decoration: none;
}

.content .dlbtn button img {
    height: 24px;
    margin-right: 4px;
    width: 24px
}

.content .livetitle {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
    margin-top: 30px
	
}


.content .livetitle div {
    color: #7abcff;
    font-size: 18px;
    font-weight: 500;
	margin:0 10px;
}





.icon {
  	width: 106px;
  	position: relative;
  	height: 22px;
  	object-fit: cover;
}




  .livebottom {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    font-size: 14px;
    color: #fff;
    gap: 18px;
    overflow: hidden; /* 保留溢出隐藏 */
  }


  .livebottom .out {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; /* 左对齐 */
    gap: 18px;
    position: relative;
    width: 100%;
  }


  /* 滚动容器（核心优化：取消固定动画，改为JS动态设置） */
  .livebottom-scroll {
    display: flex;
    align-items: center;
    height: 100%;
    will-change: transform;
    gap: 18px;
    /* 移除固定animation，改为JS动态添加 */
  }

  @media screen and (max-width: 374px) {
    .livebottom {
      gap: 10px;
    }
    .livebottom .out {
      gap: 10px;
    }
    .livebottom .out::before,
    .livebottom .out::after {
      width: 60px;
    }
  }

.livebottom .out .box {
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-shrink: 0; /* 禁止压缩 */
  }

  .border1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
  }

  .imgicon {
    width: 30px;
    position: relative;
    height: 30px;
    object-fit: cover;
  }

  .leName {
    position: relative;
    line-height: 21.5px;
    font-weight: 500;
    text-align: center;
    font-size: 11px;
  }



  /* 渐变蒙层（适配深色背景） */
  .livebottom-before {
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #050e3c 100%);
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }
  .livebottom-after {
    right: 0;
    background: linear-gradient(270deg, #050e3c 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }

.footer {
width: 100%;
position: relative;
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
align-content: flex-start;
padding: 0px 14px;
box-sizing: border-box;
text-align: center;
font-size: 12px;
color: rgba(204, 204, 204, 0.8);
margin-top: 16px;
}


.footer-content {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
align-content: center;
padding: 10px 0px;
gap: 8px 8px;
}

.footer-content .link{
    text-decoration: none;
    color: #7abcff;
}