/* 区块1 */
.about-section1-container{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-section1-container-bg{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section1-container-bg-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.about-section1-container-content{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
}
.about-section1-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-section1-container-logo{
    width: 38.3125rem;
    height: 6.125rem;
    object-fit: contain;
}

/* 区块2 */
.about-section2-container{
    width: 100%;
    padding: 7.5rem 0;
}
.about-section2-container-content{
    border-top: #dbd6ce solid 0.0625rem;
    padding: 3.75rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section2-container-right{
    width: 39.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.about-section2-container-poster{
    width: 39.125rem;
    height: 47.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 2.5rem;
    overflow: hidden;
}
.about-section2-container-poster-img{
    width: 39.125rem;
    height: 47.4375rem;
    object-fit: cover;
}
.about-section2-container-left{
    flex: 1;
    padding-right: 8.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section2-container-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section2-container-title{
    width: 70%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
}
.about-section2-container-description{
    width: 100%;
    padding-top: 5.625rem;
    text-align: left;
    font-size: 1.125rem;
    color: #939393;
    line-height: 1.8;
}

/* 区块3 */
.about-section3-container{
    width: 100%;
    height: 56.875rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-section3-container-bg{
    width: 100%;
    height: 56.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-section3-container-bg-img{
    width: 100%;
    height: 56.875rem;
    object-fit: cover;
}
.about-section3-container-content{
    width: 100%;
    height: 56.875rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background: rgba(0,0,0,0.5);*/
}
.about-section3-container-content-wrap{
    height: calc(56.875rem - 12.5rem);
    padding: 6.25rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.about-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.about-section3-container-header-title{
    width: 45%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
    color: #FFFFFF;
}
.about-section3-container-header-description{
    width: 45%;
    text-align: left;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.8;
}
.about-section3-container-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.about-section3-desc-swiper-wrapper{
    width: 47.1875rem;
}
.about-section3-desc-swiper{
    width: 47.1875rem;
}
.about-section3-desc-swiper .swiper-button-prev{
    left: 18.4375rem;
    top: unset;
    bottom: 4.0625rem;
}
.about-section3-desc-swiper .swiper-button-next{
    left: calc(18.4375rem + 2.25rem + 0.25rem);
    top: unset;
    bottom: 4.0625rem;
}
.about-section3-desc{
    width: calc(47.1875rem - 7.5rem);
    height: calc(21.25rem - 6.875rem);
    padding: 3.4375rem 3.75rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.about-section3-desc-poster{
    width: 10.375rem;
    height: 14.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.about-section3-desc-poster-border-img{
    width: 10.375rem;
    height: 14.125rem;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.about-section3-desc-poster-img{
    width: 8.25rem;
    height: 11.625rem;
    object-fit: contain;
    position: absolute;
    top: 1.25rem;
    left: 1.0625rem;
}
.about-section3-desc-info{
    flex: 1;
    padding-left: 4.375rem;
    height: 14.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
    padding-top: 1.25rem;
}
.about-section3-desc-description{
    width: 80%;
    text-align: left;
    font-size: 0.9375rem;
    color: #939393;
    line-height: 1.5;
    padding-top: 1.5625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}