.content {
    opacity: 0;
}

.content.active {
    opacity: 1;
}

.page {
    width: 100vw;
    height: 100%;
}

.swiper-container-main {
    width: 100vw ;
    height: 100%;
}

.page .img {
    width: 100%;
    height: 100%;
}

.page .text-img {
    width: 100%;

}

.pages-2 .outside-main {
    margin: auto;
    width: 7.26rem;
    height: 4.23rem;
    top: 0.86rem;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.01rem 0.02rem #ffffff;
}

.pages-2 .outside-main .inner-left {
    height: 2.78rem;
    border-right: 0.01rem dashed #dadada;
}

.pages-2 .swiper-pagination {
    margin: 0 auto;
    width: 0.9rem;
    height: 0.1rem;
    left: 0;
    right: 0;
}

.swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.05rem;
    background: #fff;
    border-radius: 0;
    margin: 0 0.06rem;
}

.swiper-pagination-bullet-active {
    width: 0.3rem;
}

.pages-2 .outside-main .inner-left .image-wrapper {
    position: relative;
    width: 0.64rem;
    height: 0.56rem;
    margin-bottom: 0.14rem;
}

.pages-2 .outside-main .inner-left .image-wrapper .icon {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.pages-2 .outside-main .inner-left .title {
    font-size: 0.24rem;
    line-height: 0.32rem;
}

.pages-2 .outside-main .swiper-container {
    height: 4.23rem;
}

.pages-2 .outside-main .inner-left .desc {
    margin-top: 0.14rem;
    width: 100%;
    padding: 0 0.46rem;
    line-height: 0.24rem;
    font-size: 0.18rem;
    color: #777;
}

.pages-2 .outside-main .inner-right .code-wrapper {
    margin-bottom: 0.19rem;
    width: 1.5rem;
    height: 1.5rem;
}

.pages-2 .outside-main .inner-right .code-wrapper img {
    width: 100%;
    height: 100%;
}

.pages-3 .join-main {
    width: 7.88rem;
    top: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
}

.pages-3 .join-main .text-image-wrapper {
    width: 100%;
    height: 1.07rem;
}

.pages-3 .join-main .buttons-wrapper {
    display: flex;
    justify-content: center; 
    gap: 15px; 
  }

.pages-3 .join-main .btn {
    display: block;
    margin: 0 auto;
    margin-top: 0.92rem;
    width: 1.95rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: rgba(232, 89, 35, 1);
    border-radius: 0.24rem;
    color: #fff;
    text-align: center;
    cursor:pointer;
}

.pages-4 .coopration-main {
    width: 8.27rem;
    top: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 2.23rem;
}

.pages-5 .recruitment-main {
    width: 5.93rem;
    top: 1.8rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 2.65rem;
}


