/* 区块1 */
.products-section1-container{
    width: 100%;
    height: 62.5rem;
}
.products-section1-desc-swiper-wrap{
    width: 100%;
}
.products-section1-desc-swiper{
    width: 100%;
}
.products-section1-desc{
    width: 100%;
    height: 62.5rem;
    position: relative;
}
.products-section1-desc-poster{
    width: 100%;
    height: 62.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.products-section1-desc-poster-img{
    width: 100%;
    height: 62.5rem;
    object-fit: cover;
}
.products-section1-desc-info{
    width: 100%;
    height: calc(62.5rem - 14.375rem);
    padding: 7.1875rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.products-section1-desc-info-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.products-section1-desc-info-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.products-section1-desc-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    color: #ffffff;
}
.products-section1-desc-title span{
    margin: 0 0.625rem;
    width: 1px;
    height: 2.0625rem;
    background: #ffffff;
    display: inline-block;
}
.products-section1-desc-description{
    width: 100%;
    text-align: left;
    padding-top: 1.875rem;
    font-size: 1.5rem;
    color: #ffffff;
}
.products-section1-desc-info-right{
    width: calc(40% - 1.875rem);
    padding-left: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.products-section1-desc-sub-title{
    width: max-content;
    max-width: 100%;
    text-align: right;
    font-size: 3.3125rem;
    color: #ffffff;
}
.products-section1-desc-swiper .swiper-pagination{
    text-align: right;
    width: 98.75rem;
    left: calc((100% - 98.75rem) / 2);
    bottom: 11.875rem;
}
.products-section1-desc-swiper .swiper-pagination-bullet{
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem;
    background: #ffffff;
    border-radius: 0.3125rem;
}
.products-section1-desc-swiper .swiper-pagination-bullet-active{
    background: #beb5ae;
    position: relative;
}
.products-section1-desc-swiper .swiper-pagination-bullet-active:after{
    content: "";
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    border: #beb5ae solid 1px;
    left: -0.3125rem;
    top: -0.3125rem;
    border-radius: 0.625rem;
}

/* 区块2 */
.products-section2-container{
    width: 100%;
    padding: 7.1875rem 0;
}
.products-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.products-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.products-section2-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.products-section2-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
}
.products-section2-desc-group{
    width: 100%;
}
.products-section2-desc{
    width: 100%;
    height: max-content;
    position: relative;
    color: #000000;
    text-decoration: none;
    margin-bottom: 2.5rem;
    display: flex;
}
.products-section2-desc:last-of-type{
    margin-bottom: 0;
}
.products-section2-desc-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.products-section2-desc-poster-img{
    width: 100%;
    object-fit: contain;
}
.products-section2-desc-info{
    width: calc(100% - 5rem);
    height: calc(100% - 6.25rem);
    padding: 3.125rem 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 1.25rem;
    overflow: hidden;
}
.products-section2-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    color: #ffffff;
}
.products-section2-desc-title{
    width: 100%;
    text-align: left;
    padding-top: 0.625rem;
    font-size: 1.8125rem;
    color: #ffffff;
}
.products-section2-desc-actions{
    width: 100%;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.products-section2-desc-action{
    padding: 0 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    background: #beb5ae;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}

/* 区块3 */
.products-section3-container{
    width: 100%;
    padding-bottom: 7.1875rem;
}
.products-section3-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.products-section3-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.products-section3-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.products-section3-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.25rem;
}
.products-section3-desc-group{
    width: 100%;
}
.products-section3-desc{
    width: 100%;
    position: relative;
    margin-bottom: 1.25rem;
}
.products-section3-desc:last-of-type{
    margin-bottom: 0;
}
.products-section3-desc-poster{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.products-section3-desc-poster-img{
    width: 100%;
    object-fit: contain;
}
.products-section3-desc-info{
    width: calc(100% - 4.375rem);
    height: calc(100% - 6.25rem);
    padding: 3.125rem 2.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    border-radius: 1.25rem;
    overflow: hidden;
}
.products-section3-desc-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    color: #ffffff;
}
.products-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.3125rem;
    color: #ffffff;
    padding-top: 0.625rem;
}