/* 区块1 */
.project-section1-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.project-section1-container-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.project-section1-container-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.project-section1-container-content-wrap{
    width: 100%;
    height: calc(62.5rem - 10.625rem);
    padding: 5.3125rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0,0,0,0.2);
}
.project-section1-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.project-section1-container-title{
    width: 45%;
    text-align: left;
    font-size: 4.375rem;
    color: #ffffff;
}
.project-section1-container-description{
    width: 45%;
    text-align: right;
    font-size: 0.9375rem;
    color: #ffffff;
}

/* 区块2 */
.project-section2-container{
    width: 100%;
    padding: 6.875rem 0;
    background-image: url("/wp-content/themes/bellestone/assets/images/index/index_section2and3_bg.png");
    background-position: top center;
    background-size: 100% auto;
}
.project-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.project-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
}
.project-section2-container-body{
    width: 100%;
    padding-top: 1.875rem;
}
.project-section2-attr-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5.5rem;
}
.project-section2-attr{
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: #c9c9c9 solid 1px;
}
.project-section2-attr:nth-of-type(1), .project-section2-attr:nth-of-type(2) {
    border-top: #c9c9c9 solid 1px;
}
.project-section2-attr-label{
    width: 45%;
    text-align: left;
    font-size: 1.25rem;
}
.project-section2-attr-value{
    width: 45%;
    text-align: right;
    font-size: 1.25rem;
}

/* 区块3 */
.project-section3-container{
    width: 100%;
    padding-bottom: 6.875rem;
    background-image: url("/wp-content/themes/bellestone/assets/images/index/index_section2and3_bg.png");
    background-position: top center;
    background-size: 100% auto;
}
.project-section3-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.project-section3-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    color: #aba9a6;
}
.project-section3-container-body{
    width: 100%;
    padding-top: 2.1875rem;
}
.project-section3-desc-swiper-wrap{
    width: 100%;
}
.project-section3-desc-swiper{
    width: 100%;
}
.project-section3-desc-swiper .swiper-slide{
    width: max-content;
    height: 35.4375rem;
    padding-bottom: 6.25rem;
}
.project-section3-desc-swiper .swiper-pagination {
    width: 18.125rem;
    top: unset;
    bottom: 0;
    left: calc((50vw) - (18.125rem / 2));
    height: 0.625rem;
    border-radius: 0.3125rem;
    overflow: hidden;
}
.project-section3-desc-swiper .swiper-pagination-progressbar-fill {
    background: #21395b;
    border-radius: 0.3125rem;
}
.project-section3-desc{
    width: max-content;
    height: 35.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project-section3-desc-poster{
    width: max-content;
    height: 35.4375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.project-section3-desc-poster-img{
    height: 35.4375rem;
    object-fit: contain;
}

/* 区块4 */
.project-section4-container {
    width: 100%;
    padding: 6.875rem 0;
}
.project-section4-container-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.project-section4-container-header-title {
    width: 100%;
    text-align: left;
    font-size: 4.375rem;
}
.project-section4-container-body {
    width: 100%;
    padding-top: 4.6875rem;
}
.project-section4-desc-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.8125rem;
}
.project-section4-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #000000;
}
.project-section4-desc-poster {
    width: 100%;
    height: 35.625rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.project-section4-desc-poster-img {
    width: 100%;
    height: 35.625rem;
    object-fit: cover;
}
.project-section4-desc-info {
    width: calc(100% - 1.25rem);
    padding: 0.9375rem 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.project-section4-desc-info-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.project-section4-desc-info-header-icon {
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.project-section4-desc-info-header-icon-img {
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.project-section4-desc-title {
    width: calc(100% - 2.5rem);
    text-align: left;
    font-size: 1.5625rem;
}
.project-section4-desc-category {
    width: 100%;
    font-size: 1rem;
    color: #b5b5b5;
    padding-top: 0.3125rem;
}
.project-section4-desc-more {
    width: calc(100% - 2.5rem);
    height: calc(35.625rem - 2.5rem - 1px);
    border-bottom: #000000 solid 1px;
    padding: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.project-section4-desc-more-icon {
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
    transform: rotate(-45deg);
}
.project-section4-desc-more-title {
    width: calc(100% - 1.25rem);
    text-align: left;
    font-size: 2.1875rem;
    line-height: 1.5;
}