/* 分页 */
.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: #87272a;
    color: #ffffff;
    border: #87272a 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: #87272a;
    color: #ffffff;
    border: #87272a solid 1px;
}

/* 产品目录下载 */
.product-catalog-container{
    width: 100%;
    padding: 7.1875rem 0;
    background: #fbf8f5;
}
.product-catalog-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-catalog-container-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-container-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.product-catalog-container-actions{
    width: 100%;
    padding-top: 2.8125rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.product-catalog-container-action{
    padding: 0 1.875rem;
    height: 4.125rem;
    line-height: 4.125rem;
    min-width: 16rem;
    border-radius: 2.0625rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #beb5ae;
    font-size: 1.0625rem;
}
.product-catalog-container-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.product-catalog-poster{
    width: 36.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-catalog-poster-img{
    width: 100%;
    object-fit: contain;
}

/* 客户评价 */
.customer-feedback-container{
    width: 100%;
    padding-bottom: 8.4375rem;
    background: #fbf8f5;
}
.customer-feedback-container-header{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.customer-feedback-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 3.3125rem;
}
.customer-feedback-container-body{
    width: 100%;
    padding-top: 3.75rem;
}
.customer-feedback-desc-swiper-wrap{
    width: 100%;
}
.customer-feedback-desc-swiper{
    width: 100%;
}
.customer-feedback-desc-swiper .swiper-slide{
    width: 24.375rem;
    height: 37.0625rem;
}
.customer-feedback-desc-swiper .swiper-pagination{
    width: 20.375rem;
    height: 0.125rem;
    background: #beb5ae;
    left: calc(50% - 10.1875rem);
    bottom: 0;
    top: unset;
}
.customer-feedback-desc-swiper .swiper-pagination-progressbar-fill{
    background: #e8e8e8;
}
.customer-feedback-desc{
    width: 100%;
    height: 32.0625rem;
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
    background: #ffffff;
}
.customer-feedback-desc-poster{
    width: 100%;
    height: 32.0625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}
.customer-feedback-desc:hover .customer-feedback-desc-poster{
    visibility: visible;
}
.customer-feedback-desc-poster-img{
    width: 100%;
    height: 32.0625rem;
    object-fit: cover;
}
.customer-feedback-desc-info{
    width: calc(100% - 4.75rem);
    height: calc(32.0625rem - 3.75rem);
    padding: 1.875rem 2.375rem;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.customer-feedback-desc-message{
    width: 100%;
}
.customer-feedback-desc-message-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.customer-feedback-desc-message-dot{
    font-size: 2.5rem;
    color: #ff5710;
}
.customer-feedback-desc-message-avatar{
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 1.6875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customer-feedback-desc:hover .customer-feedback-desc-message-avatar{
    visibility: hidden;
}
.customer-feedback-desc-message-avatar-img{
    width: 3.375rem;
    height: 3.375rem;
    object-fit: cover;
}
.customer-feedback-desc-message-footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.customer-feedback-desc-message-content{
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.customer-feedback-desc-footer{
    width: 100%;
    border-top: #c9c9c9 solid 1px;
    padding-top: 1.5625rem;
}
.customer-feedback-desc-footer-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.customer-feedback-desc-nickname{
    flex: 1;
    padding-right: 1.25rem;
    text-align: left;
    font-size: 1.5rem;
}
.customer-feedback-desc-contact-btn{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.customer-feedback-desc-contact-btn-icon{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.customer-feedback-desc-jobs{
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    padding-top: 0.625rem;
}

/* 项目联系卡片 */
.project-contact-card-container{
    width: 100%;
    padding: 16.5625rem 0;
    background-color: #fbf8f5;
    background-image: url("/wp-content/themes/george/assets/images/common/about_section8_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-contact-card-container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project-contact-card-container-title{
    width: 100%;
    text-align: center;
    font-size: 3.3125rem;
}
.project-contact-card-container-actions{
    width: 100%;
    padding-top: 4.375rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.project-contact-card-container-action{
    padding: 0 2.1875rem;
    width: max-content;
    min-width: 11.625rem;
    height: 3.875rem;
    border-radius: 2.0625rem;
    text-align: center;
    line-height: 3.875rem;
    font-size: 1.25rem;
    border: #beb5ae solid 0.125rem;
    color: #beb5ae;
    text-decoration: none;
    margin-right: 1.875rem;
}
.project-contact-card-container-action-primary{
    background: #25d366;
    border: #25d366 solid 0.125rem;
    color: #ffffff;
}
.project-contact-card-container-action:last-of-type{
    margin-right: 0;
}