
.aa-page {
    background: #f4f6fe;
}

.aa-hero {
    height: 500px;
    background-size: cover;
   background-repeat: no-repeat;
    background-position: center;
}
.hreo_two {
  background: url('/templates/1/default/_files/img/industry/banner2.jpg') no-repeat center center;
        background-size: cover;
 background-repeat: no-repeat;
  background-position: center;
}
.hreo_three {
  background: url('/templates/1/default/_files/img/industry/banner3.jpg') no-repeat center center;
        background-size: cover;
 background-repeat: no-repeat;
  background-position: center;
}
.hreo_four {
  background: url('/templates/1/default/_files/img/industry/banner4.jpg') no-repeat center center;
        background-size: cover;
 background-repeat: no-repeat;
  background-position: center;
}
.hreo_five {
  background: url('/templates/1/default/_files/img/industry/banner5.jpg') no-repeat center center;
        background-size: cover;
 background-repeat: no-repeat;
  background-position: center;
}
.hreo_six {
  background: url('/templates/1/default/_files/img/industry/banner6.jpg') no-repeat center center;
        background-size: cover;
 background-repeat: no-repeat;
  background-position: center;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
}

.aa-section {
}

.aa-section--muted {
    background: #f4f6fe;
}

.aa-narrow {
    max-width: 980px;
}

.section-title {
    text-align: center;
    margin-bottom: 32px;
    margin-top: 40px
}

.section-title h2 {
    font-size: 40px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 500;
}

.section-title .divider {
    width: 48px;
    height: 4px;
    background-color: #2353ed;
    border-radius: 999px;
    margin: 0 auto;
}

.aa-copy {
    text-align: left;
    color: #555f72;
    font-size: 15px;
    line-height: 2;
}

.aa-copy p {
    text-indent: 2em;
    margin: 0 0 8px;
}

.aa-values {
    padding-bottom: 18px;
}

.aa-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 900px;
    margin: 0 auto;
}

.aa-value-card {
    background: #ffffff;
    padding: 30px 28px 26px;
    text-align: center;
}

.aa-value-card__icon {
    width: 90px;
    height: 65px;
   object-fit: contain;
    margin: 0 auto 20px;
}

.aa-value-card h3 {
    font-size: 18px;
    color: #2f3442;
    margin: 0 0 14px;
}

.aa-value-card p {
    text-align: left;
    margin: 0;
    font-size: 14px;
    color: #7b8496;
    line-height: 1.85;
}

.aa-cases {
    background: #ffffff;
    margin-top: 12px;
    padding-bottom: 40px;
}

.aa-cases__summary {
    margin: 16px 0 0;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.aa-cases__summary span {
    color: #2353ed;
    font-weight: 600;
}

.aa-cases__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 860px;
    margin: 0 auto 18px;
}

.aa-case-shot img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.aa-cases__tags {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px 12px;
    max-width: 860px;
    margin: 0 auto;
}

.aa-cases__tags span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 6px;
    background: #f8f9fc;
    color: #555555;
    font-size: 15px;
}

.aa-cases__tags span:last-child {
    color: #2353ed;
}

.aa-cta {
    background:
        radial-gradient(circle at 12% 38%, rgba(96, 232, 255, 0.45) 0, rgba(96, 232, 255, 0) 20%),
        radial-gradient(circle at 85% 72%, rgba(120, 170, 255, 0.32) 0, rgba(120, 170, 255, 0) 24%),
        linear-gradient(90deg, #5b95ff 0%, #2963f0 52%, #3376ff 100%);
    color: #ffffff;
}

.aa-cta__inner {
    min-height: 148px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 30px;
}

.news-title {
    margin: 0 0 10px;
    font-size: 32px;
    color: #ffffff;
}

.news-description {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.84);
}

.aa-cta__dots {
    display: flex;
    align-items: center;
    gap: 42px;
}

.aa-cta__dots span {
    width: 18px;
    height: 18px;
    border: 1px dashed rgba(255, 221, 122, 0.9);
    background: transparent;
}

.btnNews {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 50px;
    background: #ffffff;
    border-radius: 999px;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #1667ff;
    text-decoration: none;
}

.btnNews:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(8, 42, 129, 0.2);
    color: #1667ff;
}
.justify-between {
    justify-content: space-between;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.box_42 {
    display: flex;
    width: 100%;
    /* 修改为100%而不是固定1920px */
    height: 316px;
    background: url(/templates/1/default/_files/img/solution/foot.png) center center no-repeat;
    /* 修改为center center */
    background-size: cover;
    /* 修改为cover而不是100% 100% */
    margin: 0px 0 0 0;
}

.text-wrapper_90 {
    width: 636px;
    height: 116px;
    margin: 100px 0 0 358px;
}

.text_31 {
    height: 45px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin-left: 2px;
}

.text_32 {
    width: 636px;
    height: 31px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 47px;
    margin-top: 40px;
}

.text-wrapper_11 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 32px;
    height: 64px;
    width: 204px;
    margin: 126px 360px 0 0;
}

.text_33 {
    width: 124px;
    height: 23px;
    overflow-wrap: break-word;
    color: rgba(35, 83, 237, 1);
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 23px;
    margin: 21px 0 0 40px;
}


@media screen and (max-width: 992px) {
    .nav-item {
        margin-left: 15px;
    }

   .aa-hero {
    height: 500px;
     background-size: cover;
     background-repeat: no-repeat;
    background-position: center;
}
.hreo_two {
  background: url('/templates/1/default/_files/img/industry/app_backTwo.png') no-repeat center center;
        background-size: cover;
}
.hreo_three {
  background: url('/templates/1/default/_files/img/industry/app_backThree.png') no-repeat center center;
        background-size: cover;
}
.hreo_four {
  background: url('/templates/1/default/_files/img/industry/app_backFour.png') no-repeat center center;
        background-size: cover;
}
.hreo_five {
  background: url('/templates/1/default/_files/img/industry/app_backFive.png') no-repeat center center;
        background-size: cover;
}
.hreo_six {
  background: url('/templates/1/default/_files/img/industry/app_backSix.png') no-repeat center center;
        background-size: cover;
}

    .aa-values__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .aa-cases__gallery {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .aa-case-shot img {
        height: 240px;
    }

    .aa-cases__tags {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 520px;
    }

    .aa-cta__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .footer-nav {
        flex-direction: column;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }
        .box_42 {
            flex-direction: column;
            height: auto;
            padding: 30px 0;
        }
    
        .text-wrapper_90 {
            font-size: 28px;
            margin: 0 auto 20px;
            text-align: center;
        }
    
        .text-wrapper_11 {
            margin: 40px auto 30px;
        }
    
        .text_31{
          white-space: normal;
          text-align: center;
          margin-left: 0;
          font-size: 42px;
        }
        .text_32 {
            white-space: normal;
            text-align: center;
            margin-left: 0;
            font-size: 28px;
        }
}

@media screen and (max-width: 768px) {
.aa-hero {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hreo_two {
  background: url('/templates/1/default/_files/img/industry/app_backTwo.png') no-repeat center center;
        background-size: cover;
}
.hreo_three {
  background: url('/templates/1/default/_files/img/industry/app_backThree.png') no-repeat center center;
        background-size: cover;
}
.hreo_four {
  background: url('/templates/1/default/_files/img/industry/app_backFour.png') no-repeat center center;
        background-size: cover;
}
.hreo_five {
  background: url('/templates/1/default/_files/img/industry/app_backFive.png') no-repeat center center;
        background-size: cover;
}
.hreo_six {
  background: url('/templates/1/default/_files/img/industry/app_backSix.png') no-repeat center center;
        background-size: cover;
}
    .box_42 {
            width: 100%;
            height: auto;
            margin: 28px 0 0;
            padding: 36px 24px 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-position: center;
        }
    
        .text-wrapper_90 {
            width: 100%;
            height: auto;
            margin: 0;
            align-items: center;
            gap: 42px;
        }
    
        .text_31 {
            width: auto;
            height: auto;
            margin: 0;
            font-size: 28px;
            line-height: 1.3;
            text-align: center;
            white-space: normal;
        }
    
        .text_32 {
            width: auto;
            height: auto;
            margin: 0;
            font-size: 14px;
            line-height: 1.7;
            text-align: center;
            white-space: nowrap;
        }
    
        .text-wrapper_11 {
            width: 220px;
            height: 62px;
            margin: 30px auto 0;
            border-radius: 999px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    
        .text_33 {
            width: auto;
            height: auto;
            margin: 0;
            font-size: 20px;
            line-height: 1;
            text-align: center;
        }
    
        .footer-col {
            width: 100%;
            margin-bottom: 30px;
        }
    .header {
        height: auto;
        padding: 15px 0;
    }

    .nav-container {
        flex-direction: column;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 15px;
    }

    /* .container {
        padding-top: 42px;
        padding-bottom: 42px;
    } */

    .aa-hero__content h1 {
        font-size: 30px;
    }

    .aa-hero__content p {
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .aa-copy {
        font-size: 14px;
    }

    .aa-case-shot img {
        height: 210px;
    }

    .aa-cases__tags {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-title {
        font-size: 28px;
    }

    .news-description {
        font-size: 16px;
    }

    .aa-cta__dots {
        gap: 24px;
    }
}

@media screen and (max-width: 576px) {
.aa-hero {
    height: 250px;
   background-size: cover;
   background-repeat: no-repeat;
    background-position: center;
}
.hreo_two {
  background: url('/templates/1/default/_files/img/industry/app_backTwo.png') no-repeat center center;
        background-size: cover;
}
.hreo_three {
  background: url('/templates/1/default/_files/img/industry/app_backThree.png') no-repeat center center;
        background-size: cover;
}
.hreo_four {
  background: url('/templates/1/default/_files/img/industry/app_backFour.png') no-repeat center center;
        background-size: cover;
}
.hreo_five {
  background: url('/templates/1/default/_files/img/industry/app_backFive.png') no-repeat center center;
        background-size: cover;
}
.hreo_six {
  background: url('/templates/1/default/_files/img/industry/app_backSix.png') no-repeat center center;
        background-size: cover;
}
    .box_42 {
            flex-direction: column;
            margin-top: 24px;
            padding: 32px 18px 28px;
        }
    
        .text-wrapper_90 {
            gap: 14px;
        }
    
        .text_31 {
            font-size: 23px;
        }
    
        .text_32 {
            font-size: 14px;
            white-space: normal;
        }
    
        .text-wrapper_11 {
           width: 102px;
            height: 32px;
            margin-top: 18px;
        }
    
        .text_33 {
            font-size: 12px;
        }
    .aa-hero__content {
        padding: 42px 0 24px;
    }

    .aa-hero__eyebrow {
        font-size: 12px;
    }

    .aa-hero__content h1 {
        font-size: 24px;
    }

    .aa-hero__visual img {
        height: 220px;
    }

    .aa-value-card {
        min-height: auto;
        padding: 24px 18px 22px;
    }

    .aa-case-shot img {
        height: 180px;
    }

    .aa-cases__tags span {
        font-size: 14px;
        height: 40px;
    }

    .btnNews {
        width: 148px;
        height: 46px;
        font-size: 16px;
    }
}
