/* 区块1 */
.index-section1-container {
    width: 100%;
    height: 62.5rem;
}

.index-section1-desc-swiper-wrap {
    width: 100%;
    height: 62.5rem;
}

.index-section1-desc-swiper {
    width: 100%;
}

.index-section1-desc-swiper .swiper-pagination {
    width: var(--section-width);
    left: calc((100% - var(--section-width)) / 2);
    text-align: right;
    bottom: calc(9.0625rem + 5rem);
}

.index-section1-desc-swiper .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
    border-radius: 0;
    background: #ffffff;
}

.index-section1-desc {
    width: 100%;
    height: 62.5rem;
    position: relative;
}

.index-section1-desc-poster {
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.index-section1-desc-poster-img {
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}

.index-section1-desc-info {
    width: 100%;
    height: calc(62.5rem - 18.125rem);
    padding: 9.0625rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.index-section1-desc-info-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.index-section1-desc-info-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-section1-desc-title {
    width: 100%;
    text-align: left;
    font-size: 4.375rem;
    color: #ffffff;
}

.index-section1-desc-description {
    width: 100%;
    text-align: left;
    padding-top: 1.875rem;
    font-size: 0.9375rem;
    color: #ffffff;
}

.index-section1-desc-info-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.index-section1-desc-actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.index-section1-desc-action {
    width: max-content;
    padding: 0 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    color: #ffffff;
    border: #ffffff solid 0.125rem;
    border-radius: 1.375rem;
    text-decoration: none;
}

.index-section1-desc-action:first-of-type {
    background: #21395b;
    border: #21395b solid 0.125rem;
}

.index-section1-desc-action:last-of-type {
    margin-left: 0.625rem;
}

/* 区块分组1 */
.index-section-group {
    width: 100%;
    background-image: url("/wp-content/themes/bellestone/assets/images/index/index_section2and3_bg.png");
    background-position: top center;
    background-size: 100% auto;
}

/* 区块2 */
.index-section2-container {
    width: 100%;
    padding: 10.625rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.index-section2-container-left {
    width: calc(20.9375rem - ((100% - var(--section-width)) / 2));
    padding-left: calc((100% - var(--section-width)) / 2);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-section2-container-title {
    width: 100%;
    writing-mode: vertical-lr;
    font-size: 3.75rem;
    line-height: 3.75rem;
}

.index-section2-container-right {
    width: calc(100% - 21.25rem);
}

.index-section2-desc-swiper-wrap {
    width: 100%;
}

.index-section2-desc-swiper {
    width: 100%;
}

.index-section2-desc-swiper .swiper-slide {
    width: 27.8125rem;
}

.index-section2-desc-swiper .swiper-pagination {
    width: 18.125rem;
    top: unset;
    bottom: 0;
    left: calc((50vw - 21.25rem) - (18.125rem / 2));
    height: 0.625rem;
    border-radius: 0.3125rem;
    overflow: hidden;
}

.index-section2-desc-swiper .swiper-pagination-progressbar-fill {
    background: #21395b;
    border-radius: 0.3125rem;
}

.index-section2-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
    text-decoration: none;
    color: #000000;
}

.index-section2-desc-poster {
    width: 100%;
    height: 40.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}

.index-section2-desc-poster-img {
    width: 100%;
    height: 40.625rem;
    object-fit: cover;
}
.index-section2-desc-poster-img:last-of-type{
    display: none;
}
.index-section2-desc:hover .index-section2-desc-poster-img:last-of-type{
    display: block;
}
.index-section2-desc:hover .index-section2-desc-poster-img:first-of-type{
    display: none;
}
.index-section2-desc-poster-info {
    width: calc(100% - 7.5rem);
    height: calc(40.625rem - 8.75rem);
    padding: 4.375rem 3.75rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section2-desc:hover .index-section2-desc-poster-info{
    justify-content: center;
    align-items: center;
}
.index-section2-desc-title {
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    color: #ffffff;
}
.index-section2-desc:hover .index-section2-desc-title{
    text-align: center;
}
.index-section2-desc-attrs {
    width: 100%;
    padding-top: 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
}
.index-section2-desc:hover .index-section2-desc-attrs{
    display: none;
}
.index-section2-desc-description {
    width: calc(100% - 7.5rem);
    text-align: left;
    font-size: 0.875rem;
    color: #b5b0aa;
    line-height: 1.5;
    padding: 1.25rem 3.75rem 5.625rem;
}

/* 区块3 */
.index-section3-container {
    width: 100%;
    padding-bottom: 8.125rem;
}

.index-section3-container-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-section3-container-header-title {
    width: 100%;
    text-align: center;
    font-size: 4.375rem;
}

.index-section3-container-header-description {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    padding-top: 1.875rem;
}

.index-section3-container-body {
    width: 100%;
    padding-top: 5rem;
}

.index-section3-desc-swiper-wrap {
    width: 100%;
}

.index-section3-desc-swiper {
    width: 100%;
}

.index-section3-desc-swiper .swiper-slide {
    padding-bottom: 4.375rem;
}

.index-section3-desc-swiper .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
    border-radius: 0;
    background: #eee7df;
    opacity: 1;
}

.index-section3-desc-swiper .swiper-pagination-bullet-active {
    background: #21395b;
}

.index-section3-desc {
    width: 100%;
    height: 40.3125rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}

.index-section3-desc-poster {
    width: 100%;
    height: 40.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.index-section3-desc-poster-img {
    width: 100%;
    height: 40.3125rem;
    object-fit: cover;
}

.index-section3-desc-info {
    width: calc(100% - 10rem);
    height: calc(40.3125rem - 9.375rem);
    padding: 4.6875rem 5rem;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.index-section3-desc-info-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-section3-desc-title {
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    color: #ffffff;
}

.index-section3-desc-description {
    width: 100%;
    padding-top: 1.125rem;
    text-align: left;
    font-size: 1rem;
    color: #ffffff;
}

.index-section3-desc-info-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.index-section3-desc-actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.index-section3-desc-action {
    width: max-content;
    padding: 0 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: #ffffff solid 0.125rem;
    border-radius: 1.375rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
}

.index-section3-desc-action:hover {
    background: #21395b;
    border: #21395b solid 0.125rem;
}

/* 区块4 */
.index-section4-container {
    width: 100%;
    height: 62.5rem;
    position: relative;
}

.index-section4-container-bg {
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.index-section4-container-bg-img {
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}

.index-section4-container-content {
    width: 100%;
    height: calc(62.5rem - 10rem);
    padding: 5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-section4-container-content-wrap {
    height: calc(62.5rem - 10rem);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-section4-container-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-section4-container-sub-title {
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
}

.index-section4-container-title {
    width: 100%;
    text-align: center;
    font-size: 3.75rem;
    color: #ffffff;
    padding-top: 1.25rem;
}

.index-section4-container-content-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-section4-footer-founder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-section4-footer-founder:last-of-type {
    align-items: flex-end;
}

.index-section4-footer-founder-name {
    font-size: 1.875rem;
    color: #ffffff;
}

.index-section4-footer-founder-jobs {
    font-size: 0.9375rem;
    color: #ffffff;
    padding-top: 0.625rem;
}

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

/* 区块10 */
.index-section10-container {
    width: 100%;
    padding-bottom: 15.625rem;
}

.index-section10-container-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.75rem;
}

.index-section10-container-header-title {
    width: 100%;
    text-align: left;
    font-size: 4.375rem;
}

.index-section10-container-body {
    width: 100%;
}

.index-section10-desc-swiper-wrap {
    width: 100%;
}

.index-section10-desc-swiper {
    width: 100%;
}

.index-section10-desc-swiper .swiper-slide {
    width: 35rem;
}

.index-section10-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: #b7b7b7 solid 1px;
    padding-top: 3.125rem;
    text-decoration: none;
    color: #000000;
}

.index-section10-desc-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.125rem;
}

.index-section10-desc-title {
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-section10-desc-date {
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 0.9375rem;
}

.index-section10-desc-poster {
    width: 100%;
    height: 21.5rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.index-section10-desc-poster-img {
    width: 100%;
    height: 21.5rem;
    object-fit: cover;
}