/* 区块1 */
.index-section1-container{
    width: 100%;
    height: 62.5rem;
}
.index-section1-desc-swiper-wrap{
    width: 100%;
    height: 62.5rem;
}
.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 - 14.5rem);
    padding: 7.25rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section1-desc-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 5rem;
    border-bottom: #8e9094 solid 1px;
}
.index-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section1-desc-description{
    width: 100%;
    text-align: left;
    font-size: 26rpx;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 1.25rem;
}
.index-section1-desc-actions{
    width: 100%;
    padding-top: 4.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section1-desc-action{
    display: block;
    width: 11.5rem;
    height: 3.25rem;
    border: #FFFFFF solid 0.125rem;
    line-height: 3.25rem;
    text-align: center;
    border-radius: 1.75rem;
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 0.625rem;
}
.index-section1-desc-action:last-of-type{
    margin-right: 0;
}
.index-section1-desc-action:hover{
    background: var(--btn-bg);
    border: none;
    width: 11.75rem;
    height: 3.25rem;
    line-height: 3.25rem;
}
.index-section1-desc-swiper .swiper-button-icon{
    width: 1.5625rem;
    height: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-desc-swiper .swiper-button-icon-img{
    width: 1.5625rem;
    height: 1.5625rem;
    object-fit: contain;
}
.index-section1-desc-swiper .swiper-button-prev,
.index-section1-desc-swiper .swiper-button-next{
    width: 1.5625rem;
    height: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-desc-swiper .swiper-button-prev:after,
.index-section1-desc-swiper .swiper-button-next:after{
    display: none;
}
.index-section1-desc-swiper .swiper-button-prev{
    left: calc((100vw - var(--section-width)) / 2);
    top: unset;
    bottom: 3.5rem;
}
.index-section1-desc-swiper .swiper-button-next{
    right: calc((100vw - var(--section-width)) / 2);
    top: unset;
    bottom: 3.5rem;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    padding: 8.125rem 0;
}
.index-section2-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section2-container-header-left{
    flex: 1;
    padding-right: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.index-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.index-section2-container-header-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section2-container-header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-container-header-action{
    display: block;
    text-align: center;
    border-radius: 1.75rem;
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 0.625rem;
    background: var(--btn-bg);
    border: none;
    width: 11.75rem;
    height: 3.25rem;
    line-height: 3.25rem;
}
.index-section2-container-header-action:last-of-type{
    margin-right: 0;
}
.index-section2-container-body{
    width: 100%;
    padding-top: 4.6875rem;
}
.index-section2-desc-swiper-wrap{
    width: 100%;
}
.index-section2-desc-swiper{
    width: 100%;
}
.index-section2-desc-swiper .swiper-slide{
    width: 24.25rem;
    padding-bottom: 5.375rem;
}
.index-section2-desc-swiper .swiper-button-prev,
.index-section2-desc-swiper .swiper-button-next{
    width: 5.625rem;
    height: 3rem;
    border-radius: 1.25rem;
    background: var(--primary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
}
.index-section2-desc-swiper .swiper-button-prev:after,
.index-section2-desc-swiper .swiper-button-next:after{
    display: none;
}
.index-section2-desc-swiper .swiper-button-prev{
    justify-content: flex-start;
    top: unset;
    left: unset;
    right: calc((100vw - var(--section-width)) / 2 + 5.625rem + 0.625rem);
    bottom: 0;
}
.index-section2-desc-swiper .swiper-button-next{
    justify-content: flex-end;
    top: unset;
    left: unset;
    right: calc((100vw - var(--section-width)) / 2);
    bottom: 0;
}
.index-section2-desc-swiper .swiper-button-icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-desc-swiper .swiper-button-icon-img{
    width: 1.0625rem;
    height: 1.0625rem;
    object-fit: contain;
}
.index-section2-desc-swiper .swiper-button-icon-img:last-of-type{
    display: none;
}
.index-section2-desc-swiper .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.index-section2-desc-swiper .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.index-section2-desc-swiper .swiper-button-disabled{
    background: #eaeaea;
    opacity: 1;
}
.index-section2-desc{
    width: 24.25rem;
    height: 35.3125rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
}
.index-section2-desc-poster{
    width: 100%;
    height: 35.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-desc-poster-img{
    width: 100%;
    height: 35.3125rem;
    object-fit: cover;
}
.index-section2-desc-info{
    width: calc(100% - 3.75rem);
    height: calc(35.3125rem - 7.5rem);
    padding: 3.75rem 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.index-section2-desc:hover .index-section2-desc-info{
    background: rgba(0,0,0,0.8);
}
.index-section2-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section2-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    color: #FFFFFF;
    padding-top: 0.625rem;
    display: none;
}
.index-section2-desc:hover .index-section2-desc-description{
    display: block;
}

/* 区块3 */
.index-section3-container {
    width: 100%;
    padding: 10.3125rem 0;
    background: #f3f3f3;
}
.index-section3-container-header{
    width: 100%;
    border-bottom: #c9c9c9 solid 1px;
}
.index-section3-container-header-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.index-section3-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.index-section3-container-header-footer{
    padding-top: 5rem;
}
.index-section3-container-header-cates-wrap{
    width: 100%;
    overflow-x: auto;
    margin-bottom: -0.125rem;
}
.index-section3-container-header-cates{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section3-container-header-cate{
    width: max-content;
    height: 3.75rem;
    border-bottom: rgba(0,0,0,0) solid 0.25rem;
    line-height: 3.75rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #a1a1a1;
    margin-right: 1.25rem;
    cursor: pointer;
}
.index-section3-container-header-cate:last-of-type{
    margin-right: 0;
}
.index-section3-container-header-cate:hover, .index-section3-container-header-cate.active{
    border-bottom: var(--primary-color) solid 0.25rem;
    color: #000000;
}
.index-section3-container-body{
    padding-top: 4.375rem;
}
.index-section3-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}
.index-section3-desc{
    width: calc(100% - 3.75rem);
    padding: 1.875rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #000000;
    text-decoration: none;
}
.index-section3-desc-poster{
    width: 100%;
    height: 20.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-poster-img{
    width: 100%;
    height: 20.625rem;
    object-fit: cover;
}
.index-section3-desc-info{
    width: 100%;
    border-top: #e1e1e1 solid 1px;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-section3-desc-title{
    width: 100%;
    text-align: center;
    font-size: 1.3125rem;
    font-weight: bold;
}
.index-section3-desc-cate{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #a1a1a1;
    padding-top: 0.625rem;
}

/* 区块4 */
.index-section4-container{
    width: 100%;
    height: 39.125rem;
    position: relative;
}
.index-section4-bg{
    width: 100%;
    height: 39.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-bg-img{
    width: 100%;
    height: 39.125rem;
    object-fit: cover;
}
.index-section4-info{
    width: 100%;
    height: calc(39.125rem - 7.5rem);
    padding: 3.75rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section4-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section4-title{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section4-description{
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
    color: #FFFFFF;
    padding-top: 2.1875rem;
}
.index-section4-actions{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-action{
    display: block;
    text-align: center;
    border-radius: 1.75rem;
    font-size: 1.0625rem;
    color: #000000;
    text-decoration: none;
    margin-right: 0.625rem;
    background: #FFFFFF;
    border: none;
    width: 11.75rem;
    height: 3.25rem;
    line-height: 3.25rem;
}
.index-section4-action.primary{
    background: var(--btn-bg);
    color: #FFFFFF;
}

/* 区块5 */
.index-section5-container{
    width: 100%;
    padding: 8.4375rem 0;
}
.index-section5-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.index-section5-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.index-section5-container-body{
    width: 100%;
    padding-top: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section5-desc-list{
    flex: 1;
    padding-right: 5.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-desc{
    width: 100%;
    border-bottom: #dadada solid 1px;
    cursor: pointer;
}
.index-section5-desc-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 0;
}
.index-section5-desc-title{
    flex: 1;
    padding-right: 1.25rem;
    text-align: left;
    font-size: 1.25rem;
    color: #a1a1a1;
}
.index-section5-desc.open .index-section5-desc-title{
    color: #000000;
    font-size: 2.0625rem;
    font-weight: bold;
}
.index-section5-desc-header-icon{
    width: 1.0625rem;
    height: 1.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-desc-header-icon-img{
    width: 1.0625rem;
    height: 1.0625rem;
    object-fit: contain;
}
.index-section5-desc-poster-swiper-wrap{
    width: 46.25rem;
    height: 34.0625rem;
}
.index-section5-desc-poster-swiper{
    width: 100%;
}
.index-section5-desc-poster{
    width: 100%;
    height: 34.0625rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-desc-poster-img{
    width: 100%;
    height: 34.0625rem;
    object-fit: cover;
}
.index-section5-desc-body{
    padding-bottom: 1.5625rem;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-desc.open .index-section5-desc-body{
    display: flex;
}
.index-section5-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #a1a1a1;
}
.index-section5-desc-actions {
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section5-desc-action{
    display: block;
    text-align: center;
    border-radius: 1.75rem;
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 0.625rem;
    background: var(--btn-bg);
    border: none;
    width: 11.75rem;
    height: 3.25rem;
    line-height: 3.25rem;
}
.index-section5-desc-action:last-of-type{
    margin-right: 0;
}

/* 区块8 */
.index-section8-container{
    width: 100%;
    padding-bottom: 8.4375rem;
}
.index-section8-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.index-section8-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    padding-top: 0.625rem;
}
.index-section8-container-body{
    width: 100%;
    padding-top: 5rem;
}
.index-section8-desc-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.index-section8-desc{
    width: calc(100% / 8 - 0.375rem);
    margin-right: 0.4375rem;
    height: 29.6875rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    transition: width 0.6s;
}
.index-section8-desc.open{
    width: calc((100% / 8) * 2 - 0.375rem);
    transition: width 0.6s;
}
.index-section8-desc:last-of-type{
    margin-right: 0;
}
.index-section8-desc-poster{
    width: 100%;
    height: 29.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section8-desc-poster-img{
    width: 100%;
    height: 29.6875rem;
    object-fit: cover;
}
.index-section8-desc-info{
    width: calc(100% - 3.125rem);
    height: calc(29.6875rem - 6.25rem);
    padding: 3.125rem 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
.index-section8-desc.open .index-section8-desc-info{
    justify-content: flex-end;
    align-items: flex-start;
    background: rgba(0,0,0,0.4);
}
.index-section8-desc-title{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section8-desc.open .index-section8-desc-title{
    text-align: left;
    font-size: 1.3125rem;
}

/* 区块10 */
.index-section10-container{
    width: 100%;
    padding: 8.4375rem 0;
}
.index-section10-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section10-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.index-section10-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    padding-top: 0.625rem;
}
.index-section10-container-body{
    width: 100%;
    padding-top: 5rem;
}
.index-section10-desc-swiper-wrap{
    width: 100%;
}
.index-section10-desc-swiper{
    width: 100%;
}
.index-section10-desc-swiper .swiper-slide{
    padding-bottom: 5.375rem;
}
.index-section10-desc-swiper .swiper-button-prev,
.index-section10-desc-swiper .swiper-button-next{
    width: 5.625rem;
    height: 3rem;
    border-radius: 1.25rem;
    background: var(--primary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
}
.index-section10-desc-swiper .swiper-button-prev:after,
.index-section10-desc-swiper .swiper-button-next:after{
    display: none;
}
.index-section10-desc-swiper .swiper-button-prev{
    justify-content: flex-start;
    top: unset;
    left: unset;
    right: calc(5.625rem + 0.625rem);
    bottom: 0;
}
.index-section10-desc-swiper .swiper-button-next{
    justify-content: flex-end;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
}
.index-section10-desc-swiper .swiper-button-icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section10-desc-swiper .swiper-button-icon-img{
    width: 1.0625rem;
    height: 1.0625rem;
    object-fit: contain;
}
.index-section10-desc-swiper .swiper-button-icon-img:last-of-type{
    display: none;
}
.index-section10-desc-swiper .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.index-section10-desc-swiper .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.index-section10-desc-swiper .swiper-button-disabled{
    background: #eaeaea;
    opacity: 1;
}
.index-section10-desc{
    width: calc(100% - 5rem);
    height: calc(20.5rem - 5rem);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 1.25rem;
    background: #f3f3f3;
}
.index-section10-desc-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section10-desc-date{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #868686;
}
.index-section10-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.3125rem;
    font-weight: bold;
    padding-top: 0.625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section10-desc-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section10-desc-actions{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section10-desc-action{
    display: block;
    text-align: center;
    border-radius: 1.75rem;
    font-size: 1.0625rem;
    text-decoration: none;
    margin-bottom: 0.625rem;
    border: #000000 solid 1px;
    width: 11.625rem;
    height: 3.375rem;
    line-height: 3.375rem;
    color: #000000;
}
.index-section10-desc-action:hover{
    background: var(--btn-bg);
    color: #FFFFFF;
    width: 11.75rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border: none;
}
.index-section10-desc-action:last-of-type{
    margin-bottom: 0;
}