/* 区块1 */
.product-section1-container{
    width: 100%;
    padding-top: 15.625rem;
}
.product-section1-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 100;
}
.product-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    padding-top: 1.5625rem;
    padding-bottom: 3.4375rem;
    font-weight: 100;
}
.product-section1-container-header-category-list{
    width: 100%;
    border-top: #e1e2e2 solid 0.0625rem;
    padding-top: 2.25rem;
    padding-bottom: 9.375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.product-section1-container-header-category{
    text-decoration: none;
    font-size: 1.375rem;
    font-weight: 100;
    color: #000000;
    margin-right: 3.25rem;
    
}
.product-section1-container-header-category:hover{
    color: #fe791d;
}
.product-section1-container-header-category:last-of-type{
    margin-right: 0;
}
.product-section1-container-content{
    width: 100%;
}
.product-section1-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-poster-img{
    width: 100%;
    object-fit: contain;
}

/* 区块2 */
.product-section2-container{
    width: 100%;
    padding: 8.75rem 0;
}
.product-section2-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.product-section2-container-content{
    width: 100%;
    padding-top: 3.75rem;
}
.product-section2-desc-swiper-wrap{
    width: 100%;
}
.product-section2-desc-swiper{
    width: 100%;
}
.product-section2-desc-swiper .swiper-slide{
    width: 23.75rem!important;
    height: 31.5625rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.product-section2-desc-swiper .swiper-pagination-bullet-active{
    background-color: #eb5c21;
}
.product-section2-desc{
    width: 23.4375rem;
    height: 31.25rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    cursor: pointer;
}
.product-section2-desc-poster{
    width: 100%;
    height: 31.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-desc-poster-img{
    width: 100%;
    height: 31.25rem;
    object-fit: cover;
}
.product-section2-desc-info{
    width: calc(100% - 5rem);
    padding: 2.8125rem 2.5rem;
    height: calc(31.25rem - 5.625rem);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.product-section2-desc-title{
    flex: 1;
    padding-right: 1.875rem;
    text-align: left;
    font-size: 1.375rem;
    color: #FFFFFF;
    font-weight: 100;
}
.product-section2-desc-action{
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-section2-desc-action:hover{
    background: #fe791d;
}
.product-section2-desc-action-icon{
    width: 1.375rem;
    height: 1.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-desc-action-icon-img{
    width: 1.375rem;
    height: 1.375rem;
    object-fit: contain;
}
.product-section2-desc-action-icon-img:last-of-type{
    display: none;
}
.product-section2-desc-action:hover .product-section2-desc-action-icon-img:first-of-type{
    display: none;
}
.product-section2-desc-action:hover .product-section2-desc-action-icon-img:last-of-type{
    display: block;
}

/* 区块3 */
.product-section3-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.product-section3-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section3-container-bg-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.product-section3-container-content{
    width: 100%;
    height: 62.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.product-section3-info{
    width: 100%;
    padding: 3rem 0;
    border-top: #909090 solid 0.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-section3-title{
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
}

/* 区块4 */
.product-section4-container{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.product-section4-container-bg{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section4-container-bg-video{
    width: 100%;
    height: 62.5rem;
    background: #000000;
    object-fit: cover;
}
.product-section4-container-content{
    width: 100%;
    height: 62.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.product-section4-actions{
    width: calc(100% - 2.3125rem - 2.3125rem);
    padding: 2.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section4-action{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-section4-action-icon{
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section4-action-icon-img{
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

/* 区块5 */
.product-section5-container{
    width: 100%;
    padding: 9.375rem 0;
}
.product-section5-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section5-container-header-title{
    width: 45%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.product-section5-container-header-description{
    width: 45%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 1.5;
}
.product-section5-container-content{
    padding-top: 11.25rem;
}
.product-section5-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section5-poster-img{
    width: 100%;
    object-fit: contain;
}

/* 区块6 */
.product-section6-container{
    width: 100%;
    padding: 4rem 0;
}
.product-section6-container-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section6-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section6-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
}
.product-section6-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.product-section6-navigations{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section6-navigation{
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: #fe791d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
.product-section6-navigation-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section6-navigation-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.product-section6-navigation-icon-img:last-of-type{
    display: none;
}
.product-section6-navigation-prev{
    margin-right: 1rem;
}
.product-section6-navigation.swiper-button-disabled{
    background: #e1e2e2;
}
.product-section6-navigation.swiper-button-disabled .product-section6-navigation-icon-img:last-of-type{
    display: block;
}
.product-section6-navigation.swiper-button-disabled .product-section6-navigation-icon-img:first-of-type{
    display: none;
}
.product-section6-container-content{
    width: 100%;
    padding: 5.3125rem 0;
}
.product-section6-desc-swiper-wrap{
    width: 100%;
}
.product-section6-desc-swiper{
    width: 100%;
}
.product-section6-desc-swiper .swiper-slide{
    width: max-content;
}
.product-section6-desc{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section6-desc-poster{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-section6-desc-poster-img{
    height: 48.375rem;
    object-fit: contain;
}
.product-section6-desc-info{
    width: 100%;
    padding-top: 1.375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section6-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
}

/* 区块7 */
.product-section7-container{
    width: 100%;
    padding: 8.75rem 0;
    background: #e1e2e2;
}
.product-section7-param-desc-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section7-param-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section7-param-desc-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5625rem 0;
    border-bottom: #afafaf solid 0.0625rem;
}
.product-section7-param-desc-header-title{
    flex: 1;
    padding-right: 2.5rem;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
}
.product-section7-param-desc-actions{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section7-param-desc-action{
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.4375rem;
    background: #FFFFFF;
    cursor: pointer;
    user-select: none;
}
.product-section7-param-desc-action-icon{
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section7-param-desc-action-icon-img{
    width: 1.625rem;
    height: 1.625rem;
    object-fit: contain;
}
.product-section7-param-desc-action-icon-img:first-of-type{
    display: none;
}
.product-section7-param-desc-open .product-section7-param-desc-action-icon-img:first-of-type{
    display: block;
}
.product-section7-param-desc-open .product-section7-param-desc-action-icon-img:last-of-type{
    display: none;
}
@keyframes section7FadeUp {
    0%{
        opacity: 0;
        transform: translate3d(0,6.25rem,0)
    }
    100%{
        opacity: 1;
        transform: translateZ(0)
    }
}
.product-section7-param-desc-param-list{
    width: 100%;
    padding: 3.125rem 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: #afafaf solid 0.0625rem;
}
.product-section7-param-desc-open .product-section7-param-desc-param-list{
    display: flex;
    animation: section7FadeUp ease 0.5s;
}
.product-section7-param-desc-param{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.product-section7-param-desc-param:last-of-type{
    margin-bottom: 0;
}
.product-section7-param-desc-param-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 100;
}
.product-section7-param-desc-param-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #4a4a4a;
    padding-top: 1.5625rem;
}