/* 区块1 */
.product-section1-container{
    width: 100%;
    padding: 12.5rem 0;
}
.product-section1-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section1-container-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-container-title{
    width: 100%;
    text-align: left;
    font-size: 3.125rem;
    font-weight: 400;
}
.product-section1-container-description{
    width: 100%;
    padding-top: 3.125rem;
    text-align: left;
    font-size: 1.125rem;
    color: #939393;
    line-height: 1.8;
}
.product-section1-container-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-container-right-title{
    width: 100%;
    text-align: left;
    font-size: 1.375rem;
}
.product-section1-menu-list{
    width: 100%;
    padding-top: 1.875rem;
}
.product-section1-menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 0.9375rem 0;
    border-bottom: #919191 solid 0.0625rem;
}
.product-section1-menu:first-of-type{
    border-top: #919191 solid 0.0625rem;
}
.product-section1-menu-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-menu-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}
.product-section1-menu-title{
    flex: 1;
    padding-left: 1.5625rem;
    text-align: left;
    font-size: 1.25rem;
    color: #000000;
}

/* 区块2 */
.product-section2-container{
    width: 100%;
}
.product-section2-container-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-poster-img{
    width: 100%;
    object-fit: contain;
}
.product-section2-container-footer{
    padding: 10rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section2-container-footer-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-container-title{
    width: 50%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
}
.product-section2-container-footer-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.product-section2-container-description{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: #939393;
    line-height: 1.8;
}

/* 区块3 */
.product-section3-container{
    width: 100%;
}
.product-section3-container-header{
    padding-top: 1.625rem;
    border-top: #dbd6ce solid 0.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section3-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
    font-weight: 400;
}
.product-section3-container-body{
    width: 100%;
    padding-top: 4.375rem;
    padding-bottom: 9.0625rem;
    position: relative;
}
.product-section3-gallery-swiper-wrap{
    width: 100%;
    padding-bottom: 14.0625rem;
}
.product-section3-gallery-swiper{
    width: 100%;
}
.product-section3-gallery-swiper .swiper-slide{
    width: 40.625rem;
}
.product-section3-gallery{
    width: 40.625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section3-gallery-poster{
    width: 40.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section3-gallery-poster-img{
    width: 40.625rem;
    height: 40.625rem;
    object-fit: cover;
}
.product-section3-gallery-info{
    width: 100%;
    padding-top: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section3-gallery-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #939393;
    font-weight: 400;
}
.product-section3-float-bar{
    position: sticky;
    left: calc((100% - 43.75rem) / 2);
    bottom: 1.25rem;
    z-index: 98;
    width: calc(43.75rem - 3.75rem);
    height: 4.375rem;
    padding: 0 1.875rem;
    background: #000000;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.product-section3-float-bar-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section3-float-bar-left-title{
    font-size: 0.9375rem;
    font-weight: 400;
    color: #FFFFFF;
}
.product-section3-float-bar-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section3-float-bar-right-title{
    font-size: 0.8125rem;
    font-weight: 400;
    color: #FFFFFF;
    padding-right: 0.625rem;
}
.product-section3-float-bar-right-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section3-float-bar-right-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

/* 区块4 */
.product-section4-container{
    width: 100%;
    padding: 6.25rem 0;
    background: #f7f4ef;
}
.product-section4-container-header{
    width: 100%;
    padding-top: 2.5rem;
    border-top: #dbd6ce solid 0.0625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section4-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
}
.product-section4-container-body{
    width: 100%;
    padding-top: 2.5rem;
}
.product-section4-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section4-poster-img{
    width: 100%;
    object-fit: contain;
}

/* 区块5 */
.product-section5-container{
    width: 100%;
    padding: 6.25rem 0 11.25rem;
    background: #f7f4ef;
}
.product-section5-container-header{
    width: 100%;
    padding-top: 2.5rem;
    border-top: #dbd6ce solid 0.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section5-container-header-title{
    flex: 1;
    text-align: left;
    font-size: 2.5rem;
    font-weight: 400;
}
.product-section5-container-header-tips{
    font-size: 0.9375rem;
    font-weight: 400;
}
.product-section5-container-body{
    width: 100%;
    padding-top: 5rem;
}
.product-section5-color-list{
    width: 100%;
}
.product-section5-color-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.product-section5-color-group:last-of-type{
    margin-bottom: 0;
}
.product-section5-color{
    width: calc(100% / 6);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section5-color-single{
    width: 14.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section5-color-single-poster{
    width: 14.75rem;
    height: 14.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section5-color-single-poster-img{
    width: 14.75rem;
    height: 14.75rem;
    object-fit: cover;
}
.product-section5-color-single-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0.625rem;
}
.product-section5-color-single-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #919191;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-section5-color-grid{
    width: 22.125rem;
    margin-left: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section5-color-grid-poster{
    width: 22.125rem;
    height: 29.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section5-color-grid-poster-img{
    width: 22.125rem;
    height: 29.5rem;
    object-fit: cover;
}
.product-section5-color-grid-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0.625rem;
}
.product-section5-color-grid-title{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #919191;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}