/* 区块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{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.index-section1-desc-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section1-desc-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-section1-desc-info{
    width: 100%;
    height: calc(62.5rem - 14.375rem);
    padding: 7.1875rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.index-section1-desc-info-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    color: #ffffff;
}
.index-section1-desc-info-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 3.375rem;
}
.index-section1-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    padding-top: 0.625rem;
}
.index-section1-desc-info-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.index-section1-desc-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section1-desc-action{
    /*width: 14.75rem;*/
    padding: 0 0.625rem;
    height: 4.125rem;
    border-radius: 2.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    text-decoration: none;
    margin-right: 0.9375rem;
}
.index-section1-desc-action:last-of-type{
    background: rgba(255,255,255,0.4);
    text-decoration: none;
    margin-right: 0;
}
.index-section1-desc-action-icon{
    width: 3.125rem;
    height: 3.125rem;
    position: relative;
    border-radius: 1.5625rem;
}
.index-section1-desc-action-icon-img{
    width: 3.125rem;
    height: 3.125rem;
    object-fit: cover;
}
.index-section1-desc-action-icon-play-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
    position: absolute;
    top: 1.0625rem;
    left: 1.0625rem;
}
.index-section1-desc-action-title{
    padding-left: 0.625rem;
    font-size: 1.25rem;
    color: #000000;
}
.index-section1-desc-action:last-of-type .index-section1-desc-action-title{
    color: #ffffff;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    padding: 8.125rem 0;
}
.index-section2-desc-list{
    width: 100%;
}
.index-section2-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section2-desc{
    flex: 1;
    margin-right: 2.5rem;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-bottom: #e4e4e4 solid 1px;
}
.index-section2-desc:last-of-type{
    margin-right: 0;
}
.index-section2-desc-value{
    width: 100%;
    text-align: left;
    font-size: 3.375rem;
}
.index-section2-desc-label{
    width: 100%;
    text-align: left;
    font-size: 2.125rem;
}

/* 区块3 */
.index-section3-container{
    width: 100%;
    padding-bottom: 8.125rem;
}
.index-section3-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section3-container-header-left{
    width: 50%;
    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: 2.8125rem;
}
.index-section3-container-header-description{
    width: 100%;
    text-align: left;
    font-size: 1.3125rem;
    padding-top: 0.625rem;
}
.index-section3-container-header-right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section3-container-header-actions{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section3-container-header-action{
    padding: 0 3.5rem;
    height: 4.125rem;
    border-radius: 2.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #beb5ae;
    text-decoration: none;
}
.index-section3-container-header-action-title{
    font-size: 1.0625rem;
    color: #ffffff;
}
.index-section3-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.index-section3-desc-swiper-wrap{
    width: 100%;
}
.index-section3-desc-swiper{
    width: 100%;
}
.index-section3-desc-swiper .swiper-slide{
    width: 98.75rem;
}
.index-section3-desc{
    width: 100%;
    height: 42.9375rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    transform: scaleY(0.8);
    transition: transform ease-in-out .2s;
}
.swiper-slide-active .index-section3-desc{
    transform: scaleY(1);
}
.index-section3-desc-poster{
    width: 100%;
    height: 42.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-desc-poster-img{
    width: 100%;
    height: 42.9375rem;
    object-fit: cover;
}
.index-section3-desc-info{
    width: calc(100% - 5rem);
    height: calc(42.9375rem - 6.25rem);
    padding: 3.125rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    visibility: hidden;
}
.swiper-slide-active .index-section3-desc .index-section3-desc-info{
    visibility: visible;
}
.index-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.0625rem;
    color: #ffffff;
}
.index-section3-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 0.625rem;
    font-size: 1rem;
    color: #ffffff;
}
.index-section3-desc-actions{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-desc-action{
    padding: 0 1.25rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    font-size: 0.9375rem;
    color: #ffffff;
    text-decoration: none;
    background: #beb5ae;
    border-radius: 0.3125rem;
}

/* 区块4 */
.index-section4-container{
    width: 100%;
    padding: 7.375rem 0;
}
.index-section4-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section4-container-header-sub-title{
    width: 60.625rem;
    text-align: left;
    font-size: 1.625rem;
}
.index-section4-container-header-title{
    width: 30.5rem;
    text-align: left;
    font-size: 3.375rem;
}
.index-section4-container-header-title span{
    color: #beb5ae;
}
.index-section4-container-body{
    width: 100%;
    padding-top: 5.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.index-section4-slide-gallery{
    width: 60.625rem;
    height: 39.75rem;
    border-radius: 1.25rem;
    position: relative;
}
.index-section4-slide-gallery-poster{
    width: 100%;
    height: 39.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.index-section4-slide-gallery-poster-img{
    width: 100%;
    height: 39.75rem;
    object-fit: cover;
}
.index-section4-slide-gallery-cover{
    height: 39.75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.index-section4-slide-gallery-cover-control{
    width: 0.25rem;
    height: 39.75rem;
    background: #ffffff;
    position: absolute;
    left: -0.25rem;
    top: 0;
}
.index-section4-slide-gallery-cover-control-btn{
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    left: calc(-1.875rem);
    top: calc(50% - 2rem);
    background: #ffffff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 0.125rem 0.25rem 1px rgba(0,0,0,.18);
}
.index-section4-slide-gallery-cover-control-btn-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-slide-gallery-cover-control-btn-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
    -webkit-user-drag: none;
    user-drag: none;
}
.index-section4-slide-gallery-cover-poster{
    width: 100%;
    height: 39.75rem;
    border-radius: 0 1.25rem 1.25rem 0;
    text-align: right;
    overflow: hidden;
    position: relative;
}
.index-section4-slide-gallery-cover-full .index-section4-slide-gallery-cover-poster{
    border-radius: 1.25rem;
}
.index-section4-slide-gallery-cover-poster-img{
    width: 60.625rem;
    height: 39.75rem;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.index-section4-slide-gallery-actions{
    width: calc(100% - 3.75rem);
    padding: 0 1.875rem 1.875rem 1.875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section4-slide-gallery-action{
    padding: 0 1.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
    border-radius: 1.25rem;
    background: #beb5ae;
    color: #ffffff;
    font-size: 1.125rem;
    text-decoration: none;
    width: max-content;
    min-width: 9.8125rem;
    text-align: center;
}
.index-section4-slide-gallery-action:last-of-type{
    background: #ffffff;
    color: #000000;
}
.index-section4-container-body-right{
    width: 30.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section4-container-description{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
}
.index-section4-container-body-right-footer{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section4-desc-list{
    width: 100%;
}
.index-section4-desc{
    width: calc(100% - 0.625rem);
    padding: 1.25rem 0.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #000000 solid 1px;
}
.index-section4-desc:first-of-type{
    border-top: #000000 solid 1px;
}
.index-section4-desc-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section4-desc-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}
.index-section4-desc-title{
    flex: 1;
    padding-left: 1.125rem;
    text-align: left;
    font-size: 1.25rem;
}
.index-section4-actions{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section4-action{
    padding: 0 1.5625rem;
    height: 3.375rem;
    line-height: 3.375rem;
    text-align: center;
    background: #beb5ae;
    border-radius: 0.3125rem;
    font-size: 0.9375rem;
    color: #ffffff;
    text-decoration: none;
}

/* 区块5 */
.index-section5-container{
    width: 100%;
    height: 55rem;
    position: relative;
}
.index-section5-container-bg{
    width: 100%;
    height: 55rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-container-bg-img{
    width: 100%;
    height: 55rem;
    object-fit: cover;
}
.index-section5-container-content{
    width: 100%;
    height: 55rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
}
.index-section5-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section5-container-sub-title{
    width: 100%;
    text-align: center;
    font-size: 1.625rem;
    color: #ffffff;
}
.index-section5-container-title{
    width: 100%;
    text-align: center;
    font-size: 6.625rem;
    color: #ffffff;
    padding-top: 2.1875rem;
}
.index-section5-container-actions{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section5-container-action{
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section5-container-action-icon{
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-container-action-icon-img{
    width: 5.625rem;
    height: 5.625rem;
    object-fit: contain;
}

/* 区块6 */
.index-section6-container{
    width: 100%;
    padding: 11.25rem 0;
}
.index-section6-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section6-container-header-left{
    width: 50%;
    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: 2.875rem;
}
.index-section6-container-header-description{
    width: 100%;
    text-align: left;
    padding-top: 2.1875rem;
    font-size: 1.3125rem;
}
.index-section6-container-header-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section6-container-header-actions{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-section6-container-header-action{
    padding: 0 2.25rem;
    height: 4.125rem;
    line-height: 4.125rem;
    background: #beb5ae;
    border-radius: 2.0625rem;
    text-align: center;
    font-size: 1.0625rem;
    color: #ffffff;
    text-decoration: none;
}
.index-section6-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.index-section6-desc-list{
    width: 100%;
}
.index-section6-desc-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section6-desc{
    flex: 2;
    height: 36.25rem;
    margin-right: 0.625rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: linear 0.2s;
}
.index-section6-desc:last-of-type{
    margin-right: 0;
}
.index-section6-desc-full{
    flex: 6;
}
.index-section6-desc-poster{
    width: 100%;
    height: 36.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section6-desc-poster-img{
    width: 100%;
    height: 36.25rem;
    object-fit: cover;
}
.index-section6-desc-info{
    width: calc(100% - 3.75rem);
    padding: 15.625rem 1.875rem 3.125rem;
    height: calc(36.25rem - 6.25rem - 12.5rem);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.index-section6-desc-full .index-section6-desc-info{
    justify-content: flex-end;
    align-items: flex-start;
    width: calc(100% - 7.5rem);
    padding: 15.625rem 3.75rem 3.125rem;
}
.index-section6-desc-icon{
    width: 4.0625rem;
    height: 4.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section6-desc-icon-img{
    width: 4.0625rem;
    height: 4.0625rem;
    object-fit: contain;
}
.index-section6-desc-title{
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    color: #ffffff;
    padding-top: 0.9375rem;
}
.index-section6-desc-full .index-section6-desc-title{
    text-align: left;
    font-size: 2.0625rem;
}
.index-section6-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 1.5625rem;
    font-size: 1.0625rem;
    color: #ffffff;
    display: none;
}
.index-section6-desc-full .index-section6-desc-description{
    display: block;
}
.index-section6-desc-actions{
    width: 100%;
    padding-top: 1.875rem;
    /*display: flex;*/
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
}
.index-section6-desc-full .index-section6-desc-actions{
    display: flex;
}
.index-section6-desc-action{
    padding: 0 1.875rem;
    height: 3.25rem;
    line-height: 3.25rem;
    background: #beb5ae;
    border-radius: 1.25rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.0625rem;
    text-decoration: none;
}

/* 区块7 */
.index-section7-container{
    width: 100%;
    padding-bottom: 12.5rem;
}
.index-section7-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section7-container-header-header{
    width: 100%;
    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.875rem;
}
.index-section7-container-header-description{
    width: 100%;
    text-align: left;
    padding-top: 1.875rem;
    font-size: 1.3125rem;
}
.index-section7-container-header-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2.5rem;
}
.index-section7-category-list{
    flex: 1;
    overflow-x: auto;
}
.index-section7-category-list-wrap{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section7-category{
    padding: 0 1.25rem;
    height: 2.9375rem;
    line-height: 2.9375rem;
    text-align: center;
    font-size: 1.0625rem;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    margin-right: 0.625rem;
    min-width: 3.75rem;
    border-radius: 0.625rem;
}
.index-section7-category-active, .index-section7-category:hover{
    background: #beb5ae;
    color: #ffffff;
}
.index-section7-category:last-of-type{
    margin-right: 0;
}
.index-section7-container-header-footer-right{
    width: max-content;
    padding-right: 1.875rem;
}
.index-section7-tips-title{
    font-size: 1.25rem;
}
.index-section7-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.index-section7-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
}
.index-section7-desc{
    width: 100%;
    color: #000000;
    text-decoration: none;
}
.index-section7-desc-poster{
    width: 100%;
    height: 23.4375rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-section7-desc-poster-img{
    width: 100%;
    height: 23.4375rem;
    object-fit: cover;
}
.index-section7-desc-poster-info{
    width: calc(100% - 4.375rem);
    height: calc(23.4375rem - 6.25rem);
    padding: 3.125rem 2.1875rem;
    background: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section7-desc-country{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section7-desc-country-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section7-desc-country-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.index-section7-desc-country-title{
    flex: 1;
    padding-left: 0.625rem;
    text-align: left;
    font-size: 1.0625rem;
    color: #ffffff;
}
.index-section7-desc-info{
    width: calc(100% - 0.625rem);
    padding: 1.25rem 0.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section7-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
}
.index-section7-desc-tags{
    width: 100%;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section7-desc-tag{
    width: max-content;
    padding:  0 1.25rem;
    height: 1.75rem;
    border-radius: 0.9375rem;
    border: #beb5ae solid 1px;
    color: #beb5ae;
    font-size: 0.9375rem;
    line-height: 1.75rem;
    margin-right: 0.5rem;
}
.index-section7-desc-tag:last-of-type{
    margin-right: 0;
}

/* 区块8 */
.index-section8-container{
    width: 100%;
    padding: 10.625rem 0;
    background: #fbf8f5;
}
.index-section8-container-header{
    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: 3.3125rem;
}
.index-section8-container-body{
    width: 100%;
    padding-top: 6.25rem;
}
.index-section8-desc-swiper-wrap{
    width: 100%;
}
.index-section8-desc-swiper{
    width: 100%;
}
.index-section8-desc-swiper .swiper-slide{
    width: 43.75rem;
}
.index-section8-desc{
    width: 100%;
    height: 30.25rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}
.index-section8-desc-poster{
    width: 100%;
    height: 30.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section8-desc-poster-img{
    width: 100%;
    height: 30.25rem;
    object-fit: cover;
}
.index-section8-desc-info{
    width: calc(100% - 7.5rem);
    padding: 4.0625rem 3.75rem;
    height: calc(30.25rem - 8.125rem);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section8-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1.3125rem;
    color: #ffffff;
}