* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Arial, sans-serif;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
h1 {
    margin-bottom: 10px;
}
.desktop {
    width: 1080px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    min-height: 95vh; 
    height: 100%; 
    background-color: #0e0e0e;
}
.bgc{
    position: absolute;
    top: 0;
    left: 0; 
    background-color: #0e0e0e;
    width: 100%; 
    z-index: -999; 
    height: 10vh;
}
.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
}


.swiper-container {
    width: 100%;
}
.cooperate{
    font-weight: 700;
    font-family: "Poppins", "Quicksand", sans-serif; /* 使用加载的字体 */
    letter-spacing: -0.5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.swiper-slide img {
    width: 100%;
    object-fit: revert; 
    margin-bottom: 4px;
}
.bottom {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    height: 35vh;
    margin-top: 5px;
}
.bottom div {
    flex: 1;
    text-align: center; 
    padding: 10px; 
    margin-right: 4px;
    height: 100%;
}
.bottom .ml{
    margin: 0;
}
.hover-item1 {
    background-image: url('../desktop/star1.js'); 
     background-size: cover; 
    background-position: center;
    transition: background-image 0.3s ease; 
}
.hover-item2 {
    background-image: url('../desktop/taboo1.js'); 
     background-size: cover; 
    background-position: center;
    transition: background-image 0.3s ease; 
}
.hover-item3 {
    background-image: url('../desktop/JapaneseAV1.js'); 
     background-size: cover; 
    background-position: center;
    transition: background-image 0.3s ease; 
}
.hover-item1:hover {
    background-image: url('../desktop/star2.js');
    background-size: cover;
    background-repeat: no-repeat;
}
.hover-item2:hover {
    background-image: url('../desktop/taboo2.js');
    background-size: cover;
    background-repeat: no-repeat;
}
.hover-item3:hover  {
    background-image: url('../desktop/JapaneseAV2.js');
    background-size: cover;
    background-repeat: no-repeat;
}
.fixed {
    position: fixed; 
    top: 60%; 
    right: 4vw;
    width: 210px;
    height: 40vh;
    transform: translateY(-50%); 
    background-color:#232323;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    z-index: 9;
}
.fixed div {
    text-align: center;
}
.download{
font-size: 14px;
color: #fff;
margin-top: 2vw;
margin-bottom: 5px;
}
.service .commercial{
    width: 3vw;
}

.recommend{
color: #ddba77;
font-size: 14px;
margin-top: 10px;
}
.join{
   font-size: 15px;
   color: #fff;
   margin-top: 1vw; 
}
 .qrcode-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    width: 180px;
    padding: 10px;
    margin-left: 16px;
    box-sizing: border-box;
}
.group{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    margin-top: 1vw;
    cursor: pointer;
}



