.join1 {
    padding: 230px 0 0 0
}

.join1 .top {
    width: 1440px;
    margin: auto;
    display: flex
}

.join1 .top .title {
    width: 730px
}

.join1 .top .title .t1 {
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    margin: 0 0 10px
}

.join1 .top .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111
}

.join1 .top .title .pick {
    margin: 70px 0 0 0
}

.join1 .top .title .p2 {
    margin: 30px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    line-height: 30px
}

.join1 .top .r {
    display: flex;
    align-items: center;
    gap: 0 11px;
    margin: 0 0 0 480px
}

.join1 .top .r p {
    font-weight: 400;
    font-size: 14px;
    color: #007EBC
}

.join1 .top .r .down {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.join1 .top .r .down .iconfont {
    color: #fff;
    font-size: 16px
}

.join1 .top .r .down .rote {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: roteAnimate__ 3s linear infinite
}

.join1 .top .r .down .rote:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: var(--color);
    border-radius: 50%;
    left: -9px;
    top: -15px
}

.join1 .pic {
    margin: 67px 0 0 0
}

.join1 .pic img {
    width: 100%
}

.join2 {
    padding: 123px 0 0 0
}

.join2 .wrap .top {
    width: 1440px;
    margin: auto;
    display: flex;
    padding: 0 240px 0 0;
    justify-content: space-between
}

.join2 .wrap .top .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000
}

.join2 .wrap .top .p2 {
    width: 599px;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 36px
}

.join2 .wrap .content {
    margin: 101px 0 0 0
}

.join2 .wrap .content .item {
    position: relative
}

.join2 .wrap .content .item:hover .img {
    opacity: 1
}

.join2 .wrap .content .item:hover .text .num, .join2 .wrap .content .item:hover .text .p1, .join2 .wrap .content .item:hover .text .p2 {
    color: #fff
}

.join2 .wrap .content .item .img {
    width: 100%;
    opacity: 0;
    transition: .6s ease
}

.join2 .wrap .content .item .text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 1440px
}

.join2 .wrap .content .item .text .num {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 0 0 19px;
    transition: .6s ease
}

.join2 .wrap .content .item .text .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 0 0 64px;
    transition: .6s ease
}

.join2 .wrap .content .item .text .p2 {
    font-weight: 500;
    font-size: 18px;
    color: #444444;
    transition: .6s ease
}

.join3 {
    background: #F5F5F7;
    padding: 105px 0 120px
}

.join3 .wrap {
    width: 1440px;
    margin: auto
}

.join3 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin: 0 0 32px
}

.join3 .wrap .title .p2 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin: 0 0 40px
}

.join3 .wrap .title .p3 {
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    line-height: 30px
}

.join3 .wrap .flex_btn {
    margin: 93px 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.join3 .wrap .flex_btn .headline {
    font-weight: bold;
    font-size: 24px;
    color: #000000
}

.join3 .wrap .flex_btn .cut {
    display: flex;
    gap: 0 12px
}

.join3 .wrap .flex_btn .cut .list {
    width: fit-content;
    padding: 0 25px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    cursor: pointer;
    transition: .4s ease
}

.join3 .wrap .flex_btn .cut .list:hover {
    color: var(--color)
}

.join3 .wrap .flex_btn .cut .list.on {
    font-weight: bold;
    color: #fff;
    background: var(--color)
}

.join3 .wrap .content {
    position: relative
}

.join3 .wrap .content .matter {
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms;
    overflow: hidden
}

.join3 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.join3 .wrap .content .matter.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.join3 .wrap .content .matter .matterSwiper {
    width: 2600px;
    left: 50%;
    transform: translateX(-50%)
}

.join3 .wrap .content .matter .matterSwiper .swiper-slide-active .item:after {
    opacity: 0
}

.join3 .wrap .content .matter .matterSwiper .item {
    width: 100%;
    position: relative
}

.join3 .wrap .content .matter .matterSwiper .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 4;
    border-radius: 10px;
    transition: .6s ease
}

.join3 .wrap .content .matter .matterSwiper .item .img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.join3 .wrap .content .matter .matterSwiper .item .position {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px
}

.join3 .wrap .content .matter .matterSwiper .item .position .joke {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 30px 27px 30px
}

.join3 .wrap .content .matter .matterSwiper .item .position .iconfont {
    color: #007EBC;
    font-size: 38px;
    margin: 0 0 10px
}

.join3 .wrap .content .matter .matterSwiper .item .position .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    margin: 0 0 39px
}

.join3 .wrap .content .matter .matterSwiper .item .position .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 24px
}

.join3 .wrap .content .matter .matterSwiper .item .position .p3 {
    margin: 60px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 14px;
    color: #000000
}

.join4 {
    padding: 120px 0
}

.join4 .wrap {
    width: 1440px;
    margin: auto
}

.join4 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin: 0 0 50px
}

.join4 .wrap .content .headline {
    height: 80px;
    background: #F5F5F7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 87px 0 64px
}

.join4 .wrap .content .headline p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000000
}

.join4 .wrap .content .headline p:first-child {
    width: 155px
}

.join4 .wrap .content .headline > .item_flex > p:last-child{
    width: 85px;
}

.join4 .wrap .content .headline p:nth-child(3) {
    width: 85px
}

.join4 .wrap .content .headline p:nth-child(4) {
    width: 85px
}

/*.join4 .wrap .content .headline p:last-child {*/
/*    width: 50px*/
/*}*/


.join4 .wrap .content .flex .item {
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 87px 0 64px;
    cursor: pointer;
    transition: .6s ease
}
.join4 .wrap .content .flex .item .item_flex,
.join4 .wrap .content .headline .item_flex {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.join4 .wrap .content .headline .item_flex .p-group{
    width: 1033px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin-right: 206px;
}

.join4 .wrap .content .headline .item_flex .dis{
    display: flex;
    align-items: center;
    width: 715px;
    justify-content: space-between;
}

/* 为包裹 <p> 标签的容器添加样式 */
.p-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1; /* 占据剩余空间 */
    margin-right: 206px;
}

.p-group .dis{
    display: flex;
    align-items: center;
    width: 715px;
    justify-content: space-between;
}

.join4 .wrap .content .flex .item:hover {
    border-bottom: 1px solid #007EBC
}

.join4 .wrap .content .flex .item:hover p {
    color: #007EBC
}

.join4 .wrap .content .flex .item p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #444444;
    transition: .6s ease
}

.join4 .wrap .content .flex .item p:first-child {
    width: 155px
}

.join4 .wrap .content .flex .item p:nth-child(2) {
    width: 85px
}

.join4 .wrap .content .flex .item p:nth-child(3) {
    width: 85px
}

.join4 .wrap .content .flex .item p:nth-child(4) {
    width: 85px
}

.join4 .wrap .content .flex .item .w {
    width: 85px;
    display: flex;
    justify-content: center
}

.join4 .wrap .content .flex .item .add {
    width: 30px;
    height: 30px;
    background: #F5F5F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.join4 .wrap .content .flex .item .add img {
    width: 16px;
    height: 16px
}

.fixed_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: .6s ease
}

.fixed_alert.on {
    pointer-events: auto;
    opacity: 1
}

.fixed_alert.on .content {
    transform: translateY(0);
    opacity: 1
}

.fixed_alert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 19, 24, 0.3)
}

.fixed_alert .content {
    width: 1200px;
    position: relative;
    z-index: 2;
    padding: 60px 70px 90px 70px;
    background: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: .6s ease;
    max-height: 84vh;
    overflow: hidden;
    overflow-y: scroll;
}

.fixed_alert .content .headline {
    display: flex;
    justify-content: space-between;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.fixed_alert .content .headline .l .p1 {
    font-weight: bold;
    font-size: 26px;
    color: #007EBC;
    margin: 0 0 24px
}

.fixed_alert .content .headline .l .time {
    font-weight: 400;
    font-size: 12px;
    color: #888888
}

.fixed_alert .content .headline .close {
    width: 43px;
    height: 43px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.fixed_alert .content .headline .close:hover {
    background: #2C6DB6
}

.fixed_alert .content .headline .close:hover svg path {
    fill: #fff
}

.fixed_alert .content .headline .close svg {
    width: 20px;
    height: 20px
}

.fixed_alert .content .headline .close svg path {
    fill: #2C6DB6;
    transition: .6s ease
}

.fixed_alert .content .display {
    display: flex;
    margin: 40px 0 0 0;
    justify-content: space-between
}

.fixed_alert .content .display .message {
    width: 674px
}

.fixed_alert .content .display .message h5 {
    font-weight: 500;
    font-size: 16px;
    color: #000000
}

.fixed_alert .content .display .message p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px
}

.fixed_alert .content .display .border {
    width: 326px;
    height: fit-content;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 39px 33px 43px 32px
}

.fixed_alert .content .display .border .list {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    line-height: 30px
}

.fixed_alert .content .display .border .yx {
    width: 100%;
    height: 38px;
    background: #007EBC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 28px
}

@media screen and (max-width: 1919px) {
    .join1{
        padding: 11.9791666667vw 0px 0px;
    }
    .join1 .top{
        width: 75vw;
    }
    .join1 .top .title{
        width: 38.0208333333vw;
    }
    .join1 .top .title .t1{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .join1 .top .title .p1{
        font-size: 1.875vw;
    }
    .join1 .top .title .pick{
        margin: 3.6458333333vw 0px 0px;
    }
    .join1 .top .title .p2{
        margin: 1.5625vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .join1 .top .r{
        gap: 0px 0.5729166667vw;
        margin: 0px 0px 0px 25vw;
    }
    .join1 .top .r p{
        font-size: 0.7291666667vw;
    }
    .join1 .top .r .down{
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }
    .join1 .top .r .down .iconfont{
        font-size: 0.8333333333vw;
    }
    .join1 .top .r .down .rote{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .join1 .top .r .down .rote::after{
        width: 2.9166666667vw;
        height: 2.9166666667vw;
        left: -0.46875vw;
        top: -0.78125vw;
    }
    .join1 .pic{
        margin: 3.4895833333vw 0px 0px;
    }
    .join2{
        padding: 6.40625vw 0px 0px;
    }
    .join2 .wrap .top{
        width: 75vw;
        padding: 0px 12.5vw 0px 0px;
    }
    .join2 .wrap .top .p1{
        font-size: 0.9375vw;
    }
    .join2 .wrap .top .p2{
        width: 31.1979166667vw;
        font-size: 1.25vw;
        line-height: 1.875vw;
    }
    .join2 .wrap .content{
        margin: 5.2604166667vw 0px 0px;
    }
    .join2 .wrap .content .item .text{
        width: 75vw;
    }
    .join2 .wrap .content .item .text .num{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.9895833333vw;
    }
    .join2 .wrap .content .item .text .p1{
        font-size: 1.25vw;
        margin: 0px 0px 3.3333333333vw;
    }
    .join2 .wrap .content .item .text .p2{
        font-size: 0.9375vw;
    }
    .join3{
        padding: 5.46875vw 0px 6.25vw;
    }
    .join3 .wrap{
        width: 75vw;
    }
    .join3 .wrap .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .join3 .wrap .title .p2{
        font-size: 1.0416666667vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .join3 .wrap .title .p3{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .join3 .wrap .flex_btn{
        margin: 4.84375vw 0px 3.6458333333vw;
        padding: 0px 0px 1.5625vw;
    }
    .join3 .wrap .flex_btn .headline{
        font-size: 1.25vw;
    }
    .join3 .wrap .flex_btn .cut{
        gap: 0px 0.625vw;
    }
    .join3 .wrap .flex_btn .cut .list{
        padding: 0px 1.3020833333vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        font-size: 0.8333333333vw;
    }
    .join3 .wrap .content .matter{
        transform: translateY(1.0416666667vw);
    }
    .join3 .wrap .content .matter .matterSwiper{
        width: 135.4166666667vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item::after{
        border-radius: 0.5208333333vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item .img{
        border-radius: 0.5208333333vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position{
        right: 1.5625vw;
        width: 15.625vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .joke{
        border-radius: 0.4166666667vw;
        padding: 2.0833333333vw 1.5625vw 1.40625vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .iconfont{
        font-size: 1.9791666667vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 2.03125vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .p2{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .p3{
        margin: 3.125vw 0px 0px;
        padding: 1.0416666667vw 0px 0px;
        font-size: 0.7291666667vw;
    }
    .join4{
        padding: 6.25vw 0px;
    }
    .join4 .wrap{
        width: 75vw;
    }
    .join4 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .join4 .wrap .content .headline{
        height: 4.1666666667vw;
        border-radius: 0.4166666667vw;
        padding: 0px 4.53125vw 0px 3.3333333333vw;
    }
    .join4 .wrap .content .headline p{
        font-size: 1.0416666667vw;
    }
    .join4 .wrap .content .headline p:first-child{
        width: 8.0729166667vw;
    }
    .join4 .wrap .content .headline > .item_flex > p:last-child{
        width: 4.4270833333vw;
    }
    .join4 .wrap .content .headline p:nth-child(3){
        width: 4.4270833333vw;
    }
    .join4 .wrap .content .headline p:nth-child(4){
        width: 4.4270833333vw;
    }
    .join4 .wrap .content .flex .item{
        height: 3.6458333333vw;
        padding: 0px 4.53125vw 0px 3.3333333333vw;
    }
    .join4 .wrap .content .headline .item_flex .p-group{
        width: 53.8020833333vw;
        margin-right: 10.7291666667vw;
    }
    .join4 .wrap .content .headline .item_flex .dis{
        width: 37.2395833333vw;
    }
    .p-group{
        margin-right: 10.7291666667vw;
    }
    .p-group .dis{
        width: 37.2395833333vw;
    }
    .join4 .wrap .content .flex .item p{
        font-size: 0.8333333333vw;
    }
    .join4 .wrap .content .flex .item p:first-child{
        width: 8.0729166667vw;
    }
    .join4 .wrap .content .flex .item p:nth-child(2){
        width: 4.4270833333vw;
    }
    .join4 .wrap .content .flex .item p:nth-child(3){
        width: 4.4270833333vw;
    }
    .join4 .wrap .content .flex .item p:nth-child(4){
        width: 4.4270833333vw;
    }
    .join4 .wrap .content .flex .item .w{
        width: 4.4270833333vw;
    }
    .join4 .wrap .content .flex .item .add{
        width: 1.5625vw;
        height: 1.5625vw;
    }
    .join4 .wrap .content .flex .item .add img{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .fixed_alert .content{
        width: 62.5vw;
        padding: 3.125vw 3.6458333333vw 4.6875vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed_alert .content .headline{
        padding: 0px 0px 0.9375vw;
    }
    .fixed_alert .content .headline .l .p1{
        font-size: 1.3541666667vw;
        margin: 0px 0px 1.25vw;
    }
    .fixed_alert .content .headline .l .time{
        font-size: 0.625vw;
    }
    .fixed_alert .content .headline .close{
        width: 2.2395833333vw;
        height: 2.2395833333vw;
    }
    .fixed_alert .content .headline .close svg{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .fixed_alert .content .display{
        margin: 2.0833333333vw 0px 0px;
    }
    .fixed_alert .content .display .message{
        width: 35.1041666667vw;
    }
    .fixed_alert .content .display .message h5{
        font-size: 0.8333333333vw;
    }
    .fixed_alert .content .display .message p{
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }
    .fixed_alert .content .display .border{
        width: 16.9791666667vw;
        padding: 2.03125vw 1.71875vw 2.2395833333vw 1.6666666667vw;
    }
    .fixed_alert .content .display .border .list{
        margin: 0px 0px 1.5625vw;
        font-size: 0.7291666667vw;
        line-height: 1.5625vw;
    }
    .fixed_alert .content .display .border .yx{
        height: 1.9791666667vw;
        border-radius: 0.2604166667vw;
        font-size: 0.625vw;
        line-height: 1.4583333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .join1{
        padding: 110px 0 0 0 ;
    }
    .join1 .top{
        width: 90%;
        flex-direction: column;
        align-items: unset;
    }
    .join1 .top .title .p1{
        font-size: 24px;
    }
    .join1 .top .title .p2{
        margin: 10px 0 0 0;
        font-size: 13px;
        line-height: 25px;
    }
    .join1 .top .title {
        width: 100%;
    }
    .join1 .top .r .down{
        width: 70px;
        height: 70px;
        margin: 0 10px 0 0;
    }
    .join1 .top .r .down .rote::after{
        width: 50px;
        height: 50px;
        left: -21px;
        top: -15px;
    }
    .join1 .top .r .down .iconfont{
        font-size: 14px;
    }
    .join1 .top .r p{
        font-size: 16px;
    }
    .join1 .top .r{
        gap: 0;
        margin: 25px 0 0 0;
    }
    .join1 .top .title .t1{
        font-size: 12px;
        margin: 0 0 15px;
    }

    .join2{
        padding: 42px 0;
    }
    .join2 .wrap .top{
        width: 90%;
        padding: 0;
        flex-direction: column;
    }
    .join2 .wrap .top .p1{
        font-size: 13px;
        margin: 0 0 15px;
    }

    .join2 .wrap .top .p2 {
        width: 100%;
        font-size: 15px;
        line-height: 30px;
    }
    .join2 .wrap .content{
        padding: 0 5%;
        margin: 40px 0 0 0 ;
    }
    .join2 .wrap .content .item:hover .text .num, .join2 .wrap .content .item:hover .text .p1, .join2 .wrap .content .item:hover .text .p2{
        color: #000;
    }
    .join2 .wrap .content .item .img{
        display: none;
    }
    .join2 .wrap .content .item .text{
        position: static;
        transform: none;
    }
    .join2 .wrap .content .item .text .num{
        font-size: 13px;
        margin: 0 0 12px;
    }
    .join2 .wrap .content .item .text .p1{
        font-size: 17px;
        margin: 0 0 10px;
    }

    .join2 .wrap .content .item .text {
        width: 100%;
    }
    .join2 .wrap .content .item .text .p2{
        font-size: 12px;
    }
    .join2 .wrap .content .item:not(:last-child) {
        margin: 0 0 25px;
    }
    .join3{
        padding: 45px 0;
    }
    .join3 .wrap{
        width: 90%;
    }
    .join3 .wrap .title .p1{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .join3 .wrap .title .p2{
        font-size: 15px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .join3 .wrap .title .p3{
        font-size: 12px;
        line-height: 25px;
    }
    .join3 .wrap .title .p3 br{
        display: none;
    }
    .join3 .wrap .flex_btn .headline{
        font-size: 14px;
        padding: 0 0 10px;
        margin: 15px 0 0 0;
    }
    .join3 .wrap .flex_btn .cut .list {
        padding: 0 18px;
        height: 35px;
        border-radius: 25px;
        font-size: 12px;
    }
    .join3 .wrap .flex_btn .cut{
        gap: 10px;
    }
    .join3 .wrap .flex_btn{
        margin: 25px 0 0 0;
        padding: 0 0 15px;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position{
        position: static;
        width: 100%;
        transform: none;
    }
    .join3 .wrap .content .matter .matterSwiper .item:after{
        opacity: 0;
        pointer-events: none;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .joke{
        border-radius: 0;
        padding: 15px;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .iconfont{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .p1{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .p2{
        font-size: 12px;
        line-height: 25px;
    }
    .join3 .wrap .content .matter .matterSwiper .item .position .p3{
        padding: 15px 0 0 0 ;
        margin: 15px 0 0 0;
        font-size: 12px;
    }
    .join3 .wrap .content{
        margin: 30px 0 0 0;
    }
    .join3 .wrap .content .matter{
        overflow: unset;
    }
    .join3 .wrap .content .matter .matterSwiper{
        width: 91%;
        overflow: unset;
        left: 0;
        transform: none;
        margin: 0;
    }

    .join4{
        padding: 40px 0;
    }
    .join4 .wrap .title{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .join4 .wrap{
        width: 90%;
    }

    .join4 .wrap .content .headline {
        height: 38px;
        border-radius: 3px;
        padding: 0 15px;
    }
    .join4 .wrap .content .headline p {
        font-size: 12px;
    }

    .join4 .wrap .content .headline p:first-child {
        width: fit-content;
    }
    .join4 .wrap .content .headline p:nth-child(3) {
        width: fit-content;
    }
    .join4 .wrap .content .headline > .item_flex > p:last-child{
        width: fit-content;
    }

    .join4 .wrap .content .flex .item{
        flex-direction: column;
        height: auto;
    }

    .join4 .wrap .content .flex .item .item_flex, .join4 .wrap .content .headline .item_flex{
        flex-direction: column;
        align-items: unset;
    }
    .p-group{
        flex-direction: column;
        align-items: unset;
    }

    .join4 .wrap .content .flex .item p:first-child{
        width: fit-content;
    }
    .join4 .wrap .content .flex .item p:nth-child(2){
        width: fit-content;
    }
    .join4 .wrap .content .flex .item p:nth-child(3){
        width: fit-content;
    }

    .join4 .wrap .content .flex .item .add{
        width: 25px;
        height: 25px;
    }
    .join4 .wrap .content .flex .item .add img{
        width: 12px;
        height: 12px;
    }
    .p-group .dis{
        width: fit-content;
    }
    .join4 .wrap .content .headline{
        display: none;
    }
    .join4 .wrap .content .flex .item{
        height: auto;
        border-radius: 0;
        padding: 25px 0;
    }
    .join4 .wrap .content .flex .item p{
        font-size: 13px;
    }
    .join4 .wrap .content .flex .item .w{
        display: none;
    }
    .join4 .wrap .content .flex .item .p-group > p{
        font-size: 18px;
    }
    .p-group .dis{
        flex-direction: column;
        align-items: unset!important;
        margin: 15px 0 0 0;
        line-height: 20px;
    }
    .p-group {
        margin-right: 0;
    }
    .fixed_alert .content{
        width: 90%;
        padding: 0;
    }

    .fixed_alert .content .headline .l .p1 {
        font-size: 18px;
        margin: 0 0 7px;
    }
    .fixed_alert .content .headline .l .time{
        font-size: 13px;
    }
    .fixed_alert .content .headline .close{
        width: 35px;
        height: 35px;
    }

    .fixed_alert .content .headline{
        padding: 15px 10px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        background: #fff;
    }
    .fixed_alert .content .headline .close svg{
        width: 15px;
        height: 15px;
    }

    .fixed_alert .content .display{
        margin: 18px 0 0 0;
        flex-direction: column;
    }
    .fixed_alert .content .display .message h5{
        font-size: 14px;
    }
    .fixed_alert .content .display .message p{
        font-size: 12px;
        line-height: 24px;
    }
    .fixed_alert .content .display .message {
        width: 100%;
        padding: 0 10px;
    }
    .fixed_alert .content .display .border {
        width: 100%;
        padding: 25px 15px;
        margin: 25px 0 0 0;
    }
    .fixed_alert .content .display .border .list{
        margin: 0 0 15px;
        font-size: 13px;
        line-height: 25px;
    }
    .fixed_alert .content .display .border .yx {
        height: auto;
        border-radius: 4px;
        font-size: 14px;
        line-height: 40px;
    }
}

