.join-body {
    background: url('../img/join/join-banner-b.jpg') no-repeat top center;
    background-size: auto 1600px;
}


.join-page-about {
    margin-top: 400px;
}

.join-page-about .join-page-tit {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join-page-about .join-page-tit h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.join-page-about .join-page-tit span {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #E70012;
    margin-top: 12px;
    margin-bottom: 24px;
}

.join-page-about .join-page-tit p {
    font-size: 24px;
    color: #FFFFFF;
}

.join-page-about .join-about {
    margin-top: 80px;
    width: 100%;
    max-width: 588px;
}

.join-page-about .join-about h3 {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    border-bottom: 2px solid #E70012;
}

.join-page-about .join-about>p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 48px 0;
}

.join-page-about .join-about .join-about-cont {
    width: 100%;
    padding: 36px 24px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 24px;
}

.join-page-about .join-about .join-about-cont span {
    font-size: 24px;
    color: #1861F4;
    font-weight: bold;
    line-height: 1.5;
}

.join-page-about .join-about .join-about-cont div {
    width: 80px;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.5);
    margin: 12px 0;
}

.join-page-about .join-about .join-about-cont p {
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}


.join-philosophy {
    margin-top: 64px;
}

.join-tit {
    padding-top: 56px;
    padding-bottom: 24px;
    background: url('../img/join/logo.png') no-repeat;
    background-size: auto 100%;
    background-position: top left;
    width: 100%;
    box-sizing: border-box;
    max-width: 1248px;
    margin: auto;
    padding-left: 24px;
}

.join-tit h3 {
    font-size: 36px;
    display: inline-block;
    border-bottom: 2px solid #E70012;
}


.join-philosophy .philosophy-box {
    display: flex;
    margin-top: 48px;
    justify-content: space-between;
    align-items: center;
}

.join-philosophy .philosophy-box ul {
    list-style-type: none;
    padding-left: 100px;
    margin-right: 24px;
}

.join-philosophy .philosophy-box li {
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    line-height: 3;
}


.join-philosophy .philosophy-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 45%;
    padding: 0 60px;
}

.join-philosophy .philosophy-r .philosophy-item {
    width: calc(33.33%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}


.join-philosophy .philosophy-r .philosophy-item i {
    font-size: 36px;
    color: transparent;
    background-image: linear-gradient(180deg, #1861F4 0%, #053FB4 100%);
    -webkit-background-clip: text;
}

.join-philosophy .philosophy-r .philosophy-item span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 12px 0;
}

.join-philosophy .philosophy-r .philosophy-item p {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}



.grow-up {
    margin-top: 64px;
}

.grow-up .grow-up-cont p {
    font-size: 16px;
    margin-bottom: 48px;
    color: #666666;
}

.grow-up .grow-up-cont .img-box .img-b {
    display: block;
}

.grow-up .grow-up-cont .img-box .img-s {
    display: none;
}

.grow-up .grow-up-cont .img-box img {
    vertical-align: top;
}

.grow-up .grow-up-cont .grow-up-ls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 48px 0;

}

.grow-up .grow-up-cont .grow-up-ls .grow-up-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 48px;
}

.grow-up .grow-up-cont .grow-up-ls .grow-up-item span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 16px;
}

.grow-up .grow-up-cont .grow-up-ls .grow-up-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}


.grow-up .grow-up-cont .grow-up-ls .grow-up-item:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.celebration-box .myCelebrationSwiper {
    overflow: unset;
    margin-top: 36px;
}

.celebration-box {
    margin-top: 64px;
    overflow-x: hidden;

}


.celebration-box .swiper-slide img {
    vertical-align: top;
}

.join-btm {
    margin-top: 120px;
    background: url('../img/join/join-btm-b.jpg') no-repeat top center;
    background-size: auto 105%;
    padding: 80px 0;
    height: 590px;
    box-sizing: border-box;
}

.join-btm .tit {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 48px;
    text-align: center;
}

.join-btm .join-btm-link {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.join-btm .join-btm-link .join-link-l {
    width: calc(56.6% - 12px);
    padding: 48px;
    box-sizing: border-box;
    background: url('../img/join/join-btm-l.png') no-repeat center right;
    background-size: auto;
    background-color: #fff;
}

.join-btm .join-btm-link .join-link-r {
    width: calc(43.4% - 12px);
    box-sizing: border-box;
    padding: 36px 48px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.join-btm .join-btm-link .join-link-l span {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.join-btm .join-btm-link .join-link-l p {
    max-width: 400px;
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 48px;
}

.join-btm .join-btm-link .join-link-l a {
    display: block;
    text-align: center;
    font-weight: bold;
    width: 250px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #E70012;
    border-radius: 48px;
    color: #E70012;
}


.join-btm .join-btm-link .join-link-r span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
}

.join-btm .join-btm-link .join-link-r img {
    max-width: 260px;
    width: 53%;
}

.join-btm .join-btm-link .join-link-r .link-r-box {
    margin-left: 24px;
}

.join-btm .join-btm-link .join-link-r p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-top: 6px;
}


.work-info {
    margin-top: 48px;
    border-bottom: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) 1 1;

    background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(10px);
    padding-bottom: 48px;
}

.work-info .info-ls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 36px;
    position: relative;
}

.work-info .info-ls.info-tit {
    background-color: #1861F4;
    color: #fff;
    margin-bottom: 2px;
}

.work-info .info-ls>p,
.work-info .info-ls>div {
    flex: 1;
    margin-left: 6px;
}

.work-info .info-ls>p:first-child {
    display: block;
    flex: unset;
    width: 18%;
    min-width: 120px;
    margin-left: 0;
}

.work-info .info-ls::after {
    content: '';
    width: calc(100% - 72px);
    position: absolute;
    left: 36px;
    top: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.work-info .change-icon i.icon-jian {
    display: none;
}

.work-info .change-icon i.icon-jia {
    display: block;
}

.work-info .info-ls.info-tit p:last-child {
    max-width: 100px;
    text-align: center;
}

.work-info .info-ls .change-icon {
    max-width: 100px;
    text-align: center;
}

.work-info .info-ls.show {
    background: rgba(255, 255, 255, 0.5);
}

.work-info .info-ls.show .change-icon .icon-jia {
    display: none;
}

.work-info .info-ls.show .change-icon .icon-jian {
    display: block;
    color: #1861F4;
}

.work-info .info-details-ls {
    display: none;
    align-items: flex-start;
    padding: 36px;
    padding-bottom: 48px;

}

.work-info .info-details-ls.show {
    display: flex;
    justify-content: space-between;
}
.work-info .info-details-ls .info-detail-item{
    width: 48%;
}


.work-info .info-details-ls .info-detail-item span {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 2px solid #E70012;
}

.work-info .info-details-ls .info-detail-item ol {
    padding-left: 18px;
    margin-top: 24px;
}



.join-process {
    margin: 120px 0;
}

.join-process .join-process-tit {
    text-align: center;
    margin-bottom: 48px;
}

.join-process .join-process-tit h3 {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}

.join-process .join-process-tit span {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #E70012;
    margin: auto;
    margin-top: 16px;
}

.join-process .process-ls {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 16.66%;
}

.join-process .process-ls .process-item {
    text-align: center;
    padding-right: 19.35%;
    background: url('../img/join/process-r.png') no-repeat center right 6px;
    background-size: auto 36px;
}

.join-process .process-ls .process-item:last-child {
    padding-right: 0;
}

.join-process .process-ls .process-item .cont {
    background: #F7F8FC;
    padding: 36px 0;

}

.join-process .process-ls .process-item .cont img{
    width: 80px;
    margin-bottom: 12px;
}
.join-process .process-ls .process-item .cont p{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}


.join-link-btn{
    display: none;
}



@media (min-width: 751px) {

    .work-info .info-ls:nth-child(n+2):hover {
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }

    .work-info .info-ls:nth-child(n+2):hover i {
        color: #1861F4;
        opacity: .5;
    }

}

@media (min-width: 751px) and (max-width: 1280px) {
    .join-philosophy .philosophy-r {
        width: 50%;
        padding: 0;
    }

}

@media (min-width: 751px) and (max-width: 1000px) {
    .join-philosophy .philosophy-r {
        width: unset;
        flex: 1;
        flex-direction: column;

    }

    .join-philosophy .philosophy-r .philosophy-item {
        margin: 12px 0;
        width: unset;
    }

    .join-philosophy .philosophy-r .philosophy-item i {
        font-size: 32px;
    }

    .join-philosophy .philosophy-r .philosophy-item p {
        font-size: 24px;
    }

    .join-btm .join-btm-link .join-link-r {
        flex-direction: column;
    }

    .join-btm .join-btm-link .join-link-r img {
        width: 100%;
        max-width: 150px;
    }

    .join-btm .join-btm-link .join-link-r .link-r-box {
        margin-left: 0;
    }

    .join-btm .join-btm-link .join-link-l p {
        font-size: 16px;
    }

    .join-process .process-ls {
        display: grid;
        grid-template-columns: repeat(2, 1fr) 28%;
        grid-row-gap: 48px;
    }

    .join-process .process-ls .process-item:nth-child(3) {
        grid-row: span 2;
        padding-right: 0;
        background: unset;
    }

    .join-process .process-ls .process-item:nth-child(3) .cont {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .join-process .process-ls .process-item:nth-child(4) {
        background: url('../img/join/process-l.png') no-repeat center right 6px;
        background-size: auto 36px;
    }

    .join-process .process-ls .process-item:nth-child(5) {
        padding-right: 19.35%;
        background: url('../img/join/process-l.png') no-repeat center right 6px;
        background-size: auto 36px;
    }
}

@media (max-width: 751px) {
    .join-body {
        background: url('../img/join/join-banner-s.jpg') no-repeat top center;
        background-size: auto 950px;
    }

    .join-page-about {
        margin-top: 176px;
    }

    .join-page-about .join-page-tit h1 {
        font-size: 30px;
    }

    .join-page-about .join-page-tit span {
        width: 30px;
        height: 2px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .join-page-about .join-page-tit p {
        font-size: 18px;
    }

    .join-page-about .join-about h3 {
        font-size: 18px;
    }

    .join-page-about .join-about {
        margin-top: 40px;
    }

    .join-page-about .join-about>p {
        font-size: 16px;
        margin: 24px 0;
    }

    .join-page-about .join-about .join-about-cont {
        box-sizing: border-box;
        padding: 18px 12px;
        margin-top: 12px;
    }

    .join-page-about .join-about .join-about-cont span {
        font-size: 16px;
    }

    .join-page-about .join-about .join-about-cont div {
        width: 40px;
        margin: 6px 0;
    }


    .join-page-about .join-about .join-about-cont p {
        font-size: 12px;
    }


    .join-philosophy {
        margin-top: 48px;
    }


    .join-tit {
        padding-top: 24px;
        padding-bottom: 12px;
        padding-left: 15px;
    }

    .join-tit h3 {
        font-size: 18px;
    }

    .join-philosophy .philosophy-box {
        margin-top: 24px;
    }


    .join-philosophy .philosophy-box ul {
        padding-left: 0;
    }

    .join-philosophy .philosophy-box li {
        font-size: 12px;
    }



    .join-philosophy .philosophy-r {
        flex-direction: column;
        width: unset;
        flex: 1;
        padding: 0;
    }

    .join-philosophy .philosophy-r .philosophy-item i {
        font-size: 20px;
    }

    .join-philosophy .philosophy-r .philosophy-item {
        width: unset;
        margin: 12px 0;
    }

    .join-philosophy .philosophy-r .philosophy-item span {
        font-size: 12px;
        margin: 8px 0;
    }

    .join-philosophy .philosophy-r .philosophy-item p {
        font-size: 24px;
    }


    .grow-up {
        margin-top: 24px;
    }

    .grow-up .grow-up-cont p {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .grow-up .grow-up-cont .img-box .img-b {
        display: none;
    }

    .grow-up .grow-up-cont .img-box .img-s {
        display: block;
    }

    .grow-up .grow-up-cont .grow-up-ls {
        padding: 24px 0;
    }


    .grow-up .grow-up-cont .grow-up-ls .grow-up-item {
        padding: 0 12px;
    }

    .grow-up .grow-up-cont .grow-up-ls .grow-up-item img {
        max-width: 40px;
    }

    .grow-up .grow-up-cont .grow-up-ls .grow-up-item span {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .grow-up .grow-up-cont .grow-up-ls .grow-up-item p {
        font-size: 12px;
    }

    .celebration-box .myCelebrationSwiper {
        height: 200px;
        margin-top: 24px;
    }

    .celebration-box .myCelebrationSwiper .swiper-slide {
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;

    }

    .celebration-box .myCelebrationSwiper .swiper-slide img {
        height: 100%;
        width: auto;
        max-width: unset;
        z-index: 1;
        position: absolute;
    }


    .join-btm {
        margin-top: 40px;
        padding: 40px 0;
        background: url('../img/join/join-btm-s.jpg') no-repeat top center;
        background-size: auto 100%;
        height: unset;
        box-sizing: border-box;
    }

    .join-btm .tit {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .join-btm .join-btm-link {
        flex-direction: column;
    }

    .join-btm .join-btm-link .join-link-l {
        width: 100%;
        padding: 30px 24px;
        background-size: auto 100%;
    }


    .join-btm .join-btm-link .join-link-l span {
        font-size: 24px;
    }

    .join-btm .join-btm-link .join-link-l p {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 24px;
        max-width: 200px;
    }

    .join-btm .join-btm-link .join-link-l a {
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;

    }

    .join-btm .join-btm-link .join-link-r {
        width: 100%;
        margin-top: 12px;
        padding: 18px 0;
        justify-content: center;
    }

    .join-btm .join-btm-link .join-link-r img {
        max-width: 130px;
    }

    .join-btm .join-btm-link .join-link-r span {
        font-size: 18px;
    }

    .join-btm .join-btm-link .join-link-r p {
        font-size: 16px;
    }

    .join-btm .join-btm-link .join-link-r .link-r-box {
        margin-left: 12px;
    }

    .work-info {
        margin-top: 24px;
        padding-bottom: 24px;
    }

    .work-info .info-ls.info-tit {
        display: none;
    }

    .work-info .info-ls {
        flex-wrap: wrap;
        padding: 12px;
        font-size: 16px;
    }

    .work-info .info-ls>p:first-child {
        width: 100%;
        color: #333333;
        line-height: 1.5;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .work-info .info-ls>p {
        font-size: 14px;
    }

    .work-info .info-ls>p:nth-child(2),
    .work-info .info-ls>p:nth-child(4) {
        min-width: 70px;
    }

    .work-info .info-ls .change-icon {
        flex: unset;
        max-width: 50px;
    }

    .work-info .info-ls::after {
        width: calc(100% - 24px);
        left: 12px;
    }

    .work-info .change-icon i {
        font-size: 12px;
    }

    .work-info .info-details-ls {
        padding: 12px;
        justify-content: space-between;
    }

    .work-info .info-details-ls .info-detail-item:first-child {
        margin: unset;
    }

    .work-info .info-details-ls .info-detail-item {
        width: calc(50% - 6px);

    }

    .work-info .info-details-ls .info-detail-item span {
        font-size: 18px;
    }

    .work-info .info-details-ls .info-detail-item ol {
        margin-top: 12px;
    }

    .work-info .info-details-ls .info-detail-item li {
        font-size: 12px;
    }


    .join-process{
        margin: 40px 0;
    }
    .join-process .join-process-tit h3{
        font-size: 30px;
    }
    .join-process .join-process-tit span{
        width: 30px;
        height: 2px;
        margin-top: 8px;
    }
    .join-process .join-process-tit{
        margin-bottom: 24px;
    }
    
    .join-process .process-ls{
        grid-template-columns: calc(50% + 20px) calc(50% - 20px);
    }
    
    .join-process .process-ls .process-item:nth-child(2),
    .join-process .process-ls .process-item:nth-child(4){
        padding-right: 0;
    }
    .join-process .process-ls .process-item{
        padding-right: 40px;
        
    }
    .join-process .process-ls .process-item .cont{
        padding: 28px 0;
    }
    .join-process .process-ls .process-item:nth-child(1){
        background: url('../img/join/process-r.png') no-repeat top 68px right 8px;
        background-size: auto 24px;
        padding-bottom: 40px;
    }
    
    .join-process .process-ls .process-item:nth-child(2){
        background: url('../img/join/process-b.png') no-repeat bottom 8px center;
        padding-bottom: 40px;
        background-size: auto 24px;
    }
    .join-process .process-ls .process-item:nth-child(3){
        background: url('../img/join/process-l.png') no-repeat top 68px right 8px;
        background-size: auto 24px;
    }
    
    
    .join-process .process-ls .process-item:nth-child(5){
        grid-column: span 2;
        background: url('../img/join/process-b.png') no-repeat top 8px left 64px;
        background-size: auto 24px;
        padding-top: 40px;
    }
    
    
    .join-process .process-ls .process-item .cont img{
        width: 60px;
        margin-bottom: 12px;
    }
    .join-process .process-ls .process-item .cont p{
        font-weight: bold;
        font-size: 16px;
    }

    .join-link-btn{
        display: flex;
        width: 100%;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 60px;
        margin-top: 24px;
        overflow: hidden;
    }
    .join-link-btn a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        height: 40px;
    }
    .join-link-btn a.l-btn{
        color: #fff;
        font-size: 18px;
    }
    .join-link-btn a.r-btn{
        background-color: #fff;
        color: #333;
    }
    .join-link-btn a i{
        margin: 0 8px;
        font-size: 18px;
    }
}