.paikel-container {
    padding: 20px;
}
.filter-bar {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.courses-bar {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.course-tag {
    display: inline-block;
    padding: 5px 12px;
    margin: 5px;
    background: #e6f7ff;
    border: 1px solid #91d5ff;
    border-radius: 3px;
    color: #1890ff;
}
.main-content {
    display: flex;
    gap: 20px;
}
.teachers-panel {
    width: 220px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    max-height: 600px;
    overflow-y: auto;
}
.teacher-item {
    padding: 10px;
    margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.teacher-item:hover {
    background: #e6f7ff;
    border-left: 3px solid #1890ff;
}
.teacher-name {
    font-weight: bold;
    color: #333;
}
.teacher-subject {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}
.kebiao-panel {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    overflow-x: auto;
}
.kebiao-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}
.kebiao-table th,
.kebiao-table td {
    border: 1px solid #e8e8e8;
    padding: 12px 8px;
    text-align: center;
}
.kebiao-table th {
    background: #fafafa;
    font-weight: bold;
    color: #333;
}
.kebiao-table td {
    cursor: pointer;
    transition: background 0.2s;
    height: 40px;
    vertical-align: middle;
}
.kebiao-table td:hover {
    background: #e6f7ff;
}
.time-label {
    font-weight: bold;
    color: #666;
    background: #fafafa;
}
.cell-content {
    font-size: 13px;
}
.cell-course {
    font-weight: bold;
    color: #1890ff;
}
.cell-teacher {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}
.lunch-break {
    background: #fff7e6;
    color: #fa8c16;
    font-weight: bold;
}
.teacher-item {
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.teacher-item:hover {
    border-color: #1890ff;
    box-shadow: 0 2px 8px rgba(24, 144, 255, 0.2);
}

.teacher-name {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.teacher-subject {
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

.teacher-num {
    font-size: 12px;
    color: #1890ff;
    font-weight: 500;
}