html,
body {
    margin: 0;
    color: #222;
    background: #fff;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.ai-native-page {
    overflow: hidden;
    background: #fff;
}

.ai-container {
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.ai-hero {
    height: 560px;
    color: #fff;
    background: url("/static/images/aiNativeSecurityTesting/p1-bg.jpg") center top / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-hero__content {
    width: 1200px;
    max-width: calc(100% - 48px);
    text-align: center;
}

.ai-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

.ai-hero p {
    margin: 24px 0 34px;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
}

.ai-button,
.small-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #b11997 0%, #d54aba 100%);
    box-shadow: 0 8px 22px rgba(177, 25, 151, .24);
}

.small-button:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #b11997 0%, #d54aba 100%);
    box-shadow: 0 8px 22px rgba(177, 25, 151, .24);
    text-decoration: none;
}

.ai-button {
    min-width: 116px;
    height: 38px;
    border-radius: 19px;
    font-size: 14px;
}

.small-button {
    width: 194px;
    height: 30px;
    margin-top: 20px;
    border-radius: 15px;
    font-size: 13px;
}

.ai-section {
    padding: 88px 0;
}

.ai-section h2 {
    position: relative;
    margin: 0 0 54px;
    color: #222;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
}

.ai-section h2:before,
.ai-section h2:after,
.ai-cta h2:before,
.ai-cta h2:after {
    content: "";
    display: inline-block;
    width: 86px;
    height: 1px;
    margin: 0 20px 10px;
    background: linear-gradient(90deg, rgba(175, 29, 151, 0), #b0209a);
}

.ai-section h2:after,
.ai-cta h2:after {
    background: linear-gradient(90deg, #b0209a, rgba(175, 29, 151, 0));
}

.section-subtitle {
    margin: -34px 0 48px;
    color: #222222;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.ai-intro {
    padding-top: 118px;
    background: #F7F6FB;
}

.ai-intro .ai-container > p {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 58px;
    color: #222;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.challenge-card {
    height: 390px;
    padding: 37px 28px 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(164, 170, 185, .34);
}

.challenge-card img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 26px;
}

.challenge-card h3 {
    margin: 0 0 16px;
    color: #af1d97;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.challenge-card p {
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.9;
}

.ai-compliance {
    background: #fff;
}

.compliance-layout {
    display: grid;
    grid-template-columns: 1fr 330px 1fr;
    align-items: center;
    gap: 58px;
}

.compliance-image {
    display: block;
    width: 330px;
    height: 332px;
}

.compliance-list {
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.compliance-list h3 {
    display: inline-block;
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.compliance-list h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
}

.compliance-list.left article:first-child h3 {
    color: #b11997;
}

.compliance-list.left article:nth-child(2) h3 {
    color: #3fc8ca;
}

.compliance-list.right article:first-child h3 {
    color: #31a8e6;
}

.compliance-list.right article:nth-child(2) h3 {
    color: #f2a22f;
}

.compliance-list p {
    position: relative;
    margin: 0;
    padding-left: 12px;
    color: #444;
    font-size: 16px;
    line-height: 2;
}

.compliance-list p:before {
    content: "";
    position: absolute;
    left: 0;
    top: .86em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #555;
}

.ai-architecture {
    background: #F3F7FA;
}

.architecture-image {
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto 34px;
}

.center-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 30px;
}

.center-grid article {
    min-height: 128px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 11.2px 0px #0939931A;
}

.center-grid article img {
    margin-bottom: 13px;
    max-width: 100%;
}

.center-grid h3 {
    margin: 0 0 13px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
}

.center-grid p {
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.8;
}

.ai-lifecycle {
    background: #fff;
}

.lifecycle-layout {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 80px;
    align-items: center;
    width: 100%;
}

.lifecycle-tabs {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 0;
    padding: 0 0 0 22px;
    list-style: none;
}

.lifecycle-tabs:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 11px;
    width: 2px;
    height: 178px;
    background: #e0d7df;
}

.lifecycle-progress {
    position: absolute;
    left: 4px;
    top: 11px;
    width: 2px;
    height: 0;
    background: #A9288D;
    z-index: 1;
}

.lifecycle-tabs li {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: color .3s ease;
    z-index: 2;
}

.lifecycle-tabs li:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd3dc;
}

.lifecycle-tabs .active {
    color: #A9288D;
}

.lifecycle-tabs .active:before {
    background: #A9288D;
    box-shadow: 0 0 0 5px rgba(197, 29, 176, .12);
}

.lifecycle-cards {
    position: relative;
    min-height: 400px;
}

.lifecycle-card {
    position: absolute;
    inset: 0;
    min-height: 350px;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 14.6px 0px #0000001A;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .45s ease, transform .45s ease;
}

.lifecycle-card.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.lifecycle-card img {
    position: absolute;
    right: 8px;
    top: 8px;
}

.lifecycle-card h3 {
    margin: 0 0 22px;
    color: #A9288D;
    font-size: 20px;
    font-weight: 700;
}

.lifecycle-card h4 {
    margin: 20px 0 8px;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}

.lifecycle-card h4:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #A9288D;
    position: absolute;
    left: 0;
    top: 6px;
}

.lifecycle-card p {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 1.9;
    padding-left: 15px;
}

.ai-results {
    padding-bottom: 106px;
    background: #f8f7fc;
}

.result-layout {
    display: grid;
    grid-template-columns: 260px 496px 260px;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 20px;
    position: relative;
    top: 70px;
}

.result-list {
    display: flex;
    flex-direction: column;
    gap: 118px;
}

.left article {
    padding-left: 0 !important;
}



.result-list article {
    position: relative;
    min-height: 126px;
}

.result-list article div {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #A9288D;
    text-align: center;
    line-height: 58px;
    position: absolute;
    top: -6px;
    z-index: 3;
}

.left article div {
    right: -74px;
}
.right article div {
    left: -74px;
}

.result-list article div img {
    max-width: 32px;
    max-height: 32px;
}

.result-list h3 {
    margin: 0 0 14px;
    color: #A9288D;
    font-size: 20px;
    font-weight: 700;
}

.result-list p {
    margin: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.9;
}

.result-core {
    position: relative;
    height: 496px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .72);
    border-radius: 50%;
    top: -40px;
}

.result-core:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 386px;
    height: 386px;
    border-radius: 50%;
    background: #A9288D1A;
    transform: translate(-50%, -50%);
}

.result-line {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    height: auto;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.result-line-outer {
    width: 542px;
}

.result-line-middle {
    width: 306px;
    animation: resultRotateClockwise 36s linear infinite;
}

.result-line-inner {
    width: 226px;
    animation: resultRotateCounterClockwise 28s linear infinite;
}

@keyframes resultRotateClockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes resultRotateCounterClockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.result-core .center-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background: #A9288D;
    font-size: 32px;
    font-weight: 700;
    line-height: 184px;
    text-align: center;
    z-index: 2;
}

.result-core .center-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: #FFFFFF80;
    z-index: 2;
}

.ai-cta {
    height: 422px;
    color: #fff;
    text-align: center;
    background: url("/static/images/aiNativeSecurityTesting/p7-bg.jpg") center top / cover no-repeat;
}

.ai-cta .ai-container {
    padding-top: 130px;
}

.ai-cta h2 {
    margin: 0 0 44px;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 47%;
    font-family: "Source Han Sans CN", sans-serif;
}
.ai-cta h2:before {
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF00,#FFFFFF );
}

.ai-cta h2:after {
    height: 2px;
    background: linear-gradient(90deg, #FFFFFF, #FFFFFF00);
}


@media (max-width: 1200px) {
    .challenge-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .compliance-layout,
    .result-layout {
        grid-template-columns: 1fr;
    }

    .compliance-image {
        order: -1;
        margin: 0 auto;
    }

    .result-core {
        order: 0;
        margin: 0 auto;
    }

    .architecture-image {
        width: 100%;
    }

    .lifecycle-layout {
        width: 100%;
        grid-template-columns: 260px 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .ai-container,
    .ai-hero__content {
        max-width: calc(100% - 32px);
    }

    .ai-hero {
        height: 380px;
        background-position: center top;
    }

    .ai-hero h1 {
        font-size: 30px;
        line-height: 1.35;
    }

    .ai-hero p {
        margin: 18px auto 26px;
        max-width: 310px;
        font-size: 14px;
        line-height: 1.8;
    }

    .ai-section {
        padding: 56px 0;
    }

    .ai-section h2,
    .ai-cta h2 {
        margin-bottom: 34px;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
    }

    .ai-section h2:before,
    .ai-section h2:after,
    .ai-cta h2:before,
    .ai-cta h2:after {
        width: 34px;
        margin: 0 10px 8px;
        display: none;
    }

    .section-subtitle {
        margin: -18px 0 28px;
        font-size: 13px;
    }

    .ai-intro {
        padding-top: 56px;
    }

    .ai-intro .ai-container > p {
        margin-bottom: 34px;
        font-size: 14px;
        line-height: 1.9;
    }

    .challenge-grid,
    .center-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .challenge-card {
        height: auto;
        min-height: 0;
        padding: 28px 24px;
    }

    .compliance-layout {
        gap: 28px;
    }

    .compliance-image {
        width: 240px;
        height: auto;
    }

    .compliance-list {
        gap: 28px;
    }

    .architecture-image {
        width: 100%;
    }

    .ai-architecture .ai-container {
        overflow-x: auto;
    }

    .center-grid {
        min-width: 0;
    }

    .lifecycle-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lifecycle-tabs {
        gap: 22px;
    }

    .lifecycle-tabs:before {
        height: 88px;
    }

    .lifecycle-cards {
        min-height: 0;
    }

    .lifecycle-card {
        position: absolute;
        min-height: 0;
        padding: 28px 24px;
    }

    .lifecycle-card.active {
        position: relative;
    }

    .result-layout {
        gap: 28px;
        margin-top: 0;
    }

    .ai-results {
        padding: 90px 0;
    }

    .ai-results .result-core {
        order: -1;
    }

    .ai-results .result-list.left {
        order: 0;
    }

    .ai-results .result-list.right {
        order: 1;
    }

    .result-list {
        gap: 18px;
    }

    .result-list article {
        display: grid;
        grid-template-columns: 48px 1fr;
        column-gap: 14px;
        min-height: 0;
        padding: 18px 16px !important;
        background: rgba(255, 255, 255, .76);
        border-radius: 8px;
        box-shadow: 0 8px 22px rgba(9, 57, 147, .08);
    }

    .result-list article div,
    .left article div,
    .right article div {
        position: static;
        grid-row: 1 / span 2;
        width: 48px;
        height: 48px;
        margin: 2px 0 0;
        line-height: 48px;
    }

    .result-list article div img {
        max-width: 28px;
        max-height: 28px;
    }

    .result-list h3 {
        margin: 0 0 8px;
        font-size: 18px;
    }

    .result-list p {
        font-size: 14px;
        line-height: 1.8;
    }

    .result-core {
        width: min(78vw, 300px);
        height: min(78vw, 300px);
        max-width: 300px;
        max-height: 300px;
    }

    .result-line-outer {
        width: 100%;
    }

    .result-line-middle {
        width: 56%;
    }

    .result-line-inner {
        width: 42%;
    }

    .result-core:before {
        width: 58%;
        height: 58%;
    }

    .result-core .center-bg {
        width: 48%;
        height: 48%;
    }

    .result-core .center-text {
        width: 28%;
        height: 28%;
        font-size: 18px;
        line-height: 1.25;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ai-cta {
        height: 300px;
    }

    .ai-cta h2 {
        font-size: 18px;
        letter-spacing: 5px;
    }

    .ai-cta .ai-container {
        padding-top: 82px;
    }
}

.consult_btn{
    width: 140px;
    height: 40px;
    border: 0;
    outline: none;
    background: #a5298b;
    border-radius: 30px;
    font-size: 20px;
    margin-top: 5px;
}
.consult_btn>a{
    color: white;
}
.consult_btn:hover{
    box-shadow: 0 0 20px 0px #d538b3;
}

.consult_btn1 {
    width: 305px !important;
    height: 60px !important;
    font-size: 20px !important;
}
