div[data-id="features"],
div[data-id="solutions"],
section[data-id="faq"] {
    scroll-margin-top: 70px;
}

.index-banner {
    overflow: hidden;
    background: url(../images/index-banner_en.png) no-repeat center / cover;
}

.index-tip {
    background: #E9EAFF;
    border-radius: 18px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 12px;
    color: #4F56FE;
    line-height: 18px;
}

.AI-logo-ul li:nth-child(1)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/perplexity.png);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(2)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/chatgpt.png);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(3)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/claude.png);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(4)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/gemini.png);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(5)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/deepseek.png);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(6)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/kimi.png);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(7)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/yuanbao.png);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.img-tip {
    margin-top: 4px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(29, 29, 31, 0.4);
    line-height: 16px;
    text-align: end;
}

.ai-decision-box {
    margin-top: 32px;
    justify-content: center;
}

.ai-decision-box::before {
    content: '';
    width: 68px;
    height: 68px;
    background: no-repeat url(../images/features01_icon_transform.png);
    background-size: 100% 100%;
    position: absolute;
}

.ai-decision-box .decision-left .decision-title {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    width: max-content;
}

.ai-decision-box .decision-left .decision-title em {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    padding: 6px 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-style: normal;
    text-transform: none;
}

.ai-decision-box .decision-right .decision-title {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    width: max-content;
}

.ai-decision-box .decision-right .decision-title em {
    font-weight: 400;
    font-size: 12px;
    color: #3400FF;
    line-height: 16px;
    padding: 6px 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-style: normal;
    text-transform: none;
    font-weight: bold;
}

.ai-decision-box span {
    font-weight: bold;
    font-size: 20px;
    color: #1D1D1F;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ai-decision-box p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(29, 29, 31, 0.8);
    line-height: 21px;
}

.ai-decision-box .decision-left {
    width: 100%;
    height: 100%;
    background: no-repeat center / cover url(../images/features01_bg_traditionalSEO.png);
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 48px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ai-decision-box .decision-right {
    width: 100%;
    height: 100%;
    background: no-repeat center / cover url(../images/features01_bg_qiduokeGEO.png);
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 48px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.decision {
    background: #FAF9FF;
    border-radius: 40px;
    padding: 24px;
}

.decision h3 {
    font-size: 20px;
    padding: 0px 8px;
}

.decision p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(29, 29, 31, 0.8);
    line-height: 24px;
    padding: 16px 8px;
}

.recommend-banner {
    overflow: hidden;
    background: url(../images/features02_bg.png) no-repeat center / cover;
}

.recommend-steps {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 3px;
    width: max-content;
}

.recommend-steps li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.6);
    line-height: 20px;
    padding: 5px 21px;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    transition:
        color 0.9s ease-out,
        background 0.9s ease-out,
        transform 0.9s ease-out;
}

.recommend-steps li.active {
    font-weight: bold;
    color: #000000;
}

.recommend-steps li:hover {
    box-shadow: 0px 1px 6px 1px rgba(28, 0, 136, 0.08);
}

.recommend-steps li::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 3px;
    background: linear-gradient(138deg, #EF588C 0%, #A558E6 50.2%, #3400FF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.9s ease-out;
}

.recommend-steps li.active::before {
    opacity: 1;
}


.recommend-steps-phone {
    width: 100%;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.recommend-steps-phone li {
    background: #FFFFFF;
    width: 25%;
    box-shadow: 0px 1px 6px 1px rgba(28, 0, 136, 0.08);
    padding: 0px;
    height: 2px;
}

.recommend-steps-phone li+li {
    margin-left: 8px;
}

.recommend-steps-phone li.active {
    box-shadow: 0px 1px 6px 1px rgba(28, 0, 136, 0.08);
}

.recommend-steps-phone li::before {
    padding: 1px;
    border-radius: 6px;
    background: linear-gradient(138deg, #EF588C 0%, #A558E6 50.2%, #3400FF 100%);
}

.recommend-content .step-card {
    background: linear-gradient(123deg, #FF90B5 0%, #D687FF 52.72%, #7A9CFF 100%);
    border-radius: 14px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    width: max-content;
}

.decision-wrap img {
    width: -webkit-fill-available;
}

@keyframes imgFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* 应用动画 */
.recommend-content img {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.recommend-list li::before {
    content: "";
    width: 14px;
    height: 10px;
    display: inline-block;
    background: url(../images/achieve.png) no-repeat center;
    margin-right: 10px;
    margin-top: 4px;
}

.recommend-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.8);
    line-height: 20px;
    align-items: self-start;
}

.recommend-list li+li {
    margin-top: 12px;
}

.recommend-bottom {
    font-size: 16px;
    color: #897AF7;
    line-height: 22px;
    margin-top: 72px;
}

.recommend-bottom::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/features02_icon_summary.png) no-repeat center;
}

.GEO-banner {
    background: #FAF9FF;
}

.AI-en-source {
    padding: 8px;
    background: #F4F1F9;
    border-radius: 40px;
}

.AI-en-source .AI-en-source-left {
    padding: 32px 32px 20px 32px;
}

.AI-en-source .AI-en-source-right {
    padding: 32px 32px 20px 32px;
    background: url(../images/solution03_Solution_bg.png) no-repeat center / cover;
    border-radius: 36px;
}

.AI-en-source .AI-source-title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(29, 29, 31, 0.6);
    line-height: 21px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(24, 24, 27, 0.05);
}

.AI-en-source .AI-en-source-right .AI-source-title {
    color: #0F004A;
    font-size: 20px;
}

.AI-en-source .AI-en-source-left .AI-source-title::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: inline-block;
    background: url(../images/solution03_icon_commonScenarios.png) no-repeat center;
}

.AI-en-source .AI-en-source-right .AI-source-title::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
    background: url(../images/solution03_icon_Solution.png) no-repeat center;
}

.AI-en-source .AI-en-source-list li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.8);
    line-height: 19px;
    height: 68px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(24, 24, 27, 0.05);
    flex-direction: row;
}

.AI-en-source .AI-en-source-right .AI-en-source-list li {
    color: #0F004A;
    font-weight: bold;
}

.AI-en-source .AI-en-source-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.AI-en-source .AI-en-source-left .AI-en-source-list li::before {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: inline-block;
    background: url(../images/solution03_icon_cannot.png) no-repeat center;
}

.AI-en-source .AI-en-source-right .AI-en-source-list li::before {
    content: "";
    flex: none;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: inline-block;
    background: url(../images/solution03_icon_canDo.png) no-repeat center;
}

.whoUse-wrap {
    background: url("../images/solution02_gb.png") no-repeat center / cover;
}

.slider-contrainer {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
    perspective: 1200px;
    perspective-origin: center center;
}

.slider-list {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}

.slider-list li[data-index] {
    padding: 48px;
    box-shadow: 10px 10px 40px 1px rgba(24, 24, 27, 0.1);
    border-radius: 40px;
    width: 50%;
    height: 260px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    will-change: transform, opacity, z-index;
    position: absolute;
}

.slider-list li[data-index].active {
    height: 300px;
    transform: translateX(0) scale(1) translateZ(0);
    opacity: 1;
    z-index: 100;
}

.slider-list li[data-index].active-left-1 {
    transform: translateX(-180px) scale(0.85) translateZ(-100px) rotateY(15deg);
    opacity: 0.8;
    z-index: 50;
}

.slider-list li[data-index].active-right-1 {
    transform: translateX(180px) scale(0.85) translateZ(-100px) rotateY(-15deg);
    opacity: 0.8;
    z-index: 50;
}

.slider-list li[data-index].active-left-2 {
    transform: translateX(-300px) scale(0.7) translateZ(-200px) rotateY(25deg);
    opacity: 0;
    z-index: 20;
}

.slider-list li[data-index].active-right-2 {
    transform: translateX(300px) scale(0.7) translateZ(-200px) rotateY(-25deg);
    opacity: 0;
    z-index: 20;
}

.slider-list li[data-index].hidden {
    transform: translateX(0) scale(0.5) translateZ(-300px);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.slider-list li[data-index] img {
    width: 32px;
    height: 32px;
}

.slider-list li[data-index="0"] {
    background: url("../images/solution02_bg_marketing.png") no-repeat center / cover;
}

.slider-list li[data-index="1"] {
    background: url("../images/solution02_bg_contentOperations.png") no-repeat center / cover;
}

.slider-list li[data-index="2"] {
    background: url("../images/solution02_bg_brandManager.png") no-repeat center / cover;
}

.slider-list li[data-index="3"] {
    background: url("../images/solution02_bg_seoTeams.png") no-repeat center / cover;
}

.slider-block li {
    border-radius: 14px;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(29, 29, 31, 0.8);
    line-height: 16px;
    width: max-content;
}

.slider-list li[data-index="0"] .slider-block li {
    background: rgba(52, 0, 255, 0.1);
}

.slider-list li[data-index="1"] .slider-block li {
    background: rgba(239, 88, 140, 0.1);
}

.slider-list li[data-index="2"] .slider-block li {
    background: rgba(52, 0, 255, 0.1);
}

.slider-list li[data-index="3"] .slider-block li {
    background: rgba(241, 170, 46, 0.1);
}

.slider-block li+li {
    margin-left: 8px;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 24px;
}

.prev-btn,
.next-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(24, 24, 27, 0.05);
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
}

.prev-btn {
    left: 30px;
}

.next-btn {
    right: 30px;
}

.prev-btn:hover,
.next-btn:hover {
    box-shadow: 0px 0px 16px 1px rgba(28, 0, 136, 0.1);
}

.prev-btn::before {
    content: '';
    width: 8px;
    height: 14px;
    background: no-repeat url(../images/solution02_icon_prev.png);
    background-size: 100% 100%;
}

.next-btn::before {
    content: '';
    width: 8px;
    height: 14px;
    background: no-repeat url(../images/solution2_icon_next.png);
    background-size: 100% 100%;
}

.carousel-dots {
    display: flex;
    gap: 10px;
}

.carousel-dots .dot {
    width: 11px;
    height: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: no-repeat url(../images/solution02_icon_dot02.png);
}

.carousel-dots .dot.active {
    width: 11px;
    height: 10px;
    background: no-repeat url(../images/solution02_icon_dot03.png);
}

.industry-menu-list {
    border-left: 1px solid rgba(28, 0, 136, 0.05);
}

.industry-menu-list li {
    font-weight: bold;
    font-size: 20px;
    color: rgba(29, 29, 31, 0.5);
    line-height: 26px;
    padding-left: 24px;
    cursor: pointer;
    transition:
        color 0.9s ease-out,
        background 0.9s ease-out,
        transform 0.9s ease-out;
}

.industry-menu-list li+li {
    margin-top: 32px;
}

.industry-menu-list li.active {
    color: #1D1D1F;
}

.industry-menu-list li.active {
    border-left: 2px solid #4F56FE;
}

.industry-right {
    width: 60%;
    height: -webkit-fill-available;
    position: absolute;
    right: 0px;
}

.industry-right div[data-index] {
    padding: 32px;
    height: 100%;
}

.industry-right div[data-index] img {
    width: 32px;
    height: 32px;
}

.industry-right div[data-index='0'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_tech.png);
    border-radius: 20px;
}

.industry-right div[data-index='1'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_eCommerce.png);
    border-radius: 20px;
}

.industry-right div[data-index='2'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_education.png);
    border-radius: 20px;
}

.industry-right div[data-index='3'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_finance.png);
    border-radius: 20px;
}

.industry-right div[data-index='4'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_healthcare.png);
    border-radius: 20px;
}

.industry-right div[data-index='5'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_legal.png);
    border-radius: 20px;
}

.industry-right div[data-index='6'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_travel.png);
    border-radius: 20px;
}

.industry-right div[data-index='7'] {
    animation: imgFadeIn 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: no-repeat center / cover url(../images/solution01_bg_manufacturing.png);
    border-radius: 20px;
}

.industry-block li {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: self-start;
}

.industry-block li+li {
    margin-top: 12px;
}

.industry-block li::before {
    content: '';
    background: no-repeat url(../images/solution01_icon_dot01.png);
    background-size: 100% 100%;
    margin-right: 8px;
    width: 11px;
    height: 10px;
    display: block;
    margin-top: 4px;
    flex: none;
}


/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 992px) {}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {

    .free-try-en .container h1 {
        padding: 0px 20px !important;
    }

    .ptb100 {
        padding: 40px 0;
    }

    .mtb80 {
        margin: 40px 0;
    }

    .pt80 {
        padding-top: 40px;
    }

    .mb100 {
        margin-bottom: 40px;
    }

    .faq-en .container>div {
        flex-direction: column;
    }

    .faq-en .faq-left {
        padding-bottom: 24px;
    }

    .faq-en .faq-right {
        width: 100%;
    }

    .AI-en-source {
        flex-direction: column;
        border-radius: 20px;
    }

    .AI-en-source .AI-en-source-right {
        border-radius: 20px;
        padding: 21px 10px 10px 10px;
    }

    .AI-en-source .AI-en-source-left {
        padding: 10px;
    }

    .slider-list li[data-index] {
        width: 86%;
    }

    .prev-btn,
    .next-btn {
        z-index: 999;
    }

    .prev-btn {
        left: 3px;
    }

    .next-btn {
        right: 3px;
    }

    .slider-list li[data-index].active {
        height: 320px;
        justify-content: flex-end;
    }

    .slider-list li[data-index].active-left-1,
    .slider-list li[data-index].active-right-1 {
        opacity: 0;
    }

    .slider-list li[data-index] {
        padding: 24px;
    }

    .slider-block li {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .slider-block {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .slider-block li+li {
        margin: 0px;
    }

    .recommend-content>div[data-index] {
        flex-direction: column;
    }

    .recommend-content>div[data-index]>div {
        margin-right: 0px;
    }

    .recommend-bottom {
        margin-top: 30px;
    }

    .fade-img {
        margin-top: 20px;
    }

    .recommend-steps-pc {
        display: none;
    }

    .recommend-steps-phone {
        display: flex !important;
    }

    .decision-wrap {
        gap: 12px;
    }

    .decision {
        border-radius: 20px;
    }

    .ai-decision-box {
        flex-direction: column;
    }

    .ai-decision-box .decision-left {
        padding: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .ai-decision-box .decision-right {
        padding: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .ai-decision-box::before {
        display: none;
    }

    .banner-diagram {
        display: none;
    }

    .nav-wrap .nav-freeTrial-btn {
        padding: 8px;
    }

    .index-banner>div>div {
        margin-top: 0px;
    }

    .index-tip {
        font-size: 11px;
    }

    .banner-freeTrial-btn::after,
    .banner-pre-bookbtn::after {
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }

    .nav-drawer-en .nav-drawer-menu li.active {
        background: transparent;
    }

    .nav-drawer-en .nav-drawer-menu li.active::before {
        display: none;
    }

    .nav-drawer-en .nav-drawer-menu li.active a {
        padding-left: 4px;
        color: #000000;
    }

    .nav-drawer-en .nav-drawer-menu li {
        color: rgba(29, 29, 31, 0.8);
    }

    .nav-drawer-footer-en {
        padding: 20px;
        background: #FAF9FF;
        bottom: 0px;
        position: absolute;
        width: 100%;
    }

    .nav-drawer-footer-en p {
        color: rgba(24, 24, 27, 0.1);
        font-size: 14px;
        margin: 0px
    }

    .nav-drawer-footer-en .nav-drawer-menu {
        flex: none;
    }


    .industry-contrainer {
        flex-direction: column;
    }

    .industry-right {
        width: 89%;
        margin-top: 8px;
        position: relative;
    }

    .industry-contrainer {
        flex-direction: column;
    }

    .industry-menu-list li {
        padding-left: 12px;
    }

    .industry-block li{
        padding-left: 0px;
    }

    .industry-right div[data-index] {
        padding: 16px;
        margin-left: 12px;
    }
}