/* 区块1 */
.join-section1-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.join-section1-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section1-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.join-section1-container-content{
    width: 100%;
    height: 62.5rem;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.join-section1-container-content-wrap{
    height: calc(62.5rem - 13.75rem);
    padding: 6.875rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.join-section1-container-content-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.join-section1-container-content-footer-left{
    flex: 1;
    padding-right: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section1-container-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    color: #FFFFFF;
    font-weight: 100;
}
.join-section1-container-content-footer-right{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.join-section1-container-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.join-section1-container-action{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section1-container-action-icon{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section1-container-action-icon-img{
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

/* 区块2 */
.join-section2-container{
    width: 100%;
    padding: 7.8125rem 0;
    background-image: url('/static/home/images/temp/join_section2_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 15.625rem;
}
.join-section2-container-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.join-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.join-section2-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 100;
}
.join-section2-container-header-description{
    width: 100%;
    padding-top: 3.125rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
}
.join-section2-form{
    width: 51.25rem;
    padding: 5rem 5.625rem;
    border: #e2e2e2 dashed 0.125rem;
    background: #FFFFFF;
    margin-top: 3.125rem;
}
.join-section2-form-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section2-form-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
    font-weight: 500;
}
.join-section2-form-header-description{
    width: 100%;
    padding-top: 0.8125rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 100;
    line-height: 1.5;
    color: #878787;
}
.join-section2-form-content{
    width: 100%;
    padding-top: 3.75rem;
}
.join-section2-form-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
}
.join-section2-form-group:last-of-type{
    margin-bottom: 0;
}
.join-section2-form-item{
    width: calc(50% - 1.5625rem);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: #000000 solid 0.0625rem;
}
.join-section2-form-item-label{
    width: max-content;
    padding-right: 0.625rem;
    font-size: 1rem;
    font-weight: 100;
}
.join-section2-form-item-value{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.join-section2-form-item-value-input-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.join-section2-form-item-value-input{
    width: 100%;
    font-size: 1.25rem;
    height: max-content;
    border: none;
    outline: none;
}
.join-section2-form-footer{
    width: 100%;
    padding-top: 3.75rem;
}
.join-section2-form-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.join-section2-form-action{
    width: 15.9375rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.join-section2-form-action-title{
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
}

/* 区块3 */
.join-section3-container{
    width: 100%;
    background-color: #000000;
    background-image: url('/static/home/images/temp/join_section3_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.join-section3-sub-section1-container{
    width: 100%;
    padding-top: 8.75rem;
}
.join-section3-sub-section1-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section3-sub-section1-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    color: #FFFFFF;
    font-weight: 100;
}
.join-section3-sub-section1-container-header-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    color: #FFFFFF;
}
.join-section3-sub-section1-desc-swiper-wrap{
    width: 100%;
    padding-top: 5rem;
}
.join-section3-sub-section1-desc-swiper{
    width: 100%;
}
.join-section3-sub-section1-desc-swiper .swiper-slide{
    width: 23.75rem;
    height: 31.75rem;
    padding-bottom: 5rem;
}
.join-section3-sub-section1-desc{
    width: 23.75rem;
    height: 31.75rem;
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
}
.join-section3-sub-section1-desc-poster{
    width: 23.75rem;
    height: 31.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section3-sub-section1-desc-poster-img{
    width: 23.75rem;
    height: 31.75rem;
    object-fit: cover;
}
.join-section3-sub-section1-desc-info{
    width: calc(23.75rem - 5rem);
    height: calc(31.75rem - 7.5rem);
    padding: 3.75rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.join-section3-sub-section1-desc-title{
    width: 100%;
    text-align: center;
    font-size: 1.5625rem;
    color: #FFFFFF;
    font-weight: 500;
}
.join-section3-sub-section1-desc-swiper .swiper-pagination-bullet{
    background: #e1e2e2;
    opacity: 1;
}
.join-section3-sub-section1-desc-swiper .swiper-pagination-bullet-active{
    background: #eb5c21;
}
.join-section3-sub-section2-container{
    width: 100%;
    padding: 14.375rem 0;
}
.join-section3-sub-section2-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section3-sub-section2-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    color: #FFFFFF;
    font-weight: 100;
}
.join-section3-sub-section2-container-header-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffff;
}
.join-section3-sub-section2-desc-swiper-wrap{
    width: 100%;
    padding-top: 6.25rem;
}
.join-section3-sub-section2-desc-swiper{
    width: 100%;
}
.join-section3-sub-section2-desc-swiper .swiper-slide{
    width: 27.25rem;
    height: 21.25rem;
    padding-bottom: 4.375rem;
}
.join-section3-sub-section2-desc{
    width: calc(100% - 8.125rem);
    height: calc(21.25rem - 5.625rem);
    padding: 2.8125rem 4.0625rem;
    background: #FFFFFF;
    border-radius: 0.625rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section3-sub-section2-desc-icon{
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section3-sub-section2-desc-icon-img{
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}
.join-section3-sub-section2-desc-title{
    width: 100%;
    text-align: left;
    padding-top: 1.75rem;
    font-size: 1.5625rem;
    font-weight: 100;
}
.join-section3-sub-section2-desc-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.5;
    color: #878787;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.join-section3-sub-section2-desc-swiper .swiper-pagination-bullet{
    background: #e1e2e2;
    opacity: 1;
}
.join-section3-sub-section2-desc-swiper .swiper-pagination-bullet-active{
    background: #eb5c21;
}

/* 区块4 */
.join-section4-container{
    width: 100%;
    padding: 9.375rem 0;
    background: #e1e2e2;
}
.join-section4-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section4-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 100;
}
.join-section4-container-header-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
}
/* 子区块1 */
.join-section4-sub-section1-container{
    width: 100%;
    padding-top: 10.625rem;
}
.join-section4-sub-section1-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section4-sub-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
}
.join-section4-sub-section1-desc-swiper-wrap{
    width: 100%;
    padding-top: 3.4375rem;
}
.join-section4-sub-section1-desc-swiper{
    width: 100%;
}
.join-section4-sub-section1-desc-swiper .swiper-slide{
    width: 23.75rem;
    height: 31.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 4.6875rem;
}
.join-section4-sub-section1-desc{
    width: 23.4375rem;
    height: 31.25rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}
.join-section4-sub-section1-desc-poster{
    width: 23.4375rem;
    height: 31.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section4-sub-section1-desc-poster-img{
    width: 23.4375rem;
    height: 31.25rem;
    object-fit: cover;
}
.join-section4-sub-section1-desc-info{
    width: calc(23.4375rem - 5.625rem);
    height: calc(31.25rem - 5.625rem);
    padding: 2.8125rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.join-section4-sub-section1-desc-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.join-section4-sub-section1-desc-action{
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.join-section4-sub-section1-desc-action:hover{
    background: #fe791d;
}
.join-section4-sub-section1-desc-action-icon{
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section4-sub-section1-desc-action-icon-img{
    width: 1.375rem;
    height: 1.375rem;
    object-fit: contain;
}
.join-section4-sub-section1-desc-action-icon-img:last-of-type{
    display: none;
}
.join-section4-sub-section1-desc-action:hover .join-section4-sub-section1-desc-action-icon-img:first-of-type{
    display: none;
}
.join-section4-sub-section1-desc-action:hover .join-section4-sub-section1-desc-action-icon-img:last-of-type{
    display: block;
}
.join-section4-sub-section1-desc-swiper .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: 1;
}
.join-section4-sub-section1-desc-swiper .swiper-pagination-bullet-active{
    background: #eb5c21;
}
/* 子区块2 */
.join-section4-sub-section2-container{
    padding-top: 6.25rem;
}
.join-section4-sub-section2-container-content{
    width: calc(100% - 11.25rem);
    padding: 4.6875rem 5.625rem;
    background: #FFFFFF;
    border-radius: 1.875rem;
    overflow: hidden;
}
.join-section4-sub-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.join-section4-sub-section2-container-header-title{
    width: 45%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.join-section4-sub-section2-container-header-description{
    width: 45%;
    text-align: right;
    font-size: 1.25rem;
    font-weight: 400;
}
.join-section4-sub-section2-desc-list{
    width: 100%;
    padding-top: 3.75rem;
}
.join-section4-sub-section2-desc-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 18.75rem);
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    margin-bottom: 1.25rem;
}
.join-section4-sub-section2-desc-group:last-of-type{
    margin-bottom: 0;
}
.join-section4-sub-section2-desc{
    width: 100%;
    height: 100%;
    background: #e1e2e2;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.join-section4-sub-section2-desc-icon{
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section4-sub-section2-desc-icon-img{
    width: 2.875rem;
    height: 2.875rem;
    object-fit: contain;
}
.join-section4-sub-section2-desc-title{
    width: 80%;
    padding-top: 1.875rem;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 100;
}
/* 子区块3 */
.join-section4-sub-section3-container{
    padding-top: 8.75rem;
}
.join-section4-sub-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section4-sub-section3-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.join-section4-sub-section3-desc-list{
    width: 100%;
    padding-top: 3.125rem;
}
.join-section4-sub-section3-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@keyframes fadeSection4SubSection3SizeIncrease {
    0%{
        width: calc(20% - 0.75rem);
    }
    100%{
        width: calc(40% - 0.75rem);
    }
}
@keyframes fadeSection4SubSection3SizeDecrease {
    0%{
        width: calc(40% - 0.75rem);
    }
    100%{
        width: calc(20% - 0.75rem);
    }
}
.join-section4-sub-section3-desc{
    width: calc(20% - 0.75rem);
    margin-right: 1rem;
    height: 31.25rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    animation: fadeSection4SubSection3SizeDecrease ease-in-out 0.3s;
}
.join-section4-sub-section3-desc:last-of-type{
    margin-right: 0;
}
.join-section4-sub-section3-desc-full{
    width: calc(40% - 0.75rem);
    animation: fadeSection4SubSection3SizeIncrease ease-in-out 0.3s;
}
.join-section4-sub-section3-desc-poster{
    width: 100%;
    height: 31.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section4-sub-section3-desc-poster-img{
    width: 100%;
    height: 31.25rem;
    object-fit: cover;
}
.join-section4-sub-section3-desc-info{
    width: calc(100% - 6.25rem);
    height: calc(31.25rem - 8.75rem);
    padding: 4.375rem 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.join-section4-sub-section3-desc-full .join-section4-sub-section3-desc-info{
    justify-content: flex-end;
    align-items: flex-start;
}
.join-section4-sub-section3-desc-title{
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
    font-weight: 100;
}
.join-section4-sub-section3-desc-full .join-section4-sub-section3-desc-title{
    text-align: left;
}
/* 子区块4 */
.join-section4-sub-section4-container{
    padding-top: 7.8125rem;
}
.join-section4-sub-section4-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section4-sub-section4-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.join-section4-sub-section4-desc-list{
    width: 100%;
    padding-top: 3.75rem;
}
.join-section4-sub-section4-desc-group{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 34.375rem);
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
}
.join-section4-sub-section4-desc{
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 1.25rem;
    overflow: hidden;
}
.join-section4-sub-section4-desc-poster{
    width: 100%;
    height: 13.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.join-section4-sub-section4-desc-poster-img{
    width: 100%;
    height: 13.375rem;
    object-fit: cover;
}
.join-section4-sub-section4-desc-info{
    width: calc(100% - 5.625rem);
    padding: 2.5rem 2.8125rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.join-section4-sub-section4-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 100;
    color: #7d7d7d;
}
.join-section4-sub-section4-desc-title{
    width: 100%;
    text-align: left;
    padding-top: 0.9375rem;
    font-size: 1.5625rem;
    font-weight: 100;
}
.join-section4-sub-section4-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 1.875rem;
    font-size: 1rem;
    font-weight: 100;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    color: #878787;
}