/* 热门院校页面样式 */
body { 
    background:#f7f7f7; 
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',Arial,sans-serif; 
}

.filter-card { 
    border-bottom: solid 1px rgba(34, 34, 34, 0.06);
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-top:20px;
}

.filter-top {
    display:flex; 
    align-items:center;
    gap:16px; 
    border-bottom:solid 1px rgba(34, 34, 34, 0.06);
    padding-bottom: 14px;
}

.filter-bottom {
    display:flex; 
    align-items:center;
    justify-content: space-between;
    margin-top:16px;
}

.filter-bottom .tabs {
    display:flex; 
    gap:16px;
    flex-grow: 1;
}

.filter-bottom .tabs .tab {
    font-size:16px;
    color:#222;
    padding:6px 12px;
    border-radius:8px;
    border:solid 1px #e0e0e0;
}

.filter-bottom .tabs .tab.active {
    color:#FF8000;
    font-weight: 600;
    background: rgba(255, 128, 0, 0.06);
    border:solid 1px #FF8000;
}

.filter-bottom .open-app {
    font-size:16px;
    color:#FF7016;
    font-weight: 600;
}

.tabs { 
    display:flex; 
    gap:10px;
    flex-grow: 1;
}

.tabs .btn { 
    font-size:24px;
    color:#999999; 
    padding:6px 12px; 
    border-radius:16px; 
    box-shadow: none;
}

.tabs .btn.active { 
    font-size:24px;
    color:#222222;
    font-weight: 600;
}

.search { 
    border:solid 1px #FF7016;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.search input {
    width:320px; 
    height:36px; 
    background-color: transparent;
    outline:none;
    border:none;
    font-size:16px;
    margin-left: 10px;
}

.cols { 
    display:grid; 
    grid-template-columns: 2fr 1fr; 
    gap:16px;
    margin-top:20px;
}

/* 左侧列表样式 */
.list-card { 
    background:#fff; 
    border-radius:8px; 
    box-shadow:0 4px 16px rgba(0,0,0,.04); 
    padding:8px 0; 
}

.list-card .item .name{
    font-size:20px;
    color:#222;
    font-weight: 600;
    display: flex;
}

.list-card .meta { 
    font-size:14px;
    font-weight: 600;
    color:#222;
    display: flex;
    align-items: center;
}

.list-card .meta::before{
    content: "";
    display: block;
    width:12px;
    height:14px;
    background: url("/assets/images/common/icon_location.png") no-repeat;
    margin-right: 5px;
}

.list-title { 
    padding:10px 16px; 
    font-weight:700; 
    color:#333; 
}

.lists .item {
    padding:12px 16px; 
    display:flex; 
    align-items:center; 
    position:relative; 
}

.item + .item { 
    border-top:1px dashed #f0f0f0; 
}

.logo { 
    width:62px; 
    height:62px; 
    border-radius:50%; 
    overflow:hidden; 
    margin-right:12px; 
}

.logo img { 
    width:62px; 
    height:62px; 
}

.badges { 
    margin-left:8px; 
    display:flex; 
    gap:6px; 
    flex-wrap:wrap; 
}

.badge { 
    font-size:12px; 
    color:#ff6b35; 
    background:rgba(255,107,53,.1); 
    border-radius:10px; 
    padding:1px 6px; 
}

.fav { 
    position:absolute; 
    right:18px; 
    color:#ff874f; 
    cursor: pointer;
}


/* 侧边栏 */
.sidebar {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 卡片样式 */
.card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-more {
    font-size: 14px;
    color: #999;
    text-decoration: none;
    font-weight: normal;
}

/* 最新资讯样式 */
.right-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

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

.right-item span:first-child {
    font-size: 16px;
    color: #222;
    line-height: 1.4;
    flex: 1;
    margin-right: 10px;
}

.right-item .time {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

/* 热门专业样式 */
.major-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.major-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #e0e0e0;
    cursor: pointer;
}

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

.major-rank {
    width: 24px;
    height: 29px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

.major-rank img {
    width: 100%;
}

.major-info {
    flex: 1;
    display: flex;
    align-items: flex-start !important;
    gap: 4px;

}

.major-name {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    line-height: 1.3;
}

.major-heat {
    font-size: 12px;
    color: #FF6B35;
    font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 992px) { 
    .cols { 
        grid-template-columns: 1fr; 
    } 
    .search input { 
        width:220px; 
    } 
}
