/* 区块1 */
.insight-section1-container{
    width: 100%;
    margin-top: 8.125rem;
    padding: 6.25rem 0;
}
.insight-section1-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.insight-section1-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 4.375rem;
}
.insight-section1-container-body{
    width: 100%;
    padding-top: 3.125rem;
}
.insight-section1-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.1875rem;
}
.insight-section1-desc{
    width: 100%;
    height: 29.8125rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
.insight-section1-desc-elem-swiper{
    width: 100%;
}
.insight-section1-desc-elem-swiper .swiper-pagination{
    width: calc(100% - 7.5rem);
    left: 3.75rem;
    top: unset;
    bottom: 4.0625rem;
    text-align: left;
}
.insight-section1-desc-elem-swiper .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
    border-radius: 0;
    background: #eee7df;
    opacity: 1;
}
.insight-section1-desc-elem-swiper .swiper-pagination-bullet-active {
    background: #21395b;
}
.insight-section1-desc-elem{
    width: 100%;
    height: 29.8125rem;
    position: relative;
    display: block;
    text-decoration: none;
    color: #ffffff;
}
.insight-section1-desc-elem-poster{
    width: 100%;
    height: 29.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.insight-section1-desc-elem-poster-img{
    width: 100%;
    height: 29.8125rem;
    object-fit: cover;
}
.insight-section1-desc-elem-info{
    width: calc(100% - 7.5rem);
    height: calc(29.8125rem - 10rem);
    padding: 3.125rem 3.75rem 6.875rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: rgba(0,0,0,0.4);
}
.insight-section1-desc-elem-date{
    width: 100%;
    text-align: left;
    font-size: 0.9375rem;
    color: #ffffff;
}
.insight-section1-desc-elem-title{
    width: 70%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1.875rem;
    color: #ffffff;
}

/* 区块2 */
.insight-section2-container{
    width: 100%;
    padding: 5.625rem 0;
    background-image: url("/wp-content/themes/bellestone/assets/images/index/index_section2and3_bg.png");
    background-position: top center;
    background-size: 100% auto;
}
.insight-section2-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.insight-section2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
}
.insight-section2-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.insight-section2-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 4.375rem;
}
.insight-section2-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: #b7b7b7 solid 1px;
    padding-top: 3.125rem;
    text-decoration: none;
    color: #000000;
}
.insight-section2-desc-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3.125rem;
}
.insight-section2-desc-title {
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.insight-section2-desc-date {
    width: 100%;
    padding-top: 0.625rem;
    text-align: left;
    font-size: 0.9375rem;
}
.insight-section2-desc-poster {
    width: 100%;
    height: 21.5rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.insight-section2-desc-poster-img {
    width: 100%;
    height: 21.5rem;
    object-fit: cover;
}
#product-pagination{
    padding-top: 5.625rem;
}