html, body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* 隐藏整个页面的滚动条 */
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    /* background: #007aff; */
    height: 100vh; /* 确保每个 slide 都占满整个视口高度 */
  }
  /* 隐藏 Swiper 的滚动条 */
  .swiper-container::-webkit-scrollbar {
    display: none;
  }
  .swiper-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  .panle_wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.index_page {
    background: url(/images/pc/recruit/recruit_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}
.index_btn{
    background: url(/images/pc/recruit/enter.png) no-repeat;
    background-size: 4.24rem 1.22rem;
    height: 1.22rem;
    width: 4.24rem;
    position: absolute;
    bottom: 0.5rem;
    left: 35%;
}

.second_page {
    background: url(/images/pc/recruit/second_bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.second_title {
    background: url(/images/pc/recruit/second_title.png) no-repeat;
    background-size: 11.3rem 1.96rem;
    height: 1.96rem;
    width: 11.3rem;
}

.swiper-box{
    width: 9.31rem;
    height: 7.4rem;
    background: url(/images/pc/recruit/song_bg.png) no-repeat;
    background-size: 9.31rem 7.4rem;
    margin-left: 20%;
    position: relative;
    overflow: hidden;
}

.main-wrapper{
    margin-top: 0.2rem;
    position: relative;
    width: 8.80rem;
    height: 4.40rem;
    margin-left: 0.25rem;
}

.main-swiper .swiper-slide {
    width: 8.80rem !important;
    height: 4.40rem !important; /* 强制设置滑块宽度 */
    text-align: center;
}

.main-swiper .swiper-slide .main-pic{
    display: inline-block;
    width: 8.80rem !important;
    height: 3.98rem !important; /* 强制设置滑块宽度 */
    margin-bottom: 0.5rem;
}

.main-swiper .swiper-slide .main-pic .main-img{
    display: inline-block;
    width: 8.80rem !important;
    height: 2.78rem !important; /* 强制设置滑块宽度 */
    border-radius: .15rem;
}

.main-img img{
    margin-top: 0.5rem;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: .15rem;
}

.main-pic video{
    width: 8rem;
    height: 1rem;
}



.main-swiper .main-play{
    width: 1.29rem;
    height: 1.34rem;
    position: absolute;
    display: flex;
}

.main-swiper .swiper-slide .play{
    background: url(/images/pc/index/rote.png) no-repeat;
    background-size: 1.29rem 1.34rem;
    width: 1.29rem;
    height: 1.34rem;
    position: absolute;
    /* right: 45%;
    top: 30%; */
}

.main-swiper .swiper-slide .playbtn{
    width: 1.29rem !important;
    height: 1.34rem !important;
    position: absolute;
    /* right: 45%;
    top: 30%; */
    z-index: 100;
}

.swiper-title{
    position: absolute;
    width: 8.3rem;
    height: 0.6rem;
    font-size: 0.3rem;
    color: rgb(89, 88, 95);
    line-height: 0.6rem;
    bottom:0;
}

.thumbs-swiper {
    width: 8.1rem; /* 设置缩略图 Swiper 的宽度，例如80% */
    margin: 0 auto; /* 将缩略图 Swiper 居中 */
    height: 1.8rem;
    margin-top: 0.6rem;
    margin-left:0.1rem!important;
}

/* 可选：调整缩略图的大小和样式 */
.thumbs-swiper .swiper-slide {
    width: auto; /* 允许缩略图根据内容调整宽度 */
    flex: 0 0 auto; /* 防止缩略图滑块自动缩放 */
}


.thumbs-swiper .thumbs-swiper-wrapper{
    width: 8.1rem !important;
    margin-top: 0.2rem;
}
.thumbs-swiper .swiper-wrapper .select{
    background: url(/images/pc/recruit/icon_actvite.png) no-repeat;
    background-size: 1.46rem 1.46rem;
    transform: rotate(-20deg);
    width: 1.46rem !important;
    height: 1.46rem !important;
    transition: transform 0.5s ease-in-out; /* 添加过渡效果 */
}

/* 当图片被悬停时旋转 */
.select:hover {
    transform: rotate(-20deg); /* 旋转图片 */
}

.thumbs-swiper .swiper-slide{
    width:1.24rem !important;
    height: 1.24rem !important;
    margin-right:0.16rem !important;
    margin-left:0.16rem !important;
}
.thumbs-swiper .swiper-slide img{
    width:1.24rem !important;
    height:1.24rem !important;
    cursor: pointer;
    border-radius: .15rem;
}


.swiper-title span{
    display: inline-block;
    width: 8.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-next{
    width: 0.42rem;
    height: 0.34rem;
    background: url(/images/pc/recruit/next.png) no-repeat;
    background-size: 0.42rem 0.34rem;
    position: absolute;
    right: 0;
    right: 0.3rem;
    bottom: 1.2rem;
}



.third_page {
    background: url(/images/pc/recruit/third_bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

.dream_wrapper{
    position: absolute;
    left:35%;
    top:4%;
}

.dream_title{
    font-size: 0.52rem;
    color: rgb(254, 254, 254);
}

.dream_menu_wrapper{
    width: 9.09rem;
    height: 2.63rem;
    background: url(/images/pc/recruit/dream_menu_bg.png) no-repeat;
    background-size: 9.09rem 2.63rem;
}

.dream_content_wrapper{
    width: 11.23rem;
    height: 5.83rem;
    background: url(/images/pc/recruit/dream_content_bg.png) no-repeat;
    background-size: 11.23rem 5.83rem;
}

.dream_menu_box{
    width: 100%;
    height: 100%;
    display: flex;
}


.menu-left {
    flex:1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer; /* 添加鼠标指针样式 */
    transition: transform 0.3s ease; /* 添加过渡效果 */
    width: 4.31rem;
    height: 2.7rem;

}

.menu-right {
    flex:1;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    width:4.03rem;
    height:2.55rem;
    padding-top: 0.2rem;
}

.large-text {
    font-size: 0.48rem;
    color: rgb(47, 45, 45);
}

.small-text {
    font-size: 0.22rem;
    color: rgb(47, 45, 45);
}

.menu-right .large-text {
    font-size: 0.4rem;
    color: rgb(27, 27, 27);
}

.menu-right .small-text {
    font-size: 0.22rem;
    color: rgb(27, 27, 27);
    margin-right: 0.5rem;
}

.menu-left.clicked {
    background: url(/images/pc/recruit/dream_menu_left.png) no-repeat;
    background-size:4.31rem 2.7rem;
    transform: rotate(-10deg) translate(-10px, 10px); /* 旋转和位移效果 */
}

.menu-right.clicked {
    padding-top: 0;
    background: url(/images/pc/recruit/dream_menu_right.png) no-repeat;
    background-size:4.31rem 2.7rem;
    transform: rotate(-10deg) translate(-10px, 10px); /* 旋转和位移效果 */
}


.dream_content_wrapper .dream_content_box{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.dream_content_left{
    flex:1;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.dream_content_right{
    flex:1;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.content_left_pic1{
    width: 3.16rem;
    height: 2.41rem;
    background: url(/images/pc/recruit/dream_content_left1.png) no-repeat;
    background-size:3.16rem 2.41rem;
}

.content_right_pic1{
    width: 3.05rem;
    height: 2.85rem;
    background: url(/images/pc/recruit/deram_conetnt_left2.png) no-repeat;
    background-size:3.05rem 2.85rem;
}

.content_left_pic2{
    width: 3.14rem;
    height: 2.61rem;
    background: url(/images/pc/recruit/dream_content_right1.png) no-repeat;
    background-size:3.14rem 2.61rem;
}

.content_right_pic2{
    width: 3.10rem;
    height: 2.94rem;
    background: url(/images/pc/recruit/dream_content_right2.png) no-repeat;
    background-size:3.10rem 2.94rem;
}

.content_left_text{
}

.content_right_text{
    margin-bottom: 1rem;
}

.content_text{
    font-size: 0.36rem;
    color:rgb(47, 45, 45);
    text-align: center;
}

.video-player{
    position: absolute;
    width:8rem;
    height:6rem;
    z-index: 9;
    left: 25%;
    top: 25%;
}
.video-player video{
    width: 100%;
    height: 100%;
}
.video-close{
    padding:20px;
    background: url("/images/pc/close.png") center center no-repeat;
    position: absolute;
    cursor: pointer;
    top:35px;
    right:-39px;
}

.mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}

.glide{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.69rem;
    height: 0.58rem;
    background: url(/images/pc/glide.png) 0 / cover no-repeat;
    bottom: 0.22rem;
    animation: float 1s infinite alternate ease-in-out;
}


@keyframes float {
    0% {
      transform: translate(-50%);
    }
    100% {
      transform: translate(-50%, -0.2rem);
    }
  }