/* 时间轴模块样式开始 */ 
.timebar_container {
    margin: 0 auto;
}
.timebar_container .timebar_tabs{
    display: flex;
    gap: 12px;
    padding: 16px;
}
.timebar_container .timebar_tabs .timebar_tab{
    flex: 1;
    min-width: 100px;
    padding: 8px 4px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
.timebar_container .timebar_tabs .timebar_tab.active{
    background-color: #60a5fa;
    border-color: #60a5fa;
    color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.timebar_container .timebar_tabs .timebar_tab.inactive{
    background-color: white;
    border-color: #bfdbfe;
    color: #475569;
}
.timebar_container .timebar_schedule-list{
    padding: 8px 16px;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day{
    display: none;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day.active{
    display: block;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item{
    display: flex;
    width: 100%;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-timeline-column{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24px;
    margin-right: 2px;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-timeline-column .timebar_schedule-item-timeline-timeline-line{
    position: absolute;
    width: 1px;
    background-color: #3390FF;
    left: 50%;
    transform: translateX(-50%);
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-timeline-column .timebar_schedule-item-timeline-timeline-line.first {
    top: 8px;
    height: calc(100% - 8px);
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-timeline-column .timebar_schedule-item-timeline-timeline-line.middle {
    height: 100%;
    top: 0;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-timeline-column .timebar_schedule-item-timeline-timeline-line.last {
    height: 70%;
    top: -9px;
    background: linear-gradient(to bottom, #3390FF, #FFFFFF);
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-timeline-column .timebar_schedule-item-timeline-timeline-dot{
    position: relative;
    z-index: 10;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #60a5fa;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    transition: transform 0.3s ease;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column{
    flex: 1;
    padding-bottom: 32px;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-event-category{
    color: #333333;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-bottom-wrapper{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: self-start;
    margin-top: 8px;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-bottom-wrapper .timebar_schedule-item-content-bottom-thumb{
    width: 140px;
    height: 104px;
    border-radius: 8px;
    overflow: hidden;
    border-radius: 8px;
    flex-shrink:0;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-bottom-wrapper .timebar_schedule-item-content-bottom-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-bottom-wrapper .timebar_schedule-item-content-bottom-info{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: flex-start;
}
.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-bottom-wrapper .timebar_schedule-item-content-bottom-info .timebar_schedule-item-content-bottom-info-h3{
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #1e293b;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;

}


.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-bottom-wrapper .timebar_schedule-item-content-bottom-info .timebar_schedule-item-content-bottom-info-p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.625;
    color:#64748b;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.timebar_container .timebar_schedule-list .timebar_schedule-day .timebar_schedule-item .timebar_schedule-item-content-column .timebar_schedule-item-content-wrapper .timebar_schedule-item-content-title{
    color: #1e293b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375;
}

/* 时间轴模块样式结束 */

