/* 区块1 */
.product-section1-container{
    width: 100%;
    padding-top: 16.875rem;
}
.product-section1-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-section1-container-left{
    width: 42.25rem;
}
.product-section1-desc-swiper-wrap{
    width: 100%;
}
.product-section1-desc-swiper{
    width: 100%;
}
.product-section1-desc{
    width: 100%;
    height: 42.25rem;
    position: relative;
}
.product-section1-desc-poster{
    width: 100%;
    height: 42.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-desc-poster-img{
    width: 100%;
    height: 42.25rem;
    object-fit: cover;
}
.product-section1-desc-info{
    width: calc(100% - 4.375rem);
    height: calc(42.25rem - 4.375rem);
    padding: 2.1875rem 2.1875rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.product-section1-desc-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-section1-desc-action{
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    background: var(--btn-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-section1-desc-action-icon{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.product-section1-thumb-desc-swiper-wrap{
    width: 100%;
    padding-top: 1.25rem;
}
.product-section1-thumb-desc-swiper{
    width: 100%;
}
.product-section1-thumb-desc-swiper .swiper-slide{
    width: 6.375rem;
    padding-bottom: 5.375rem;
}
.product-section1-thumb-desc-swiper .swiper-button-prev,
.product-section1-thumb-desc-swiper .swiper-button-next{
    width: 5.625rem;
    height: 3rem;
    border-radius: 1.25rem;
    background: var(--primary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
}
.product-section1-thumb-desc-swiper .swiper-button-prev:after,
.product-section1-thumb-desc-swiper .swiper-button-next:after{
    display: none;
}
.product-section1-thumb-desc-swiper .swiper-button-prev{
    justify-content: flex-start;
    top: unset;
    left: unset;
    right: 6.25rem;
    bottom: 0;
}
.product-section1-thumb-desc-swiper .swiper-button-next{
    justify-content: flex-end;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
}
.product-section1-thumb-desc-swiper .swiper-button-icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-thumb-desc-swiper .swiper-button-icon-img{
    width: 1.0625rem;
    height: 1.0625rem;
    object-fit: contain;
}
.product-section1-thumb-desc-swiper .swiper-button-icon-img:last-of-type{
    display: none;
}
.product-section1-thumb-desc-swiper .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.product-section1-thumb-desc-swiper .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.product-section1-thumb-desc-swiper .swiper-button-disabled{
    background: #eaeaea;
    opacity: 1;
}
.product-section1-thumb-desc{
    width: 6.25rem;
    height: 6.25rem;
    border: #a1a1a1 solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-thumb-desc-poster{
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section1-thumb-desc-poster-img{
    width: 6.25rem;
    height: 6.25rem;
    object-fit: contain;
}
.product-section1-container-right{
    flex: 1;
    padding-left: 5.625rem;
}
.product-section1-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-info-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-title{
    width: 100%;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
}
.product-section1-introduce{
    width: 100%;
    padding-top: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section1-introduce-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
}
.product-section1-introduce-description{
    width: 100%;
    padding: 1.5625rem 0;
    text-align: left;
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 400;
}
.product-section1-introduce-description + .product-section1-introduce-description{
    border-top: #cecece solid 1px;
}
.product-section1-actions{
    width: 100%;
    padding-top: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.product-section1-action{
    width: 11.75rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem;
    text-align: center;
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    background: var(--btn-bg);
}
.product-section1-action:hover{
    opacity: 0.8;
}

/* 区块2 */
.product-section2-container{
    width: 100%;
    padding-top: 7.8125rem;
}
.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.5rem;
    font-weight: bold;
}
.product-section2-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.product-section2-desc-swiper-wrap{
    width: 100%;
}
.product-section2-desc-swiper{
    width: 100%;
}
.product-section2-desc-swiper .swiper-slide{
    width: 27rem;
    padding-bottom: 5.375rem;
}
.product-section2-desc-swiper .swiper-button-prev,
.product-section2-desc-swiper .swiper-button-next{
    width: 5.625rem;
    height: 3rem;
    border-radius: 1.25rem;
    background: var(--primary-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    user-select: none;
}
.product-section2-desc-swiper .swiper-button-prev:after,
.product-section2-desc-swiper .swiper-button-next:after{
    display: none;
}
.product-section2-desc-swiper .swiper-button-prev{
    justify-content: flex-start;
    top: unset;
    left: unset;
    right: calc((100vw - var(--section-width)) / 2 + 5.625rem + 0.625rem);
    bottom: 0;
}
.product-section2-desc-swiper .swiper-button-next{
    justify-content: flex-end;
    top: unset;
    left: unset;
    right: calc((100vw - var(--section-width)) / 2);
    bottom: 0;
}
.product-section2-desc-swiper .swiper-button-icon{
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section2-desc-swiper .swiper-button-icon-img{
    width: 1.0625rem;
    height: 1.0625rem;
    object-fit: contain;
}
.product-section2-desc-swiper .swiper-button-icon-img:last-of-type{
    display: none;
}
.product-section2-desc-swiper .swiper-button-disabled .swiper-button-icon-img:last-of-type{
    display: block;
}
.product-section2-desc-swiper .swiper-button-disabled .swiper-button-icon-img:first-of-type{
    display: none;
}
.product-section2-desc-swiper .swiper-button-disabled{
    background: #eaeaea;
    opacity: 1;
}
.product-section2-desc{
    width: calc(100% - 6.25rem);
    height: calc(28.5rem - 6.25rem);
    padding: 3.125rem;
    background: #f3f3f3;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section2-desc-title{
    width: 100%;
    height: 9.0625rem;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-section2-desc-description{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 区块3 */
.product-section3-container{
    width: 100%;
    padding-top: 10rem;
}
.product-section3-container-header{
    width: 100%;
    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;
    font-weight: bold;
}
.product-section3-container-header-description{
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 400;
}
.product-section3-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.product-section3-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
}
.product-section3-desc{
    width: 100%;
    padding: 1.75rem 0;
    border-top: #cecece solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section3-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-section3-desc-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 400;
}
.product-section3-poster{
    width: 100%;
    margin-top: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section3-poster-img{
    width: 100%;
    object-fit: contain;
}

/* 区块4 */
.product-section4-container{
    width: 100%;
    padding: 9.375rem 0;
}
.product-section4-container-header{
    width: 100%;
    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: bold;
}
.product-section4-container-body{
    width: 100%;
    padding-top: 2.5rem;
}
.product-section4-table-wrap{
    width: 100%;
    overflow-x: auto;
}
.product-section4-table-wrap table{
    width: 100%;
    border-collapse: collapse;
}
.product-section4-table-wrap td{
    padding: 0.625rem;
    text-align: center;
}
.product-section4-table-wrap th{
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: bold;
}

/* 区块5 */
.product-section5-container{
    width: 100%;
    padding: 10rem 0;
    background: #f3f3f3;
}
.product-section5-container-body{
    width: 100%;
}
.product-section5-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 6.25rem;
    grid-row-gap: 3.125rem;
}
.product-section5-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section5-desc-title{
    width: 100%;
    height: 10.9375rem;
    text-align: left;
    font-size: 2.0625rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: #b0b0b0 solid 1px;
}
.product-section5-desc-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 400;
}

/* 区块6 */
.product-section6-container{
    width: 100%;
    padding-top: 6.25rem;
}
.product-section6-container-header{
    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.5rem;
    font-weight: bold;
}
.product-section6-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.product-section6-desc-swiper-wrap{
    width: 100%;
}
.product-section6-desc-swiper{
    width: 100%;
}
.product-section6-desc-swiper .swiper-slide{
    width: 38.875rem;
}
.product-section6-desc{
    width: calc(100% - 5.75rem);
    height: calc(29.25rem - 5.75rem);
    padding: 2.8125rem;
    border: #d2d2d2 solid 1px;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-section6-desc-icon{
    width: 3.375rem;
    height: 3.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-section6-desc-icon-img{
    width: 3.375rem;
    height: 3.375rem;
    object-fit: contain;
}
.product-section6-desc-title{
    width: 100%;
    padding-top: 2.8125rem;
    text-align: left;
    font-size: 1.625rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-section6-desc-description{
    width: 100%;
    padding-top: 2.5rem;
    text-align: left;
    font-size: 1rem;
    color: #a1a1a1;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}