.section-title {
    font-size: 30px;
    text-align: center;
    margin: 25px auto;
}

.banner {
    position: relative;
    background-color: #f0f2f5;
    overflow: hidden;
}

.text-content {
    position: absolute;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 400px;
}

.title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}

.desc {
    font-size: 16px;
    color: #042967;
    font-weight: bold;
    margin-bottom: 30px;
}

.download-btn {
    padding: 12px 30px;
    background: linear-gradient(180deg, #5192fd, #1d6ced);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background-color: #096dd9;
}

.banner .swiper-container {
    width: 100%;
    height: 570px;
}



.banner .banner-item {
    width: 100%;
    display: block;
    min-height: 570px;
    max-height: 570px;
    object-fit: cover;
    background: #096dd9;
}

.banner-img {
    width: 100% !important;
    height: 570px;
    object-fit: cover;
}



/* 分页器样式 */
.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 80px;
    border-radius: 6px;
}


.combo-section {
    background: #F0F5FF;
}

.combo-wrap {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.combo-wrap .cw-item {
    width: 300px;
    height: 290px;
    display: flex;
    flex-direction: column;
    border: 1px solid #096dd9;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cw-item-content {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
}

.cw-item-head {
    position: relative;
    width: 300px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.cw-item-head .img1 {
    position: absolute;
    display: block;
    width: 300px;
    height: 60px;
    object-fit: fill;
}

.cw-item-head .t1 {
    position: relative;
    padding-left: 20px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.cw-item-head .t2 {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
}

.cw-item-mid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px;
}

.cw-item-mid span {
    display: block;
    width: 45%;
    margin: 5px 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.cw-item-mid span:nth-child(4) {
    color: #d90101;
}

.cw-item-bottom {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #e6e6e6; */
    border-top: 1px solid #e6e6e6;
    /* margin-bottom: 10px; */
}

.cw-item-bottom .cib-item {
    width: 50%;
    display: flex;
}

.btn {
    width: 30%;
    /* padding: 5px 0; */
    margin: 31px auto;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(180deg, #5192fd, #1d6ced);
    /* margin-top: 30px; */
}