.section-schedule {
    width: 100%;
    height: 7.45rem;
    background-image: url('../../images/home/schedule-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.section-schedule .container {
    position: relative;
    z-index: 1;
}

.schedule-title {
    text-align: center;
    padding-top: 0.54rem;
}

.schedule-title-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.23rem;
}

.schedule-icon {
    width: 0.42rem;
    height: 0.36rem;
    margin-right: 0.18rem;
    background-image: url('../../assets/icons/nav-why.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.schedule-h2 {
    font-size: 0.32rem;
    font-weight: 600;
    color: #031361;
    line-height: 0.32rem;
}

.schedule-desc {
    font-size: 0.18rem;
    color: #031361;
    line-height: 0.24rem;
    font-weight: 400;
}

.schedule-tabs {
    width: 9.36rem;
    height: 0.54rem;
    background: #FFF;
    border-radius: 0.1rem;
    border: 1px solid #FFFFFF;
    margin: 0.28rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
}

.schedule-tab {
    width: 2.24rem;
    height: 0.44rem;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    cursor: pointer;
    font-weight: 400;
    line-height: 0.24rem;
    transition: all 0.3s ease;
    color: #333;
}

.schedule-tab.active {
    background: #134DFF;
    color: #FFF;
}

.schedule-tab:not(.active) {
    background: #F0F8FF;
}

.schedule-tab:not(.active):hover {
    background: #E0F0FF;
}

.schedule-content {
    margin-top: 0.23rem;
    display: flex;
    justify-content: center;
}

.schedule-card {
    width: 100%;
    height: 4.39rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.16rem;
    overflow: hidden;
}

.schedule-card-top {
    display: flex;
}

.schedule-card-desc {
    width: 4.03rem;
    height: 0.94rem;
    margin-top: 1.31rem;
    margin-left: 1.37rem;
}

.schedule-card-desc p {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    text-align: left;
    font-weight: 400;
}

.schedule-card-bottom {
    margin-top: 1.04rem;
    margin-left: 1.48rem;
}

.schedule-card-list {
    display: flex;
    flex-direction: column;
    gap: 0.11rem;
}

.schedule-card-item {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    color: #FFF;
    font-weight: 600;
}

.schedule-card-item-icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.12rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}