/* 区块1 */
.product-section1-container{
    width: 100%;
    height: 40.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product-section1-container-bg{
    width: 100%;
    height: 40.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-container-bg-img{
    width: 100%;
    height: 40.1875rem;
    object-fit: cover;
}
.product-section1-container-content-wrap{
    width: 100%;
    height: 40.1875rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.product-section1-container-content{
    height: calc(40.1875rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.product-section1-container-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    color: rgba(255,255,255,0.5);
}
.product-section1-container-title{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: left;
    font-size: 3.75rem;
    color: #FFFFFF;
}

/* 区块2 */
.product-section2-container{
    width: 100%;
    padding: 8.125rem 0;
}
.product-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-container-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: 400;
}
.product-section2-container-title{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 2.8125rem;
}
.product-section2-container-body{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.8125rem;
}
.product-section2-container-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-gallery-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section2-gallery-swiper-wrap{
    width: 40rem;
    height: 35rem;
}
.product-section2-gallery-swiper{
    width: 100%;
}
.product-section2-gallery{
    width: 100%;
    height: 35rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-gallery-poster{
    width: 100%;
    height: 35rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-gallery-poster-img{
    width: 32.625rem;
    height: 29.4375rem;
    object-fit: contain;
}
.product-section2-thumb-gallery-swiper-wrap{
    width: 5.125rem;
    height: 35rem;
}
.product-section2-thumb-gallery-swiper{
    width: 100%;
}
.product-section2-thumb-gallery-swiper .swiper-slide{
    width: 5.125rem;
    height: 5.125rem;
}
.product-section2-thumb-gallery{
    width: 5rem;
    height: 5rem;
    border: #d3d3d3 solid 0.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-section2-thumb-gallery-poster{
    width: 5rem;
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-thumb-gallery-poster-img{
    width: 4.875rem;
    height: 4.875rem;
    object-fit: contain;
}
.product-section2-container-right{
    width: calc(50% - 7.1875rem);
    padding-left: 7.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-model-list{
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: #d3d3d3 solid 0.0625rem;
}
.product-section2-model{
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.7;
}
.product-section2-model span{
    font-size: 1.5625rem;
    font-weight: bold;
}
.product-section2-features{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-features-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
    font-weight: bold;
}
.product-section2-features-description{
    width: 100%;
    padding-top: 2.1875rem;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75;
}
.product-section2-actions{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-action{
    width: max-content;
    padding: 0 1.875rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #f47f00;
}
.product-section2-action-title{
    font-size: 1.25rem;
    color: #FFFFFF;
    padding-right: 0.9375rem;
}
.product-section2-action-icon{
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-action-icon-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.product-section2-action:hover{
    opacity: 0.7;
}

/* 区块3 */
.product-section3-container{
    width: 100%;
    padding: 8.125rem 0;
    background-color: #f5f5f5;
}
.product-section3-container-header{
    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.5rem;
}
.product-section3-desc-swiper-wrap{
    width: 100%;
    padding-top: 2.375rem;
}
.product-section3-desc-wrap{
    width: 100%;
    height: 36.75rem;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section3-desc-left{
    width: 72.75rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section3-desc-poster{
    width: 100%;
    height: 36.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section3-desc-poster-img{
    width: 100%;
    height: 36.75rem;
    object-fit: cover;
}
.product-section3-desc-right{
    width: 42.125rem;
    height: 36.75rem;
    position: absolute;
    right: 0;
    top: 0;
}
.product-section3-desc-info{
    width: calc(100% - 9.375rem);
    height: calc(36.75rem - 10rem);
    padding: 5rem 4.6875rem;
    background-color: #FFFFFF;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.product-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
}
.product-section3-desc-description{
    width: 100%;
    padding-top: 3.125rem;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75;
}

/* 区块4 */
.product-section4-container{
    width: 100%;
    padding: 8.125rem 0;
}
.product-section4-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section4-container-header-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section4-container-header-title{
    text-align: left;
    font-size: 2.5rem;
}
.product-section4-container-header-right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.product-section4-container-model-switch{
    width: max-content;
    max-width: 37.5rem;
    display: block;
    border: none;
    outline: none;
    appearance: none;
    background: url('/wp-content/themes/fbe/assets/icons/common/select_down.png') no-repeat right center;
    height: 2.8125rem;
    min-height: 2.8125rem;
    border-bottom: #e6e6e6 solid 0.0625rem;
    padding-right: 2.8125rem;
    font-size: 1.25rem;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-section4-container-model-switch::placeholder{
    display: none;
}
.product-section4-container-body{
    width: 100%;
    padding-top: 6.25rem;
    overflow-x: auto;
}
.product-section4-container-table-wrap{
    width: max-content;
    min-width: 100%;
}
.product-section4-container-table-wrap table{
    width: max-content;
    min-width: 100%;
}
.product-section4-container-table-wrap tr{
    display: flex;
    padding: 1.25rem 0;
    border-bottom: #dedede solid 0.0625rem;
}
.product-section4-container-table-wrap td, .product-section4-container-table-wrap th{
    flex: 1;
    min-width: calc(17.5rem - 1.25rem);
    padding-right: 1.25rem;
    text-align: left;
    font-size: 1.25rem;
    color: #969696;
}
.product-section4-container-table-wrap th, .product-section4-container-table-wrap tr:first-of-type td{
    color: #000000;
    font-weight: bold;
}
.product-section4-container-table-wrap img{
    width: 100%;
}

/* 区块5 */
.product-section5-container{
    width: 100%;
    padding-bottom: 10.9375rem;
}
.product-section5-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section5-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
}
.product-section5-product-list{
    width: 100%;
    padding-top: 4.375rem;
}
.products-section5-product-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}
.products-section5-product-group:last-of-type{
    margin-bottom: 0;
}
.products-section5-product{
    width: calc(100% / 3 - 0.5rem - 6.25rem);
    height: calc(29.8125rem - 6.25rem);
    padding: 3.125rem 3.125rem;
    margin-right: 0.75rem;
    border-radius: 1.25rem;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.products-section5-product:last-of-type{
    margin-right: 0;
}
.products-section5-product-poster{
    width: 100%;
    height: 16.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.products-section5-product-poster-img{
    width: 100%;
    height: 16.625rem;
    object-fit: contain;
}
.products-section5-product-title{
    width: 100%;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
    padding-top: 2.5rem;
    color: #000000;
}
.products-section5-product:hover .products-section5-product-title{
    color: #f08200;
}