body {
    background-color: #fff;
}

.jcpt1 {
    font-family: "Alibaba PuHuiTi", "Microsoft Yahei", sans-serif;
    overflow: hidden;
}

.jcpt1 .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.hero {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    background: radial-gradient(120% 100% at 50% 0, rgba(18,38,78,.65), rgba(4,9,24, .95));
    margin-top: 58px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
    margin-right: 20px;
}


.hero h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 500;
}

.hero-desc {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: rgba(255,255,255,.85);
    margin-bottom: 132px;
    text-align: justify;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    height: 45px;
    border-radius: 53px;
    background: #FF7F00;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 16px rgba(228, 193, 119, 0.3);
}

.hero-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(228, 193, 119, 0.35);
}
.hero-video {
    position: relative;
    z-index: 1;
    width: 768px;
    height: 432px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(4px);
    margin-left: 20px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    filter: drop-shadow(0 0 10px rgba(240, 240, 240, 0.7));
}

/* .hero-video::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgba(240, 240, 240, 0.6) 0%, 
        rgba(255, 255, 255, 0.7) 50%, 
        rgba(240, 240, 240, 0.6) 100%);
    border-radius: 4px;
    z-index: -1;
    filter: blur(6px);
    opacity: 0.5;
} */

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trusted-space-section {
    padding:  70px 0 20px;
    background: #fff;
}

.trusted-space-inner {
    width: 1440px;
    max-width: 94vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.trusted-space-body {
    display: flex;
    gap: 64px;
    align-items: center;
}

.trusted-space-left {
    flex: 0 0 auto;
    width: 100%;
    max-width: 910px;
    height: 550px;
    display: flex;
    justify-content: center;
}

.trusted-space-text {
    max-width: 100%;
}

.trusted-space-eyebrow {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #D4E3FC;
    margin-bottom: -8px;
}

.trusted-space-text h2 {
    font-size: 30px;
    color: #0d1c3c;
    margin-bottom: 20px;
    line-height: 36px;
    font-weight: 600;
}

.trusted-space-text p {
    font-size: 18px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.4);
}

.trusted-space-illustration {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.trusted-space-illustration-main {
    width: 100%;
    max-width: 890px;
    display: block;
}

.trusted-space-illustration:hover {
    transform: scale(1.05);
}

.trusted-space-right {
    flex: 0 0 495px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.trusted-feature-card {
    display: flex;
    width: 480px;
    align-self: flex-end;
    flex-direction: column;
    padding: 22px 18px;
    border-radius: 8px;
    background: #F6F8FC;
    position: relative;
    min-height: 67px;
    font-size: 20px;
    transition: background .3s ease, color .3s ease, padding .3s ease, width .3s ease;
}

.trusted-feature-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.trusted-feature-index {
    font-size: 20px;
    font-weight: 600;
    color: #9aa8c9;
    min-width: 32px;
}

.trusted-feature-body h3 {
    font-size: 20px;
    line-height: 24px;
    color: #0f1e3b;
    font-weight: 600;
    margin: 0;
}

.trusted-feature-desc {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    margin-top: 10px;
}

.trusted-feature-card-active {
    background: url("../images/jcpt/right-box.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    width: 490px;
    border-radius: 0px;
    box-shadow: none;
    padding: 20px 18px 20px 28px;
}

.trusted-feature-card-active .trusted-feature-index,
.trusted-feature-card-active .trusted-feature-body h3 {
    color: #fff !important;
}

.trusted-feature-card-active .trusted-feature-desc {
    padding: 0;
    margin: 10px 0 0 0;
    display: block;
    text-align: justify;
}

.trusted-feature-card-left.trusted-feature-card-active {
    background: url("../images/jcpt/left-box.png") no-repeat center;
    background-size: 100% 100%;
    padding-left: 20px;
    padding-right: 25px;
}
.trusted-feature-card:not(.trusted-feature-card-active) .trusted-feature-desc {
    color: #60709c;
    display: none;
}

.trusted-feature-card:not(.trusted-feature-card-active):hover,
.trusted-feature-card:not(.trusted-feature-card-active):focus-visible {
    background: url("../images/jcpt/right-box.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    width: 490px;
    border-radius: 0;
    padding: 20px 18px 20px 28px;
    box-shadow: none;
}

.trusted-feature-card-left:not(.trusted-feature-card-active):hover,
.trusted-feature-card-left:not(.trusted-feature-card-active):focus-visible {
    background: url("../images/jcpt/left-box.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    width: 490px;
    border-radius: 0;
    padding: 20px 18px 20px 28px;
    padding-left: 20px;
    padding-right: 25px;
    box-shadow: none;
}

.trusted-feature-card:not(.trusted-feature-card-active):hover .trusted-feature-index,
.trusted-feature-card:not(.trusted-feature-card-active):hover .trusted-feature-body h3,
.trusted-feature-card:not(.trusted-feature-card-active):focus-visible .trusted-feature-index,
.trusted-feature-card:not(.trusted-feature-card-active):focus-visible .trusted-feature-body h3 {
    color: #fff;
}

.trusted-feature-card:not(.trusted-feature-card-active):hover .trusted-feature-desc,
.trusted-feature-card:not(.trusted-feature-card-active):focus-visible .trusted-feature-desc {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    margin: 10px 0 0 0;
    text-align: justify;
}

/* 当其他卡片被悬停时，取消第一个卡片的激活样式 */
.trusted-space-right:has(.trusted-feature-card:not(:first-child):hover) .trusted-feature-card:first-child.trusted-feature-card-active {
    background: #F6F8FC;
    color: #0f1e3b;
    width: 480px;
    border-radius: 8px;
    padding: 22px 18px;
    box-shadow: none;
}

.trusted-space-right:has(.trusted-feature-card:not(:first-child):hover) .trusted-feature-card:first-child.trusted-feature-card-active.trusted-feature-card-left {
    background: #F6F8FC;
    color: #0f1e3b;
    width: 480px;
    border-radius: 8px;
    padding: 22px 18px;
    box-shadow: none;
}

.trusted-space-right:has(.trusted-feature-card:not(:first-child):hover) .trusted-feature-card:first-child.trusted-feature-card-active .trusted-feature-index,
.trusted-space-right:has(.trusted-feature-card:not(:first-child):hover) .trusted-feature-card:first-child.trusted-feature-card-active .trusted-feature-body h3 {
    color: #0f1e3b;
}

.trusted-space-right:has(.trusted-feature-card:not(:first-child):hover) .trusted-feature-card:first-child.trusted-feature-card-active .trusted-feature-desc {
    display: none;
}

/* 当第一个卡片被悬停时，保持激活样式 */
.trusted-feature-card:first-child.trusted-feature-card-active:hover {
    background: url("../images/jcpt/right-box.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    width: 490px;
    border-radius: 0px;
    padding: 20px 18px 20px 28px;
}

.trusted-feature-card:first-child.trusted-feature-card-active.trusted-feature-card-left:hover {
    background: url("../images/jcpt/left-box.png") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    width: 490px;
    border-radius: 0px;
    padding: 20px 18px 20px 28px;
    padding-left: 20px;
    padding-right: 25px;
}

.trusted-feature-card:first-child.trusted-feature-card-active:hover .trusted-feature-index,
.trusted-feature-card:first-child.trusted-feature-card-active:hover .trusted-feature-body h3 {
    color: #fff;
}

.trusted-feature-card:first-child.trusted-feature-card-active:hover .trusted-feature-desc {
    display: block;
    color: rgba(255, 255, 255, 0.92);
}

.section-inner {
    display: flex;
    gap: 64px;
    align-items: center;
}

.section-illustration {
    flex: 1;
}

.section-illustration img {
    width: 100%;
    display: block;
}

.section-content {
    flex: 1;
}

.section-content h2 {
    font-size: 34px;
    margin-bottom: 24px;
    font-weight: 600;
    color: #111a2b;
}

.section-content p {
    font-size: 15px;
    line-height: 30px;
    color: #4b5567;
    margin-bottom: 18px;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.feature-tags span {
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(64,126,255,.08);
    color: #3b6fff;
    font-size: 14px;
    border: 1px solid rgba(64,126,255,.25);
    white-space: nowrap;
}
@media (max-width: 1680px) {
    .jcpt1 .container {
        width: 100%;
    }
    .hero-video {
        width: 620px;
        height: 366px;
        margin-left: 20px;
    }
    .trusted-space-inner {
        max-width: calc(100% - 48px);
        padding: 0 24px;
        box-sizing: border-box;
    }
}

@media (max-width: 1280px) {
    .jcpt1 .container {
        width: 100%;
    }
    .hero-video {
        width: 620px;
        height: 366px;
        margin-left: 20px;
    }
    .trusted-space-inner {
        max-width: calc(100% - 48px);
        padding: 0 24px;
        box-sizing: border-box;
    }
}

@media (max-width: 1100px) {
    .trusted-space-body {
        flex-direction: column;
        gap: 32px;
    }
    .hero-video {
        max-width: 420px;
        margin-left: 20px;
    }
    .trusted-space-illustration {
        align-self: center;
    }
}

@media (max-width: 992px) {
    .hero {
        min-height: 420px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .section-inner {
        flex-direction: column;
    }
    .hero-video {
        width: 100%;
        max-width: 420px;
        height: auto;
        aspect-ratio: 16 / 9;
        margin-top: 32px;
        margin-left: 0;
    }
    .trusted-space-section {
        padding: 80px 0 60px;
    }
    .trusted-space-text h2 {
        font-size: 32px;
    }
}

.jcpt1 .szzf-marquee {
    padding: 0;
}

@media (max-width: 600px) {
    .hero {
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 28px;
    }

    .feature-tags span {
        white-space: normal;
    }
    .hero-video {
        max-width: 420px;
        margin-left: 20px;
    }
    .trusted-feature-card {
        padding: 16px 18px;
    }
    .trusted-feature-index {
        min-width: 28px;
    }
}

/* 典型案例样式 */
.case-example-slider {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.case-slider-window {
    overflow: hidden;
    flex: 1;
    padding-right: 18px ;
}

.case-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.case-slider-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(9, 22, 52, 0.85);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.case-slider-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.case-slider-btn:not(:disabled):hover {
    background: rgba(187, 194, 211, 0.9);
    transform: scale(1.05);
}

.case-example-container {
    flex: 0 0 100%;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.case-example-content {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.case-example-left {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    max-width: 736px;
    aspect-ratio: 16 / 9;
    overflow: visible;
}

.case-example-box-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/jcpt/dxal_box.png") no-repeat center;
    background-size: contain;
    z-index: 1;
}

.case-example-laptop {
    position: absolute;
    top: 14px;
    right: 4%;
    width: 72%;
    z-index: 2;
    box-shadow: 0 25px 60px rgba(13, 35, 79, 0.15);
    border-radius: 12px;
    overflow: hidden;
}

.case-example-laptop img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.case-example-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    margin-top: 0;
}

.case-example-title {
    font-size: 20px;
    font-weight: 600;
    color: #1b1f2c;
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.case-example-desc {
    font-size: 15px;
    line-height: 30px;
    color: #495770;
    margin: 0 0 40px 0;
    flex: 1;
}

.case-example-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    height: 48px;
    border-radius: 24px;
    background: #2260ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 16px rgba(34, 96, 255, 0.2);
    align-self: flex-start;
}

.case-example-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(34, 96, 255, 0.3);
    text-decoration: none;
    color: #fff;
}

@media (max-width: 1200px) {
    .case-example-slider {
        gap: 12px;
    }

    .case-slider-btn {
        width: 44px;
        height: 44px;
    }

    .case-example-content {
        gap: 50px;
    }
    
    .case-example-left {
        max-width: 500px;
    }
}

@media (max-width: 992px) {
    .case-example-content {
        flex-direction: column;
        gap: 40px;
    }
    
    .case-example-left {
        max-width: 100%;
    }
    
    .case-example-right {
        padding-left: 0;
    }
    
    .case-example-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .case-example-slider {
        flex-direction: column;
    }

    .case-slider-btn {
        order: 2;
    }

    .case-slider-window {
        width: 100%;
    }

    .case-example-container {
        padding: 0 20px 40px;
        flex-direction: column;
    }
    
    .case-example-content {
        gap: 32px;
    }
    
    .case-example-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .case-example-desc {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    
    .case-example-btn {
        padding: 10px 32px;
        height: 44px;
        font-size: 14px;
    }
}

