/* 高考日程页面样式 */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.panel.top-bg {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    color: rgba(34, 34, 34, 1);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 30px;
}

.gaokao-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.gaokao-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.search-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 8px 15px;
    backdrop-filter: blur(10px);
}

.search-box .icon {
    margin-right: 10px;
}

.search-box .icon img {
    width: 16px;
    height: 16px;
    opacity: 0.8;
}

.search-input {
    background: transparent;
    border: none;
    color: white;
    font-size: 14px;
    outline: none;
    width: 200px;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* 标签页导航 */
.gaokao-tabs {
    display: flex;
    gap: 20px;
}

.tab-item {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgba(224, 224, 224, 1);
}

.tab-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.tab-item.active {
    border-radius: 8px;
    background: rgba(255, 112, 22, 0.06);
    color: rgba(255, 112, 22, 1);
    border: 1px solid rgba(255, 112, 22, 1);
}

/* 内容区域 */
.cols {
    display: flex;
    gap: 30px;
}

.cols > div:first-child {
    flex: 1;
}

.cols > div:last-child {
    width: 300px;
    flex-shrink: 0;
}

/* 标签页内容 */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* 考试时间安排 */
.exam-schedule {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.exam-day {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.day-header {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.exam-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exam-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    background: white;
    border-radius: 6px;
    border-left: 4px solid rgba(255, 112, 22, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.exam-time {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.exam-subject {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* 查询信息 */
.query-info {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.query-time {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 400px;
    height: 86px;
    opacity: 1;
    border-radius: 16px;
    background: rgba(255, 251, 247, 1);
}
.query-time .btn-query{
    opacity: 1;
    background: rgba(255, 112, 22, 1);
}
.query-btn{
    display: flex;
    align-items: center;
    width: 360px;
    height: 86px;
    gap: 10px;
    opacity: 1;
    border-radius: 16px;
    background: rgba(242, 248, 255, 1);
    margin-left: 20px;
}
.query-btn :hover{
    cursor:pointer;
}
.query-guan{
    background: rgba(0, 186, 173, 0.04);
}
.query-guan :hover{
    cursor:pointer;
}
.query-guan .btn-query{
    background: rgba(0, 186, 173, 1);
}
.cha-time{
    display: grid;
    justify-items: left;
}
.cha-score{
    display: grid;
}
.label {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 0px 2px 6px 2px;
}

.time {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 19.6px;
    color: rgba(133, 114, 95, 1);
}

.btn-query {
    width: 55px;
    height: 55px;
    margin-left: 10px;
    flex-direction: column;
    align-items: center;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: grid;
    text-align: center;
}

.query-btn .btn-query:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.btn-query i {
    font-size: 35px;
    margin-bottom: 5px;
}

.btn-query span {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.btn-query small {
    font-size: 12px;
    opacity: 0.8;
}

/* 志愿填报 */
.volunteer-info {
    padding: 20px;
}

.volunteer-tabs {
    display: flex;
}

.volunteer-tab {
    margin-left: 20px;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    border: 1px solid rgba(196, 192, 190, 0.3);
    color: rgba(179, 97, 4, 1);
}


.volunteer-types {
    margin-bottom: 30px;
}
.cha{
    display: flex !important;
    justify-content: space-between;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.type-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 249, 246, 1);
    border-radius: 6px;
    font-weight: bold;
    color: rgba(255, 112, 22, 1);
    margin-bottom: 10px;
}

.type-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    align-items: start;
}

.type-item:last-child {
    border-bottom: none;
}

.type-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.type-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* 填报时间表 */
.apply-schedule {
    margin-top: 20px;
}

.schedule-header {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.schedule-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #28a745;
}

.batch {
    font-size: 14px;
    color: #333;
    flex: 1;
}

.time-range {
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
    font-family: 'Courier New', monospace;
}

/* 录取时间 */
.admission-info {
    padding: 20px;
    text-align: center;
}

.btn-admission {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.btn-admission:hover {
    background: #1e7e34;
    transform: translateY(-2px);
}

.btn-admission i {
    font-size: 24px;
    margin-bottom: 8px;
}

.btn-admission span {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.btn-admission small {
    font-size: 12px;
    opacity: 0.8;
}

/* 侧边栏样式 */
.app-info {
    text-align: center;
    padding: 20px;
}

.app-qr {
    margin-bottom: 15px;
}

.app-qr img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
}

.app-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.university-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.university-item:last-child {
    border-bottom: none;
}

.university-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.university-tags {
    display: flex;
    gap: 4px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .cols {
        flex-direction: column;
    }
    
    .cols > div:last-child {
        width: 100%;
    }
    
    .gaokao-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .gaokao-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .type-header,
    .type-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .type-item {
        text-align: center;
    }
    
    .schedule-item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}
