/* 顶部轮播 */
.index-covers-container{
    width: 100%;
    height: 62.5rem;
}
.index-covers-swiper{
    width: 100%;
    height: 62.5rem;
}
.index-cover{
    width: 100%;
    height: 62.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-cover-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-cover-bg-video{
    width: 100%;
    height: 62.5rem;
    background-color: #000000;
    object-fit: cover;
}
.index-cover-content{
    width: 100%;
    height: 62.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-cover-content-wrap{
    width: 93.75rem;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-cover-controls{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 7.75rem;
}
.index-cover-control{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1.25rem;
    cursor: pointer;
}
.index-cover-control:last-of-type{
    margin-right: 0;
}
.index-cover-control-icon{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-cover-control-icon-img{
    width: 2.75rem;
    height: 2.75rem;
    object-fit: contain;
}
.index-cover-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index-cover-sub-title{
    width: 60%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #FFFFFF;
}
.index-cover-title{
    width: 60%;
    font-size: 3.125rem;
    color: #FFFFFF;
    text-align: left;
    padding-top: 1.875rem;
}
.index-cover-description{
    width: 60%;
    text-align: left;
    font-size: 1.5625rem;
    color: #FFFFFF;
    font-weight: lighter;
    padding-top: 1.875rem;
}
.index-cover-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4.375rem;
}
.index-cover-action{
    width: max-content;
    padding: 0 3.125rem;
    height: 3.75rem;
    border-radius: 1.875rem;
    text-decoration: none;
    background: linear-gradient(to right, #3346E7, #3346E7, #38cbfd);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.index-cover-action:hover{
        background: #3346E7;
}

.index-cover-action-title{
    font-size: 1.125rem;
    color: #FFFFFF;
}

/* 区块2 */
.index-section2-container{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(to right, #000, #3346E7, #3346E7);
}
.index-section2-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.index-section2-container-content{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section2-container-content-wrap{
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section2-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index-section2-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index-section2-title{
    width: 100%;
    text-align: left;
    font-size: 3.75rem;
    color: #FFFFFF;
    font-weight: normal;
}
.index-section2-title span{
    font-weight: bold;
}
.index-section2-description{
    width: 100%;
    padding-top: 4.375rem;
    font-size: 1.25rem;
    color: #fff;
    font-weight: lighter;
    text-align: left;
}
.index-section2-flags{
    width: 100%;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index-section2-flag{
    width: max-content;
    max-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: max-content;
}
.index-section2-flag-line{
    width: 0.3125rem;
    height: 3rem;
    background: linear-gradient(to top, #3346E7, #3346E7, #38cbfd);
}
.index-section2-flag-title{
    width: calc(100% - 1.875rem);
    padding-left: 1.5625rem;
    text-align: left;
    font-size: 1.4375rem;
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-section2-actions{
    width: 100%;
    padding-top: 5.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section2-action{
    width: max-content;
    padding: 0 2.5rem;
    min-width: calc(12.0625rem - 5rem);
    height: 3.75rem;
    border-radius: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #3346E7, #3346E7, #38cbfd);
    text-decoration: none;
}
.index-section2-action:hover{
    background: #3346E7;
}
.index-section2-action-title{
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: lighter;
}
.index-section2-right{
    width: 50%;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section2-poster{
    width: 47.375rem;
    height: 53.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section2-poster-img{
    width: 47.375rem;
    height: 53.875rem;
    object-fit: contain;
}

/* 区块3 */
.index-section3-container{
    width: 100%;
    padding: 9.875rem 0;
}
.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: 3.125rem;
}
.index-section3-container-header-right{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.index-section3-container-header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section3-container-header-action{
    width: max-content;
    padding: 0 2.5rem;
    min-width: calc(12.0625rem - 5rem);
    height: 3.75rem;
    border-radius: 1.875rem;
    text-align: center;
    line-height: 3.75rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: lighter;
    background: linear-gradient(to right, #3346E7, #3346E7, #38cbfd);
    text-decoration: none;
}
.index-section3-container-header-action:hover{
    background: #3346E7;
}
.index-section3-container-body{
    width: 100%;
    padding-top: 7.8125rem;
}
.index-section3-products{
    width: 100%;
    position: relative;
}
.index-section3-products-swiper{
    width: 100%;
}
.index-section3-product{
    width: calc(100% - 0.125rem);
    height: calc(36.25rem - 0.125rem);
    border: #e5e5e5 solid 0.0625rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.index-section3-product:hover{
    border: #3346E7 solid 0.0625rem;
}
.index-section3-product-poster{
    width: 100%;
    height: 23.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section3-product-poster-img{
    max-width: 100%;
    height: 20.8125rem;
    object-fit: contain;
}
.index-section3-product-info{
    width: calc(100% - 7.5rem);
    padding: 1.25rem 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.index-section3-product-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: #000000;
}
.index-section3-product-description{
    width: 100%;
    padding-top: 1.0625rem;
    text-align: left;
    font-size: 1rem;
    color: #828282;
    font-weight: lighter;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 区块5 */
.index-section5-container{
    width: 100%;
    padding: 12.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
}
.index-section5-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section5-container-header-left{
    width: calc(50% - 0.9375rem);
    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: 400;
}
.index-section5-container-header-title{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.index-section5-container-header-title span{
    font-weight: bolder;
}
.index-section5-container-header-description{
    width: 100%;
    padding-top: 3.75rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: lighter;
    color: #828282;
}
.index-section5-container-header-right{
    width: calc(50% - 0.9375rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.index-section5-container-header-poster{
    width: 100%;
    height: 30.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-container-header-poster-img{
    width: 100%;
    height: 30.5625rem;
    object-fit: contain;
}
.index-section5-container-body{
    width: 100%;
    margin-top: 9.375rem;
}
.index-section5-certificates{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section5-certificates-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section5-certificates-header-title{
    width: 50%;
    text-align: left;
    font-size: 3.125rem;
}
.index-section5-certificates-header-actions{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section5-certificates-header-action{
    width: max-content;
    padding: 0 1.875rem;
    min-width: calc(11.4375rem - 3.75rem);
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: linear-gradient(to right, #3346E7, #3346E7, #38cbfd);
    text-align: center;
    line-height: 3.625rem;
    font-size: 1.0625rem;
    color: #FFFFFF;
    font-weight: lighter;
    text-decoration: none;
}
.index-section5-certificates-header-action:hover{
    background: #3346E7;
}
.index-section5-certificates-wrap{
    width: 100%;
    position: relative;
    margin-top: 5.625rem;
}
.index-section5-certificate{
    width: 100%;
    height: 20rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-certificate-poster{
    width: 100%;
    height: 20rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section5-certificate-poster-img{
    width: 100%;
    object-fit: contain;
}
.index-section5-certificates-wrap .custom-swiper-navigation-prev{
    left: 6.25rem;
}
.index-section5-certificates-wrap .custom-swiper-navigation-next{
    right: 6.25rem;
}

/* 区块6 */
.index-section6-container{
    width: 100%;
    height: 61.5625rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section6-container-bg{
    width: 100%;
    height: 61.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section6-container-bg-img{
    width: 100%;
    height: 61.5625rem;
    object-fit: cover;
}
.index-section6-container-content{
    width: 100%;
    height: 61.5625rem;
    position: absolute;
    top: 0;
    left: 0;
}
.index-section6-container-content-wrap{
    height: 61.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section6-brand-logo{
    height: 5.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section6-brand-logo-img{
    height: 5.625rem;
    object-fit: contain;
}
.index-section6-title{
    width: 100%;
    text-align: center;
    padding-top: 4.0625rem;
    font-size: 3.125rem;
    color: #FFFFFF;
}
.index-section6-actions{
    width: 100%;
    padding-top: 4.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section6-action{
    width: max-content;
    padding: 0 1.875rem;
    min-width: calc(11.4375rem - 3.75rem);
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: linear-gradient(to right, #3346E7, #3346E7, #38cbfd);
    text-align: center;
    line-height: 3.625rem;
    font-size: 1.0625rem;
    color: #FFFFFF;
    font-weight: lighter;
    text-decoration: none;
    margin-right: 3.4375rem;
}
.index-section6-action:last-of-type{
    margin-right: 0;
}
.index-section6-action:hover{
    background: #3346E7;
}

/* 区块7 */
.index-section7-container{
    width: 100%;
    padding: 9rem 0;
}
.index-section7-container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section7-container-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: 3.125rem;
}
.index-section7-partners{
    width: 100%;
    padding-top: 5.625rem;
}
.index-section7-partners-swiper{
    width: 100%;
}
.index-section7-partner{
    width: 100%;
    height: 11.25rem;
    padding-bottom: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.index-section7-partner-poster{
    width: 100%;
    height: 11.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section7-partner-poster-img{
    height: 11.25rem;
    max-width: 100%;
    object-fit: contain;
}
.index-section7-partners-swiper .swiper-pagination-bullet-active{
    background: #3346E7;
}
.index-section7-partner-comments-list{
    width: 100%;
    padding-top: 9.375rem;
}
.index-section7-partner-comments-swiper{
    width: 100%;
}
.index-section7-partner-comments-swiper .swiper-slide{
    padding-bottom: 2.5rem;
}
.index-section7-partner-comments-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-section7-partner-comment{
    width: calc(50% - 4.125rem);
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
    padding-left: 4.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index-section7-partner-comment:first-of-type{
    width: calc(50% - 4.1875rem);
    padding-left: 0;
    padding-right: 4.125rem;
    border-right: #ececec solid 0.0625rem;
}
.index-section7-partner-comment-content-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-section7-partner-comment-content-header, .index-section7-partner-comment-content-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section7-partner-comment-content-footer{
    justify-content: flex-end;
}
.index-section7-partner-comment-content-header-icon, .index-section7-partner-comment-content-footer-icon{
    width: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section7-partner-comment-content-header-icon-img, .index-section7-partner-comment-content-footer-icon-img{
    width: 2.5rem;
    object-fit: contain;
}
.index-section7-partner-comment-content{
    width: calc(100% - 6.25rem);
    text-align: left;
    font-size: 1.25rem;
    font-weight: lighter;
    color: #000000;
}
.index-section7-partner-comment-author{
    width: calc(100% - 3.125rem);
    padding-left: 3.125rem;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.index-section7-partner-comment-author-avatar{
    width: 6rem;
    height: 6rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3rem;
    overflow: hidden;
}
.index-section7-partner-comment-author-avatar-img{
    width: 6rem;
    height: 6rem;
    object-fit: cover;
}
.index-section7-partner-comment-author-nickname{
    width: 15.625rem;
    text-align: left;
    padding-left: 1.5625rem;
    font-size: 1.5625rem;
    font-weight: 400;
}

/* 区块8 */
.index-section8-container{
    width: 100%;
    padding: 9.375rem 0;
}
.index-section8-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.index-section8-container-header-title{
    width: 50%;
    text-align: left;
    font-size: 3.125rem;
}
.index-section8-container-header-actions{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.index-section8-container-header-action{
    width: max-content;
    padding: 0 2.5rem;
    min-width: calc(12.0625rem - 5rem);
    height: 3.75rem;
    border-radius: 1.875rem;
    text-align: center;
    line-height: 3.75rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: lighter;
    background: linear-gradient(to right, #3346E7, #3346E7, #38cbfd);
    text-decoration: none;
    margin-right: 1.875rem;
}
.index-section8-container-header-action:hover{
    background: #3346E7;
}
.index-section8-container-header-action:last-of-type{
    margin-right: 0;
}
.index-section8-news-list{
    width: 100%;
    padding-top: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-news-group{
    width: calc(25% - 1.6875rem);
    margin-right: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-news-group:last-of-type{
    margin-right: 0;
}
.index-section8-news{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    margin-bottom: 1.875rem;
}
.index-section8-news:last-of-type{
    margin-bottom: 0;
}
.index-section8-news-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.index-section8-news-poster-img{
    width: 100%;
    object-fit: contain;
}
.index-section8-news-info{
    width: 100%;
    padding-top: 1.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-section8-news-date{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #828282;
}
.index-section8-news-title{
    width: 100%;
    text-align: left;
    padding-top: 1.0625rem;
    font-size: 1.5625rem;
    color: #000000;
}
.index-section8-news:hover .index-section8-news-title{
    color: #3346E7;
}