/* 顶部轮播 */
.index-covers-container{
    width: 100%;
    height: 100vh;
    position: relative;
}
.index-covers-swiper{
    width: 100%;
    height: 100vh;
}
.index-cover{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-cover-poster{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-cover-poster-img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.index-cover-info{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.index-cover-info-wrap{
    height: calc(100vh - 14.375rem);
    padding-bottom: 14.375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-cover-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    color: #FFFFFF;
    font-weight: 100;
}
.index-covers-info{
    width: 100%;
    position: absolute;
    bottom: 6.5625rem;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 99;
}
.index-covers-info-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-covers-info-footer-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-covers-pagination{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-covers-pagination-bullets{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0 1.0625rem;
}
.index-covers-pagination-bullets .swiper-pagination-bullet{
    width: 0.25rem;
    height: 0.8125rem;
    background: #ffffff;
    opacity: 0.7;
    backdrop-filter: blur(0.625rem);
    border-radius: unset;
}
.index-covers-pagination-bullets .swiper-pagination-bullet-active{
    width: 0.25rem;
    height: 1.4375rem;
    opacity: 1;
    backdrop-filter: none;
}
.index-covers-nav-btn{
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.index-covers-nav-btn-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-covers-nav-btn-icon-img{
    width: 1.375rem;
    height: 1.375rem;
    object-fit: contain;
}
.index-covers-nav-btn-icon-img:first-of-type{
    display: none;
}
.index-covers-nav-btn.swiper-button-disabled .index-covers-nav-btn-icon-img:first-of-type{
    display: block;
}
.index-covers-nav-btn.swiper-button-disabled .index-covers-nav-btn-icon-img:last-of-type{
    display: none;
}
.index-covers-info-footer-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-covers-more-tips{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-covers-more-tips-title{
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: 400;
    padding-right: 1.125rem;
}
.index-covers-more-tips-icon{
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-covers-more-tips-icon-img{
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}
.index-covers-info-footer-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-covers-controls{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-covers-control{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.index-covers-control-icon{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-covers-control-icon-img{
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
}
.index-section2-container-header{
    width: 100%;
    height: 400vh;
    position: relative;
}
.index-section2-container-header-title{
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 12.5rem;
    font-weight: bold;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: text;
    color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section2-container-header-bg{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
}
.index-section2-container-header-bg-img{
    width: 100%;
    object-fit: cover;
    /*border-radius: 1.875rem;*/
    /*overflow: hidden;*/
}
.index-section2-container-content{
    width: 100%;
}
.index-section2-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8.125rem 0;
}
.index-section2-info-wrap{
    width: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 100;
}
.index-section2-description{
    width: 100%;
    padding-top: 4.6875rem;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.8;
    color: #878787;
}
.index-section2-info-footer{
    width: 100%;
    padding-top: 4.1875rem;
}
.index-section2-info-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section2-info-action{
    width: 15.9375rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    text-decoration: none;
}
.index-section2-info-action:hover{
    background: #fe791c;
}
.index-section2-info-action-title{
    text-align: center;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: 100;
}

/* 区块4 */
.index-section4-container{
    width: 100%;
    padding: 11.0625rem 0;
}
.index-section4-container-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section4-container-header-title{
    max-width: 80%;
    width: max-content;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 100;
}
.index-section4-desc-swiper-wrap{
    width: 100%;
    padding-top: 5.625rem;
}
.index-section4-desc-swiper{
    width: 100%;
}
.index-section4-desc-swiper .swiper-slide{
    width: 83.125rem;
    height: 42.5rem;
    padding-bottom: 4.375rem;
}
.index-section4-desc-swiper .swiper-pagination-bullet-active{
    background: #eb5c21;
}
.index-section4-desc{
    width: 83.125rem;
    height: 42.5rem;
    border-radius: 1.875rem;
    overflow: hidden;
    position: relative;
    display: flex;
}
.index-section4-desc-poster{
    width: 83.125rem;
    height: 42.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-desc-poster-img{
    width: 83.125rem;
    height: 42.5rem;
    object-fit: cover;
}
.index-section4-desc-info{
    width: calc(83.125rem - 4.625rem);
    height: calc(42.5rem - 4.625rem);
    padding: 2.3125rem;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.index-section4-desc-info-wrap{
    width: 100%;
    height: calc(42.5rem - 4.625rem);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section4-desc-title{
    width: calc(100% - 4.625rem);
    padding: 2.3125rem;
    text-align: left;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 100;
}
.index-section4-desc-footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.index-section4-desc-actions{
    width: calc(100% - 4.625rem);
    padding: 2.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section4-desc-action{
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.index-section4-desc-action-icon{
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-desc-action-icon-img{
    width: 2.875rem;
    height: 2.875rem;
    object-fit: contain;
}

/* 区块5 */
.index-section5-container{
    width: 100%;
}
.index-section5-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5.5rem;
}
.index-section5-container-header-title{
    width: 45%;
    text-align: left;
    font-size: 2.8125rem;
}
.index-section5-container-header-description{
    max-width: 45%;
    width: max-content;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 100;
    line-height: 1.5;
}
.index-section5-content{
    width: 100%;
}
.index-section5-poster-wrap{
    width: 100%;
    /*height: 50.5625rem;*/
    height: max-content;
    position: relative;
}
.index-section5-poster{
    width: 100%;
    height: max-content;
    /*height: 50.5625rem;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-poster-img{
    width: 100%;
    /*height: 50.5625rem;*/
    object-fit: contain;
}
.index-section5-poster-info{
    width: 100%;
    height: 100%;
    /*height: 50.5625rem;*/
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section5-poster-actions{
    width: calc(100% - 5.625rem);
    padding: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section5-poster-action{
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.index-section5-poster-action-icon{
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-poster-action-icon-img{
    width: 2.875rem;
    height: 2.875rem;
    object-fit: contain;
}

/* 区块6 */
.index-section6-container{
    width: 100%;
    height: 77.1875rem;
    background: #000000;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section6-bg{
    width: 98.3125rem;
    height: 55.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-section6-bg-img{
    width: 98.3125rem;
    height: 55.3125rem;
    object-fit: contain;
}
.index-section6-bg-store-list-wrap{
    width: 98.3125rem;
    height: 55.3125rem;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section6-bg-store-list{
    width: 98.3125rem;
    height: 55.3125rem;
    position: relative;
}
.index-section6-bg-store{
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.1875rem;
    background: #FFFFFF;
    position: absolute;
}
@keyframes scale {
    0% {
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 500%;
        height: 500%;
        opacity: 0;
    }
}
@keyframes scale1 {
    0% {
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 800%;
        height: 800%;
        opacity: 0;
    }
}
@keyframes scale2 {
    0% {
        width: 100%;
        height: 100%;
    }

    50% {
        opacity: 1;
    }

    100% {
        width: 1000%;
        height: 1000%;
        opacity: 0;
    }
}

.index-section6-bg-store::after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: scale 1.4s linear infinite;
    -moz-animation: scale 1.4s linear infinite;
    animation: scale 1.4s linear infinite;
    border: 0.0625rem solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    will-change: contents;
}
.index-section6-bg-store:nth-child(2n)::after {
    -webkit-animation: scale1 1.4s linear infinite;
    -moz-animation: scale1 1.4s linear infinite;
    animation: scale1 1.4s linear infinite;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}
.index-section6-bg-store:nth-child(3n)::after {
    -webkit-animation: scale2 1.4s linear infinite;
    -moz-animation: scale2 1.4s linear infinite;
    animation: scale2 1.4s linear infinite;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.index-section6-info-wrap{
    width: 100%;
    height: 77.1875rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.index-section6-info{
    width: calc(100% - 39.75rem - 39.75rem);
    height: calc(77.1875rem - 12.125rem - 12.125rem);
    padding: 12.125rem 39.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section6-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 100
}
.index-section6-title{
    width: 100%;
    text-align: left;
    padding-top: 1.875rem;
    font-size: 3.75rem;
    background-image: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 100
}
.index-section6-description{
    width: 100%;
    padding-top: 5rem;
    text-align: left;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 100;
    line-height: 1.8;
}

/* 区块7 */
.index-section7-container{
    width: 100%;
    padding-bottom: 15rem;
    background-color: #000000;
    background-image: url('/static/home/images/temp/index_section7_bg.png');
    background-position: 0 0;
    background-size: 38.6875rem 11.25rem;
    background-repeat: no-repeat;
}
.index-section7-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section7-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section7-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 100;
    color: #FFFFFF;
    
}
.index-section7-container-header-title{
    width: 100%;
    text-align: left;
    padding-top: 1.5625rem;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 100;
    line-height: 1.5;
}
.index-section7-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section7-container-header-actions{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section7-container-header-action{
    width: 15.9375rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    text-decoration: none;
}
.index-section7-container-header-action-title{
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 100;
}
.index-section7-container-header-tabs{
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 2.8125rem;
}
.index-section7-container-header-tab{
    width: max-content;
    padding: 0.9375rem 0;
    padding-right: 2.5rem;
    border-bottom: #5b5b5b solid 0.125rem;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.index-section7-container-header-tab:last-of-type{
    padding-right: 0;
}
.index-section7-container-header-tab-title{
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: 100;
}
.index-section7-container-header-tab-active .index-section7-container-header-tab-title,
.index-section7-container-header-tab:hover .index-section7-container-header-tab-title{
    color: #fe791d;
}
.index-section7-container-header-tab-line{
    width: calc(100% - 2.5rem);
    height: 0.125rem;
    background: rgba(0,0,0,0);
    position: absolute;
    bottom: -0.125rem;
    left: 0;
}
.index-section7-container-header-tab-active .index-section7-container-header-tab-line{
    background: #fe791d;
}
.index-section7-desc-swiper-wrap{
    width: 100%;
    padding-top: 6.25rem;
}
.index-section7-desc-swiper{
    width: 100%;
    position: relative;
}
.index-section7-desc-swiper .swiper-slide{
    width: 63.625rem;
    height: 34.25rem;
}
.index-section7-desc{
    width: 63.625rem;
    height: 34.25rem;
    border-radius: 1.875rem;
    overflow: hidden;
    position: relative;
    color: #000000;
    text-decoration: none;
    display: flex;
}
.index-section7-desc-poster{
    width: 63.625rem;
    height: 34.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section7-desc-poster-img{
    width: 63.625rem;
    height: 34.25rem;
    object-fit: cover;
}
.index-section7-desc-info-wrap{
    width: calc(100% - 5.625rem);
    height: calc(34.25rem - 5.625rem);
    padding: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section7-desc-info{
    width: calc(30.5rem - 8.5rem);
    padding: 4.25rem 3.9375rem;
    height: calc(34.25rem - 5.625rem - 7.875rem);
    background: #FFFFFF;
    /*display: flex;*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 1.375rem;
    display: none;
    font-weight: 100
}
.index-section7-desc-swiper .swiper-slide-active .index-section7-desc-info{
    display: flex;
}
.index-section7-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 100
    
}
.index-section7-desc-description{
    width: 100%;
    flex: 1;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 0.875rem;
    font-weight: 100;
    border-bottom: #cbcbcb solid 0.0625rem;
    line-height: 1.5;
    color: #878787;
    
}
.swiper-custom-btn{
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: #fe791d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    user-select: none;
}
.swiper-custom-btn-prev{
    position: absolute;
    top: calc(50% - 1.8125rem);
    left: 22.5rem;
}
.swiper-custom-btn-next{
    position: absolute;
    top: calc(50% - 1.8125rem);
    right: 22.5rem;
}
.swiper-custom-btn-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.swiper-custom-btn-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.swiper-custom-btn-icon-img:first-of-type{
    display: none;
}
.swiper-custom-btn.swiper-button-disabled .swiper-custom-btn-icon-img:first-of-type{
    display: block;
}
.swiper-custom-btn.swiper-button-disabled .swiper-custom-btn-icon-img:last-of-type{
    display: none;
}
.swiper-custom-btn.swiper-button-disabled{
    background: #FFFFFF;
}