.join1 {
    padding: 110px 0
}

.join1 .wrap {
    width: 1440px;
    margin: auto
}

.join1 .wrap .title {
    text-align: center;
    margin: 0 0 48px
}

.join1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 20px
}

.join1 .wrap .title .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #333333
}

.join1 .wrap .content {
    height: 550px;
    display: flex;
    gap: 0 15px
}

.join1 .wrap .content .item {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: 1s;
    cursor: pointer
}

.join1 .wrap .content .item.on {
    flex: 3.9
}

.join1 .wrap .content .item.on .position {
    transform: translateX(0)
}

.join1 .wrap .content .item.on .position .p2 {
    opacity: 1;
    transition-delay: .6s
}

.join1 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%)
}

.join1 .wrap .content .item .img {
    width: 100%;
    height: 100%
}

.join1 .wrap .content .item .position {
    position: absolute;
    left: 8%;
    bottom: 45px;
    z-index: 5;
    transform: translateX(30px);
    transition: .6s ease
}

.join1 .wrap .content .item .position .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.join1 .wrap .content .item .position .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    white-space: nowrap;
    opacity: 0;
    transition: .6s ease
}

.last_customers {
    height: calc(100vh + 1500px);
    position: relative;
    background: #F9FAFD
}

.last_customers .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.last_customers .fix .title {
    position: absolute;
    top: 15vh;
    width: 100%;
    text-align: center
}

.last_customers .fix .title .p1 {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin: 0 0 20px
}

.last_customers .fix .title .p2 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin: 0 0 15px
}

.last_customers .fix .title .p3 {
    font-weight: 400;
    font-size: 16px;
    color: #333333
}

.last_customers .fix .title .p3 b {
    color: #111
}

.last_customers .fix .other_more {
    position: absolute;
    top: 385px;
    left: 50%;
    transform: translate(-50%, 20px);
    width: 180px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #000000;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    opacity: 0;
    transition: .6s ease
}

.last_customers .fix .other_more:hover {
    background: #EA5520 !important;
    color: #fff;
    border: 1px solid transparent
}

.last_customers .fix .wrap {
    position: relative;
    top: 50px
}

.last_customers .fix .wrap.on .other_more {
    opacity: 1;
    transform: translate(-50%, 0)
}

.last_customers .fix .wrap.on .item_logo.item_logo4 {
    opacity: .4
}

.last_customers .fix .wrap.on .item_logo.item_logo7 {
    opacity: .4
}

.last_customers .fix .wrap.on .item_logo.item_logo8 {
    opacity: .4
}

.last_customers .fix .wrap .item_logo {
    position: absolute;
    transition: 1s
}

.last_customers .fix .wrap .item_logo img {
    width: 100%;
    height: 100%
}

.last_customers .fix .wrap .item_logo.item_logo1 {
    width: 116px;
    top: -60px;
    left: -57px;
    z-index: 4
}

.last_customers .fix .wrap .item_logo.item_logo2 {
    width: 100px;
    top: 80px;
    left: -156px
}

.last_customers .fix .wrap .item_logo.item_logo3 {
    width: 161px;
    top: 137px;
    left: -99px;
    z-index: 6
}

.last_customers .fix .wrap .item_logo.item_logo4 {
    width: 79px;
    top: -48px;
    left: 346px;
    z-index: 4
}

.last_customers .fix .wrap .item_logo.item_logo5 {
    width: 93px;
    top: 150px;
    left: 260px;
    z-index: 6
}

.last_customers .fix .wrap .item_logo.item_logo6 {
    width: 120px;
    top: -56px;
    left: 577px;
    z-index: 6
}

.last_customers .fix .wrap .item_logo.item_logo7 {
    width: 125px;
    top: 158px;
    left: 615px
}

.last_customers .fix .wrap .item_logo.item_logo8 {
    width: 86px;
    top: -12px;
    left: 848px
}

.last_customers .fix .wrap .item_logo.item_logo9 {
    width: 114px;
    top: 41px;
    left: 909px
}

.last_customers .fix .wrap .item_logo.item_logo10 {
    width: 136px;
    top: 110px;
    left: 823px;
    z-index: 6
}

.last_customers .fix .wrap .color {
    width: 843px;
    position: relative;
    z-index: 5
}

.join2 {
    padding: 109px 0 143px
}

.join2 .wrap .title {
    text-align: center
}

.join2 .wrap .title .p1 {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin: 0 0 24px
}

.join2 .wrap .title .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333
}

.join2 .wrap .content {
    width: 100%;
    margin: 60px 0 0 0;
    position: relative
}

.join2 .wrap .content .button {
    width: 1360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.join2 .wrap .content .button .circle {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto
}

.join2 .wrap .content .button .circle:hover:after {
    background: #EA5520
}

.join2 .wrap .content .button .circle:hover .iconfont {
    color: #fff
}

.join2 .wrap .content .button .circle:first-child {
    margin: 0 40px 0 0;
    transform: rotate(180deg)
}

.join2 .wrap .content .button .circle:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #F2F2F2;
    border-radius: 8px;
    z-index: -1;
    transition: .6s ease
}

.join2 .wrap .content .button .circle .iconfont {
    color: #EA5520;
    font-size: 20px;
    transition: .6s ease
}

.join2 .wrap .content .join2Swiper {
    width: 3600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.join2 .wrap .content .join2Swiper .swiper-slide .img {
    border-radius: 20px;
    overflow: hidden
}

.join2 .wrap .content .join2Swiper .swiper-slide .img:hover img {
    transform: scale(1.05)
}

.join2 .wrap .content .join2Swiper .swiper-slide .img img {
    width: 100%;
    transition: 1s
}

.join3 {
    width: 100%
}

.join3 img, .join3 video {
    width: 100%;
    object-fit: cover
}

.join4 {
    padding: 137px 0
}

.join4 .wrap {
    width: 1440px;
    margin: auto
}

.join4 .wrap .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.join4 .wrap .top .title {
    font-weight: 500;
    font-size: 40px;
    color: #111111
}

.join4 .wrap .top .r {
    width: 255px;
    height: 52px;
    background: rgba(234, 85, 32, 0);
    border-radius: 26px;
    border: 1px solid #C8C9CC;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 17px
}

.join4 .wrap .top .r .iconfont {
    color: #EA5520;
    font-size: 22px;
    cursor: pointer
}

.join4 .wrap .top .r input {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    height: 100%;
    border: none;
    width: 105px
}

.join4 .wrap .content {
    margin: 42px 0 0 0;
    display: flex;
    justify-content: space-between
}

.join4 .wrap .content .item {
    width: 710px;
    height: 500px;
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.join4 .wrap .content .item img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.join4 .wrap .content .item:hover img {
    transform: scale(1.05)
}

.join4 .wrap .content .item .position {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2
}

.cursor {
    width: 120px;
    height: 120px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    pointer-events: none;
    backface-visibility: hidden
}

.cursor .post {
    width: 120px;
    height: 120px;
    background: #EA5520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0);
    transition: .3s ease
}

.cursor .post.on {
    transform: scale(1)
}

.cursor .post .iconfont {
    color: #FFFFFF;
    font-size: 24px;
    transform: rotate(-45deg)
}

.cursor .post p {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    margin: 8px 0 0 0
}


.new_join1 {
    position: relative;
    padding: 70px 0 215px;
}

.new_join1 .wrap {
    width: 1440px;
    margin: auto;
}

.new_join1 .wrap .title {
    text-align: center;
}

.new_join1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 28px;
}

.new_join1 .wrap .title .p2 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin: 0 0 19px;
}

.new_join1 .wrap .title .p3 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.new_join1 .wrap .title .p3 span {
    font-weight: bold;
    color: #111111;
}

.new_join1 .wrap .content {
    margin: 79px 0 0 0;
}

.new_join1 .wrap .content .newJoinSwiper {
    width: 2120px;
    margin: 0;
}

.new_join1 .wrap .content .newJoinSwiper .swiper-slide {
    height: auto;
}

.new_join1 .wrap .content .newJoinSwiper .swiper-slide .item {
    height: 100%;
    width: 100%;
    background: #F5F5F7;
    border-radius: 30px;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .text p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 36px;
    position: relative;
    padding: 0 0 0 15px;
}

.new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .text p:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #EA5520;
    border-radius: 50%;
}

.new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .images {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 25px;
    margin: 98px 0 0 0;
}

.new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .images img {
    /*width: 85px;*/
    height: 85px;
    object-fit: contain;
}

.new_join1 .wrap .title2 {
    margin: 178px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #111111;
}

.new_join1 .wrap .display {
    margin: 178px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 260px;
}

.new_join1 .wrap .display .list {
    text-align: center;
    position: relative;
}

.new_join1 .wrap .display .list:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 86px;
    background: #282828;
    opacity: 0.12;
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
}

.new_join1 .wrap .display .list .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.new_join1 .wrap .display .list p {
    font-weight: normal;
    font-size: 24px;
    color: #111111;
    margin: 37px 0 0 0;
}

@media screen and (max-width: 1919px) {
    .new_join1 {
        padding: 3.6458333333vw 0px 11.1979166667vw;
    }

    .new_join1 .wrap {
        width: 75vw;
    }

    .new_join1 .wrap .title .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 1.4583333333vw;
    }

    .new_join1 .wrap .title .p2 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.9895833333vw;
    }

    .new_join1 .wrap .title .p3 {
        font-size: 0.8333333333vw;
    }

    .new_join1 .wrap .content {
        margin: 4.1145833333vw 0px 0px;
    }

    .new_join1 .wrap .content .newJoinSwiper {
        width: 110.4166666667vw;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item {
        border-radius: 1.5625vw;
        padding: 3.125vw 2.6041666667vw;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .text p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
        padding: 0px 0px 0px 0.78125vw;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .text p::after {
        top: 0.7291666667vw;
        width: 0.2604166667vw;
        height: 0.2604166667vw;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .images {
        gap: 2.6041666667vw 1.3020833333vw;
        margin: 5.1041666667vw 0px 0px;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .images img {
        /*width: 4.4270833333vw;*/
        height: 4.4270833333vw;
    }

    .new_join1 .wrap .title2 {
        margin: 9.2708333333vw 0px 0px;
        font-size: 2.0833333333vw;
    }

    .new_join1 .wrap .display {
        margin: 9.2708333333vw 0px 0px;
        gap: 13.5416666667vw;
    }

    .new_join1 .wrap .display .list:not(:last-child)::after {
        height: 4.4791666667vw;
        right: -6.25vw;
    }

    .new_join1 .wrap .display .list .icon {
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }

    .new_join1 .wrap .display .list p {
        font-size: 1.25vw;
        margin: 1.9270833333vw 0px 0px;
    }
}

@media screen and (max-width: 1919px) {
    .join1 {
        padding: 5.7291666667vw 0px
    }

    .join1 .wrap {
        width: 75vw
    }

    .join1 .wrap .title {
        margin: 0px 0px 2.5vw
    }

    .join1 .wrap .title .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 1.0416666667vw
    }

    .join1 .wrap .title .p2 {
        font-size: 0.9375vw
    }

    .join1 .wrap .content {
        height: 28.6458333333vw;
        gap: 0px 0.78125vw
    }

    .join1 .wrap .content .item {
        border-radius: 1.0416666667vw
    }

    .join1 .wrap .content .item .position {
        left: 2.0833333333vw;
        bottom: 2.34375vw;
        transform: translateX(1.5625vw)
    }

    .join1 .wrap .content .item .position .p1 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.5208333333vw
    }

    .join1 .wrap .content .item .position .p2 {
        font-size: 0.7291666667vw
    }

    .last_customers {
        height: calc(78.125vw + 100vh)
    }

    .last_customers .fix .title .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 1.0416666667vw
    }

    .last_customers .fix .title .p2 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.78125vw
    }

    .last_customers .fix .title .p3 {
        font-size: 0.8333333333vw
    }

    .last_customers .fix .other_more {
        top: 20.0520833333vw;
        transform: translate(-50%, 1.0416666667vw);
        width: 9.375vw;
        height: 3.125vw;
        border-radius: 1.5625vw;
        font-size: 0.8333333333vw
    }

    .last_customers .fix .wrap {
        top: 2.6041666667vw
    }

    .last_customers .fix .wrap .item_logo.item_logo1 {
        width: 6.0416666667vw;
        top: -3.125vw;
        left: -2.96875vw
    }

    .last_customers .fix .wrap .item_logo.item_logo2 {
        width: 5.2083333333vw;
        top: 4.1666666667vw;
        left: -8.125vw
    }

    .last_customers .fix .wrap .item_logo.item_logo3 {
        width: 8.3854166667vw;
        top: 7.1354166667vw;
        left: -5.15625vw
    }

    .last_customers .fix .wrap .item_logo.item_logo4 {
        width: 4.1145833333vw;
        top: -2.5vw;
        left: 18.0208333333vw
    }

    .last_customers .fix .wrap .item_logo.item_logo5 {
        width: 4.84375vw;
        top: 7.8125vw;
        left: 13.5416666667vw
    }

    .last_customers .fix .wrap .item_logo.item_logo6 {
        width: 6.25vw;
        top: -2.9166666667vw;
        left: 30.0520833333vw
    }

    .last_customers .fix .wrap .item_logo.item_logo7 {
        width: 6.5104166667vw;
        top: 8.2291666667vw;
        left: 32.03125vw
    }

    .last_customers .fix .wrap .item_logo.item_logo8 {
        width: 4.4791666667vw;
        top: -0.625vw;
        left: 44.1666666667vw
    }

    .last_customers .fix .wrap .item_logo.item_logo9 {
        width: 5.9375vw;
        top: 2.1354166667vw;
        left: 47.34375vw
    }

    .last_customers .fix .wrap .item_logo.item_logo10 {
        width: 7.0833333333vw;
        top: 5.7291666667vw;
        left: 42.8645833333vw
    }

    .last_customers .fix .wrap .color {
        width: 43.90625vw
    }

    .join2 {
        padding: 5.6770833333vw 0px 7.4479166667vw
    }

    .join2 .wrap .title .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 1.25vw
    }

    .join2 .wrap .title .p2 {
        font-size: 0.8333333333vw
    }

    .join2 .wrap .content {
        margin: 3.125vw 0px 0px
    }

    .join2 .wrap .content .button {
        width: 70.8333333333vw
    }

    .join2 .wrap .content .button .circle {
        width: 2.96875vw;
        height: 2.96875vw
    }

    .join2 .wrap .content .button .circle:first-child {
        margin: 0px 2.0833333333vw 0px 0px
    }

    .join2 .wrap .content .button .circle::after {
        border-radius: 0.4166666667vw
    }

    .join2 .wrap .content .button .circle .iconfont {
        font-size: 1.0416666667vw
    }

    .join2 .wrap .content .join2Swiper {
        width: 187.5vw
    }

    .join2 .wrap .content .join2Swiper .swiper-slide .img {
        border-radius: 1.0416666667vw
    }

    .join4 {
        padding: 7.1354166667vw 0px
    }

    .join4 .wrap {
        width: 75vw
    }

    .join4 .wrap .top .title {
        font-size: 2.0833333333vw
    }

    .join4 .wrap .top .r {
        width: 13.28125vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        gap: 0px 0.8854166667vw
    }

    .join4 .wrap .top .r .iconfont {
        font-size: 1.1458333333vw
    }

    .join4 .wrap .top .r input {
        font-size: 0.8333333333vw;
        width: 5.46875vw
    }

    .join4 .wrap .content {
        margin: 2.1875vw 0px 0px
    }

    .join4 .wrap .content .item {
        width: 36.9791666667vw;
        height: 26.0416666667vw;
        border-radius: 0.625vw
    }

    .join4 .wrap .content .item .position {
        font-size: 1.25vw;
        left: 2.0833333333vw;
        bottom: 2.0833333333vw
    }

    .cursor {
        width: 6.25vw;
        height: 6.25vw
    }

    .cursor .post {
        width: 6.25vw;
        height: 6.25vw
    }

    .cursor .post .iconfont {
        font-size: 1.25vw
    }

    .cursor .post p {
        font-size: 0.625vw;
        margin: 0.4166666667vw 0px 0px
    }
}

@media screen and (max-width: 1024px) {
    .common_banner {
        margin: 60px 0 0 0;
        height: 250px
    }

    .common_banner .common_bg {
        position: static
    }

    .join1 {
        padding: 50px 0
    }

    .join1 .wrap .title {
        margin: 0 0 25px
    }

    .join1 .wrap .title .p1 {
        font-size: 22px;
        margin: 0 0 15px
    }

    .join1 .wrap .title .p2 {
        font-size: 13px;
        line-height: 25px
    }

    .join1 .wrap {
        width: 90%
    }

    .join1 .wrap .content {
        height: auto;
        flex-direction: column
    }

    .join1 .wrap .content .item {
        border-radius: 15px;
        margin: 0 0 15px
    }

    .join1 .wrap .content .item .position {
        left: 0;
        padding: 0 5%;
        width: 100%;
        bottom: 20px;
        transform: none
    }

    .join1 .wrap .content .item .position .p1 {
        font-size: 20px;
        margin: 0 0 15px;
        transform: none !important
    }

    .join1 .wrap .content .item .position .p2 {
        font-size: 13px;
        white-space: unset;
        line-height: 25px;
        opacity: 1
    }

    .last_customers {
        height: auto;
        padding: 75px 0
    }

    .last_customers .fix {
        height: auto;
        flex-direction: column
    }

    .last_customers .fix .title {
        position: static;
        padding: 0 5%
    }

    .last_customers .fix .title .p1 {
        font-size: 22px;
        margin: 0 0 15px
    }

    .last_customers .fix .title .p2 {
        font-size: 16px;
        margin: 0 0 15px
    }

    .last_customers .fix .wrap {
        top: 0;
        width: fit-content;
        display: grid;
        grid-template-columns:repeat(5, 1fr);
        gap: 22px 35px;
        justify-items: center;
        margin: 40px auto 0
    }

    .last_customers .fix .wrap .item_logo {
        position: static;
        width: 45px !important;
        height: 45px !important
    }

    .last_customers .fix .wrap .item_logo .hover_button {
        transform: none !important
    }

    .last_customers .fix .wrap .color {
        display: none
    }

    .last_customers .fix .title .p3 {
        font-size: 13px;
        line-height: 25px
    }

    .join2 {
        padding: 65px 0
    }

    .join2 .wrap .title .p1 {
        font-size: 22px;
        margin: 0 0 20px
    }

    .join2 .wrap .title .p2 {
        font-size: 13px
    }

    .join2 .wrap .content {
        margin: 35px 0 0 0
    }

    .join2 .wrap .content .join2Swiper {
        width: 90%;
        margin: auto;
        transform: none;
        left: 0
    }

    .join2 .wrap .content .join2Swiper .swiper-slide .img {
        border-radius: 15px;
        transform: scale(1) !important
    }

    .join2 .wrap .content .join2Swiper .swiper-slide .img img {
        height: 200px
    }

    .join2 .wrap .content .button {
        width: fit-content;
        position: static;
        transform: none;
        margin: 45px auto 0;
        gap: 0 20px
    }

    .join2 .wrap .content .button .circle {
        width: 35px;
        height: 35px
    }

    .join2 .wrap .content .button .circle:after {
        border-radius: 8px;
        width: 100%;
        height: 100%
    }

    .join2 .wrap .content .button .circle .iconfont {
        font-size: 16px
    }

    .join4 {
        padding: 75px 0
    }

    .join4 .wrap {
        width: 90%
    }

    .join4 .wrap .top {
        flex-direction: column;
        align-items: unset
    }

    .join4 .wrap .top .title {
        font-size: 22px
    }

    .join4 .wrap .top .r {
        width: 100%;
        height: 45px;
        border-radius: 25px;
        gap: 0px 15px;
        margin: 25px 0 0 0
    }

    .join4 .wrap .top .r .iconfont {
        font-size: 18px
    }

    .join4 .wrap .top .r input {
        font-size: 15px;
        width: 77%
    }

    .join4 .wrap .content {
        margin: 35px 0 0 0;
        flex-direction: column
    }

    .join4 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 16px
    }

    .join4 .wrap .content .item:not(:last-child) {
        margin: 0 0 15px
    }

    .cursor {
        display: none
    }

    .join4 .wrap .content .item .position {
        left: 7%;
        bottom: 25px;
        font-size: 18px
    }

    .common_banner video {
        display: none
    }

    .common_banner .sj_video {
        display: block !important;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }

    .common_banner .sj_video img {
        width: 100%;
        height: 100%
    }

    .common_banner .sj_video .play {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .common_banner .sj_video .play svg {
        width: 25px;
        height: 25px
    }

    .common_banner .sj_video img {
        object-position: left
    }

    .join3 video {
        display: none
    }

    .join3 .sj_video {
        display: block !important;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }

    .join3 .sj_video img {
        width: 100%;
        height: 60vw
    }

    .join3 .sj_video .play {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .join3 .sj_video .play svg {
        width: 25px;
        height: 25px
    }

    .join3 .sj_video img {
        object-position: left
    }
}

@media screen and (max-width: 1024px) {
    .new_join1 {
        padding: 50px 0;
    }

    .new_join1 .wrap {
        width: 90%;
    }

    .new_join1 .wrap .title .p1 {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .new_join1 .wrap .title .p2 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .new_join1 .wrap .title .p3 {
        font-size: 13px;
        line-height: 24px;
    }

    .new_join1 .wrap .content {
        margin: 25px 0 0 0;
    }

    .new_join1 .wrap .content .newJoinSwiper {
        width: 95vw;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item {
        height: 100%;
        padding: 20px;
        border-radius: 10px;
        gap: 20px;
        justify-content: unset;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .text p {
        font-size: 13px;
        line-height: 25px;
        padding: 0 0 0 12px;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .text p:after {
        width: 5px;
        height: 5px;
        top: 9px;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .images {
        gap: 20px;
    }

    .new_join1 .wrap .content .newJoinSwiper .swiper-slide .item .images img {
        width: 40px;
        height: 40px;
    }

    .new_join1 .wrap .title2 {
        margin: 60px 0 0 0;
        font-size: 24px;
    }

    .new_join1 .wrap .display {
        gap: 20px;
    }

    .new_join1 .wrap .display {
        justify-content: space-between;
    }

    .new_join1 .wrap .display .list:after {
        display: none;
    }

    .new_join1 .wrap .display .list .icon {
        width: 30px;
        height: 30px;
    }

    .new_join1 .wrap .display .list p {
        font-size: 13px;
        margin: 15px 0 0;
    }
}