/* 第一张banner展示样式 */
.single-image-section {
    background-image: url("../img/FullyManaged/banner-1.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    height: 715px;
}

.single-image-section .inner {
    width: 100%;
    z-index: 1;
}

.single-image-section .slide-content {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-image-section .banner-title {
    font-size: 3.9rem;
    line-height: 1.4;
    font-weight: 700;
    color: #1A1A1A;
    padding: 0px;
}

.single-image-section .text-primary {
    color: #4a94ff !important;
    font-weight: 700;
    font-size: 3.9rem;
    margin-bottom: 10px !important;
}

.single-image-section .banner-subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 60px;
    color: #1A1A1A;
}

/* 响应式调整 */
/* 大屏幕设备 - 笔记本和桌面显示器 */
@media (max-width: 1399.98px) {
    .single-image-section .banner-title {
        font-size: 3.5rem;
    }
    
    .single-image-section .text-primary {
        font-size: 3.5rem;
    }
    
    .single-image-section .banner-subtitle {
        font-size: 1.3rem;
        margin-bottom: 50px;
    }
}

/* 中等屏幕设备 - 笔记本 */
@media (max-width: 1199.98px) {
    .single-image-section {
        height: 600px;
    }
    
    .single-image-section .banner-title {
        font-size: 3rem;
    }
    
    .single-image-section .text-primary {
        font-size: 3rem;
    }
    
    .single-image-section .banner-subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }
    
    .single-image-section .slide-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* 小屏幕设备 - 平板 */
@media (max-width: 991.98px) {
    .single-image-section {
        height: 500px;
        background-position: 70% center;
    }
    
    .single-image-section .banner-title {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    
    .single-image-section .text-primary {
        font-size: 2.5rem;
    }
    
    .single-image-section .banner-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
}

/* 超小屏幕设备 - 手机横屏 */
@media (max-width: 767.98px) {
    .container-fluid{
        padding: 0px;
    }
    
    .fully-managed-banner {
        padding-top: 56px;
        margin: 0;
    }
    
    .single-image-section {
        height: 450px;
        background-position: 75% center;
    }
    
    .single-image-section .slide-content {
        max-width: 95%;
    }
}

/* 超小屏幕设备 - 手机竖屏 */
@media (max-width: 575.98px) {
    .single-image-section {
        min-height: 400px;
        padding: 30px 15px;
        align-items: flex-start;
        justify-content: center;
    }
    
    .single-image-section .banner-title {
        font-size: 1.9rem;
        line-height: 1.3;
    }
    
    .single-image-section .text-primary {
        font-size: 1.9rem;
    }
    
    .single-image-section .banner-subtitle {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }
    
    .single-image-section .slide-content {
        margin-top: 50px;
        padding: 15px;
    }
    
    .container-fluid{
        padding: 0px;
    }
    
    .banner-title-container{
        top: 6%;
    }
    
    .banner-title {
        font-size: 1rem;
        top: 10%;
    }
    .single-image-section .slide-content {
        margin-top: 100px;
    }
}

/* 特小屏幕设备 */
@media (max-width: 480px) {
    .single-image-section {
        min-height: 350px;
        background-position: center;
    }
    
    .single-image-section .banner-title {
        font-size: 1.7rem;
        line-height: 1.3;
    }
    
    .single-image-section .text-primary {
        font-size: 1.7rem;
    }
    
    .single-image-section .banner-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }
    
    .single-image-section .slide-content {
        margin-top: 140px;
    }
}

/* 极小屏幕设备 */
@media (max-width: 375px) {
    .single-image-section {
        min-height: 320px;
    }
    
    .single-image-section .banner-title {
        font-size: 1.5rem;
    }
    
    .single-image-section .text-primary {
        font-size: 1.5rem;
    }
    
    .single-image-section .banner-subtitle {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }
    
    .single-image-section .slide-btn a {
        font-size: 0.8rem;
    }
    
    .fully-managed-banner {
        padding-top: 70px;
    }
}

/* 全托管Banner-2样式 */
.fully-managed-banner {
    width: 100%;
    overflow: hidden;
    background-image: url("../img/FullyManaged/bag.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.container-fluid {
    max-width: 1140px;
    padding: 80px 30px;
}
.banner-img-container {
    width: 100%;
    position: relative;
}

.banner-img-container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* 标题样式 */
.banner-title-container {
    position: absolute;
    top: -4%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1; /* 确保标题在图片上层 */
}

.banner-title {
    color: #1A1A1A;
    font-size: 2.8rem;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* 问题框样式 */
.question-circle-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fully-box {
    position: absolute;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease;
}

.fully-box p {
    margin: 0;
    font-size: 2rem;
    color: #0E2B98;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* 为第二个问题框设置不同字号 */
.fully-box.middle-question p {
    font-size: 1.5rem;
}

/* 为第三个问题框设置不同字号 */
.fully-box.bottom-question p {
    font-size: 1.2rem;
}

.fully-box:hover {
    transform: translateY(-5px);
}

/* 各个问题框位置 */
.top-question {
    top: 14%;
    right: 27%;
}

.middle-question {
    top: 39%;
    left: 33%;
}

.bottom-question {
    bottom: 36%;
    right: 34%;
}
/* 移动端和平板端的Banner样式 */
@media (max-width: 991px) {
    .fully-managed-banner {
        padding: 0;
        margin: 0;
    }
    
    .container-fluid {
        padding: 0;
        margin: 0;
    }
}
/* 服务对比区域 */
.service-comparison {
    padding: 80px 0;
    background-color: #fff;
}

/* 服务卡片基础样式 */
.service-card {
    height: 100%;
    min-height: 700px;
    border-radius: 10px;
    background-position: center;
    position: relative;
    overflow: visible;  /* 允许内容溢出 */
    display: flex;
    flex-direction: column;
}

/* 服务维度样式 */
.service-dimension {
    color: #fff;
}

/* 标题样式 */
.service-title {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    background-image: url("../img/FullyManaged/serve.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-title-2, .service-title-3 {
    color: #3F3F3F;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
}

/* 服务卡片背景样式 */
.service-soho {
    background-image: url("../img/FullyManaged/middle-nav-1.webp");
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 22px 30px;
    position: relative;
    overflow: visible;  /* 允许内容溢出 */
}

.service-normal {
    background-image: url("../img/FullyManaged/middle-nav-2.webp");
    position: relative;
    overflow: visible;  /* 允许内容溢出 */
}

/* 服务项目容器 */
.service-items {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* 服务项目动画 */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-90px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 服务项目基础样式 */
.service-item {
    width: 85%;
    height: 105px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 10px;
    position: relative;
    opacity: 0;
    animation: slideInRight 0.5s ease forwards;
}

/* 服务项目动画延迟 */
.service-item:nth-child(1) { animation-delay: 0.4s; }
.service-item:nth-child(2) { animation-delay: 0.6s; }
.service-item:nth-child(3) { animation-delay: 0.7s; }
.service-item:nth-child(4) { animation-delay: 0.8s; }
.service-item:nth-child(5) { animation-delay: 0.9s; }
.service-item:nth-child(6) { animation-delay: 1.1s; }
.service-item:nth-child(7) { animation-delay: 1.3s; }

/* 服务图标样式 */
.service-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-icon img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
}

/* 服务文本样式 */
.service-text {
    flex: 1;
    transition: all 0.3s ease;
    transform: translateX(0);
}

.service-text h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #616161;
    transition: all 0.3s ease;
    line-height: 1.5;
}

.underline {
    height: 1px;
    background-color: rgba(255,255,255,0.3);
    margin-top: 10px;
}

/* 服务项目悬停效果 */
.service-item:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-item:hover .service-text {
    transform: translateX(10px);
}

.service-item:hover .service-text h4 {
    color: #4a94ff;
}

/* 服务项目悬停样式 */
.service-item-hover {
    padding: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    height: 105px;
    border-bottom: 1px solid #E4E4E4;
}

/* 仅对第二列应用悬停效果 */
.service-soho:not(.service-normal) .service-item-hover:hover {
    transform: scale(1.30);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}

.service-item-hover p {
    margin: 0;
    font-size: 14px;
    color: #616161;
}

/* 动画状态类 */
.animated-service-item {
    animation-play-state: running !important;
}

/* 服务对比区域底部按钮样式 */
.service-action-btn {
    display: inline-block;
    background-image: url("../img/FullyManaged/Service-bun.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    width: 950px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0px;
}

.service-action-btn::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-image: url("../img/FullyManaged/Service-border.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 55px;
    opacity: 0;
    z-index: 1;
    animation: none;
    transition: opacity 0.3s ease;
}

.service-action-btn:hover::before {
    opacity: 1;
    animation: borderScale 0.8s infinite alternate;
}

@keyframes borderScale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.08);
    }
}

.service-action-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
}

.service-action-btn span {
    position: relative;
    z-index: 2;
}

.more-info {
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.arrow-icon {
    margin-left: 8px;
    width: 20px;
    height: auto;
}

/* 适配1024px屏幕 */
@media (min-width: 992px) and (max-width: 1200px) {
    .service-item-hover {
        padding: 15px;
        height: 110px;
    }
    
    .service-item-hover p {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .service-title-2, .service-title-3 {
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
    
    .service-icon {
        width: 45px;
        height: 45px;
    }
    
    .service-text h4 {
        font-size: 1.1rem;
    }
    
    .service-item {
        width: 90%;
        gap: 12px;
    }
    
    .service-comparison .row {
        margin: 0 -10px;
    }
    
    .service-comparison [class*="col-"] {
        padding: 0 10px;
    }
    
    .service-comparison {
        padding: 70px 0;
    }
    
    .service-soho:not(.service-normal) .service-item-hover:hover {
        transform: scale(1.20);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        z-index: 20;
    }
}

/* 平板端自适应布局 - 768px到991px之间 */
@media (min-width: 768px) and (max-width: 991px) {
    .service-dimension-column {
        margin-bottom: 30px;
    }

    .service-column .service-item-hover {
        transition: all 0.5s ease;
    }
    
    .service-dimension-column .service-item {
        width: 100%;
    }
    
    .service-comparison-row {
        margin-top: 20px;
    }
    
    .service-column .service-card {
        min-height: 650px;
    }
    
    .service-title-2, .service-title-3 {
        margin-bottom: 30px;
        font-size: 1.5rem;
        text-align: center;
    }
    
    .service-item-hover {
        padding: 20px;
        height: 100px;
    }
    
    .service-item-hover p {
        font-size: 13px;
        line-height: 1.4;
    }
    
    .service-column .service-items {
        padding: 0 5px;
    }
    
    .service-column .service-soho:not(.service-normal) .service-item-hover:hover {
        transform: scale(1.15);
    }
    
    .service-dimension-column .service-title {
        margin-bottom: 25px;
    }
    
    .service-dimension-column .service-item {
        animation-duration: 0.4s;
        height: 90px;
    }
    
    .service-dimension-column .service-icon {
        width: 40px;
        height: 40px;
    }
    
    .service-dimension-column .service-text h4 {
        font-size: 1.2rem;
    }
    .service-column {
        padding: 0 10px;
    }
}

/* 移动端自适应样式 */
@media (max-width: 767px) {
    .service-item {
        width: 100%;
        animation-duration: 0.4s;
        height: 90px;
        padding: 8px;
    }
    .service-item:hover .service-text {
        transform: translateX(5px);
    }
    
    .service-text h4 {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .service-item-hover p {
        font-size: 0.9rem;
        line-height: 1.3;
    }
    
    .service-item-hover {
        height: 100px;
        padding: 15px;
    }
    
    .service-icon {
        width: 40px;
        height: 40px;
    }
    
    .service-comparison .service-title, 
    .service-comparison .service-title-2, 
    .service-comparison .service-title-3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .service-soho:not(.service-normal) .service-item-hover:hover {
        transform: scale(1.15);
    }
}

/* 移动端不同屏幕宽度的内边距调整 */
@media (max-width: 767px) and (min-width: 647px) {
    .service-comparison {
        padding: 140px;
    } 
}

@media (max-width: 646px) and (min-width: 608px) {
    .service-comparison {
        padding: 80px;
    } 
}

@media (max-width: 607px) and (min-width: 584px) {
    .service-comparison {
        padding: 60px;
    } 
}

@media (max-width: 583px)  and (min-width: 480px) {
    .service-comparison {
        padding: 50px;
    } 
}

/* 垃圾询盘 */
.service-content h4, .service-content p{
    margin-bottom: 40px;
    font-size: 1.25rem;
}
.service-features .d-flex{
    justify-content: left;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center !important;
}

.service-content {
    padding-right: initial;
    margin-left: 100px;
}

.feature-text{
    color: #616161;
    font-weight: 400;
}

.feature-icon {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tick-icon {
    width: 100%;
    height: auto;
}

.service-image{
    margin-left: -100px;
}

/* 自适应样式 */
@media (max-width: 1199px) {
    .service-content {
        margin-left: 20px;
    }
    
    .service-image {
        margin-left: -50px;
    }
    
    .service-content h4, .service-content p {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .feature-text {
        font-size: 0.9rem;
    }
    .service-features{
        max-width: none;
    }
    .service-features,.service-content{
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .service-content {
        margin-left: 0;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .service-image {
        margin-left: 0;
        text-align: center;
    }
    
    .service-image img {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .service-content h4, .service-content p {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .service-features .d-flex {
        gap: 15px;
    }
    
    .feature-text {
        font-size: 0.85rem;
        white-space: normal !important;
    }
    
    .feature-icon {
        width: 20px;
        height: 20px;
    }
    
    .tick-icon {
        max-width: 20px;
    }
}

@media (max-width: 767px) {
    .service-area.bg2.sp {
        padding: 40px 0;
    }
    
    .service-content {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    
    .service-content h4, .service-content p {
        font-size: 0.95rem;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .service-features {
        margin-bottom: 20px;
        max-width: none;
    }
    
    .service-features .d-flex {
        gap: 10px;
        margin-bottom: 10px;
    }
    
    .feature-text {
        font-size: 0.8rem;
        white-space: normal !important;
    }
    
    .feature-icon {
        width: 18px;
        height: 18px;
    }
    
    .tick-icon {
        max-width: 18px;
    }
    
    .service-image img {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .service-area.bg2.sp {
        padding: 30px 0;
    }
    
    .section-title p {
        font-size: 0.85rem;
    }
    
    .service-content h4, .service-content p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .feature-text {
        font-size: 0.75rem;
    }
    
    .feature-icon {
        width: 16px;
        height: 16px;
    }
    
    .tick-icon {
        max-width: 16px;
    }
}

/* 按钮响应式样式 */
@media (max-width: 1199px) {
    .service-action-btn {
        width: 800px;
        font-size: 1.6rem;
        padding: 25px 40px;
    }
    
    .more-info {
        font-size: 1.1rem;
    }
    
    .service-action-btn::before {
        border-radius: 50px;
    }
}

@media (max-width: 991px) {
    .service-action-btn {
        width: 600px;
        font-size: 1.4rem;
        padding: 20px 30px;
    }
    
    .more-info {
        font-size: 1rem;
    }
    
    /* 平板端取消边框动画 */
    .service-action-btn::before {
        display: none;
    }
    
    .service-action-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 767px) {
    .service-action-btn {
        width: 90%;
        font-size: 1rem;
        padding: 15px 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        text-align: left;
        border-radius: 40px;
    }
    
    .service-action-btn span:first-child {
        width: 75%;
        line-height: 1.3;
    }
    
    .more-info {
        font-size: 0.85rem;
        white-space: nowrap;
    }
    
    /* 移动端取消边框动画，使用更简单的效果 */
    .service-action-btn::before {
        display: none;
    }
    
    .service-action-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 575px) {
    .service-action-btn {
        width: 95%;
        font-size: 0.85rem;
        padding: 12px 15px;
        border-radius: 30px;
    }
    
    .service-action-btn span:first-child {
        width: 70%;
    }
    
    .more-info {
        font-size: 0.75rem;
    }
    
    .arrow-icon {
        width: 12px;
        margin-left: 3px;
    }
}

/* 六大产品矩阵样式 */
.product-matrix-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    
}
.justify-content-center{
    background-image: url("../img/FullyManaged/Product-matrix.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/* 六边形矩阵容器 */
.hexagon-matrix-container {
    max-width: 1400px;
    margin: 50px auto;
    height: 440px;
}

/* 基础六边形样式 */
.hexagon-item {
    position: absolute;
    width: 280px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    perspective: 1000px; /* 添加3D视角 */
}

.hexagon-item:hover {
    transform: translateY(-10px);
}

/* 翻牌效果容器 */
.hexagon-flip {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.5s;
    transform-style: preserve-3d;
}

/* 翻牌动画 */
@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

/* 六边形翻牌正面和背面共有样式 */
.hexagon-front, .hexagon-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* 正面样式 - 初始可见 */
.hexagon-front {
    z-index: 2;
}

/* 背面样式 - 初始隐藏（翻转180度） */
.hexagon-back {
    transform: rotateY(180deg);
}

/* 触发翻牌动画的类 */
.flip-active .hexagon-flip {
    transform: rotateY(180deg);
}

/* 为每个元素设置不同的动画延迟 */
.hexagon-item-1 .hexagon-flip,
.hexagon-item-2 .hexagon-flip,
.hexagon-item-3 .hexagon-flip,
.hexagon-item-4 .hexagon-flip,
.hexagon-item-5 .hexagon-flip,
.hexagon-item-6 .hexagon-flip {
    transition: transform 4s ease;
    
}

/* 各个六边形的背景图 */
.hexagon-item-1 .hexagon-front, .hexagon-item-1 .hexagon-back {
    background-image: url("../img/FullyManaged/rectangle1.webp");
}

.hexagon-item-2 .hexagon-front, .hexagon-item-2 .hexagon-back {
    background-image: url("../img/FullyManaged/rectangle2.webp");
}

.hexagon-item-3 .hexagon-front, .hexagon-item-3 .hexagon-back {
    background-image: url("../img/FullyManaged/rectangle3.webp");
}

.hexagon-item-4 .hexagon-front, .hexagon-item-4 .hexagon-back {
    background-image: url("../img/FullyManaged/rectangle4.webp");
}

.hexagon-item-5 .hexagon-front, .hexagon-item-5 .hexagon-back {
    background-image: url("../img/FullyManaged/rectangle5.webp");
}

.hexagon-item-6 .hexagon-front, .hexagon-item-6 .hexagon-back {
    background-image: url("../img/FullyManaged/rectangle6.webp");
}

/* 六边形位置信息 */
.hexagon-item-1 {
    top: 104px;
    left: -130px;
    z-index: 2;
}

.hexagon-item-2 {
    top: 228px;
    left: 90px;
    z-index: 2;
}

.hexagon-item-3 {
    top: 103px;
    left: 310px;
    z-index: 2;
}

.hexagon-item-4 {
    bottom: 74px;
    left: 529px;
    z-index: 2;
}

.hexagon-item-5 {
    top: 103px;
    left: 748px;
    z-index: 2;
}

.hexagon-item-6 {
    top: 226px;
    left: 968px;
    z-index: 2;
}

/* 六边形内容样式 */
.hexagon-content {
    color: #fff;
    padding: 20px 15px;
    max-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hexagon-content h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.hexagon-content p {
    color: #fff;
    font-size: 1rem;
    margin: 15px 0px;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}

/* 按钮样式 */
.hexagon-btn {
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    padding: 3px 12px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 5px;
}

.hexagon-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
}

/* 媒体查询适配移动设备 */
@media (max-width: 1500px) {
    .hexagon-matrix-container {
        height: auto;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .hexagon-item {
        position: relative;
        width: 220px;
        height: 190px;
        margin: 15px;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
    }
    .section-title h2 {
        font-size: 2rem;
    }
    .hexagon-content h3 {
        font-size: 0.9rem;
    }
    
    .hexagon-content p {
        font-size: 0.85rem;
        margin: 10px 0;
    }
    
    .hexagon-btn {
        font-size: 0.75rem;
        padding: 2px 10px;
    }
}

@media (max-width: 767px) {
    .product-matrix-section {
        padding: 50px 0;
    }
    
    .hexagon-item {
        width: 180px;
        height: 155px;
        margin: 10px;
    }
    
    .hexagon-content {
        padding: 15px 10px;
    }
    
    .hexagon-content h3 {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    
    .hexagon-content p {
        font-size: 0.75rem;
        margin: 8px 0;
    }
    
    .hexagon-btn {
        font-size: 0.7rem;
        padding: 1px 8px;
    }
}

@media (max-width: 575px) {
    .hexagon-matrix-container {
        margin: 20px auto;
    }
    
    .hexagon-item {
        width: 150px;
        height: 130px;
        margin: 8px;
    }
    
    .hexagon-content {
        padding: 10px 8px;
    }
    
    .hexagon-content h3 {
        font-size: 0.6rem;
    }
    
    .hexagon-content p {
        font-size: 0.4rem;
        margin: 5px 0;
    }
    
    .hexagon-btn {
        font-size: 0.4rem;
        padding: 1px 6px;
        line-height: 2;
        border-radius: 4px;
    }
    .section-title h2{
        font-size: 0.9rem;
    }
    .section-title{
        margin-bottom: 0px !important;
    }
}

/* 客户类型 */
.client-type{
    margin-left: -100px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.client-type .d-flex {
    width: 100%;
    display: flex;
    align-items: center !important;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.client-type .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-text p{
    color: #616161;
    margin-bottom: 60px;
}

/* 客户类型自适应样式 */
@media (max-width: 1199px) {
    .client-type {
        margin-left: -50px;
    }
    
    .client-text p {
        margin-bottom: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .client-type {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .client-type .d-flex {
        width: 48%;
        margin-bottom: 20px;
        display: flex;
        align-items: center !important;
        justify-content: center;
    }
    
    .client-text p {
        margin-bottom: 30px;
        font-size: 0.95rem;
        text-align: center;
    }
    
    /* 笔记本端客户类型版块布局调整 */
    .service-area.bg2.sp .row {
        flex-direction: column-reverse;
    }
    
    .service-area.bg2.sp .col-lg-5 {
        margin-bottom: 0 !important;
    }
    
    .service-area.bg2.sp .col-lg-7 {
        margin-bottom: 30px;
    }
    
    .service-area.bg2.sp .service-image {
        text-align: center;
        margin-left: 0;
    }
    
    .service-area.bg2.sp .service-image img {
        max-width: 90%;
        margin: 0 auto;
    }
    
    .service-area.bg2.sp .service-features.client-type {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .client-text h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .client-text p {
        font-size: 0.9rem;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .service-area.bg2.sp .service-features.client-type {
        margin-bottom: 0;
        justify-content: center;
    }
    
    .service-area.bg2.sp .service-features.client-type .d-flex {
        width: 100%;
        margin-bottom: 15px;
        justify-content: center !important;
    }
    
    .service-area.bg2.sp .feature-text {
        font-size: 0.85rem;
        text-align: center;
    }
    
    .service-area.bg2.sp .feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .client-text h2 {
        font-size: 1.3rem;
    }
    
    .client-text p {
        font-size: 0.8rem;
        margin-bottom: 20px;
    }
    
    .service-area.bg2.sp .service-features.client-type .d-flex {
        margin-bottom: 12px;
        justify-content: center !important;
    }
    
    .service-area.bg2.sp .feature-text {
        font-size: 0.75rem;
    }
    
    .service-area.bg2.sp .feature-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .client-text h2 {
        font-size: 1.2rem;
    }
    
    .client-text p {
        font-size: 0.75rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 375px) {
    .client-text h2 {
        font-size: 1.1rem;
    }
    
    .client-text p {
        font-size: 0.7rem;
    }
}

/* 抓住商机，立刻行动！ */
.cta-section {
    background-color: #F6F6F6;
    position: relative;
    padding: 50px 0;

}
.form-field-container{
    margin-bottom: 0px;
}

.cta-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 15px;
    line-height: 1.2;
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

/* 添加标题悬停放大效果 */
.cta-title:hover {
    transform: scale(1.1);
}

.cta-text {
    font-size: 0.9rem;
    color: #616161;
    margin-bottom: 0;
    line-height: 1.5;
}

.cta-form {
    margin-bottom: 0;
}

.cta-form .form-control {
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    color: #1A1A1A;
    background-color: #fff;
    margin-bottom: 15px;
    width: 80%;
    border: 1px solid #DDDDDD;
}

.cta-form .form-control:last-child {
    margin-bottom: 0;
}

.cta-form .form-control:focus {
    border-color: #4a94ff;
    box-shadow: 0 0 0 0.2rem rgba(74, 148, 255, 0.25);
}

.cta-form .form-control::placeholder {
    color: #999;
}

.cta-submit-btn {
    background-color: #fff;
    color: #474747;
    font-weight: 500;
    padding: 12px 65px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    height: 50px;
    white-space: nowrap;
    margin-left: -40px;
}

.cta-submit-btn:hover {
    background-color: #3278e6;
    color: white;
    transform: scale(1.08);
    border-color: #4698ff !important;
}

/* 平板端自适应样式 (768px - 991px) */
@media (max-width: 991px) {
    .cta-section {
        padding: 40px 0;
    }
    
    .cta-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .cta-text {
        font-size: 0.52rem;
        margin-bottom: 15px;
    }
    
    .cta-form .form-control {
        height: 45px;
        margin-bottom: 12px;
        width: 90%;
    }
    
    .cta-submit-btn {
        padding: 10px 40px;
        height: 45px;
        margin-left: -20px;
    }
}

/* 移动端自适应样式 (小于768px) */
@media (max-width: 767px) {
    .cta-section {
        padding: 30px 0;
    }
    
    .cta-container .row {
        flex-direction: column;
    }
    
    .cta-content {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .col-md-5.col-sm-8.col-8 {
        border-left: none !important;
        padding-left: 15px !important;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .cta-form {
        align-items: center;
    }
    
    .cta-form .form-control {
        width: 100%;
    }
    
    .col-md-2.col-sm-4.col-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 15px;
    }
    
    .cta-submit-btn {
        margin-left: 0;
        width: 100%;
        max-width: 200px;
    }
}

/* 小屏幕移动端自适应样式 */
@media (max-width: 575px) {
    .cta-section {
        padding: 25px 0;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .cta-text {
        font-size: 0.8rem;
    }
    
    .cta-form .form-control {
        height: 40px;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .cta-submit-btn {
        height: 40px;
        font-size: 0.9rem;
        padding: 8px 30px;
    }
    .form-field-container {
        width: 100%;
    }
}

/* 超小屏幕移动端自适应样式 */
@media (max-width: 375px) {
    .cta-title {
        font-size: 1.3rem;
    }
    
    .cta-text {
        font-size: 0.75rem;
    }
}

/* 表单验证样式改进 */
.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #198754;
}

.invalid-feedback {
    display: none !important; /* 默认隐藏所有错误提示 */
    color: #dc3545;
    font-size: 12px;
    position: absolute;
    left: 3px;
    bottom: -5px;
    font-weight: 500;
    line-height: 1.3;
}

/* 当JavaScript设置display:block时，覆盖默认隐藏 */
.invalid-feedback[style*="display: block"] {
    display: block !important;
}

/* 修复手机号验证样式问题 */
.form-field-container {
    position: relative;
    margin-bottom: 5px; /* 为错误消息留出空间 */
}

/* 添加表单动画效果 */
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-5px);}
    20%, 40%, 60%, 80% {transform: translateX(5px);}
}

.form-control.is-invalid {
    animation: shake 0.6s ease-in-out;
    background-color: rgba(220, 53, 69, 0.05);
}

/* 确保验证图标正确显示 */
.contact-form input.is-valid,
.contact-form textarea.is-valid {
    background-position: right calc(0.375em + 0.1875rem) center !important;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
    background-position: right calc(0.375em + 0.1875rem) center !important;
}

/* 添加表单验证图标样式 */
.cta-form .form-control.is-valid {
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 2.5rem;
    animation: validationIconSlide 0.5s ease;
}

.cta-form .form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: 2.5rem;
    animation: validationIconSlide 0.5s ease;
}

@keyframes validationIconSlide {
    0% {
        background-position: -30px center;
        background-size: 0 0;
    }
    100% {
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }
}
