/* 区块1 */
.index-section1-container{
    width: 100%;
    height: 59.8125rem;
    position: relative;
}
.index-section1-poster{
    width: 100%;
    height: 59.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-poster-img{
    width: 100%;
    height: 59.8125rem;
    object-fit: cover;
}
.index-section1-info{
    width: 100%;
    height: calc(59.8125rem - 7.5rem);
    padding-bottom: 7.5rem;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.index-section1-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section1-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section1-title{
    width: 50%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section1-description{
    width: 50%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
}
.index-section1-info-footer{
    width: 100%;
    padding-top: 8.4375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.index-section1-actions{
    flex: 1;
    padding-right: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section1-action{
    width: 16.875rem;
    height: 4.5rem;
    border: #FFFFFF solid 0.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 0.3125rem;
}
.index-section1-action.primary,
.index-section1-action:hover{
    background: var(--primary-color);
    border: var(--primary-color) solid 0.125rem;
}
.index-section1-action.primary:hover{
    opacity: 0.8;
}
.index-section1-action:last-of-type{
    margin-right: 0;
}
.index-section1-action-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.index-section1-action-title{
    padding-left: 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section1-quickaccess{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section1-quickaccess-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section1-quickaccess-header-title{
    width: 100%;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section1-quickaccess-links{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index-section1-quickaccess-link{
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.7;
    padding: 0.625rem 0;
    border-bottom: rgba(0,0,0,0) solid 0.125rem;
    text-decoration: none;
}
.index-section1-quickaccess-link:hover{
    opacity: 1;
    border-bottom: #FFFFFF solid 0.125rem;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    padding: 9.375rem 0;
}
.index-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section2-container-header-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
}
.index-section2-container-header-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    color: #7d7d7d;
}
.index-section2-container-header-right{
    flex: 1;
    padding-left: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section2-container-header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-container-header-action{
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
    padding-bottom: 0.625rem;
    border-bottom: var(--primary-color) solid 0.125rem;
}
.index-section2-container-body{
    width: 100%;
    padding-top: 5rem;
}
.index-section2-desc-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.index-section2-desc{
    width: 12.25rem;
    height: 38.8125rem;
    position: relative;
    transition: width 0.6s;
}
.index-section2-desc.open{
    width: 29.875rem;
    transition: width 0.6s;
}
.index-section2-desc-poster{
    width: 100%;
    height: 38.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-desc-poster-img{
    width: 100%;
    height: 38.8125rem;
    object-fit: cover;
}
.index-section2-desc-info{
    width: calc(100% - 2.5rem);
    height: calc(38.8125rem - 7.5rem);
    padding: 3.75rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
}
.index-section2-desc.open .index-section2-desc-info{
    width: calc(100% - 6.875rem);
    height: calc(38.8125rem - 10.625rem);
    padding: 5.3125rem 3.4375rem;
    align-items: flex-start;
}
.index-section2-desc-title{
    width: calc(12.25rem - 2.5rem);
    text-align: center;
    font-size: 1.0625rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section2-desc.open .index-section2-desc-title{
    width: calc(29.875rem - 6.875rem);
    text-align: left;
    font-size: 1.5rem;
}
.index-section2-desc-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
    display: none;
}
.index-section2-desc.open .index-section2-desc-description{
    width: calc(29.875rem - 6.875rem);
    display: block;
}
.index-section2-desc-actions{
    width: 100%;
    padding-top: 2.5rem;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index-section2-desc.open .index-section2-desc-actions{
    width: calc(29.875rem - 6.875rem);
    display: flex;
}
.index-section2-desc-action{
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary-color);
    border-bottom: var(--primary-color) solid 0.125rem;
    text-decoration: none;
}

/* 区块3 */
.index-section3-container{
    width: 100%;
    padding-bottom: 9.375rem;
}
.index-section3-container-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.index-section3-left{
    width: calc(50% - 13.125rem - 8.75rem);
    padding-left: 13.125rem;
    padding-right: 8.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url("/wp-content/themes/george/assets/images/common/index_section3_bg.png");
    background-position: left center;
    background-size: auto 58.5625rem;
    background-repeat: no-repeat;
}
.index-section3-left-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
}
.index-section3-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    color: #7d7d7d;
}
.index-section3-actions{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-action{
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--primary-color);
    text-decoration: none;
    padding-bottom: 0.625rem;
    border-bottom: var(--primary-color) solid 0.125rem;
}
.index-section3-left-body{
    width: 100%;
    padding-top: 2.5rem;
}
.index-section3-desc-list{
    width: 100%;
}
.index-section3-desc{
    width: 100%;
    padding: 1.125rem 0;
    border-top: #e5e5e5 solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc.active{
    border-top: #000000 solid 1px;
}
.index-section3-desc:last-of-type{
    border-bottom: #e5e5e5 solid 1px;
}
.index-section3-desc-no{
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    font-size: 1.25rem;
    font-weight: bold;
    border: #d6d6d6 solid 1px;
    visibility: hidden;
}
.index-section3-desc.active .index-section3-desc-no{
    visibility: visible;
}
.index-section3-desc-info{
    flex: 1;
    padding-left: 2.5rem;
    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.5rem;
    color: #b8b8b8;
}
.index-section3-desc.active .index-section3-desc-title{
    font-weight: bold;
    color: #000000;
}
.index-section3-desc-description{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #7d7d7d;
    display: none;
}
.index-section3-desc.active .index-section3-desc-description{
    display: block;
}
.index-section3-right{
    width: 50%;
}
.index-section3-desc-poster-swiper-wrap{
    width: 100%;
    height: 62.5rem;
}
.index-section3-desc-poster-swiper{
    width: 100%;
    height: 62.5rem;
}
.index-section3-desc-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-section3-container-footer{
    width: 100%;
    padding-top: 13.125rem;
}
/* 弹幕 */
.index-section3-danmu-wrap{
    width: 100%;
}
.index-section3-danmu-list {
    width: 100%;
}
.index-section3-danmu-row {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-danmu-row-inner {
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section3-danmu-row .index-section3-danmu-row-inner {
    /*animation: site-foot-marquee-slide 60s linear infinite;*/
}
.index-section3-danmu {
    width: max-content;
    padding-right: 4.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section3-danmu-icon{
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain;
}
.index-section3-danmu-title{
    font-size: 3.3125rem;
    font-weight: bold;
    color: #000000;
    padding-left: 4.6875rem;
}

/* 区块4 */
.index-section4-container{
    width: 100%;
    padding: 9.375rem 0;
    background: #ebe4db;
}
.index-section4-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.index-section4-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
    font-weight: bold;
}
.index-section4-container-header-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #7d7d7d;
}
.index-section4-desc-link-list{
    width: 100%;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.index-section4-desc-link{
    font-size: 1rem;
    font-weight: bold;
    color: #a6a6a6;
    padding-bottom: 0.625rem;
    border-bottom: rgba(0,0,0,0) solid 0.125rem;
    margin-right: 2.5rem;
    cursor: pointer;
    margin-top: 2.5rem;
}
.index-section4-desc-link:last-of-type{
    margin-right: 0;
}
.index-section4-desc-link.active,
.index-section4-desc-link:hover{
    color: var(--primary-color);
    border-bottom: var(--primary-color) solid 0.125rem;
}
.index-section4-container-body{
    width: 100%;
    padding-top: 5rem;
}
.index-section4-desc-swiper-wrap{
    width: 100%;
}
.index-section4-desc-swiper{
    width: 100%;
    height: 55rem;
}
.index-section4-desc{
    width: calc(100% - 1.875rem);
    margin: 2.1875rem auto 0;
    user-select: none;
}
.index-section4-desc-swiper .swiper-slide-active .index-section4-desc{
    margin: 0 auto;
    transition: all 0.6s;
}
.index-section4-desc-body{
    width: 100%;
    height: 41.125rem;
    position: relative;
}
.index-section4-desc-swiper .swiper-slide-active .index-section4-desc-body{
    height: 45.4375rem;
}
.index-section4-desc-poster{
    width: 100%;
    height: 41.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-desc-swiper .swiper-slide-active .index-section4-desc-poster{
    height: 45.4375rem;
}
.index-section4-desc-poster-img{
    width: 100%;
    height: 41.125rem;
    object-fit: cover;
}
.index-section4-desc-swiper .swiper-slide-active .index-section4-desc-poster-img{
    height: 45.4375rem;
}
.index-section4-desc-info{
    width: calc(100% - 6.875rem);
    height: calc(41.125rem - 13.75rem);
    padding: 6.875rem 3.4375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: rgba(0,0,0,0.3);
}
.index-section4-desc-swiper .swiper-slide-active .index-section4-desc-info{
    display: flex;
    height: calc(45.4375rem - 13.75rem);
}
.index-section4-desc-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section4-desc-description{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
}
.index-section4-desc-footer{
    width: 100%;
    padding-top: 2.5rem;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section4-desc-swiper .swiper-slide-active .index-section4-desc-footer{
    display: flex;
}
.index-section4-desc-footer-info{
    flex: 1;
    padding-right: 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-desc-actions{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section4-desc-action{
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-color);
    padding-bottom: 0.625rem;
    border-bottom: var(--primary-color) solid 0.125rem;
    text-decoration: none;
}
.index-section4-desc-footer-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
}
.index-section4-desc-footer-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
}

/* 区块5 */
.index-section5-container{
    width: 100%;
    padding: 10.9375rem 0;
}
.index-section5-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
}
.index-section5-container-header-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    color: #7d7d7d;
}
.index-section5-container-header-footer{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.index-section5-container-header-actions{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-container-header-action{
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-color);
    padding-bottom: 0.625rem;
    border-bottom: var(--primary-color) solid 0.125rem;
    text-decoration: none;
}
.index-section5-container-layout-types{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section5-container-layout-type{
    width: 2.3125rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 0.625rem;
    cursor: pointer;
}
.index-section5-container-layout-type:last-of-type{
    margin-right: 0;
}
.index-section5-container-layout-type.active:after{
    content: "";
    border-bottom: 1px solid #3f3f3e;
    display: block;
    width: 70%;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 2.75rem;
    left: 15%;
}
.index-section5-container-layout-type-icon{
    width: 2.3125rem;
    height: 2.3125rem;
}
.index-section5-container-layout-type-icon:last-of-type{
    display: none;
}
.index-section5-container-layout-type.active .index-section5-container-layout-type-icon:last-of-type{
    display: block;
}
.index-section5-container-layout-type.active .index-section5-container-layout-type-icon:first-of-type{
    display: none;
}
.index-section5-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.index-section5-desc-list{
    display: grid;
    grid-column-gap: 0.625rem;
    grid-row-gap: 0.625rem;
}
.index-section5-desc-list.layout1{
    grid-template-columns: repeat(3, 1fr);
}
.index-section5-desc-list.layout2{
    grid-template-columns: repeat(2, 1fr);
}
.index-section5-desc-list.layout3{
    grid-template-columns: repeat(4, 1fr);
}
.index-section5-desc{
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
}
.index-section5-desc-poster{
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-desc-poster-img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.index-section5-desc-info{
    width: 80%;
    height: 80%;
    padding: 10%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: rgba(0,0,0,0.2);
}
.index-section5-desc:hover .index-section5-desc-info{
    justify-content: space-between;
}
.index-section5-desc-info-body{
    width: 100%;
    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: 1rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section5-desc-title{
    width: 100%;
    padding-top: 0.3125rem;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section5-desc-description{
    width: 100%;
    padding-top: 1.25rem;
    display: none;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 400;
    color: #FFFFFF;
}
.index-section5-desc:hover .index-section5-desc-description{
    display: block;
}
.index-section5-desc-info-footer{
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-desc:hover .index-section5-desc-info-footer{
    display: flex;
}
.index-section5-desc-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section5-desc-action{
    width: 8.125rem;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
    background: var(--primary-color);
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
}
.index-section5-desc-action:hover{
    opacity: 0.8;
}
.index-section5-desc.more{
    color: #000000;
    text-decoration: none;
    display: none;
}
.index-section5-desc-list.layout1 .index-section5-desc.more{
    display: flex;
}
.index-section5-desc-more{
    width: calc(80% - 0.25rem);
    height: calc(80% - 0.25rem);
    padding: 10%;
    border: #000000 solid 0.125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.index-section5-desc-more-icon{
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-desc-more-icon-img{
    width: 0.875rem;
    height: 0.875rem;
    object-fit: contain;
}
.index-section5-desc-more-title{
    flex: 1;
    padding-right: 1.25rem;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
}

/* 区块6 */
.index-section6-container{
    width: 100%;
}
.index-section6-container-header{
    width: 100%;
    height: 67.125rem;
    position: relative;
}
.index-section6-container-header-poster{
    width: 100%;
    height: 67.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section6-container-header-poster-img{
    width: 100%;
    height: 67.125rem;
    object-fit: cover;
}
.index-section6-container-header-info{
    width: 100%;
    height: calc(67.125rem - 19.75rem);
    padding: 9.875rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.index-section6-container-header-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section6-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section6-container-header-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
}
.index-section6-container-header-actions{
    width: 100%;
    padding-top: 6.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section6-container-header-action{
    width: 17.125rem;
    height: 4.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    text-decoration: none;
}
.index-section6-container-header-action:hover{
    opacity: 0.8;
}
.index-section6-container-header-action-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.index-section6-container-header-action-title{
    color: #FFFFFF;
    padding-left: 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
}
.index-section6-container-body{
    width: 100%;
    padding-top: 8.75rem;
}
.index-section6-cate-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.index-section6-cate{
    font-size: 1rem;
    font-weight: bold;
    color: #a6a6a6;
    text-decoration: none;
    margin-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: rgba(0,0,0,0) solid 0.125rem;
    margin-right: 2.8125rem;
    cursor: pointer;
}
.index-section6-cate:last-of-type{
    margin-right: 0;
}
.index-section6-cate.active{
    color: var(--primary-color);
    border-bottom: var(--primary-color) solid 0.125rem;
}
.index-section6-desc-list{
    width: 100%;
    padding-top: 4.375rem;
}
.index-section6-desc-swiper-wrap{
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}
.index-section6-desc-swiper-wrap.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
}
.index-section6-desc-swiper{
    width: 100%;
}
.index-section6-desc-swiper1{
    width: 100%;
    margin-top: 0.625rem;
}
.index-section6-desc-swiper .swiper-wrapper,
.index-section6-desc-swiper1 .swiper-wrapper{
    transition-timing-function: linear !important;
}
.index-section6-desc-swiper .swiper-slide{
    width: 22.875rem;
}
.index-section6-desc-swiper1 .swiper-slide{
    width: 22.875rem;
}
.index-section6-desc{
    width: 22.875rem;
    height: 28.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section6-desc-poster{
    width: 22.875rem;
    height: 28.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section6-desc-poster-img{
    width: 22.875rem;
    height: 28.125rem;
    object-fit: cover;
}

/* 区块7 */
.index-section7-container{
    width: 100%;
    padding-top: 12.5rem;
}
.index-section7-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section7-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
}
.index-section7-container-header-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    color: #7d7d7d;
}
.index-section7-container-body{
    width: 100%;
    padding-top: 4.6875rem;
}
.index-section7-desc-list{
    width: 100%;
}
.index-section7-desc{
    width: 100%;
    height: 48.375rem;
    position: relative;
}
.index-section7-desc-poster{
    width: 100%;
    height: 48.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section7-desc-poster-img{
    width: 100%;
    height: 48.375rem;
    object-fit: cover;
}
.index-section7-desc-info{
    width: 100%;
    height: calc(48.375rem - 16.25rem);
    padding: 8.125rem 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.index-section7-desc-info-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section7-desc:nth-of-type(2n) .index-section7-desc-info-wrap{
    align-items: flex-end;
}
.index-section7-desc-title{
    width: 38.5625rem;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFFFFF;
}
.index-section7-desc-description{
    width: 38.5625rem;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}
.index-section7-desc-actions{
    width: 38.5625rem;
    padding-top: 3.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section7-desc-action{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    border-top: rgba(255,255,255,0.3) solid 1px;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-decoration: none;
}
.index-section7-desc-action:hover{
    color: var(--primary-color);
    border-top: var(--primary-color) solid 1px;
}

/* 区块8 */
.index-section8-container{
    width: 100%;
    padding: 10.3125rem 0;
    background: #ebe4db;
}
.index-section8-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section8-container-header-info{
    flex: 1;
    padding-right: 3.125rem;
    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: 2.5rem;
    font-weight: bold;
}
.index-section8-container-header-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    color: #7d7d7d;
}
.index-section8-container-header-actions{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-container-header-action{
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary-color);
    padding-bottom: 0.625rem;
    border-bottom: var(--primary-color) solid 0.125rem;
    text-decoration: none;
}
.index-section8-container-body{
    width: 100%;
    padding-top: 4.6875rem;
    padding-bottom: 6.5625rem;
}
.index-section8-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}
.index-section8-desc{
    width: calc(100% - 1.25rem);
    padding: 0.625rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-desc-poster{
    width: 100%;
    height: 20.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section8-desc-poster-img{
    width: 100%;
    height: 20.25rem;
    object-fit: cover;
}
.index-section8-desc-info{
    flex: 1;
    width: calc(100% - 3rem);
    padding: 1.5625rem 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section8-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    height: 4.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section8-desc-date{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #7d7d7d;
    padding-bottom: 2.1875rem;
}
.index-section8-desc-description{
    width: 100%;
    /*flex: 1;*/
    /*padding: 2.1875rem 0;*/
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    color: #7d7d7d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section8-desc-actions{
    width: 100%;
    padding-top: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section8-desc-action{
    font-size: 1.0625rem;
    font-weight: bold;
    padding-bottom: 0.625rem;
    border-bottom: #000000 solid 0.125rem;
    color: #000000;
    text-decoration: none;
}
.index-section8-desc-action:hover{
    color: var(--primary-color);
    border-bottom: var(--primary-color) solid 0.125rem;
}