.join-content {
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
}

.join-one {
    height: 600px;
    /*height: 81.5%;*/
}

.join-two {
    height: 787px;
}


.left-content {
    position: relative;
    /*overflow-y: hidden;*/
    overflow-y: visible;
    padding: 4% 8% 4% 8%;
    background-color: #FFFFFF;
    /* 隐藏滚动条 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */

    & ::-webkit-scrollbar {
        display: none;
    }
}

.left-content-word {
    height: 98%;
    width: 100%;
    overflow-y: scroll;
    /*!* 隐藏滚动条 *!*/
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */

    & ::-webkit-scrollbar {
        display: none;
    }
}

.left-content-scroll-indicator {
    position: absolute;
    bottom: 3%;
    left: 0;
    display: flex;
    gap: 60px;
    z-index: 10;
    width: 100%;
    align-items: center;
    justify-content: center;
}

/* 新增样式：上下滚动按钮 */
.scroll-btn {
    width: 32px;
    height: 32px;
    border: 2px solid #194d70;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 10; /* 防止被内容遮挡 */
}

.scroll-btn:hover {
    background-color: rgba(25, 77, 112, 0.1);
}

.scroll-btn:active {
    transform: scale(0.9);
}

.scroll-btn .arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #194d70;
    border-bottom: 2px solid #194d70;
}

.scroll-btn.up-btn .arrow {
    transform: rotate(-135deg); /* 向上箭头 */
}

.scroll-btn.down-btn .arrow {
    transform: rotate(45deg); /* 向下箭头 */
}

@keyframes bounce {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(0) translateY(10px);
    }
}

.left-content-word-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(33, 84, 118, 1);
    display: flex;
    margin-bottom: 0 !important;
    /*line-height: 1.75rem;*/
}

.title2 {
}

.bracket {
    display: inline-block;
}

.otherWord {
    display: inline-block;
}

.left-content h3 {
    color: rgb(16, 16, 16);
    margin-top: 5px;
    font-size: 1.25rem;
    font-weight: bold;
}

.left-content h4 {
    color: rgb(16, 16, 16);
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: bold;
}

.left-content-word-content {
    /*line-height: 1.375rem;*/
    font-size: 1rem;
    color: rgba(153, 153, 153, 1);
}

.left-content-divider {
    width: 90%;
    height: 1px;
    border: none;
    background-color: rgba(221, 221, 221, 0.5)
}

.left-content-otherWord {
    font-size: 1rem;
    color: #000000;
    line-height: 1.25rem;
    margin-top: 20px;
}

.right-content {
    height: 100%;
    position: relative;
}

.right-content-one-logo {
    position: absolute;
    top: 5%;
    right: 5%;
}

.right-content-one-title {
    position: absolute;
    top: 10%;
    left: 6%;
}

.right-content-one-title div {
    font-size: 2rem; /* 根据需要调整字体大小 */
    color: white; /* 白色文本颜色 */
    text-shadow: 0 0 5px #6fdbd0, /* 水平偏移量、垂直偏移量、模糊半径、颜色 */ 0 0 10px #6fdbd0,
    0 0 15px #6fdbd0,
    0 0 20px #6fdbd0;
    transition: text-shadow 0.3s ease; /* 平滑过渡效果 */
    font-weight: bold;
}

.right-content-one-left-icon {
    position: absolute;
    top: 15%;
    left: 3%;
}

.right-content-one-right-icon {
    margin-top: -3px;
}

.right-content-one-desBox {
    position: absolute;
    top: 25%;
    left: 6%;
    display: flex;
    align-items: flex-start;
}

.right-content-one-des {
    padding: 5px 55px 5px 25px;
    color: #0a0a0a;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: bold;
    background-image: linear-gradient(90deg, #d0fc9b, #4ffddc);
}

.right-content-two-logo {
    position: absolute;
    top: 2%;
    left: -4%;
    width: 50%;
}

.right-content-two-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.right-content-two-title {
    position: absolute;
    top: 11%;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    color: white;
    font-weight: bold;
}

.right-content-two-des {
    position: absolute;
    top: 22%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    font-size: 1.5rem;
    font-style: italic;
    color: white; /* 白色文本颜色 */
    text-shadow: 0 0 5px #4ebbdf, /* 水平偏移量、垂直偏移量、模糊半径、颜色 */ 0 0 10px #4ebbdf,
    0 0 15px #4ebbdf,
    0 0 20px #4ebbdf;
    transition: text-shadow 0.3s ease; /* 平滑过渡效果 */
    font-weight: bold;
}

.right-content-two-name {
    position: absolute;
    top: 58%;
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: white;
}

.right-content-two-footerTitle {
    position: absolute;
    top: 63%;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #4ebbdf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-content-two-footerTitle-leftIcon {
    margin-right: 10px;
    margin-top: -13px;
}

.right-content-two-footerTitle-rightIcon {
    margin-left: 10px;
    margin-top: 15px;
}

.right-content-two-footerTitle-title {
    text-align: center;
}

.right-content-two-footerDes {
    position: absolute;
    top: 70%;
    width: 100%;
    font-size: 1rem;
    color: white;
    text-align: center;
    line-height: 1.35rem;
}

.right-content-two-divider {
    position: absolute;
    top: 82%;
    width: 80%;
    left: 10%;
}

.joinUs-btn {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 14rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid rgba(187, 187, 187, 1);

    &:hover {
        cursor: pointer;
    }
}

/*详情页*/
.join-detail {
    height: auto;
}

.join-detail-slide{
    padding-bottom: 20px;
    overflow-y: auto;
/*    隐藏滚动条*/
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */

    & ::-webkit-scrollbar {
        display: none;
    }
}

.top-content {
    /*height: 43.7%;*/
    position: relative;
}

.top-content-word {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    max-height: 100%;
    overflow: auto;
}

.top-content-icon {
    width: 50px;
    /*height: 50px;*/
    margin-bottom: calc(10 / 1080 * 100vh);
}

.top-content-word-title {
    font-size: 2rem;
    line-height: 4.25rem;
    color: rgba(33, 84, 118, 1);
    text-align: center;
    font-weight: bold;
}

.top-content-word-des {
    line-height: 3.625rem;
    color: rgba(15, 64, 245, 0.81);
    font-size: 1.5rem;
    text-align: center;
}

.bottom-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bottom-content-img {
    width: 78px;
    height: 85px;
    margin: 60px auto 20px auto;
    display: flex;
    align-items: center;
}

.bottom-content-other {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    border-right: 1px solid #dddddd;

    &:last-child {
        border-right: none;
    }
}

.bottom-content-title {
    line-height: 2.44rem;
    color: rgb(16, 16, 16);
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    width: 80%;
    margin: auto;
}

.bottom-content-des {
    line-height: 1.75rem;
    color: rgba(156, 158, 153, 1);
    font-size: 1rem;
    text-align: center;
    width: 65%;
    margin: 10px auto;
}

.bottom-content-title-other {
    line-height: 2rem;
    color: rgb(16, 16, 16);
    font-size: 1.25rem;
    font-weight: bold;
}

.bottom-content-des-other {
    line-height: 1.75rem;
    color: #000000;
    font-size: 1rem;
    margin: 10px 0;
    word-break: break-all;
}

.footer-title {
    line-height: 39px;
    color: rgba(33, 84, 118, 1);
    font-size: 28px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-content-des {
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 1);
    font-size: 1rem;
    font-weight: bold;
    word-break: break-all;
}

.join-detail-middle {
    padding: 25px 0;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 1rem;
}

@media (max-width: 768px) {
    .join-content {
        flex-direction: column;
        height: auto;
    }

    .left-content {
        width: 100%;
        height: auto;
    }

    .right-content-one {
        width: 100%;
        height: 600px;
    }

    .right-content-two {
        width: 100%;
        height: 787px;
    }

    .left-content-scroll-indicator {
        display: none;
    }

    .footer-content {
        flex-direction: column;
        height: auto;

        div {
            width: 50% !important;
            text-align: center !important;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }
}

/* 分页器样式 */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #194d70;
}