/* 区块1 */
.product-section1-container{
    width: 100%;
}
.product-section1-category-swiper{
    width: 100%;
    height: 62.5rem;
}
.product-section1-category{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.product-section1-category-bg{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-category-bg-material{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@keyframes fadeInDown {
    0%{
        transform: translateY(-50%);
    }
    100%{
        transform: translateY(0%);
    }
}
@keyframes fadeOutDown {
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-50%);
    }
}
@keyframes fadeInUp {
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(50%);
    }
}
@keyframes fadeOutUp {
    0%{
        transform: translateY(50%);
    }
    100%{
        transform: translateY(0%);
    }
}
.product-section1-category-swiper .swiper-slide-active .product-section1-category-bg-material{
    transform: translateY(0%);
    animation: fadeInDown ease-out 1s;
}
.product-section1-category-bg-material-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-section1-category-bg-poster{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-category-swiper .swiper-slide-active .product-section1-category-bg-poster{
    animation: fadeOutUp ease-out 1s;
}
.product-section1-category-bg-poster-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-section1-category-info{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.product-section1-category-info-wrap{
    width: 100%;
    height: calc(100% - 12.5rem);
    padding: 6.25rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}
.product-section1-category-info-header{
    width: 100%;
    height: calc(100% - 12.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-section1-category-info-header-title{
    width: 100%;
    text-align: center;
    font-size: 4.6875rem;
    color: #FFFFFF;
}
.product-section1-category-info-footer{
    width: calc(100% - 10.5rem - 10.5rem);
    padding: 0 10.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.product-section1-category-info-footer-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 100;
}
.product-section1-category-info-footer-title{
    width: 100%;
    text-align: left;
    padding-top: 1.25rem;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 100;
}
.product-section1-category-info-footer-description{
    width: 100%;
    padding-top: 1.75rem;
    text-align: left;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 400;
}
.product-section1-category-info-footer-actions{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-category-info-footer-action{
    width: 15.9375rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: linear-gradient(to right, #fe791c, #fb8432, #feb769, #fe9a38);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.product-section1-category-info-footer-action-title{
    font-size: 1.125rem;
    color: #FFFFFF;
    font-weight: 100;
}

/* 区块2 */
.product-section2-container{
    width: 100%;
    padding: 6.25rem 0;
}
.product-section2-container-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-container-header{
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: #d9d9d9 solid 0.0625rem;
}
.product-section2-container-header-left{
    width: 31.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 100;
}
.product-section2-container-header-right{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section2-category-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section2-category{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.125rem 0;
    border-bottom: rgba(0,0,0,0) solid 0.125rem;
    margin-right: 1.5625rem;
    text-decoration: none;
}
.product-section2-category:last-of-type{
    margin-right: 0;
}
.product-section2-category-active{
    border-bottom: #eb5c21 solid 0.125rem;
}
.product-section2-category-title{
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
    font-weight: 100;
}
.product-section2-product-list{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-product-group{
    width: calc(100% - 19.875rem);
    padding-left: 19.875rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7.5rem;
}
.product-section2-product-group:last-of-type{
    margin-bottom: 0;
}
.product-section2-product{
    width: 38.6875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    color: #000000;
}
.product-section2-product-poster{
    width: 38.6875rem;
    height: 29.3125rem;
    border-radius: 1.875rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-product-poster-img{
    width: 38.6875rem;
    height: 29.3125rem;
    object-fit: cover;
}
.product-section2-product-info{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-product-title{
    width: 100%;
    text-align: left;
    font-size: 1.4375rem;
    font-weight: 100;
}
.product-section2-product-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 100;
    color: #878787;
}
.product-section2-product-category{
    width: 100%;
    padding-top: 2.1875rem;
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 400;
}

/* 区块3 */
.product-section3-container{
    width: 100%;
    background: #edeeef;
    height: 62.5rem;
}
.product-section3-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 62.5rem;
}
.product-section3-container-content-left{
    flex: 1;
    padding-right: 6.25rem;
}
.product-section3-info{
    width: 100%;
    height: calc(62.5rem - 8.75rem);
    padding-top: 8.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section3-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 100;
    color: #ffffff;
}
.product-section3-description{
    width: 100%;
    text-align: left;
    padding-top: 3.125rem;
    font-size: 1rem;
    font-weight: 100;
    color: #ffffff;
    line-height: 1.8;
}
.product-section3-container-content-right{
    width: 68.125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section3-desc-swiper-wrap{
    width: 52.3125rem;
    height: 62.5rem;
}
.product-section3-desc-swiper{
    width: 100%;
}
.product-section3-desc{
    width: 52.3125rem;
    height: 62.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-section3-desc-poster{
    width: 52.3125rem;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section3-desc-poster-img{
    width: 52.3125rem;
    height: 62.5rem;
    object-fit: cover;
}
.product-section3-navigations{
    flex: 1;
    height: 62.5rem;
    position: relative;
}
.product-section3-navigation{
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: #fe791d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.product-section3-navigation-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section3-navigation-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.product-section3-navigation-icon-img:last-of-type{
    display: none;
}
.product-section3-navigation-next{
    position: absolute;
    right: 0;
    bottom: 3.125rem;
}
.product-section3-navigation-prev{
    position: absolute;
    right: calc(3.625rem + 1rem);
    bottom: 3.125rem;
}
.product-section3-navigation.swiper-button-disabled{
    background: #FFFFFF;
}
.product-section3-navigation.swiper-button-disabled .product-section3-navigation-icon-img:last-of-type{
    display: block;
}
.product-section3-navigation.swiper-button-disabled .product-section3-navigation-icon-img:first-of-type{
    display: none;
}