/* 区块1 */
.index-section1-container{
    width: 100%;
    height: 100vh;
}
.index-section1-swiper{
    width: 100%;
    height: 100vh;
}
.index-section1-swiper-item{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section1-swiper-item-bg{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-swiper-item-bg-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.index-section1-swiper-item-content{
    width: 100%;
    height: calc(100vh - 10.625rem);
    padding-bottom: 10.625rem;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.index-section1-swiper-item-content-footer{
    width: 100rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.index-section1-swiper-item-description{
    width: 50%;
    text-align: left;
    font-size: 3.125rem;
    color: #FFFFFF;
    line-height: 1.8;
}
.index-section1-swiper-item-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section1-swiper-item-action{
    font-size: 1.375rem;
    color: #FFFFFF;
    padding: 0.625rem 0;
    border-bottom: #FFFFFF solid 0.0625rem;
    text-decoration: none;
}
.index-section1-swiper-pagination{
    width: 100rem!important;
    left: calc((100% - 100rem) / 2)!important;
    bottom: 5.625rem!important;
    text-align: left;
}
.index-section1-swiper-pagination .swiper-pagination-bullet{
    margin: 0 0.625rem 0 0!important;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.375rem;
    opacity: 1!important;
    background: rgba(255,255,255,0.5);
}
.index-section1-swiper-pagination .swiper-pagination-bullet-active{
    background: #43924e!important;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    padding: 8.125rem 0;
    background: #f7f4ef;
}
.index-section2-container-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2.5rem;
    border-top: #dbd6ce solid 0.0625rem;
}
.index-section2-container-header-title{
    width: 28.125rem;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.index-section2-container-header-description{
    width: 31.25rem;
    text-align: right;
    font-size: 1.125rem;
    color: #939393;
    line-height: 1.8;
}
.index-section2-container-body{
    width: 100%;
    padding-top: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.index-section2-container-body-left{
    width: calc(50% - 0.625rem - 8.75rem);
    padding: 3.125rem 4.375rem;
    background: #e1dbcb;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-container-body-left-sub-title{
    width: 37%;
    text-align: left;
    font-size: 1rem;
    font-family:HONORSans-Light;
    line-height: 1.7;
}
.index-section2-collection-info-swiper-wrapper{
    width: 100%;
    padding-top: 5rem;
}
.index-section2-collection-info-swiper{
    width: 100%;
}
.index-section2-collection-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-collection-title{
    width: 100%;
    text-align: left;
    font-size: 3.4375rem;
    font-weight: 400;
}
.index-section2-collection-description{
    width: 70%;
    text-align: left;
    font-size: 0.9375rem;
    padding-top: 2.1875rem;
    line-height: 1.8;
}
.index-section2-collection-actions{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-collection-action{
    width: 12.75rem;
    height: 3.375rem;
    border-radius: 1.6875rem;
    line-height: 3.375rem;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    background: #3d9348;
    text-decoration: none;
}
.index-section2-collection-menu-list{
    width: 100%;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-collection-menu{
    width: 100%;
    font-size: 1.4375rem;
    padding: 1.25rem 0;
    border-bottom: #979388 solid 0.0625rem;
    text-decoration: none;
    color: #89857b;
    cursor: pointer;
}
.index-section2-collection-menu:hover, .index-section2-collection-menu-active{
    color: #000000;
}
.index-section2-container-body-right{
    width: calc(50% - 0.625rem);
}
.index-section2-collection-poster-swiper-wrapper{
    width: 100%;
    border-radius: 5rem;
    overflow: hidden;
    height: 100%;
}
.index-section2-collection-poster-swiper{
    width: 100%;
    height: 100%;
}
.index-section2-collection-poster-item{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section2-collection-poster{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-collection-poster-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 区块3 */
.index-section3-container{
    width: 100%;
    padding: 8.125rem 0;
}
.index-section3-container-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header-left{
    width: 16.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.index-section3-container-header-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.25rem;
}
.index-section3-container-header-action{
    width: max-content;
    text-decoration: none;
    padding: 0.625rem 0;
    font-size: 1.125rem;
    border-bottom: #919191 solid 0.0625rem;
    color: #000000;
}
.index-section3-container-header-action:hover{
    color: #3d9348;
    border-bottom: #3d9348 solid 0.0625rem;
}
.index-section3-container-header-right{
    flex: 1;
    padding-left: 10.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header-description{
    width: 28.75rem;
    text-align: left;
    font-size: 1.125rem;
    color: #939393;
    line-height: 1.8;
}
.index-section3-container-body{
    width: 100%;
    padding-top: 9.375rem;
}
.index-section3-desc-list{
    width: 100%;
}
.index-section3-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 6.25rem;
}
.index-section3-desc-group-right{
    justify-content: flex-end;
}
.index-section3-desc-group:last-of-type{
    margin-bottom: 0;
}
.index-section3-desc{
    width: 29.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 6.25rem;
}
.index-section3-desc:last-of-type{
    margin-right: 0;
}
.index-section3-desc-poster-swiper-wrapper{
    width: 29.125rem;
    height: 36rem;
}
.index-section3-desc-poster-swiper{
    width: 100%;
}
.index-section3-desc-poster-swiper .swiper-pagination{
    width: calc(100% - 3.75rem);
    padding: 0 1.875rem;
    top: unset;
    right: 0;
    bottom: 1.875rem;
    text-align: right;
}
.index-section3-desc-poster-swiper .swiper-pagination-bullet{
    opacity: 1;
    background: #f7f4ef;
}
.index-section3-desc-poster-swiper .swiper-pagination-bullet-active{
    background: #3d9348;
}
.index-section3-desc-poster-item{
    width: 100%;
    height: 36rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-poster{
    width: 100%;
    height: 36rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-poster-img{
    width: 100%;
    height: 36rem;
    object-fit: cover;
}
.index-section3-desc-info {
    /* width: calc(100% - 5rem); */
    width: 100%;
    padding: 2.1875rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}
.index-section3-desc-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 400;
}
.index-section3-desc-category{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #939393;
}
.index-section3-desc-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section3-desc-footer{
    width: 100%;
    padding-top: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc-action{
    width: 15.625rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 0.9375rem;
    color: #000000;
    font-weight: 400;
    background: #f7f4ef;
    text-decoration: none;
}
.index-section3-desc-action:hover{
    color: #FFFFFF;
    background: #3d9348;
}

/* 区块4 */
.index-section4-container{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section4-container-bg{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-container-bg-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.index-section4-container-content{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.index-section4-download-swiper{
    width: 100%;
}
.index-section4-download-swiper .swiper-button-prev, .index-section4-download-swiper .swiper-button-next{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.index-section4-download-swiper .swiper-button-prev:after, .index-section4-download-swiper .swiper-button-next:after{
    display: none;
}
.swiper-button-icon{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.swiper-button-icon-img{
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}
.index-section4-download{
    width: 18.125rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section4-download-poster{
    width: 100%;
    height: 22.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-section4-download-poster-img{
    width: 100%;
    height: 22.5rem;
    object-fit: cover;
    /*visibility: hidden;*/
}
.index-section4-download-poster-info{
    width: 100%;
    height: 22.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section4-download-title{
    width: 50%;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #FFFFFF;
}
.index-section4-download-footer{
    width: 100%;
    padding-top: 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-section4-download-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    visibility: hidden;
}
.index-section4-download-action{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    border-bottom: #919191 solid 0.0625rem;
    text-decoration: none;
}
.index-section4-download-action-icon{
    width: 1.0625rem;
    height: 1.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-download-action-icon-img{
    width: 1.0625rem;
    height: 1.0625rem;
    object-fit: contain;
}
.index-section4-download-action-title{
    flex: 1;
    padding-right: 1.25rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 400;
    color: #FFFFFF;
}
.index-section4-download-action-title:hover{
    color: #3d9348;
}
.index-section4-download-swiper .swiper-slide-active .index-section4-download-actions{
    visibility: visible;
}
.index-section4-download-swiper .swiper-slide-active .index-section4-download-poster-img{
    visibility: visible;
}

/* 区块5 */
.index-section5-container{
    width: 100%;
    padding: 8.125rem 0;
    background: #f7f4ef;
}
.index-section5-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2.5rem;
    border-top: #dbd6ce solid 0.0625rem;
}
.index-section5-container-header-title{
    width: 30%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.index-section5-container-header-description{
    width: 40%;
    text-align: right;
    font-size: 1.125rem;
    color: #939393;
    line-height: 1.8;
}
.index-section5-gallery-wrapper{
    padding-top: 11.875rem;
}
.index-section5-gallery-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section5-gallery{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section5-gallery-poster{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-gallery-poster-img{
    object-fit: cover;
}
.index-section5-gallery-small, .index-section5-gallery-small .index-section5-gallery-poster, .index-section5-gallery-small .index-section5-gallery-poster-img{
    width: 10.125rem;
    height: 15rem;
}
.index-section5-gallery-second-small, .index-section5-gallery-second-small .index-section5-gallery-poster, .index-section5-gallery-second-small .index-section5-gallery-poster-img{
    width: 19.9375rem;
    height: 27.8125rem;
}
.index-section5-gallery-big, .index-section5-gallery-big .index-section5-gallery-poster, .index-section5-gallery-big .index-section5-gallery-poster-img{
    width: 32.8125rem;
    height: 41.3125rem;
}
/* 弹幕 */
.index-section5-danmu-container{
    width: 100%;
    padding-top: 11.25rem;
}
.index-section5-danmu-row{
    width: 100%;
    padding-bottom: 1.875rem;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-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%)
    }
}
@keyframes site-foot-marquee-slide-reverse {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%)
    }
}
.index-section5-danmu-row .index-section5-danmu-row-inner{
    animation: site-foot-marquee-slide 40s linear infinite;
}
.index-section5-danmu-row-reverse .index-section5-danmu-row-inner{
    animation: site-foot-marquee-slide-reverse 40s linear infinite;
}
.index-section5-danmu-word{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 3.125rem;
}
.index-section5-danmu-word-title{
    width: max-content;
    font-size: 2.8125rem;
    font-weight: 400;
    font-family: "plain-regular",sans-serif;
}
.index-section5-danmu-word-title-highlight{
    color: #c42733;
}
/* 底部 */
.index-section5-container-footer{
    width: 100%;
    padding-top: 5.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-section5-container-footer-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section5-container-footer-action{
    width: 15.625rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem;
    background: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 0.9375rem;
    font-weight: 400;
    text-decoration: none;
}
.index-section5-container-footer-action:hover{
    background: #3d9348;
    color: #FFFFFF;
}
