body{
    background-color: #ffffff !important;
}
#body-container .top-body {
    background: url('../assets/header/body_top.png');
    /* 背景图片 */
    background-size: 100% 100%;
    /* 背景图片自适应 */
    height: 760px;
    width: 100%;
}

.swiper-card {
    width: 70%;
    height: 300px;
    margin: 0px auto;
    margin-top: -200px;
}

.swiper {
    width: 100%;
    height: 300px;
    /*max-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    transition: transform 0.3s ease;
}

.image-container:hover {
    transform: scale(1.05);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 15px;
    /* transform: translateY(100%); */
    transition: transform 0.3s ease;
}

.image-caption p {
    font-size: 14px;
    padding: 15px 0px;
    color: #fff
}

.image-container:hover .image-caption {
    transform: translateY(0);
}




/* 解决方案样式开始 */
.solution-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

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

.solution-title {
    font-size: 34px;
    color: #1D2129;
    padding-bottom: 15px;
}

.solution-icon-section {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}

.solution-icon-item {
    text-align: center;
    cursor: pointer;
}

.solution-icon-item img {
    width: 110px;
    height: 90px;
}

.solution-icon-item p {
    color: #555C66;
    font-size: 18px;
}
.solution-icon-item-this p{
    color: #0F73FF;
}
.solution-icon-item:hover p{
    color: #0F73FF;
}


.solution-card {
    display: flex;
    gap: 20px;
    padding: 20px 0;
}

/* 左侧深蓝色区域 */
.solution-card .left-section {
    width: 250px;
    border-radius: 2px;
    padding: 15px;
    color: white;
    position: relative;
    background: url('../assets/index/one_bg.png');
    /* 背景图片 */
    background-size: 100% 100%;
    /* 背景图片自适应 */
    height: 300px;
}
.solution-card .left-section h3{
    text-align: center;
    position: relative;
}
.solution-card .left-section h3::after{
    content: '';
    width: 70%;
    height: 1.5px;
    position: absolute;
    left: 15%;
    bottom: -10px;
    background: #ffffff;
}
.solution-card .left-section p{
    opacity: 0.8;
    margin-top: 20px;
    color: #FAFAFC;
    padding: 0 13px;
    font-size: 14px;
    line-height: 24px;
}
/* 右侧卡片布局 */
.solution-card .right-section {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
    justify-content: flex-start;
}

.solution-card-item {
    background: white;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: 32%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FD 100%);
    box-sizing: border-box;
    border: 1px solid #FAFAFC;
}

.solution-card-item:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px 0px rgba(66, 89, 144, 0.3);
}
.solution-card-item:hover .sl-card-item-title {
    color: #0F73FF;
}
.ai-policing{
    width: 100%;
}
/* 文字样式 */
.sl-card-item-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}

.sl-card-item-sub-txt {
    margin-bottom: 12px;
    font-size: 14px;
    color: #848A9B;
}

/* 按钮样式 */
.btns {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.blue-btn {
    background: #2979FF;
    color: white;
    padding: 0 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 26px;
}

.outline-btn {
    background: #FAFAFC;
    color: #6F7B8D;
    padding: 0 12px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    cursor: pointer;
    height: 26px;
}

#application-container {
    width: 94%;
    margin: 0px auto;
    border-radius: 12px;
    background: #003DA7;
    padding: 40px 80px;
    height: 700px;
    margin-top: -100px;
    position: relative;
    border-radius: 50px;
    z-index: 5;
    overflow: hidden;
}
#application-container:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: inset -200px 0px 200px 0px rgba(9, 4, 44, 0.5), inset 214px 0px 200px 0px rgba(9, 4, 44, 0.5), inset 0px -200px 200px 0px rgba(9, 4, 44, 0.5), inset 0px 216px 200px 0px rgba(9, 4, 44, 0.5), inset 0px 0px 200px 0px rgba(9, 4, 44, 0.5);
}

.app-header {
    text-align: center;
}

.app-title {
    font-size: 33px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #FAFAFC;
    margin-bottom: 20px;
}

.app-swiper {
    margin-top: 60px;
    height: 480px;
}

.app-swiper .swiper-wrapper {
    height: 480px;
}

.app-case-grid {
    display: flex;
    gap: 20px;
    padding: 0 12%;
    height: 100%;
    flex-wrap: wrap;
}
.case-app-left{
    width: 40%;
    padding-right: 12px;
}
.case-item {
    padding: 20px;
    border-radius: 16px;
    background: #FAFAFC;
    display: flex;
    height: 44%;
    width: 48%;

}
.app-desc {
    padding-top: 20px;
    color: #848A9B;
    font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    --swiper-navigation-size: 30px;
}

#news-container {
    color: #000;
}

.news-header {
    padding-bottom: 50px;
    text-align: center;
}

.news-title {
    font-size: 33px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #1D2129;
    margin-bottom: 20px;
}

.news-swiper {
    height: 400px;
}

.news-swiper .swiper-wrapper {
    width: 400px;
}

.news-slide-card {
    display: flex;
    gap: 30px;
    padding: 40px;
}

.news-top-bg {
    position: relative;
    border-radius: 8px;
}

.news-top-bg .tag {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 9px 0px 9px 0px;
    opacity: 0.7;
    background: #2987FE;
    font-size: 12px;
    padding: 5px 8px;
}

.news-slide-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 32%;
}

.news-content {
    border-radius: 8px;
    background: linear-gradient(180deg, #E7ECF7 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1.5px solid #FAFAFC;
    box-shadow: 0px 12px 19px 0px rgba(187, 199, 222, 0.45), inset 0px 0px 3px 0px #FFFFFF;
    margin-top: -90px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 8px;
    width: 320px;
}

.news-content-desc {
    font-size: 14px;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0px;
    color: #848A9B;
}

.news-btn-card {
    display: flex;
    justify-content: end;
    margin-bottom: -10px;
}

.news-button {
    display: inline-block;
    background: #0066ff;
    color: white;
    padding: 10px 25px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.3s;
}

.news-button:hover {
    transform: translateY(-2px);
}
.swiper-wrapper-one{

}
.swiper-wrapper-one .swiper-slide{
    width: 33%;
}
/*适配*/
/* 手机设备 平板设备（竖屏和横屏，768px ~ 1024px） */
@media (max-width: 1024px) {
    .header-container{
        display: none;
    }
    .mobile-header {
        display: block;
    }
    #body-container .top-body{
        height: 250px !important;
        background: url('../assets/header/body_top_m.png');
        background-size: 100% 100%;
    }
    .swiper-card {
        width: 90% !important;
        margin-top: -50px !important;
    }
    #body-container .top-body .slogan{
        font-size: 18px !important;
        text-align: center;
    }
    h4{
        font-size: 13px !important;
    }
    #body-container .top-body .slogan-desc{
        font-size: 12px !important;
        width: 100%;
        text-align: center;
        opacity: 0.5;
    }
    .zooid-container{

    }
    #body-container .top-body .slogan-box{
        width: 76% !important;
        padding-top: 100px !important;
    }
}
/* 电脑设备（大于 1024px） */
@media (min-width: 1025px) {
    .header-container{
        display: block;
    }
    .mobile-header {
        display: none;
    }
}
