/*****************************
 listing
*****************************/
.product-listing-item {
    /*padding: 20px 40px;*/
    /*background-color: rgb(197 215 255 / 40%);*/
    /*backdrop-filter: blur(10px);*/
    /*border-radius: 20px;*/
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);*/
    /*background-position: top;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
}

.banner-info-left {
    padding-left: 50px;
    padding-top: 150px;
    width: 70%;
}

.product-text {
    min-height: 58px;
    margin-bottom: -40px;
    line-height: 22px !important;
}

@media (max-width: 1200px) {
    .banner-info-left {
        padding-left: 20px;
        padding-top: 70px;
    }
}

.listing-top {
    height: 60%;
}

.listing-bottom {
    height: 40%;
}

.listing-bottom .listing-image {
    height: 100%;

}

.listing-bottom .listing-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.listing-bottom .listing-image video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.listing-button {
    position: absolute;
    left: 50%;
    top: 61%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.listing-button button {
    color: #00487D;
    background-color: #B6C9E6;
    padding: 7px 35px;
}

.product-listing-item .listing-image {
    border-radius: 20px;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 700px;
}

.product-listing-item .listing-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-listing-item .listing-image .listing-favourite {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}

.product-listing-item .listing-image .listing-favourite i {
    height: 32px;
    width: 32px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: #858585;
}

.product-listing-item .listing-image .listing-favourite i:hover {
    color: #ff0000;
}

.product-listing-item .listing-image .listing-favourite.listing-like i {
    color: #ff0000;
}

.product-listing-item .listing-image .listing-favourite.listing-like i:hover {
    color: #ff0000;
}

.product-listing-item .listing-details {
    text-align: center;
}

.product-listing-item .listing-details .listing-title h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-listing-item .listing-details .listing-title .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #143562;
}

.product-listing-item .listing-details .listing-title .title:hover {
    color: #14357b;
}

.product-listing-item .listing-details .listing-title .country-flags {
    margin-right: 10px;
}

.product-listing-item .listing-details .listing-rating {
    padding: 12px 0;
    margin-bottom: 20px;
    border-top: 1px solid #000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
}

.product-listing-item .listing-details .listing-rating .rating i {
    font-size: 14px;
}

.product-listing-item .listing-details .listing-rating .price {
    font-size: 22px;
    font-weight: bold;
    color: #091c3a;
}

.product-listing-item .listing-details .listing-rating .price span {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

.product-listing-item .listing-details .listing-loaction {
    color: #858585;
    font-size: 12px;
    padding: 10px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.product-listing-item .listing-details .listing-loaction i {
    font-size: 18px;
    margin-right: 6px;
}

.product-listing-item .listing-details .listing-loaction img {
    font-size: 18px;
}

.product-listing-item .listing-details .listing-loaction:hover {
    color: #14357b;
}

.product-listing-item .listing-details .listing-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.product-listing-item .listing-details .listing-info img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41px;
    flex: 0 0 41px;
    width: 41px;
    height: 41px;
    margin-right: 10px;
    border-radius: 50%;
}

.product-listing-item .listing-details .listing-info p {
    font-size: 17px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000000;
}

.product-listing-item:hover .listing-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-listing-item.product-listing-item-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color: inherit;
}

.product-listing-item.product-listing-item-2 .listing-image {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 5px;
}

.product-listing-item.product-listing-item-2 .listing-details {
    padding: 25px 30px;
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    border-radius: 5px;
    width: 65%;
    left: 35%;
}

.product-listing-item.product-listing-item-2 .listing-details .price {
    font-size: 22px;
    font-weight: bold;
    color: #091c3a;
    padding-top: 0px;
}

.product-listing-item.product-listing-item-2 .listing-details .price span {
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

.product-listing-item.product-listing-item-2 .listing-details .listing-title .title {
    font-size: 26px;
    font-weight: 600;
}

.product-listing-item.product-listing-item-2 .listing-details .listing-loaction {
    padding: 20px 0 20px;
}

.product-listing-item.product-listing-item-2 .listing-details .listing-rating {
    padding: 10px 0;
}

.product-listing-item.product-listing-item-2 .listing-details .listing-info {
    padding: 20px 0 30px;
}

.product-listing-item.product-listing-item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.product-listing-item.product-listing-item-3 .listing-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 120px;
    width: 120px;
    border-radius: 6px;
}

.product-listing-item.product-listing-item-3 .listing-image img {
    border-radius: 6px;
}

.product-listing-item.product-listing-item-3 .listing-details {
    padding: 10px 0px 10px 15px;
    width: 60%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.product-listing-item.product-listing-item-3 .listing-details .listing-rating {
    padding: 10px 0 0;
    border-bottom: inherit;
}

.product-listing-item.product-listing-item-3 .listing-details .listing-rating .price {
    font-size: 14px;
}

.product-listing-item.product-listing-item-3 .listing-details .listing-rating .price span {
    font-size: 14px;
}

.product-listing-item.product-listing-item-3 .listing-details .listing-rating .rating span {
    font-size: 14px;
}

.product-listing-item.product-listing-item-3 .listing-details .listing-title .title {
    font-size: 18px;
}

.product-listing-item.product-listing-item-3 .listing-loaction {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    display: inline-block;
    max-width: 100%;
}

.owl-carousel .product-listing-item {
    margin-bottom: 20px;
}

.masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.masonry .masonry-item {
    vertical-align: top;
}

.testimonial_area_four {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testimonial_area_four .two-item {
    margin-left: 50px;
}

.testimonial_area_four.black:before {
    display: none;
}

.testimonial_area_four.black .testimonial_slider_one .item p {
    color: #fff;
}

.testimonial_area_four.black .testimonial_slider_one .item .client_info h5 {
    color: #fff;
}

.testimonial_area_four.black .testimonial_slider_one .item .client_info h6 {
    color: #979797;
}

.testimonial_area_four.black .testimonial_slider_one .item .quote_icon .icon {
    background: var(--saas-blue);
}

.testimonial_area_four.black .testimonial_slider_one .item .quote_icon::before {
    background: #4e5066;
}

.testimonial_area_four .section_title h2 {
    color: #00487D;
    font-size: 65px;
}

.testimonial_area_four .section_title h3 {
    color: #00487D;
    font-size: 35px;
}

.testimonial_slider_one {
    margin-right: -640px;
}

.testimonial_slider_one .item {
    padding: 50px;
    border-radius: 20px;
    margin: 0 10px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.testimonial_slider_one .item .ratting {
    margin-bottom: 8px;
}

.testimonial_slider_one .item .ratting i {
    color: #f59e0b;
}

.testimonial_slider_one .item p {
    line-height: 34px;
}

.testimonial_slider_one .item .quote_icon {
    position: relative;
    margin-top: 35px;
    margin-bottom: 12px;
}

.testimonial_slider_one .item .quote_icon::before {
    content: "";
    width: 530px;
    height: 1px;
    background: #eaecf0;
    display: block;
    flex: 1;
}

.testimonial_slider_one .item .quote_icon .icon {
    width: 48px;
    height: 48px;
    background: var(--saas-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_slider_one .item .client_info {
    display: flex;
    align-items: end;
}

.testimonial_slider_one .item .client_info img {
    border-radius: 50%;
    margin-right: 15px;
}

.testimonial_slider_one .item .client_info h5 {
    font-size: 18px;
    font-weight: 600;
    color: #344054;
}

.testimonial_slider_one .item .client_info h6 {
    font-size: 18px;
    color: #344054;
    font-family: var(--saas-Inter);
    font-weight: 400;
    margin-bottom: 0;
}

.custom_nav {
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.custom_nav .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    color: #1d2939;
    margin: 0px 5px;
    transition: all 0.3s linear;
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.custom_nav .slick-arrow:hover {
    background: linear-gradient(to right, #5890A7, #9DF0D6);
    color: #fff;
    transform: scale(1.1);
}

/* 移动端产品核心优势轮播 */
.mobile-testimonial-slider {
    display: none;
}

@media (max-width: 767px) {
    .testimonial_slider_one {
        margin-right: 0;
        display: none;
    }

    .mobile-testimonial-slider {
        display: block;
        margin: 0 auto;
    }

    .mobile-testimonial-slider .item {
        padding: 30px;
        border-radius: 20px;
        margin: 0 auto;
        display: flex;
        justify-content: end;
        flex-direction: column;
        width: 90%;
        position: relative;
        overflow: hidden;
    }

    .mobile-testimonial-slider .item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
        z-index: 1;
        transition: all 0.3s ease;
    }

    .mobile-testimonial-slider .item .client_info {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    .mobile-testimonial-slider .item .text {
        text-align: center;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(0);
        transition: all 0.3s ease;
        width: 100%;
    }

    .mobile-testimonial-slider .item .text h3 {
        font-size: 22px;
        font-weight: 600;
        color: #344054;
        margin-bottom: 10px;
        position: relative;
    }

    .mobile-testimonial-slider .item .text h3:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background: linear-gradient(to right, #5890A7, #9DF0D6);
        margin: 10px auto;
    }

    .mobile-testimonial-slider .item .text p {
        color: #333;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .mobile-custom-nav {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .mobile-custom-nav .slick-arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        border: none;
        background: linear-gradient(to right, #5890A7, #9DF0D6);
        color: #fff;
        margin: 0px 10px;
        transition: all 0.3s linear;
        box-shadow: 0 3px 10px rgba(88, 144, 167, 0.3);
    }

    .mobile-custom-nav .slick-arrow:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(88, 144, 167, 0.5);
    }

    /* 添加轮播指示器 */
    .slick-dots {
        position: absolute;
        bottom: -30px;
        list-style: none;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .slick-dots li {
        margin: 0 5px;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background-color: rgba(88, 144, 167, 0.3);
        transition: all 0.3s ease;
    }

    .slick-dots li.slick-active button {
        background-color: #5890A7;
        width: 20px;
        border-radius: 10px;
    }

    .testimonial_area_four .section_title h2 {
        font-size: 30px;
    }

    .testimonial_area_four .two-item {
        margin-left: 0;
    }
}

#productList>div {
    display: none;
}


.bottom-service.position-relative {
  position: relative;
}

.qrcode-trigger {
  position: relative;
  display: inline-block;
}

.qrcode-popup {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 100%; /* 默认显示在按钮上方 */
  transform: translateX(-50%);
  background: #fff;
  padding: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border-radius: 8px;
}

.qrcode-popup img {
  width: 180px;
  height: 180px;
  border-radius: 8px;
}

/* 鼠标移入按钮时显示二维码 */
.qrcode-trigger:hover .qrcode-popup {
  visibility: visible;
  opacity: 1;
}