/* 分页 */
.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{
    width: 2.375rem;
    height: 2.375rem;
    border: #999999 solid 1px;
    border-radius: 1.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.3125rem;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
.custom-pagination .prev:hover, .custom-pagination .next:hover{
    background: #2f318b;
    color: #ffffff;
    border: #2f318b solid 1px;
}
.custom-pagination .page{
    width: 2.375rem;
    height: 2.375rem;
    border: #999999 solid 1px;
    border-radius: 1.1875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.3125rem;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
.custom-pagination .page:hover, .custom-pagination .active{
    background: #2f318b;
    color: #ffffff;
    border: #2f318b solid 1px;
}

/* 视频播放弹窗 */
.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: #2f318b;
    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;
}

/* 底部通用区块分组 */
.footer-common-section-container{
    width: 100%;
    background-size: 100% auto;
    background-image: url("/wp-content/themes/ufly/assets/images/common/index_section8_group_bg.png");
    background-repeat: no-repeat;
    background-position: left 9.375rem;
}

/* 底部通用区块-推荐项目 */
.recommend-projects-container{
    width: 100%;
    padding-top: 8.75rem;
    padding-bottom: 5.3125rem;
}
.recommend-projects-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.recommend-projects-container-header-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.recommend-projects-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.recommend-projects-container-header-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.recommend-projects-container-header-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.recommend-projects-container-header-action{
    padding: 0 1.5625rem;
    height: 3.75rem;
    line-height: 3.75rem;
    border-radius: 1.875rem;
    background: #2f318b;
    color: #ffffff;
    font-size: 1.125rem;
    text-decoration: none;
}
.recommend-projects-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.recommend-projects-desc-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
}
.recommend-projects-desc{
    width: 100%;
    color: #000000;
    text-decoration: none;
    padding-bottom: 2.4375rem;
    border-bottom: #e9e9e9 solid 0.125rem;
}
.recommend-projects-desc-poster{
    width: 100%;
    height: 17.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}
.recommend-projects-desc-poster-img{
    width: 100%;
    height: 17.5rem;
    object-fit: cover;
}
.recommend-projects-desc-info{
    width: 100%;
    padding-top: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.recommend-projects-desc-title{
    width: 100%;
    text-align: left;
    font-size: 1.5625rem;
}
.recommend-projects-desc-date{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 0.875rem;
    color: #7d7d7d;
}

/* 底部通用区块-常见问题 */
.common-faq-container{
    width: 100%;
    padding-top: 5.3125rem;
    padding-bottom: 10.625rem;
}
.common-faq-container-header{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.common-faq-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 2.8125rem;
}
.common-faq-container-header-category-list{
    width: calc(100% - 5rem);
    padding: 0 2.5rem;
    height: 4.125rem;
    background: #2f318b;
    border-radius: 1.25rem;
    overflow-x: auto;
    margin-top: 1.25rem;
}
.common-faq-container-header-category-list-wrap{
    width: max-content;
    height: 4.125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.common-faq-container-header-category{
    font-size: 1.125rem;
    color: #ffffff;
    margin-right: 2.8125rem;
    cursor: pointer;
}
.common-faq-container-header-category:hover, .common-faq-container-header-category-active{
    border-bottom: #ffffff solid 1px;
}
.common-faq-container-body{
    width: 100%;
    padding-top: 4.375rem;
}
.common-faq-question-category{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.common-faq-question-category-left{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.common-faq-question-category-title{
    width: 100%;
    text-align: left;
    font-size: 2.1875rem;
}
.common-faq-question-category-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.common-faq-question-list{
    width: 100%;
}
.common-faq-question{
    width: 100%;
    border-bottom: #727272 solid 1px;
}
.common-faq-question:first-of-type{
    border-top: #727272 solid 1px;
}
.common-faq-question-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 0;
    user-select: none;
    cursor: pointer;
}
.common-faq-question-header-btn{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.common-faq-question-header-btn-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.common-faq-question-header-btn-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}
.common-faq-question-header-btn-icon-img:last-of-type{
    display: none;
}
.common-faq-question-open .common-faq-question-header-btn-icon-img:first-of-type{
    display: none;
}
.common-faq-question-open .common-faq-question-header-btn-icon-img:last-of-type{
    display: block;
}
.common-faq-question-header-title{
    flex: 1;
    padding-right: 3.75rem;
    text-align: left;
    font-size: 1.5625rem;
}
.common-faq-question-answer{
    width: 100%;
    display: none;
    padding-bottom: 1.25rem;
    text-align: left;
    font-size: 1rem;
    color: #717171;
}
.common-faq-question-open .common-faq-question-answer{
    display: block;
}

/* 客户评价 */
.customer-reviews-container{
    width: 100%;
    padding: 8.125rem 0;
    background: #fafafa;
}
.customer-reviews-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customer-reviews-container-header-sub-title{
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
}
.customer-reviews-container-header-title{
    width: 100%;
    padding-top: 1.875rem;
    text-align: left;
    font-size: 2.875rem;
}
.customer-reviews-container-body{
    width: 100%;
    padding-top: 6.25rem;
}
.customer-reviews-desc-swiper-wrap{
    width: 100%;
}
.customer-reviews-desc-swiper{
    width: 100%;
}
.customer-reviews-desc-swiper .swiper-slide{
    width: 43.75rem;
}
.customer-reviews-desc{
    width: calc(100% - 5.625rem);
    height: calc(28rem - 8.5rem);
    padding: 4.25rem 2.8125rem;
    background: #ffffff;
    border-radius: 1.25rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.customer-reviews-desc-poster{
    width: 13.125rem;
    height: 19.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customer-reviews-desc-poster-img{
    width: 13.125rem;
    height: 19.375rem;
    object-fit: contain;
}
.customer-reviews-desc-info{
    flex: 1;
    padding-left: 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customer-reviews-desc-customer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.customer-reviews-desc-customer-avatar{
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 2.0625rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customer-reviews-desc-customer-avatar-img{
    width: 4.125rem;
    height: 4.125rem;
    object-fit: cover;
}
.customer-reviews-desc-customer-info{
    flex: 1;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customer-reviews-desc-customer-nickname{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.customer-reviews-desc-customer-jobs{
    width: 100%;
    text-align: left;
    padding-top: 0.625rem;
    font-size: 0.875rem;
    color: #aeaeae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.customer-reviews-desc-description{
    width: 100%;
    padding-top: 1.25rem;
    text-align: left;
    font-size: 1rem;
    color: #717171;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}