/* 区块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%;
    height: 62.5rem;
}
.index-section1-desc-swiper .swiper-button-prev{
    left: calc((100% - var(--section-width)) / 2 - 3.125rem);
}
.index-section1-desc-swiper .swiper-button-next{
    right: calc((100% - var(--section-width)) / 2 - 3.125rem);
}
.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: 62.5rem;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section1-desc-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section1-desc-title{
    width: 100%;
    text-align: center;
    font-size: 10.8125rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section1-desc-description{
    width: 100%;
    text-align: center;
    padding-top: 1.5625rem;
    font-size: 1.3125rem;
    color: #FFFFFF;
}
.index-section1-desc-actions{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-desc-action{
    width: 11.625rem;
    height: 3.25rem;
    line-height: 3.25rem;
    text-align: center;
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    border: #FFFFFF solid 0.125rem;
    border-radius: 1.75rem;
    margin-right: 0.625rem;
}
.index-section1-desc-action:last-of-type{
    margin-right: 0;
}
.index-section1-desc-action.primary{
    background: #6fa032;
    border: #6fa032 solid 0.125rem;
}
.index-section1-desc-action:hover{
    background: #FFFFFF;
    color: #6fa032;
    border: #FFFFFF solid 0.125rem;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    padding: 8.75rem 0;
}
.index-section2-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section2-container-header-title{
    flex: 1;
    padding-right: 3.125rem;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.index-section2-container-header-more-btn{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
    color: #000000;
}
.index-section2-container-header-more-btn:hover{
    color: #6fa032;
}
.index-section2-container-header-more-btn-title{
    font-size: 1.125rem;
    padding-right: 0.625rem;
}
.index-section2-container-header-more-btn-icon{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.625rem;
    background: #6fa032;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-container-header-more-btn-icon-img{
    width: 0.625rem;
    height: 0.625rem;
    object-fit: contain;
}
.index-section2-container-body{
    width: 100%;
    padding-top: 7.5rem;
}
.index-section2-desc-swiper-wrap{
    width: 100%;
}
.index-section2-desc-swiper{
    width: 100%;
}
.index-section2-desc-swiper .swiper-slide{
    width: 31.25rem;
    padding-bottom: 7.5rem;
}
.index-section2-desc-swiper .swiper-button-next{
    top: unset;
    right: calc((100% - var(--section-width)) / 2);
    bottom: 0;
}
.index-section2-desc-swiper .swiper-button-prev{
    top: unset;
    left: unset;
    right: calc((100% - var(--section-width)) / 2 + 3.125rem + 0.625rem);
    bottom: 0;
}
.index-section2-desc-swiper .swiper-pagination{
    width: 79.375rem;
    left: calc((100% - var(--section-width)) / 2);
    bottom: 1.4375rem;
    top: unset;
    border-radius: 0.125rem;
}
.index-section2-desc-swiper .swiper-pagination-progressbar-fill{
    border-radius: 0.125rem;
    background: #6fa032;
}
.index-section2-desc{
    width: 100%;
    user-select: none;
    padding-bottom: 2.8125rem;
    border-bottom: #cbcbcb solid 1px;
}
.index-section2-desc-poster{
    width: 100%;
    height: 22.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-desc-poster-img{
    width: 100%;
    height: 22.5rem;
    object-fit: contain;
}
.index-section2-desc-info{
    width: 100%;
    padding-top: 1.5625rem;
}
.index-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
}
.index-section2-desc-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1rem;
    word-break: break-all;
}
.index-section2-desc-actions{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-desc-action{
    width: 10.625rem;
    height: 3.375rem;
    line-height: 3.375rem;
    border: #a9a9a9 solid 1px;
    border-radius: 1.75rem;
    text-align: center;
    font-size: 1.125rem;
    color: #000000;
    text-decoration: none;
}
.index-section2-desc-action:hover{
    background: #6fa032;
    color: #FFFFFF;
    border: #6fa032 solid 1px;
}

/* 区块3 */
.index-section3-container{
    width: 100%;
    padding: 11.25rem 0;
    background: #000000;
}
.index-section3-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section3-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
    color: #FFFFFF;
    font-weight: bold;
}
.index-section3-container-header-description{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: center;
    font-size: 1.3125rem;
    color: #FFFFFF;
}
.index-section3-container-body{
    width: 100%;
    padding-top: 6.25rem;
}
.index-section3-desc-swiper-wrap{
    width: 100%;
}
.index-section3-desc-swiper{
    width: 100%;
}
.index-section3-desc-swiper .swiper-slide{
    width: 21.625rem;
}
.index-section3-desc{
    width: 100%;
    height: 38rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    user-select: none;
}
.index-section3-desc-poster{
    width: 100%;
    height: 38rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-poster-img{
    width: 100%;
    height: 38rem;
    object-fit: cover;
}
.index-section3-desc-info{
    width: calc(100% - 4.5rem);
    height: calc(38rem - 5.625rem);
    padding: 2.8125rem 2.25rem;
    background: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section3-desc:hover .index-section3-desc-info{
    background: rgba(0,0,0,0.5);
}
.index-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section3-desc-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    color: #FFFFFF;
    display: none;
}
.index-section3-desc:hover .index-section3-desc-description{
    display: block;
}

/* 区块4 */
.index-section4-container{
    padding-bottom: 11.25rem;
    background: #000000;
}
.index-section4-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section4-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section4-container-header-title{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 3.3125rem;
    color: #FFFFFF;
    font-weight: bolder;
}
.index-section4-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section4-container-header-poster{
    width: 27.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-container-header-poster-img{
    width: 27.5rem;
    object-fit: contain;
}
.index-section4-container-body{
    width: 100%;
    padding-top: 5.625rem;
}
.index-section4-desc-danmu{
    width: 100%;
}
.index-section4-desc-danmu-row{
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-desc-danmu-row-inner{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@keyframes site-foot-marquee-slide {
    0% {
        transform: translateX(-0%)
    }

    100% {
        transform: translateX(-100%)
    }
}
.index-section4-desc-danmu-row .index-section4-desc-danmu-row-inner{
    animation: site-foot-marquee-slide 120s linear infinite;
}
.index-section4-desc-danmu-word{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.875rem;
}
.index-section4-desc-danmu-word-icon{
    width: 5rem;
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-desc-danmu-word-icon-img{
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}
.index-section4-desc-danmu-word-title{
    padding-left: 0.9375rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
}

/* 区块5 */
.index-section5-container{
    width: 100%;
}
.index-section5-desc-swiper-wrap{
    width: 100%;
    height: 62.5rem;
}
.index-section5-desc-swiper{
    width: 100%;
    height: 62.5rem;
}
.index-section5-desc-swiper .swiper-pagination{
    width: 31.25rem;
    bottom: calc(10.3125rem + 3.4375rem);
    left: unset;
    right: calc((100% - var(--section-width)) / 2 + 5.625rem);
    text-align: left;
}
.index-section5-desc-swiper .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    border: #d2d2d2 solid 1px;
    font-size: 1.25rem;
    font-weight: bold;
}
.index-section5-desc-swiper .swiper-pagination-bullet-active {
    color: #FFFFFF;
    background: #6fa032;
    border: #6fa032 solid 1px;
}
.index-section5-desc{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.index-section5-desc-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-desc-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-section5-desc-info{
    width: calc(42.5rem - 11.25rem);
    height: calc(41.875rem - 9.375rem);
    padding: 4.6875rem 5.625rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
    overflow: hidden;
    position: absolute;
    bottom: 10.3125rem;
    right: calc((100% - var(--section-width)) / 2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.index-section5-desc-title{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section5-desc-sub-title2{
    width: 100%;
    text-align: left;
    padding-top: 3.125rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.index-section5-desc-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    color: #838383;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 区块8 */
.index-section8-container{
    width: 100%;
    padding: 11rem 0;
}
.index-section8-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section8-container-header-title{
    flex: 1;
    padding-right: 12.5rem;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.index-section8-container-header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section8-container-header-action{
    width: 11.625rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 1.75rem;
    text-decoration: none;
    font-size: 1.0625rem;
    color: #FFFFFF;
    background: #6fa032;
}
.index-section8-container-body{
    width: 100%;
    padding-top: 5.625rem;
}
.index-section8-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 2.5rem;
}
.index-section8-desc{
    width: 100%;
    text-decoration: none;
    color: #000000;
}
.index-section8-desc-poster{
    width: 100%;
    height: 23.125rem;
    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: 23.125rem;
    object-fit: cover;
}
.index-section8-desc-info{
    width: 100%;
    padding-top: 1.25rem;
}
.index-section8-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
}
.index-section8-desc-date{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 1.125rem;
    color: #6fa032;
}