﻿* {
     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)
    }
}

#dlLink{
    text-decoration: none;
}
.content .dlbtn{
    bottom: -68px;
    width: 100%
}
.dlbtn a{
    text-decoration: none;
    color: #fff;
}
.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: 18px;
    font-weight: 500;
    height: 44px;
    justify-content: center;
    line-height: 48px;
    margin: 0 auto;
    width: 284px
}

.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;
}

.livebottom .out{
    align-self: stretch;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	gap: 16px;
	position: relative;
}


.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: 80px;
  	height: 80px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	gap: 7px;
	
}

.border1 {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 80px;
  	height: 80px;
}


.imgicon {
  	width: 40px;
  	position: relative;
  	height: 40px;
  	object-fit: cover;
}


.leName {
  	position: relative;
  	line-height: 21.5px;
  	font-weight: 500;
	text-align: center;
}



