/* 分页 */
.custom-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
    padding: 2.5rem 0;
}
.custom-pagination .prev, .custom-pagination .next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.625rem;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    font-size: 1.25rem;
    font-family: var(--font-heading), "sans-serif";
}
.custom-pagination .prev:hover, .custom-pagination .next:hover {
    color: #21395b;
}
.custom-pagination .page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.625rem;
    cursor: pointer;
    text-decoration: none;
    color: #bcbcbc;
    font-family: var(--font-heading), "sans-serif";
    font-size: 1.25rem;
}
.custom-pagination .page:hover, .custom-pagination .active {
    color: #000000;
}

/* 视频播放弹窗 */
.video-dialog-container {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-dialog-body {
    width: calc(50vw - 2.5rem);
    padding: 1.25rem;
    background: #ffffff;
    border-radius: 1.25rem;
    overflow: hidden;
}
.video-dialog-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.video-dialog-header-close-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #6fa032;
    cursor: pointer;
}
.video-dialog-header-close-btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.video-dialog-header-close-btn-icon-img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.video-dialog-content {
    width: 100%;
    padding-top: 1.25rem;
}
.video-dialog-video {
    width: 100%;
    max-height: 60vh;
    object-fit: contain;
}

/* 自定义轮播导航 */
.custom-swiper-btn{
    width: 3rem;
    height: 3rem;
    border-radius: 1.5625rem;
    background: #6fa032;
    border: #6fa032 solid 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.custom-swiper-btn:after{
    display: none;
}
.custom-swiper-btn.swiper-button-disabled{
    opacity: 1;
    background: rgba(255,255,255,0.1);
    border: rgba(255,255,255,0.1) solid 1px;
}
.custom-swiper-btn-icon{
    width: 1.5625rem;
    height: 1.5625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.custom-swiper-btn-icon-img{
    width: 1.5625rem;
    height: 1.5625rem;
    object-fit: contain;
}
.custom-swiper-btn-white.swiper-button-disabled{
    background: #FFFFFF;
    opacity: 1;
    border: #d8d8d8 solid 1px;
}
.custom-swiper-btn-white .custom-swiper-btn-icon-img:last-of-type{
    display: none;
}
.custom-swiper-btn-white.swiper-button-disabled .custom-swiper-btn-icon-img:last-of-type{
    display: block;
}
.custom-swiper-btn-white.swiper-button-disabled .custom-swiper-btn-icon-img:first-of-type{
    display: none;
}

/* 询盘卡片 */
.enquiry-card-container{
    width: 100%;
    height: 46.25rem;
    position: relative;
}
.enquiry-card-container-bg{
    width: 100%;
    height: 46.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.enquiry-card-container-bg-img{
    width: 100%;
    height: 46.25rem;
    object-fit: cover;
}
.enquiry-card-container-content{
    width: 100%;
    height: 46.25rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.enquiry-card-container-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.enquiry-card-container-sub-title{
    width: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFFFFF;
}
.enquiry-card-container-title{
    width: 100%;
    padding-top: 0.9375rem;
    text-align: center;
    font-size: 3.3125rem;
    font-weight: bold;
    color: #FFFFFF;
}
.enquiry-card-container-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: center;
    font-size: 1rem;
    color: #FFFFFF;
}
.enquiry-card-container-actions{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.enquiry-card-container-action{
    width: 11.625rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 1.75rem;
    text-decoration: none;
    font-size: 1.0625rem;
    color: #FFFFFF;
    background: #6fa032;
}
.enquiry-card-container-action:hover{
    background: #FFFFFF;
    color: #6fa032;
}

/* 通知条 */
.notice-bar-container{
    width: 100%;
    height: 3.3125rem;
    background: #6fa032;
}
.notice-bar-title{
    width: 100%;
    text-align: right;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 400;
    height: 3.3125rem;
    line-height: 3.3125rem;
}

/* 常见问题 */
.help-qa-container{
    width: 100%;
    padding: 8.125rem 0;
}
.help-qa-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.help-qa-container-left{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.help-qa-container-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
}
.help-qa-container-description{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 1.3125rem;
}
.help-qa-container-actions{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.help-qa-container-action{
    width: 11.625rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem;
    text-align: center;
    font-size: 1.0625rem;
    color: #FFFFFF;
    text-decoration: none;
    background: #6fa032;
    margin-right: 0.625rem;
}
.help-qa-container-action:last-of-type{
    margin-right: 0;
}
.help-qa-container-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.help-qa-qa-list{
    width: 100%;
}
.help-qa-qa{
    width: 100%;
    border-bottom: #cbcbcb solid 1px;
    cursor: pointer;
}
.help-qa-qa-header{
    width: 100%;
    padding: 1.875rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.help-qa-qa-title{
    flex: 1;
    padding-right: 1.25rem;
    text-align: left;
    font-size: 1.3125rem;
}
.help-qa-qa-header-btn{
    width: 1.875rem;
    height: 1.25rem;
}
.help-qa-qa-header-btn-icon{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.help-qa-qa-header-btn-icon-img{
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}
.help-qa-qa-header-btn-icon-img:last-of-type{
    display: none;
}
.help-qa-qa.open .help-qa-qa-header-btn-icon-img:last-of-type{
    display: block;
}
.help-qa-qa.open .help-qa-qa-header-btn-icon-img:first-of-type{
    display: none;
}
.help-qa-qa-answer{
    width: 100%;
    padding-bottom: 1.875rem;
    text-align: left;
    font-size: 1rem;
    color: #838383;
    display: none;
}
.help-qa-qa.open .help-qa-qa-answer{
    display: block;
}

/* 合作伙伴 */
.our-partners-container{
    width: 100%;
    padding: 10.3125rem 0;
}
.our-partners-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.our-partners-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
    font-weight: bold;
}
.our-partners-container-header-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: center;
    font-size: 1.3125rem;
}
.our-partners-container-body{
    width: 100%;
    padding-top: 8.125rem;
}
.our-partners-desc-swiper-wrap{
    width: 100%;
    padding-bottom: 6.25rem;
}
.our-partners-desc-swiper{
    width: 100%;
}
.our-partners-desc-swiper .swiper-slide{
    width: 7.5rem;
    height: 4.375rem;
}
.our-partners-desc{
    width: 7.5rem;
    height: 4.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-partners-desc-poster{
    width: 7.5rem;
    height: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.our-partners-desc-poster-img{
    width: 7.5rem;
    height: 4.375rem;
    object-fit: contain;
}
.our-partners-desc2-swiper-wrap{
    width: 100%;
    position: relative;
}
.our-partners-desc2-swiper-wrap .swiper-button-prev{
    left: calc((100% - var(--section-width)) / 2 - 3.125rem - 2.375rem);
}
.our-partners-desc2-swiper-wrap .swiper-button-next{
    right: calc((100% - var(--section-width)) / 2 - 3.125rem - 2.375rem);
}
.our-partners-desc2-swiper{
    width: 100%;
}
.our-partners-desc2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 32.5rem;
    user-select: none;
}
.our-partners-desc2-info{
    width: calc(50% - 0.625rem - 5rem);
    height: calc(32.5rem - 6.25rem);
    padding: 3.125rem 2.5rem;
    background-color: #f6f6f6;
    background-image: url("/wp-content/themes/powerpackaging/assets/images/common/index_section6_desc2_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.our-partners-desc2-customer{
    width: 100%;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.our-partners-desc2-customer-avatar{
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 3.75rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.our-partners-desc2-customer-avatar-img{
    width: 7.5rem;
    height: 7.5rem;
    object-fit: cover;
}
.our-partners-desc2-customer-nickname{
    width: 100%;
    padding-top: 1.5625rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.our-partners-desc2-reviews{
    width: 100%;
    padding-top: 1.875rem;
    text-align: center;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-partners-desc2-poster{
    width: calc(50% - 0.625rem);
    height: 32.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.our-partners-desc2-poster-img{
    width: 100%;
    height: 15.625rem;
    border-radius: 1.25rem;
    overflow: hidden;
    object-fit: cover;
}

/* Built Shared */
/* 区块5 */
.built-shared-container{
    width: 100%;
    padding-bottom: 9.375rem;
}
.built-shared-card{
    width: 100%;
    height: 44.75rem;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.built-shared-card-poster{
    width: 50%;
    height: 44.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.built-shared-card-poster-img{
    width: 100%;
    height: 44.75rem;
    object-fit: cover;
}
.built-shared-card-info{
    width: calc(50% - 5rem - 10rem);
    height: calc(44.75rem - 10rem);
    padding: 5rem 10rem 5rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #e4e5e9;
}
.built-shared-card-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
}
.built-shared-card-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
    font-weight: bold;
    padding-top: 0.625rem;
}
.built-shared-card-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    color: #838383;
}
.built-shared-card-actions{
    width: 100%;
    padding-top: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.built-shared-card-action{
    width: 11.625rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 1.75rem;
    text-align: center;
    font-size: 1.0625rem;
    color: #000000;
    text-decoration: none;
    background: #FFFFFF;
    margin-right: 0.625rem;
}
.built-shared-card-action:last-of-type{
    margin-right: 0;
}
.built-shared-card-action.primary{
    background: #6fa032;
    color: #ffffff;
}

/* 合作伙伴2 */
/* 区块2 */
.our-partners2-container{
    width: 100%;
    padding: 6.25rem 0;
    border-top: #eeeeee solid 1px;
}
.our-partners2-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.our-partners2-container-header-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
    font-weight: bold;
}
.our-partners2-container-header-description{
    width: 100%;
    text-align: center;
    padding-top: 1.875rem;
    font-size: 1.3125rem;
}
.our-partners2-container-body{
    width: 100%;
    padding-top: 8.125rem;
}
.our-partners2-partner-swiper-wrap{
    width: 100%;
    padding-bottom: 6.25rem;
}
.our-partners2-partner-swiper{
    width: 100%;
}
.our-partners2-partner-swiper .swiper-slide{
    width: 7.5rem;
    height: 4.375rem;
}
.our-partners2-partner{
    width: 7.5rem;
    height: 4.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-partners2-partner-poster{
    width: 7.5rem;
    height: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.our-partners2-partner-poster-img{
    width: 7.5rem;
    height: 4.375rem;
    object-fit: contain;
}
.our-partners2-desc-danmu{
    width: 100%;
    padding-top: 3.125rem;
}
.our-partners2-desc-danmu-row{
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0.875rem;
}
.our-partners2-desc-danmu-row-inner{
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@keyframes site-foot-marquee-slide {
    0% {
        transform: translateX(-0%)
    }

    100% {
        transform: translateX(-100%)
    }
}
@keyframes site-foot-marquee-slide-reverse {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0%)
    }
}
.our-partners2-desc-danmu-row .our-partners2-desc-danmu-row-inner{
    animation: site-foot-marquee-slide 40s linear infinite;
}
.our-partners2-desc-danmu-row.reverse .our-partners2-desc-danmu-row-inner{
    animation: site-foot-marquee-slide-reverse 40s linear infinite;
}
.our-partners2-desc-danmu-word{
    width: max-content;
    padding: 0 0.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-partners2-desc-danmu-word-poster{
    width: 20.625rem;
    height: 20.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.our-partners2-desc-danmu-word-poster-img{
    width: 20.625rem;
    height: 20.625rem;
    object-fit: cover;
}

/* 浮动联系按钮 */
.fixed-contact-btn{
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1.625rem;
    background: #6fa032;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 3.125rem;
    bottom: 4.0625rem;
    z-index: 97;
}
.fixed-contact-btn-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fixed-contact-btn-icon-img{
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}