.wrap-solution {
    margin-top: 96px;
    position: relative;
    z-index: 2;
}
.common-tit h2 {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .wrap-solution {
        margin-top: 100px;
    }
}
.wrap-solution .waves {
    z-index: 0;
}
.wrap-solution .info .group {
    margin-top: 50px;
}
.wrap-solution .info .top .common-tit .linear-gradient {
    color: #0e1923;
    background: linear-gradient(110deg, #5bacc5 0%, #2f3ff8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wrap-solution .info .top .common-list {
    margin-top: 45px;
    width: 1204px;
    height: 299px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 2px rgba(47, 63, 248, 0.14);
    border-radius: 35px;
    padding: 27px 0;
}
.wrap-solution .info .top .common-list .item {
    width: 482px;
}
.wrap-solution .info .top .common-list .item .title img {
    width: 23px;
    height: 23px;
}
.wrap-solution .info .top .common-list .item .title h2 {
    font-size: 25px;
    margin-left: 12px;
}
.wrap-solution .info .top .common-list .item .content {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #8c96a5;
    line-height: 30px;
    text-align: justify;
    min-height: 120px;
}

.wrap-solution .info .top .common-list .item .keywords {
    margin-top: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #8c96a5;
    line-height: 40px;
}

/* Mobile responsive styles for common-list */
@media (max-width: 1199px) {
    .wrap-solution .info .top .common-list {
        width: 100%;
        max-width: 800px;
        height: auto;
        padding: 20px;
        margin: 30px auto 0;
    }
    .wrap-solution .info .top .common-list .item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .wrap-solution .info .top .common-list {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        margin: 20px auto 0;
        border-radius: 20px;
    }
    .wrap-solution .info .top .common-list .item {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    .wrap-solution .info .top .common-list .item:last-child {
        margin-bottom: 0;
    }
    .wrap-solution .info .top .common-list .item .title h2 {
        font-size: 20px;
    }
    .wrap-solution .info .top .common-list .item .content {
        font-size: 16px;
        line-height: 26px;
        min-height: auto;
        margin-top: 15px;
    }
    .wrap-solution .info .top .common-list .item .keywords {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
}
.wrap-solution .info .top .common-list .item:last-child .keywords {
    justify-self: right;
}
.wrap-solution .info .platform {
    margin-top: 86px !important;
}
.wrap-solution .info .platform .main-area {
    margin-top: 36px;
    width: 1204px;
    height: 890px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 2px rgba(47, 63, 248, 0.14);
    border-radius: 35px;
    overflow: hidden;
}
.wrap-solution .info .platform .video-area {
    background: #000000;
}
.wrap-solution .info .platform .video-area .video {
    width: 1175px;
    height: 603px;
    padding: 25px 0;
}
.wrap-solution .info .platform .main-area .items-box {
    margin-top: 40px;
    margin-left: 48px;
    margin-right: 48px;
}
.wrap-solution .info .platform .main-area .items-box .item {
    width: 336px;
}
.wrap-solution .info .platform .main-area .items-box .item .title {
    width: 262px;
    height: 42px;
    background: rgba(64, 105, 228, 0.08);
    box-shadow: 0px 0px 26px 3px rgba(64, 105, 228, 0.08);
    border-radius: 21px;
}
.wrap-solution .info .platform .main-area .items-box .item .title h2 {
    font-weight: bold;
    font-size: 21px;
    color: #ffffff;
    line-height: 40px;
    background: linear-gradient(0deg, #000000 0%, #2f3ff8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.wrap-solution .info .platform .main-area .items-box .item .content {
    min-height: 98px;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 40px;
    text-align: justify;
    margin-top: 47px;
}

/* Mobile responsive styles for platform section */
@media (max-width: 1199px) {
    .wrap-solution .info .platform .main-area {
        width: 100%;
        max-width: 900px;
        height: auto;
        margin: 30px auto 0;
        padding: 20px;
    }
    .wrap-solution .info .platform .video-area .video {
        width: 100%;
        max-width: 800px;
        height: auto;
        padding: 15px 0;
    }
    .wrap-solution .info .platform .main-area .items-box {
        margin: 30px 20px;
        flex-wrap: wrap;
    }
    .wrap-solution .info .platform .main-area .items-box .item {
        width: 280px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {
    .wrap-solution .info .platform .main-area {
        width: 100%;
        height: auto;
        padding: 15px;
        margin: 20px auto 0;
        border-radius: 20px;
    }
    .wrap-solution .info .platform .video-area .video {
        width: 100%;
        height: auto;
        max-height: 300px;
        padding: 10px 0;
    }
    .wrap-solution .info .platform .main-area .items-box {
        margin: 20px 10px;
        flex-direction: column;
    }
    .wrap-solution .info .platform .main-area .items-box .item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }
    .wrap-solution .info .platform .main-area .items-box .item .title {
        width: 220px;
        height: 36px;
    }
    .wrap-solution .info .platform .main-area .items-box .item .title h2 {
        font-size: 18px;
        line-height: 36px;
    }
    .wrap-solution .info .platform .main-area .items-box .item .content {
        font-size: 15px;
        line-height: 30px;
        min-height: auto;
        margin-top: 30px;
    }
}
.solution-second {
    background: #ffffff;
    margin-top: 10px !important;
    padding-top: 64px;
}
.wrap-solution .core-comp {
    background: #ffffff;
}
.wrap-solution .core-comp .common-tit .linear-gradient {
    background: linear-gradient(-12deg, #000000 0%, #2f3ff8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wrap-solution .core-comp .main-area {
}
.wrap-solution .core-comp .main-area .note {
    width: 927px;
    font-weight: 300;
    font-size: 18px;
    color: #505050;
    line-height: 40px;
}
.wrap-solution .core-comp .main-area .items-box {
}
.wrap-solution .core-comp .main-area .items-box .item {
    width: 238px;
    margin-bottom: 38px;
    margin-right: auto;
    margin-left: auto;
}
.wrap-solution .core-comp .main-area .items-box .item .pic {
    width: 93px;
    height: 93px;
    background: #59a8c7;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #59a8c7;
}
.wrap-solution .core-comp .main-area .items-box .item .title h2 {
    font-weight: 400;
    font-size: 18px !important;
    color: #000000;
    margin-top: 20px;
}
.wrap-solution .core-comp .main-area .items-box .item .content {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 19px;
    margin-top: 26px;
    min-height: 90px;
}

/* Mobile responsive styles for core competencies section */
@media (max-width: 1199px) {
    .wrap-solution .core-comp .main-area .note {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 32px;
    }
    .wrap-solution .core-comp .main-area .items-box .item {
        width: 200px;
        margin-bottom: 30px;
    }
    .wrap-solution .core-comp .main-area .items-box .item .pic {
        width: 80px;
        height: 80px;
    }
    .wrap-solution .core-comp .main-area .items-box .item .title h2 {
        font-size: 16px !important;
    }
    .wrap-solution .core-comp .main-area .items-box .item .content {
        font-size: 12px;
        line-height: 18px;
        min-height: 80px;
    }
}

@media (max-width: 767px) {
    .wrap-solution .core-comp .main-area .note {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        padding: 0 15px;
    }
    .wrap-solution .core-comp .main-area .items-box .item {
        width: 100%;
        max-width: 250px;
        margin-bottom: 25px;
    }
    .wrap-solution .core-comp .main-area .items-box .item .pic {
        width: 70px;
        height: 70px;
    }
    .wrap-solution .core-comp .main-area .items-box .item .title h2 {
        font-size: 15px !important;
        margin-top: 15px;
    }
    .wrap-solution .core-comp .main-area .items-box .item .content {
        font-size: 12px;
        line-height: 18px;
        min-height: auto;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .wrap-solution .core-comp .main-area .items-box .item {
        max-width: 200px;
    }
    .wrap-solution .core-comp .main-area .items-box .item .pic {
        width: 60px;
        height: 60px;
    }
    .wrap-solution .core-comp .main-area .items-box .item .title h2 {
        font-size: 14px !important;
    }
}
@media (max-width: 1199px) {
    .wrap-solution .info .group {
        margin-top: 30px;
    }
}

/* 为什么选择我们！样式 */
.why-choose-us-wrap {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .why-choose-us-wrap {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .why-choose-us-wrap {
        padding: 60px 0;
    }
}

.why-choose-us-wrap .why-choose-section {
    position: relative;
    z-index: 2;
}

.why-choose-us-wrap .common-tit h2 {
    color: #fff;
    text-align: center;
}

@media (max-width: 1199px) {
    .why-choose-us-wrap .common-tit h2 {
        margin-bottom: 40px;
    }
}

.why-choose-us-wrap .why-choose-content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 60px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
    .why-choose-us-wrap .why-choose-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .why-choose-us-wrap .why-choose-content {
        padding: 30px 20px;
    }
}

/* 左栏大圆形图片样式 */
.why-choose-us-wrap .why-choose-image {
    display: flex;
    align-items: center;
    height: 100%;
}

.why-choose-us-wrap .image-circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    outline: 3px solid #000;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}

.why-choose-us-wrap .image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.why-choose-us-wrap .image-circle:hover img {
    transform: scale(1.1);
}

@media (max-width: 1199px) {
    .why-choose-us-wrap .image-circle {
        width: 300px;
        height: 300px;
        border-width: 6px;
        outline-width: 2px;
    }
}

@media (max-width: 767px) {
    .why-choose-us-wrap .image-circle {
        width: 250px;
        height: 250px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .solution-cockpit-wrap .swiper-button-prev:after,
    .solution-cockpit-wrap .swiper-button-next:after {
        font-size: 16px;
    }
}

/* 客户案例样式 */
.customer-cases-wrap {
    background: #f8f9fa;
    padding: 120px 0 100px;
    position: relative;
    z-index: 2;
}

.customer-cases-wrap.lazy {
    background-image: url("assets/app/img/com_bg02.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .customer-cases-wrap {
        padding: 80px 0 60px;
    }
}

@media (max-width: 767px) {
    .customer-cases-wrap {
        padding: 60px 0 40px;
    }
}

.customer-cases-section {
    position: relative;
    z-index: 2;
}

.customer-cases-wrap .common-tit h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.customer-cases-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto 60px;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .customer-cases-intro {
        font-size: 16px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .customer-cases-intro {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

/* 客户案例滑块容器 - 无container通栏 */
.customer-cases-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.customer-cases-swiper {
    width: 100%;
    padding: 20px 0;
}

.customer-cases-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.customer-cases-swiper .swiper-slide {
    width: 448px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 客户案例项目样式 */
.customer-case-item {
    width: 448px;
    height: 391px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

.customer-case-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.case-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.customer-case-item:hover .case-image img {
    transform: scale(1.1);
}

.case-content {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
}

.case-description {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.case-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #2356a7;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease-out;
    position: relative;
    width: fit-content;
}

.case-link:hover {
    color: #1a42a1;
    text-decoration: none;
}

.case-link::after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.3s ease-out;
}

.case-link:hover::after {
    transform: translateX(5px);
}

/* 响应式设计 */
@media (max-width: 1199px) {
    .customer-case-item {
        width: 400px;
        height: 350px;
    }

    .case-image {
        height: 180px;
    }

    .case-content {
        padding: 20px;
    }

    .case-title {
        font-size: 18px;
        min-height: 50px;
    }

    .case-description {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .customer-case-item {
        width: 320px;
        height: 300px;
    }

    .case-image {
        height: 150px;
    }

    .case-content {
        padding: 15px;
    }

    .case-title {
        font-size: 16px;
        min-height: 44px;
    }

    .case-description {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .case-link {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .customer-case-item {
        width: 280px;
        height: 280px;
    }

    .case-image {
        height: 130px;
    }

    .case-content {
        padding: 15px 12px;
    }

    .case-title {
        font-size: 15px;
        min-height: 40px;
    }

    .case-description {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
}

/* 渐变文字样式 */
.customer-cases-wrap .linear-gradient {
    background: linear-gradient(110deg, #5bacc5 0%, #2f3ff8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 右栏项目样式 */
.why-choose-us-wrap .why-choose-items {
}

@media (max-width: 991px) {
    .why-choose-us-wrap .why-choose-items {
        padding-left: 0;
        margin-top: 30px;
    }
}

.why-choose-us-wrap .why-choose-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 25px;
    transition: all 0.3s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.why-choose-us-wrap .why-choose-item:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.why-choose-us-wrap .why-choose-item .item-image {
    width: 80px;
    height: 80px;
    margin-right: 25px;
    flex-shrink: 0;
}

.why-choose-us-wrap .why-choose-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.why-choose-us-wrap .why-choose-item:hover .item-image img {
    transform: scale(1.1);
}

.why-choose-us-wrap .why-choose-item .item-content {
    flex: 1;
}

.why-choose-us-wrap .why-choose-item .item-content h3 {
    font-weight: 300;
    font-size: 18px;
    color: #0e1923;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.why-choose-us-wrap .why-choose-item .item-content p {
    font-weight: 300;
    font-size: 14px;
    color: #8c96a5;
    line-height: 19px;
    text-align: justify;
}
@media (min-width: 992px) {
    .why-choose-us-wrap .why-choose-items .item:first-child {
        margin-left: -58px;
    }
    .why-choose-us-wrap .why-choose-items .item:last-child {
        margin-left: -58px;
    }
}

@media (max-width: 1199px) {
    .why-choose-us-wrap .why-choose-item {
        padding: 20px;
    }

    .why-choose-us-wrap .why-choose-item .item-image {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .why-choose-us-wrap .why-choose-item .item-content h3 {
        font-size: 18px;
    }

    .why-choose-us-wrap .why-choose-item .item-content p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .why-choose-us-wrap .why-choose-item {
        padding: 15px;
    }

    .why-choose-us-wrap .why-choose-item .item-image {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .why-choose-us-wrap .why-choose-item .item-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .why-choose-us-wrap .why-choose-item .item-content p {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (max-width: 575px) {
    .why-choose-us-wrap .why-choose-item {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .why-choose-us-wrap .why-choose-item .item-image {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* 渐变文字样式 */
.why-choose-us-wrap .linear-gradient {
    background: linear-gradient(110deg, #5bacc5 0%, #2f3ff8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wrap-solution .info .group .row .col-12 .item {
    margin-bottom: 20px;
    border-radius: 30px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-solution .info .group .row .col-12 .item {
        margin-bottom: 15px;
    }
}
.wrap-solution .info .group .row .col-12 .item:hover .pic .img-box img {
    transform: scale3d(1.1, 1.1, 1);
}
.wrap-solution .info .group .row .col-12 .item:hover .note {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
}
.wrap-solution .info .group .row .col-12 .item:hover .note .tit a {
    text-decoration: underline;
}
.wrap-solution .info .group .row .col-12 .item .pic {
    position: relative;
}
.wrap-solution .info .group .row .col-12 .item .pic .img-box {
    border-radius: 30px;
    padding-bottom: calc(390 / 700 * 100%);
}
.wrap-solution .info .group .row .col-12 .item .pic .img-box img {
    transition: all 1.5s ease-out;
}
.wrap-solution .info .group .row .col-12 .item .note {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0.35) 100%
    );
}
.wrap-solution .info .group .row .col-12 .item .note .tit a {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 36px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
    .wrap-solution .info .group .row .col-12 .item .note .tit a {
        font-size: 18px;
        line-height: 26px;
        height: 26px;
        letter-spacing: normal;
    }
}
.wrap-solution .info .group .row .col-12 .item .note .txt {
    margin-top: 15px;
}
.wrap-solution .info .group .row .col-12 .item .note .txt p {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}
@media (max-width: 1199px) {
    .wrap-solution .info .group .row .col-12 .item .note .txt p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: normal;
        height: 78px;
    }
}
.solution-banner .banner-box .tit h2 {
    font-size: 90px !important;
}
.solution-banner .banner-box .link {
    margin-top: 163px;
}

.solution-banner .banner-box .link a {
    margin: 0 22.5px;
    display: inline-block;
    width: 210px;
    padding: 12px 0;
    font-size: 25px;
    border-radius: 100px;
    border: 2px solid #fff;
    transition: all 0.2s ease-out;
    color: #fff;
}
.solution-banner .banner-box .link a:first-child {
    background: #ffffff;
    color: #2356a7;
}
.solution-banner .banner-box .link a:hover {
    background: #2356a7;
    border: 1px solid #2356a7;
    color: #fff;
}

/* 六大智能驾驶舱样式 */
.solution-cockpit-wrap {
    background: #000;
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap {
        padding: 40px 0;
    }
}

.solution-cockpit-wrap .cockpit-section {
    position: relative;
    z-index: 2;
}

.solution-cockpit-wrap .common-tit h2 {
    color: #fff;
    text-align: center;
}

.solution-cockpit-wrap .cockpit-subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 36px;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .cockpit-subtitle {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: normal;
    }
}

.solution-cockpit-wrap .cockpit-content {
    margin-top: 70px;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    padding: 20px;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .cockpit-content {
        margin-top: 30px;
        padding: 15px;
    }
}

/* 左栏菜单样式 */
.solution-cockpit-wrap .cockpit-menu {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 10;
}

@media (max-width: 991px) {
    .solution-cockpit-wrap .cockpit-menu {
        margin-bottom: 30px;
    }
}

.solution-cockpit-wrap .cockpit-item {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-cockpit-wrap .cockpit-item:last-child {
    margin-bottom: 0;
}

.solution-cockpit-wrap .cockpit-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.solution-cockpit-wrap .cockpit-item.active {
    background: rgba(255, 255, 255, 0.12);
    border-color: #2356a7;
}

.solution-cockpit-wrap .cockpit-item .item-indicator {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: #2356a7;
    transition: all 0.3s ease-out;
}

.solution-cockpit-wrap .cockpit-item.active .item-indicator {
    height: 80%;
}

.solution-cockpit-wrap .cockpit-item .item-content {
    padding-left: 20px;
}

.solution-cockpit-wrap .cockpit-item h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
    line-height: 27px;
    margin: 0;
    transition: all 0.3s ease-out;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .cockpit-item h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
    }
}

.solution-cockpit-wrap .cockpit-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 21px;
    margin: 0;
    transition: all 0.3s ease-out;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .cockpit-item p {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: normal;
    }
}

.solution-cockpit-wrap .cockpit-item.active h3 {
    color: #2356a7;
}

.solution-cockpit-wrap .cockpit-item.active p {
    color: rgba(255, 255, 255, 0.9);
}

/* 右栏显示区域样式 */
.solution-cockpit-wrap .cockpit-display {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 5;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .cockpit-display {
        padding: 20px;
    }
}

.solution-cockpit-wrap .display-header {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .display-header {
        margin-bottom: 20px;
    }
}

.solution-cockpit-wrap .display-title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 42px;
    margin: 0 0 15px 0;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .display-title {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: normal;
    }
}

.solution-cockpit-wrap .display-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .display-description {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal;
    }
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .swiper-slide {
        width: 85%;
        max-width: 500px;
        height: 240px;
    }
}

.solution-cockpit-wrap .slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        transparent 100%
    );
    padding: 30px 20px 20px;
    color: #fff;
    z-index: 2;
}

.solution-cockpit-wrap .slide-info h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 8px 0;
    color: #fff; /* 确保文本颜色 */
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .slide-info h4 {
        font-size: 18px;
        line-height: 26px;
    }
}

.solution-cockpit-wrap .slide-info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 21px;
    margin: 0;
    opacity: 0.9;
    color: #fff; /* 确保文本颜色 */
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .slide-info p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* 导航按钮样式 - 增强Bootstrap 5兼容性 */
.solution-cockpit-wrap .swiper-button-prev,
.solution-cockpit-wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(35, 86, 167, 0.8);
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    margin: 0; /* 移除默认边距 */
}

.solution-cockpit-wrap .swiper-button-prev:hover,
.solution-cockpit-wrap .swiper-button-next:hover {
    background: #2356a7;
    transform: translateY(-50%) scale(1.1);
}

.solution-cockpit-wrap .swiper-button-prev {
    left: 20px;
}

.solution-cockpit-wrap .swiper-button-next {
    right: 20px;
}

.solution-cockpit-wrap .swiper-button-prev:after,
.solution-cockpit-wrap .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
    font-family: "swiper-icons"; /* 使用Swiper图标字体 */
}

@media (max-width: 768px) {
    .solution-cockpit-wrap .swiper-button-prev,
    .solution-cockpit-wrap .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .solution-cockpit-wrap .swiper-button-prev {
        left: 10px;
    }

    .solution-cockpit-wrap .swiper-button-next {
        right: 10px;
    }

    .solution-cockpit-wrap .swiper-button-prev:after,
    .solution-cockpit-wrap .swiper-button-next:after {
        font-size: 16px;
    }
}

/* 隐藏的数据容器样式 */
#cockpit-data-container {
    display: none !important;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.cockpit-data {
    display: none;
}

.swiper-slide-template {
    display: block; /* 确保模板在隐藏容器中可访问 */
}

.solution-cockpit-wrap .swiper-slide {
    width: 80%;
    max-width: 600px;
    height: 320px;
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    border-radius: 14px;
    overflow: hidden;
}
.solution-cockpit-wrap .swiper-slide-prev,
.solution-cockpit-wrap .swiper-slide-next {
    opacity: 0.4;
    border-radius: 14px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .swiper-slide {
        width: 85%;
        max-width: 500px;
        height: 240px;
    }
}

.solution-cockpit-wrap .slide-image {
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.solution-cockpit-wrap .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.solution-cockpit-wrap .swiper-slide-active .slide-image img {
    transform: scale(1.05);
}

.solution-cockpit-wrap .slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        transparent 100%
    );
    padding: 30px 20px 20px;
    color: #fff;
}

.solution-cockpit-wrap .slide-info h4 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 8px 0;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .slide-info h4 {
        font-size: 18px;
        line-height: 26px;
    }
}

.solution-cockpit-wrap .slide-info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 21px;
    margin: 0;
    opacity: 0.9;
}

@media (max-width: 1199px) {
    .solution-cockpit-wrap .slide-info p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* 导航按钮样式 */
.solution-cockpit-wrap .swiper-button-prev,
.solution-cockpit-wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(35, 86, 167, 0.8);
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.solution-cockpit-wrap .swiper-button-prev:hover,
.solution-cockpit-wrap .swiper-button-next:hover {
    background: #2356a7;
    transform: translateY(-50%) scale(1.1);
}

.solution-cockpit-wrap .swiper-button-prev {
    left: 20px;
}

.solution-cockpit-wrap .swiper-button-next {
    right: 20px;
}

.solution-cockpit-wrap .swiper-button-prev:after,
.solution-cockpit-wrap .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .solution-cockpit-wrap .swiper-button-prev,
    .solution-cockpit-wrap .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .solution-cockpit-wrap .swiper-button-prev {
        left: 10px;
    }

    .solution-cockpit-wrap .swiper-button-next {
        right: 10px;
    }

    .solution-cockpit-wrap .swiper-button-prev:after,
    .solution-cockpit-wrap .swiper-button-next:after {
        font-size: 16px;
    }
}
