.section1.on .wrap .box .top .text h3, .section1.on .wrap .box .top .text h4 {
    transform: translateY(0);
    opacity: 1
}

.section1.on .wrap .box .top .text h4 {
    transition-delay: .2s
}

.section1 .wrap {
    height: 100vh
}

.section1 .wrap .box {
    height: 100%
}

.section1 .wrap .box .top {
    position: relative;
    height: 100%
}

.section1 .wrap .box .top .img {
    width: 100%;
    height: 100%;
    clip-path: circle(75vw at 50% 50%)
}

.section1 .wrap .box .top .img img {
    width: 100%;
    height: 100%
}

.section1 .wrap .box .top .text {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.section1 .wrap .box .top .text.hide {
    opacity: 0
}

.section1 .wrap .box .top .text h3, .section1 .wrap .box .top .text h4 {
    transform: translateY(20px);
    opacity: 0;
    transition: 1s
}

.section1 .wrap .box .top .text h3 {
    font-size: 50px;
    color: #fff
}

.section1 .wrap .box .top .text h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 400
}

.section1 .wrap .box .top .scroll {
    width: 144px;
    height: 144px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    transition: all 1s;
    opacity: 1;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: all;
    cursor: pointer
}

.section1 .wrap .box .top .scroll:hover {
    transition: all .5s;
    transform: translate(-50%, 50%) scale(0.9)
}

.section1 .wrap .box .top .scroll.active {
    opacity: 0;
    pointer-events: none
}

.section1 .wrap .box .top .scroll .circle {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
    height: 127px;
    animation: rotate 10s linear infinite
}

.section1 .wrap .box .top .scroll .bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg)
}

.section1 .wrap .box .top .scroll .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%) rotate(90deg)
}

.section1 .wrap .box .top .scroll .icon span {
    font-size: 30px;
    color: #fff
}

.section1 .wrap .box .top .txt {
    color: #fff;
    width: fit-content;
    position: absolute;
    font-size: 72px;
    font-weight: 700
}

.section1 .wrap .box .top .txt.active p {
    opacity: 1;
    transform: none !important
}

.section1 .wrap .box .top .txt.black {
    color: #1A1A1A;
    z-index: -1
}

.section1 .wrap .box .top .txt p {
    opacity: 0;
    transition: all 1s
}

.section1 .wrap .box .top .txt.txt1 {
    left: calc(50% - 276px);
    transform: translate(-50%, -50%);
    top: calc(50% - 84px)
}

.section1 .wrap .box .top .txt.txt1 p {
    transform: translateX(-50%)
}

.section1 .wrap .box .top .txt.txt2 {
    left: calc(50% + 270px);
    transform: translate(-50%, -50%);
    top: calc(50% + 84px)
}

.section1 .wrap .box .top .txt.txt2 p {
    transform: translateX(50%)
}

.section1 .wrap .box .walking {
    height: fit-content;
    display: flex;
    align-items: end;
    overflow: hidden;
    position: absolute;
    bottom: 0
}

.section1 .wrap .box .walking .flex {
    width: fit-content;
    display: flex;
    animation: walking 20s linear infinite;
    opacity: .2
}

.section1 .wrap .box .walking .flex .trem {
    width: 1200px
}

.join1 {
    padding: 123px 0 105px 0;
    position: relative;
    z-index: 1
}

.join1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 654px;
    background: #F9F9F9
}

.join1 .wrap {
    width: 953px;
    margin: auto;
    position: relative
}

.join1 .wrap .bg_text {
    width: 276px;
    position: absolute;
    bottom: 0;
    left: -416px
}

.join1 .wrap .bg_text img {
    width: 100%
}

.join1 .wrap .title {
    text-align: center
}

.join1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin: 0 0 22px
}

.join1 .wrap .title .p2 {
    font-weight: bold;
    font-size: 46px;
    color: #1A1A1A;
    margin: 0 0 62px
}

.join1 .wrap .title .p3 {
    width: 719px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    margin: auto
}

.join1 .wrap .content2 {
    margin: 82px 0 0 0;
    display: flex;
    align-items: flex-end;
    width: fit-content
}

.join1 .wrap .content2 .fistSwiper {
    width: 953px
}

.join1 .wrap .content2 .fistSwiper .swiper-slide {
    overflow: hidden
}

.join1 .wrap .content2 .next {
    margin: 0 0 0 58px;
    width: 762px;
    height: 508px
}

.join1 .wrap .content2 .next .swiper-slide {
    overflow: hidden
}

.join1 .wrap .content {
    margin: 82px 0 0 0
}

.join1 .wrap .content .swiper {
    width: 2899px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.join1 .wrap .content .swiper .swiper-slide {
    transform-origin: bottom
}

.join2 {
    position: relative;
    height: calc(100vh + 1300px)
}

.join2 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.join2 .go {
    top: 45%;
    left: 0;
    width: max-content;
    display: flex;
    position: absolute;
    animation: walking 40s linear infinite
}

.join2 .go .flex {
    display: flex
}

.join2 .go .flex p {
    font-weight: bold;
    font-size: 96px;
    color: #1A1A1A;
    opacity: 0.1;
    margin: 0 20px 0 0
}

.join2 .wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.join2 .wrap .img {
    --w: 700px;
    --h: 340px;
    --border: 15px;
    --d: calc(50vw - var(--w));
    --c: calc(50vh - var(--h));
    --b: calc(50vw - var(--w));
    --a: calc(50vh - var(--h));
    width: 100%;
    height: 100%;
    clip-path: inset(var(--a) var(--b) var(--c) var(--d) round var(--border))
}

.join2 .wrap .text {
    position: absolute;
    width: 100%;
    top: 45%;
    text-align: center
}

.join2 .wrap .text .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    margin: 0 0 31px
}

.join2 .wrap .text .p2 {
    width: 710px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    margin: auto
}

.join3 {
    position: relative;
    z-index: 1;
    padding: 130px 0 110px 0
}

.join3 .wrap {
    width: 1400px;
    margin: auto
}

.join3 .wrap .title .p1 {
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A;
    margin: 0 0 38px
}

.join3 .wrap .title .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A
}

.join3 .wrap .content {
    margin: 85px 0 0 0
}

.join3 .wrap .content .professionalSwiper {
    width: 1925px;
    overflow: unset
}

.join3 .wrap .content .professionalSwiper .swiper-slide.move .item {
    transform: translateY(113px)
}

.join3 .wrap .content .professionalSwiper .swiper-slide .item {
    width: 100%;
    transition: .6s ease;
    padding: 0 0 113px
}

.join3 .wrap .content .professionalSwiper .swiper-slide .item .img {
    width: 100%;
    height: 283px;
    overflow: hidden;
    border-radius: 8px
}

.join3 .wrap .content .professionalSwiper .swiper-slide .item .img:hover img {
    transform: scale(1.05)
}

.join3 .wrap .content .professionalSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.join3 .wrap .content .professionalSwiper .swiper-slide .item .text {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    margin: 29px 0 0 0;
    text-align: center
}

.join3 .wrap .content .button {
    display: flex;
    margin: 45px 0 0 0
}

.join3 .wrap .content .button .circle {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: .5;
    transition: .6s ease
}

.join3 .wrap .content .button .circle:hover {
    opacity: 1
}

.join3 .wrap .content .button .circle:first-child {
    transform: rotate(180deg);
    margin: 0 17px 0 0
}

.join3 .wrap .content .button .circle .iconfont {
    color: var(--color);
    font-size: 14px
}

.join4 {
    width: 100%;
    position: relative;
    z-index: 1;
}

.join4 .img {
    width: 100%;
    min-height: 654px
}

.join4 .wrap {
    position: absolute;
    width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    top: 165px;
    display: flex;
    justify-content: flex-end
}

.join4 .wrap .content {
    width: 599px;
    height: 359px;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 70px 65px
}

.join4 .wrap .content .p1 {
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 22px
}

.join4 .wrap .content .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px
}

.join4 .wrap .content .more {
    width: 178px;
    height: 54px;
    border-radius: 27px;
    border: 2px solid var(--color);
    margin: 42px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.join4 .wrap .content .more:hover {
    background: var(--color)
}

.join4 .wrap .content .more:hover p, .join4 .wrap .content .more:hover .iconfont {
    color: #fff
}

.join4 .wrap .content .more p {
    font-weight: 400;
    font-size: 16px;
    color: var(--color);
    margin: 0 9px 0 0;
    transition: .6s ease
}

.join4 .wrap .content .more .iconfont {
    color: var(--color);
    font-size: 14px;
    transition: .6s ease
}

@keyframes walking {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes spin1 {
    100% {
        transform: rotate(1turn)
    }
}


.joke1_new{
    padding: 94px 0 70px;
    position: relative;
}

.joke1_new .wrap{
    width: 1400px;
    margin: auto;
}
.joke1_new .wrap .title{
    font-weight: bold;
    font-size: 48px;
    color: #1A1A1A;
    text-align: center;
}
.joke1_new .wrap .cut{
    display: flex;
    justify-content: center;
    margin: 32px 0 90px 0;
}

.joke1_new .wrap .cut .list{
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    position: relative;
    cursor: pointer;
    transition: .6s ease;
    padding: 0 0 7px;
}
.joke1_new .wrap .cut .list:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #0259DD;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: .6s ease;
}
.joke1_new .wrap .cut .list:hover,.joke1_new .wrap .cut .list.on{
    color: #0064D3;
}
.joke1_new .wrap .cut .list:hover:after,.joke1_new .wrap .cut .list.on:after{
    transform: scaleX(1);
}
.joke1_new .wrap .cut .list:not(:last-child) {
    margin: 0 40px 0 0;
}
.joke1_new .wrap .cut .list.on{
    color: #0064D3;
}
.joke1_new .wrap .content{
    position: relative;
}
.joke1_new .go{
    position: absolute;
    top:543px;
    left: 0;
    width: max-content;
    display: flex;
    animation: goAnimate 200s infinite linear;
}

@keyframes goAnimate {
    100%{
        transform: translateX(-50%);
    }
}

.joke1_new .go .flex{
    display: flex;
}
.joke1_new .go .flex .list{
    font-weight: bold;
    font-size: 96px;
    color: #1A1A1A;
    opacity: 0.1;
}
.joke1_new .wrap .content .matter{
    display: none;
}
.joke1_new .wrap .content .matter.on{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 40px;
}
.joke1_new .wrap .content .matter .img{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.joke1_new .wrap .content .matter .img:hover img{
    transform: scale(1.05);
}
.joke1_new .wrap .content .matter .img img{
    width: 100%;
    height: 100%;
    transition: 2s ease;
}
@media screen and (max-width: 1919px) {
    .section1 .wrap .box .top .text h3, .section1 .wrap .box .top .text h4{
        transform: translateY(1.0416666667vw);
    }
    .section1 .wrap .box .top .text h3{
        font-size: 2.6041666667vw;
    }
    .section1 .wrap .box .top .text h4{
        font-size: 2.1875vw;
    }
    .section1 .wrap .box .top .scroll{
        width: 7.5vw;
        height: 7.5vw;
        bottom: 10.4166666667vw;
        backdrop-filter: blur(1.0416666667vw);
    }
    .section1 .wrap .box .top .scroll .circle{
        width: 6.6145833333vw;
        height: 6.6145833333vw;
    }
    .section1 .wrap .box .top .scroll .icon span{
        font-size: 1.5625vw;
    }
    .section1 .wrap .box .top .txt{
        font-size: 3.75vw;
    }
    .section1 .wrap .box .top .txt.txt1{
        left: calc(50% - 14.375vw);
        top: calc(50% - 4.375vw);
    }
    .section1 .wrap .box .top .txt.txt2{
        left: calc(50% + 14.0625vw);
        top: calc(50% + 4.375vw);
    }
    .section1 .wrap .box .walking .flex .trem{
        width: 62.5vw;
    }
    .join1{
        padding: 6.40625vw 0px 5.46875vw;
    }
    .join1::after{
        height: 34.0625vw;
    }
    .join1 .wrap{
        width: 49.6354166667vw;
    }
    .join1 .wrap .bg_text{
        width: 14.375vw;
        left: -21.6666666667vw;
    }
    .join1 .wrap .title .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.1458333333vw;
    }
    .join1 .wrap .title .p2{
        font-size: 2.3958333333vw;
        margin: 0px 0px 3.2291666667vw;
    }
    .join1 .wrap .title .p3{
        width: 37.4479166667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .join1 .wrap .content2{
        margin: 4.2708333333vw 0px 0px;
    }
    .join1 .wrap .content2 .fistSwiper{
        width: 49.6354166667vw;
    }
    .join1 .wrap .content2 .next{
        margin: 0px 0px 0px 3.0208333333vw;
        width: 39.6875vw;
        height: 26.4583333333vw;
    }
    .join1 .wrap .content{
        margin: 4.2708333333vw 0px 0px;
    }
    .join1 .wrap .content .swiper{
        width: 150.9895833333vw;
    }
    .join2{
        height: calc(67.7083333333vw + 100vh);
    }
    .join2 .go .flex p{
        font-size: 5vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .join2 .wrap .img{
        --w: 36.4583333333vw;
        --h: 17.7083333333vw;
        --border: 0.78125vw;
    }
    .join2 .wrap .text .p1{
        font-size: 2.5vw;
        margin: 0px 0px 1.6145833333vw;
    }
    .join2 .wrap .text .p2{
        width: 36.9791666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .join3{
        padding: 6.7708333333vw 0px 5.7291666667vw;
    }
    .join3 .wrap{
        width: 72.9166666667vw;
    }
    .join3 .wrap .title .p1{
        font-size: 2.5vw;
        margin: 0px 0px 1.9791666667vw;
    }
    .join3 .wrap .title .p2{
        font-size: 0.8333333333vw;
    }
    .join3 .wrap .content{
        margin: 4.4270833333vw 0px 0px;
    }
    .join3 .wrap .content .professionalSwiper{
        width: 100.2604166667vw;
    }
    .join3 .wrap .content .professionalSwiper .swiper-slide.move .item{
        transform: translateY(5.8854166667vw);
    }
    .join3 .wrap .content .professionalSwiper .swiper-slide .item{
        padding: 0px 0px 5.8854166667vw;
    }
    .join3 .wrap .content .professionalSwiper .swiper-slide .item .img{
        height: 14.7395833333vw;
        border-radius: 0.4166666667vw;
    }
    .join3 .wrap .content .professionalSwiper .swiper-slide .item .text{
        font-size: 0.8333333333vw;
        margin: 1.5104166667vw 0px 0px;
    }
    .join3 .wrap .content .button{
        margin: 2.34375vw 0px 0px;
    }
    .join3 .wrap .content .button .circle{
        width: 2.5520833333vw;
        height: 2.5520833333vw;
    }
    .join3 .wrap .content .button .circle:first-child{
        margin: 0px 0.8854166667vw 0px 0px;
    }
    .join3 .wrap .content .button .circle .iconfont{
        font-size: 0.7291666667vw;
    }
    .join4 .img{
        min-height: 34.0625vw;
    }
    .join4 .wrap{
        width: 72.9166666667vw;
        top: 8.59375vw;
    }
    .join4 .wrap .content{
        width: 31.1979166667vw;
        height: 18.6979166667vw;
        border-radius: 1.3020833333vw;
        padding: 3.6458333333vw 3.3854166667vw;
    }
    .join4 .wrap .content .p1{
        font-size: 2.1875vw;
        margin: 0px 0px 1.1458333333vw;
    }
    .join4 .wrap .content .p2{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .join4 .wrap .content .more{
        width: 9.2708333333vw;
        height: 2.8125vw;
        border-radius: 1.40625vw;
        border: 0.1041666667vw solid var(--color);
        margin: 2.1875vw 0px 0px;
    }
    .join4 .wrap .content .more p{
        font-size: 0.8333333333vw;
        margin: 0px 0.46875vw 0px 0px;
    }
    .join4 .wrap .content .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .joke1_new{
        padding: 4.8958333333vw 0px 3.6458333333vw;
    }
    .joke1_new .wrap{
        width: 72.9166666667vw;
    }
    .joke1_new .wrap .title{
        font-size: 2.5vw;
    }
    .joke1_new .wrap .cut{
        margin: 1.6666666667vw 0px 4.6875vw;
    }
    .joke1_new .wrap .cut .list{
        font-size: 0.9375vw;
        padding: 0px 0px 0.3645833333vw;
    }
    .joke1_new .wrap .cut .list:not(:last-child){
        margin: 0px 2.0833333333vw 0px 0px;
    }
    .joke1_new .go{
        top: 28.28125vw;
    }
    .joke1_new .go .flex .list{
        font-size: 5vw;
    }
    .joke1_new .wrap .content .matter.on{
        gap: 1.5625vw 2.0833333333vw;
    }
    .joke1_new .wrap .content .matter .img{
        height: 14.5833333333vw;
    }
}
@media screen and (max-width: 1024px) {
    .section1 .wrap .box .top .img{
        clip-path: unset!important;
    }
    .pin-spacer{
        position: relative!important;
        height: 100vh!important;
        padding: 0!important;
    }
    .section1 .wrap{
        position: relative !important;
    }
    .section1 .wrap .box .top .text{
        opacity: 1!important;
    }
    .section1 .wrap .box .top .txt p{
        opacity: 1;
    }
    .section1 .wrap .box .top .txt.black{
        display: none;
    }
    .section1 .wrap .box .top .txt {
        font-size: 24px;
        position: static;
        display: none;
    }
    .section1 .wrap .box .top .img img{
        position: absolute;
        top: 0;
        left: 0;
    }
    .section1 .wrap .box .top .text{
        width: 100%;
    }
    .section1 .wrap .box .top .text h3 ,.section1 .wrap .box .top .text h4{
        font-size: 26px;
    }
    .section1 .wrap .box .top .scroll{
        width: 100px;
        height: 100px;
        bottom: 25px;
        transform: translateX(-50%) !important;
    }
    .section1 .wrap .box .top .scroll .circle{
        width: 80px;
        height: 80px;
    }
    .section1 .wrap .box .top .scroll .icon span{
        font-size: 24px;
    }
    .section1 .wrap .box .walking{
        display: none;
    }

    .join1{
        padding: 50px 0;
    }
    .join1 .wrap .title .p1{
        font-size: 14px;
        margin: 0 0 10px;
    }

    .join1 .wrap .title .p2{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .join1 .wrap .title .p3{
        width: 90%;
        font-size: 13px;
        line-height: 25px;
    }
    .join1 .wrap{
        width: 90%;
    }

    .join1 .wrap .content2{
        margin: 40px 0 0 0;
    }
    .join1::after {
        height: 39%;
    }
    .joke1_new{
        padding: 50px 0;
    }
    .joke1_new .wrap .title{
        font-size: 24px;
    }
    .joke1_new .wrap .cut{
        margin: 10px 0 35px;
    }
    .joke1_new .wrap .cut .list:not(:last-child) {
        margin: 0px 20px 0px 0px;
    }
    .joke1_new .wrap{
        width: 90%;
    }
    .joke1_new .go .flex .list{
        display: none;
    }
    .joke1_new .wrap .cut .list{
        font-size: 13px;
    }
    .joke1_new .wrap .content .matter.on{
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .joke1_new .wrap .content .matter .img{
        height: auto;
    }
    .join3{
        padding: 50px 0;
    }
    .join3 .wrap{
        width: 90%;
    }
    .join3 .wrap .title .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .join3 .wrap .title .p2{
        font-size: 14px;
    }
    .join3 .wrap .content .professionalSwiper {
        width: 100%;
    }
    .join3 .wrap .content .professionalSwiper .swiper-slide .item .img {
        height: auto;
        border-radius: 10px;
    }
    .join3 .wrap .content{
        margin: 25px 0 0 0;
    }
    .join3 .wrap .content .professionalSwiper .swiper-slide .item .text{
        font-size: 16px;
        margin: 15px 0 0 0;
    }
    .join3 .wrap .content .button{
        margin: 25px 0 0 0;
    }
    .join3 .wrap .content .button .circle:first-child {
        margin: 0px 15px 0px 0;
    }
    .join3 .wrap .content .button .circle{
        width: 45px;
        height: 45px;
    }
    .join3 .wrap .content .button .circle .iconfont{
        font-size: 16px;
    }
    .join3 .wrap .content .professionalSwiper .swiper-slide.move .item{
        transform: translateY(0) !important;
    }
    .join4 .wrap {
        width: 90%;
        top: 20px;
    }
    .join4 .wrap .content {
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 25px;
    }
    .join4 .wrap .content .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .join4 .wrap .content .p2{
        font-size: 14px;
        line-height: 25px;
    }
    .join4 .wrap{
        position: relative;
        transform: none;
        margin: auto;
        left: 0;
        top: 0;
        padding: 50px 0;
    }
    .join4 .wrap .content .more{
        width: 120px;
        height: 40px;
        border-radius: 25px;
        font-size: 13px;
        margin: 20px 0 0 0;
    }
    .join4 .wrap .content .more p{
        font-size: 13px;
        margin: 0 5px 0 0;
    }
    .join4 .wrap .content .more .iconfont{
        font-size: 15px;
    }
    .join4 .img{
        position: absolute;
        min-height: unset;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
