.join1 {
    padding: 110px 0 22px 0
}

.join1 .top {
    display: flex;
    justify-content: space-between
}

.join1 .top .title {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A
}

.join1 .top .text {
    width: 574px;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 36px
}

.join1 .content {
    margin: 73px 0 0 0;
    display: flex;
    justify-content: space-between
}

.join1 .content .item {
    width: 576px;
    height: 365px;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.join1 .content .item:hover .add:before {
    opacity: 0
}

.join1 .content .item:hover:after {
    opacity: 1
}

.join1 .content .item:hover .position {
    transform: translateY(0)
}

.join1 .content .item:hover .position .p2 {
    opacity: 1
}

.join1 .content .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    transition: .6s ease
}

.join1 .content .item .img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.join1 .content .item .position {
    position: absolute;
    top: 60px;
    left: 60px;
    transform: translateY(245px);
    transition: 1s ease;
    z-index: 2
}

.join1 .content .item .position .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 40px
}

.join1 .content .item .position .p2 {
    width: 453px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    opacity: 0;
    transition: .6s ease
}

.join1 .content .item .add {
    position: absolute;
    right: 30px;
    bottom: 28px;
    z-index: 6;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%
}

.join1 .content .item .add:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: #004FF0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.join1 .content .item .add:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background: #004FF0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .6s ease
}

.join2 {
    padding: 100px 0 113px
}

.join2 .title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    margin: 0 0 70px
}

.join2 .content {
    width: 2030px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.join2 .content .teamSwiper {
    width: 100%;
    padding: 0 20px 20px 20px
}

.join2 .content .teamSwiper .swiper-slide.swiper-slide-active .item {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12)
}

.join2 .content .teamSwiper .swiper-slide .item {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF;
    transition: .6s ease
}

.join2 .content .teamSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.join2 .content .teamSwiper .swiper-slide .item .img {
    height: 253px;
    overflow: hidden;
    border-radius: 12px
}

.join2 .content .teamSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.join2 .content .teamSwiper .swiper-slide .item .text {
    text-align: center;
    padding: 32px 0;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A
}

.join3 {
    background: #F6F7FA;
    padding: 94px 0 120px
}

.join3 .cut {
    display: flex;
    align-items: center;
    margin: 0 0 42px
}

.join3 .cut .list {
    font-weight: bold;
    font-size: 28px;
    margin: 0 30px 0 0;
    color: rgba(26, 26, 26, 0.3);
    transform: scale(0.85);
    cursor: pointer
}

.join3 .cut .list.on {
    color: var(--color);
    transform: scale(1)
}

.join3 .content .matter .select {
    margin: 0 0 80px
}

.join3 .content .matter .select .flex {
    display: flex;
    align-items: center
}

.join3 .content .matter .select .flex:not(:last-child) {
    margin: 0 0 30px
}

.join3 .content .matter .select .flex .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin: 0 52px 0 0
}

.join3 .content .matter .select .flex .dis {
    display: flex;
    gap: 20px 68px
}

.join3 .content .matter .select .flex .dis .list {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    transition: .6s ease
}

.join3 .content .matter .select .flex .dis .list.on {
    color: var(--color)
}

.join3 .content .matter .main .all {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 35px
}

.join3 .content .matter .main .headline {
    height: 74px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 72px
}

.join3 .content .matter .main .headline p {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A
}

html[lang="en"] .join3 .content .matter .main .headline p{
    font-size: 13px;
}


.join3 .content .matter .main .headline p:first-child {
    width: 200px
}

.join3 .content .matter .main .headline p:nth-child(2) {
    width: 45px
}

html[lang="en"] .join3 .content .matter .main .headline p:nth-child(2){
    width: 100px;
}
.join3 .content .matter .main .headline p:nth-child(3) {
    width: 85px
}

html[lang="en"] .join3 .content .matter .main .headline p:nth-child(3){
    width: 175px;
}

.join3 .content .matter .main .headline p:nth-child(4) {
    width: 75px
}

.join3 .content .matter .main .headline p:nth-child(5) {
    width: 75px
}

html[lang="en"] .join3 .content .matter .main .headline p:nth-child(5){
    width: 126px;
}

.join3 .content .matter .main .item {
    border-bottom: 1px solid #ECECEC;
    transition: .6s ease
}

.join3 .content .matter .main .item.on {
    border-bottom: 1px solid #0090D5
}

.join3 .content .matter .main .item .show {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 72px;
    cursor: pointer
}

.join3 .content .matter .main .item .show p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A
}

.join3 .content .matter .main .item .show p:first-child {
    width: 200px
}

.join3 .content .matter .main .item .show p:nth-child(2) {
    width: 45px
}

html[lang="en"] .join3 .content .matter .main .item .show p:nth-child(2){
    width: 100px;
}

.join3 .content .matter .main .item .show p:nth-child(3) {
    width: 85px
}

html[lang="en"] .join3 .content .matter .main .item .show p:nth-child(3){
    width: 175px;
}

.join3 .content .matter .main .item .show p:nth-child(4) {
    width: 75px
}

.join3 .content .matter .main .item .show p:nth-child(5) {
    width: 75px
}

html[lang="en"] .join3 .content .matter .main .item .show p:nth-child(5){
    width: 126px;
}

.join3 .content .matter .main .item .hide {
    overflow: hidden;
    display: none
}

.join3 .content .matter .main .item .hide > div {
    margin: 20px 74px 40px 74px
}

.join3 .content .matter .main .item .hide h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 30px
}

.join3 .content .matter .main .item .hide p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px
}

.join3 .content .matter .main .item .hide .click {
    width: 120px;
    height: 46px;
    background: #0090D5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 95px 0 0 0
}

.join3 .content .matter .main .item .hide .click p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

@media screen and (max-width: 1919px) {
    .join1{
        padding: 5.7291666667vw 0px 1.1458333333vw;
    }
    .join1 .top .title{
        font-size: 1.875vw;
    }
    .join1 .top .text{
        width: 29.8958333333vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .join1 .content{
        margin: 3.8020833333vw 0px 0px;
    }
    .join1 .content .item{
        width: 30vw;
        height: 19.0104166667vw;
        border-radius: 0.5208333333vw;
    }
    .join1 .content .item::after{
        border-radius: 0.5208333333vw;
    }
    .join1 .content .item .position{
        top: 3.125vw;
        left: 3.125vw;
        transform: translateY(12.7604166667vw);
    }
    .join1 .content .item .position .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .join1 .content .item .position .p2{
        width: 23.59375vw;
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .join1 .content .item .add{
        right: 1.5625vw;
        bottom: 1.4583333333vw;
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .join1 .content .item .add::after{
        width: 0.6770833333vw;
    }
    .join1 .content .item .add::before{
        height: 0.6770833333vw;
    }
    .join2{
        padding: 5.2083333333vw 0px 5.8854166667vw;
    }
    .join2 .title{
        font-size: 1.875vw;
        margin: 0px 0px 3.6458333333vw;
    }
    .join2 .content{
        width: 105.7291666667vw;
    }
    .join2 .content .teamSwiper{
        padding: 0px 1.0416666667vw 1.0416666667vw;
    }
    .join2 .content .teamSwiper .swiper-slide.swiper-slide-active .item{
        box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0.625vw 0px;
    }
    .join2 .content .teamSwiper .swiper-slide .item{
        border-radius: 0.625vw;
    }
    .join2 .content .teamSwiper .swiper-slide .item .img{
        height: 13.1770833333vw;
        border-radius: 0.625vw;
    }
    .join2 .content .teamSwiper .swiper-slide .item .text{
        padding: 1.6666666667vw 0px;
        font-size: 0.8333333333vw;
    }
    .join3{
        padding: 4.8958333333vw 0px 6.25vw;
    }
    .join3 .cut{
        margin: 0px 0px 2.1875vw;
    }
    .join3 .cut .list{
        font-size: 1.4583333333vw;
        margin: 0px 1.5625vw 0px 0px;
    }
    .join3 .content .matter .select{
        margin: 0px 0px 4.1666666667vw;
    }
    .join3 .content .matter .select .flex:not(:last-child){
        margin: 0px 0px 1.5625vw;
    }
    .join3 .content .matter .select .flex .p1{
        font-size: 1.0416666667vw;
        margin: 0px 2.7083333333vw 0px 0px;
    }
    .join3 .content .matter .select .flex .dis{
        gap: 1.0416666667vw 3.5416666667vw;
    }
    .join3 .content .matter .select .flex .dis .list{
        font-size: 0.8333333333vw;
    }
    .join3 .content .matter .main .all{
        font-size: 0.9375vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .join3 .content .matter .main .headline{
        height: 3.8541666667vw;
        padding: 0px 3.75vw;
    }
    .join3 .content .matter .main .headline p{
        font-size: 0.9375vw;
    }
    html[lang="en"] .join3 .content .matter .main .headline p{
        font-size: 0.677083vw;
    }
    .join3 .content .matter .main .headline p:first-child{
        width: 10.4166666667vw;
    }
    .join3 .content .matter .main .headline p:nth-child(2){
        width: 2.34375vw;
    }
    html[lang="en"] .join3 .content .matter .main .headline p:nth-child(2){
        width: 5.20833333333vw;
    }
    .join3 .content .matter .main .headline p:nth-child(3){
        width: 4.4270833333vw;
    }
    html[lang="en"] .join3 .content .matter .main .headline p:nth-child(3){
        width: 9.114583vw;
    }
    .join3 .content .matter .main .headline p:nth-child(4){
        width: 3.90625vw;
    }
    .join3 .content .matter .main .headline p:nth-child(5){
        width: 3.90625vw;
    }
    html[lang="en"] .join3 .content .matter .main .headline p:nth-child(5){
        width: 6.5625vw;
    }
    .join3 .content .matter .main .item .show{
        height: 3.8020833333vw;
        padding: 0px 3.75vw;
    }
    .join3 .content .matter .main .item .show p{
        font-size: 0.8333333333vw;
    }
    .join3 .content .matter .main .item .show p:first-child{
        width: 10.4166666667vw;
    }
    .join3 .content .matter .main .item .show p:nth-child(2){
        width: 2.34375vw;
    }
    html[lang="en"] .join3 .content .matter .main .item .show p:nth-child(2){
        width: 5.20833333333vw;
    }
    .join3 .content .matter .main .item .show p:nth-child(3){
        width: 4.4270833333vw;
    }

    html[lang="en"] .join3 .content .matter .main .item .show p:nth-child(3){
        width: 9.114583vw;
    }
    .join3 .content .matter .main .item .show p:nth-child(4){
        width: 3.90625vw;
    }
    .join3 .content .matter .main .item .show p:nth-child(5){
        width: 3.90625vw;
    }

    html[lang="en"] .join3 .content .matter .main .item .show p:nth-child(5){
        width: 6.5625vw;
    }
    .join3 .content .matter .main .item .hide > div{
        margin: 1.0416666667vw 3.8541666667vw 2.0833333333vw;
    }
    .join3 .content .matter .main .item .hide h5{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .join3 .content .matter .main .item .hide p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .join3 .content .matter .main .item .hide .click{
        width: 6.25vw;
        height: 2.3958333333vw;
        border-radius: 0.15625vw;
        margin: 4.9479166667vw 0px 0px;
    }
    .join3 .content .matter .main .item .hide .click p{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .join1{
        padding: 40px 0 50px 0;
    }
    .join1 .top{
        flex-direction: column;
    }
    .join1 .top .title{
        font-size: 24px;
    }
    .join1 .top .text{
        width: 100%;
        font-size: 13px;
        line-height: 1.7;
        margin: 15px 0 0 0;
    }
    .join1 .content{
        margin: 30px 0 0 0;
        flex-direction: column;
        gap: 20px;
    }
    .join1 .content .item {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .join1 .content .item .position{
        top: 30px;
        left: 0%;
        transform: none !important;
        padding: 0 5%;
    }
    .join1 .content .item .position .p1{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .join1 .content .item .position .p2{
        width: 100%;
        font-size: 13px;
        line-height: 1.6;
        opacity: 1;
    }
    .join1 .content .item .add{
        width: 30px;
        height: 30px;
        right: 10px;
        bottom: 10px;
    }
    .join1 .content .item .add::before{
        height: 11px;
    }
    .join1 .content .item .add::after{
        width: 11px;
    }
    .join2{
        padding: 20px 0 40px 0;
    }
    .join2 .title{
        font-size: 24px;
        margin: 0 0 35px;
    }
    .join2 .content{
        width: 90%;
    }
    .join2 .content .teamSwiper .swiper-slide .item .img{
        height: auto;
        border-radius: 10px;
    }
    .join2 .content .teamSwiper .swiper-slide .item .text{
        padding: 15px;
        font-size: 14px;
    }
    .join3{
        padding: 50px 0;
    }
    .join3 .cut{
        margin: 0 0 30px;
    }
    .join3 .cut .list{
        font-size: 18px;
        margin: 0 15px 0 0;
    }
    .join3 .content .matter .select .flex .p1{
        font-size: 13px;
        margin: 0 6px 0 0;
    }
    .join3 .content .matter .select .flex .dis{
        gap: 20px;
    }
    .join3 .content .matter .select .flex:not(:last-child) {
        margin: 0px 0px 15px;
    }
    .join3 .content .matter .select .flex .dis .list{
        font-size: 14px;
    }
    .join3 .content .matter .main .all{
        font-size: 14px;
        margin: 0 0 20px;
    }
    .join3 .content .matter .select{
        margin: 0 0 30px;
    }
    .join3 .content .matter .main .headline{
        height: 50px;
        padding: 0 5%;
        margin: 0 0 15px;
    }
    .join3 .content .matter .main .headline p{
        font-size: 13px;
        width: fit-content!important;
    }
    .join3 .content .matter .main .item .show{
        height: 55px;
        padding: 0;
    }
    .join3 .content .matter .main .item .hide>div{
        margin: 10px 0 25px 0;
    }
    .join3 .content .matter .main .item .show p{
        font-size: 13px;
        width: fit-content!important;
    }
    .join3 .content .matter .main .item .show p:first-child{
        width: 135px!important;
    }
    .join3 .content .matter .main .item .hide h5{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .join3 .content .matter .main .item .hide p{
        font-size: 13px;
        line-height: 30px;
    }
    .join3 .content .matter .main .item .hide .click {
        width: fit-content;
        height: 40px;
        border-radius: 3px;
        margin: 20px 0 0 0;
        padding: 0 20px;
    }
    .join3 .content .matter .main .item .hide .click p {
        font-size: 12px;
    }

}

