* {
    padding: 0;
    margin: 0;
}
/* 禁用图片拖动 */
img {
    -webkit-user-drag: none; /* 禁用 Safari 和 Chrome 中的拖动 */
    user-drag: none; /* 禁用 Firefox 中的拖动 */
    -webkit-user-select: none; /* 禁用选中 */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /* 禁用文本选择 */
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.desktop {
    position: relative;
    width: 100%;
    border-radius: 8px;
    min-height: 95vh; 
    height: 100%; 
}


.top{
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    width: 100%;
    padding: 0 2vw;
    padding-top: 2vw;
}

.tipsLogo{
    width: 2.5vw;
    margin-left: 1.5vw;
}

.logo{
    width: 10vw;
}
/* Swiper 容器设置 */
.swiperBox1 {
    position: relative;
    width: 100%;

}

/* 分页器的样式，确保分页器位于左侧并垂直居中 */
.swiper-pagination1 {
    position: absolute;
    top: 45%; /* 垂直居中 */
    left: 2vw; /* 左侧距离 */
    z-index: 10; /* 确保分页器位于其他元素之上 */
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column; /* 使分页器子项垂直排列 */
    align-items: center; /* 居中对齐 */

}
.rectangle{
    position: absolute;
    top: 19%; /* 垂直居中 */
    left: 2.4vw; /* 左侧距离 */
    z-index: 10; /* 确保分页器位于其他元素之上 */
    width: 0.10vw;

}
.adultVideo{
    position: absolute;
    top: 65%; /* 垂直居中 */
    left: 2vw; /* 左侧距离 */
    z-index: 10; /* 确保分页器位于其他元素之上 */
    width: 0.8vw;

}


/* 分页器小圆点的样式 */
.swiper-pagination1 .swiper-pagination-bullet {
    width: 0.7vw !important;
    height: 0.7vw !important;
    margin: 0.5vw 0; /* 设置圆点间距 */
    border-radius: 50%;
    background-color: transparent; /* 默认背景透明 */
    border: 2px solid #fff; /* 未激活状态为灰色边框 */
}

/* 激活的分页器小圆点 */
.swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #fff !important; /* 激活状态为白色背景 */
    border: 2px solid transparent; /* 激活状态去掉边框 */
}

/* 鼠标悬停时，改变圆点的背景颜色 */
.swiper-pagination1 .swiper-pagination-bullet:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.swiper-wrapper{
    display: block;
    height: 100vh;
   
}
.word1{
    /* min-width: 46vw; */
    /* border: 1px solid red; */
    margin-top: 8vw;
    margin-left: 6.5vw;
    height: 18vw;
}
.wrapper1{
    height: 98vh !important; 
    margin: 0 !important;
    /* position: absolute;
    top:0 */
}
  
.swiper-content1{
    /* background-color: #FF001D; */
    z-index: 20;
    height: 100vh;
    width: 100%;
    /* border: 1px solid red; */
    display: flex;

}
.content1-left{
    width: 50vw;
    /* position: relative;
    top: 0;
    left: 0; */
    /* border: 1px solid rgb(43, 255, 0); */
}
.content1-right{
    width: 50vw;
    /* border: 1px solid rgb(0, 255, 200); */
    position: relative;

}


.swiperBox4-1::before {
    content: ''; /* 必须设置内容 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent 10%);
    z-index: 21; /* 确保蒙层在轮播图内容之上 */
}

.mc::before{
    content: ''; /* 必须设置内容 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent 30%);
    z-index: 21; /* 确保蒙层在轮播图内容之上 */

}

.swiperBox1-1{
    width: 50vw;
    overflow: hidden;
    height: 10vw;
    position: absolute;
    bottom: 6vw;
    right: 0;
    z-index: 20;
    padding: 14px 0;
}
.swiperBox2-1{
    width: 50vw;
    /* border: 1px solid green; */
    overflow: hidden;
    height: 10vw;
    position: absolute;
    bottom: 6vw;
    right: 0;
    z-index: 20;
    padding: 14px 0;
}

.swiperBox3-1{
    width: 50vw;
    /* border: 1px solid green; */
    overflow: hidden;
    height: 10vw;
    position: absolute;
    bottom: 6vw;
    right: 0;
    z-index: 20;
    padding: 14px 0;
}

.slideInner1 img{
    width: 16vw;
    height: 10vw;
    /* visibility: ; */
}
.slideInner2 img{
    width: 16vw;
    height: 10vw;
    /* visibility: ; */
}

.slideInner3 img{
    width: 16vw;
    height: 10vw;
    
    /* visibility: ; */
}



.swiperBox4-1{
    width: 50vw;
    /* border: 1px solid green; */
    overflow: hidden;
    height: 16vw;
    position: absolute;
    bottom: 6vw;
    right: 0;
    z-index: 20;
    padding: 14px 0;
}

.slideInner4 img{
    width: 11.8vw;
    height: 16vw;
    /* visibility: ; */
}



.swiperWrapper1 .swiper-slide-active img{
    box-shadow:0px 0px 10px 8px rgba(180, 62, 41,1);   /* 细微模糊的浅粉色阴影 */
}
.swiperWrapper2 .swiper-slide-active img{
    box-shadow:0px 0px 10px 8px rgba(180, 62, 41,1);   /* 细微模糊的浅粉色阴影 */
}

.swiperWrapper3 .swiper-slide-active img{
    box-shadow:0px 0px 10px 8px rgba(180, 62, 41,1);   /* 细微模糊的浅粉色阴影 */
}
.swiperWrapper4 .swiper-slide-active img{
    box-shadow:0px 0px 10px 8px rgba(180, 62, 41,1);   /* 细微模糊的浅粉色阴影 */
}




.commonBg{
    position: absolute;   /* 固定定位，覆盖整个屏幕 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1; /* 确保背景图在轮播图下面 */
    transition: background-image 1s ease-in-out; /* 背景图平滑过渡 */
}





.leftContent{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-left: 7vw;
    margin-top: 2vw;
    /* border: 1px solid red; */
    /* position: absolute;
    top:20vw */
}
.btnLogo{
    margin-left: 9vw;
    margin-top: 2vw;
}
.tips{
    width: 19vw;
    margin-left: 2vw;
    /* border: 1px solid red; */
    height: 10vw;
    margin-top: 1.6vw;
}
.tips p{
    color: #fff;
    /* border: 1px solid red; */
   
}
.az{
    font-size: 1.3vw;
    line-height: 2vw;

}
.su{
    font-size: 1.3vw;
    line-height: 2vw;
    /* margin-top: 0.2vw; */

}
.tipsText{
    font-size: 0.9vw;
    margin-top: 0.6vw;
    line-height: 1.6vw;
}


.fixed {
    /* position: fixed;
    top: 13vw;
    left: 8.6vw; */
    width: 9vw;

    margin-right: 2.5vw;
    
    /* transform: translate(-50%, -50%); */
    /* padding: 4px; */
    background-color: rgba(206, 69, 46, 1);
    /* border-radius: 10px; */
    display: flex;
    /* margin-top: 1.4vw;
    margin-left: 2vw; */
    margin-left: 2vw;
    margin-top: 1.4vw;
    padding: 0;
    height: 10vw;
    /* border: 1px solid red; */
}

.imageIcon{
    width: 1.3vw;
    margin-bottom: 0.3vw;
    
}
.fixed div {
    text-align: center;
}

.join {
    font-size: 1.3vw;
    color: #fff;
    margin-top: 0.3vw;
    writing-mode: vertical-rl;
    margin-bottom: 0.1vw;
    padding: 0;
}

.qrcode-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    /* height: 9.8vw; */
    padding: 0.5vw;
    margin: 0px ;
    box-sizing: border-box;
    border-radius: 0 ;
    border-left: 2px solid #000;
    width: 10vw;
    height: 10vw;
}

#qrcode1 img{
    height: 9vw;
    width: 9vw;
}
#qrcode2 img{
    height: 9vw;
    width: 9vw;
}
#qrcode3 img{
    height: 9vw;
    width: 9vw;
}
#qrcode4 img{
    height: 9vw;
    width: 9vw;
}


/* Swiper 分页器 */
.swiper-pagination1-1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Swiper 控制按钮样式 */
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}




