* {
	margin: 0;
	padding: 0;
}
html, body {
    margin: 0;
    display: block;
	width: 100%;
	height: 100%;
	min-width: 1200px;
}
.title {
    width: 100%;
    height: 50px;
	line-height: 20px;
    overflow: auto;
    min-width: 1200px;
	position: relative;
	background-color: #ff2424;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.colleges {
    width: 100%;
    height: auto;
    overflow: auto;
    min-width: 1200px;
	position: relative;
	background-color: #f5f5f5;
}
@media screen and (min-width: 1200px) {
    .colleges-common {
        width: 1300px;
        margin: auto;
        padding-top: 16px;
    }
}
@media screen and (max-width: 1200px) {
	.colleges-common {
		width: 1200px;
		margin: auto;
		padding-top: 16px;
	}
}
.collegesWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.collegesWrap-left{
	margin-right: 20px;
	float: left;
	width: calc(100% - 350px);
}
.collegesWrap-right{
	width: 330px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix{
    zoom: 1;
}

/* 筛选容器样式 */
.filter-container {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 15px 30px;
    box-sizing: border-box;
}

/* 筛选头部样式 */
.filter-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.filter-tab {
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
	font-weight: 600;
	font-size: 15px;
}

.filter-tab.active {
    background: #ff2424;
    color: white;
}

.filter-tab:hover {
    background: #fff1f0;
    color: #ff2424;
}

.filter-collapse {
    margin-left: auto;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

/* 筛选区域样式 */
.filter-section {
	width: 100%;
	margin: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 16px;
    /* margin-bottom: 15px; */
}

.filter-section label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
	width: 80px;
}
.filter-value {
	width: calc(100% - 80px);
}
.filter-option {
    display: inline-block;
    padding: 4px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 12px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f5f5f5;
    color: #4a4a4a;
}

.filter-option.active {
    background: #fff1f0;
    color: #ff2424;
}

.filter-option:hover {
    background: #f0f0f0;
}

/* 搜索区域样式 */
.filter-section input.filter-input {
    width: calc(100% - 300px);
    padding: 1px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.filter-section input.filter-input:focus {
    border-color: #ff2424;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.filter-search {
    width: 70px;
    padding: 8px 0;
    margin-left: 10px;
    background: #ff2424;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-search:hover {
    background: #ff2424;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
    .filter-container {
        padding: 15px;
    }
    
    .filter-tab {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .filter-option {
        padding: 3px 10px;
        font-size: 12px;
    }
}

/* 推荐院校样式 */
.recommended-colleges {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 20px;
    box-sizing: border-box;
}

.recommended-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.recommended-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recommended-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f9f9f9;
}

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

.rank-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    background: #f5f5f5;
    color: #666;
}

.rank-number.rank-1 {
    background: #ef3d33;
    color: #fff;
}

.rank-number.rank-2 {
    background: #fb8316;
    color: #fff;
}

.rank-number.rank-3 {
    background: #ffbd00;
    color: #fff;
}

.college-logo {
    width: 46px;
    height: 46px;
    border-radius: 4px;
    margin-right: 10px;
}

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

/* 学校卡片样式 */
.school {
    margin-top: 20px;
    width: 100%;
}

.school-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    gap: 16px;
}

.school-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.school-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.school-header {
    display: flex;
    align-items: flex-start;
}

.school-logo {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-right: 16px;
    object-fit: cover;
}

.school-info {
    flex: 1;
    min-width: 0;
}

.school-name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.school-type {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.school-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag {
    padding: 1px 8px;
    border-radius: 10px;
    font-size: 12px;
    background: #f0f0f0;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.school-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

.action-btn {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #d9d9d9;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-btn.collected {
    background: linear-gradient(135deg, #ff2424 0%, #ff2424 100%);
    color: #fff;
    border-color: transparent;
}

.action-btn.compared {
    color: #1890ff;
    border-color: #1890ff;
}

.action-btn:hover {
    opacity: 0.8;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
    .school-logo {
        width: 60px;
        height: 60px;
    }
    
    .school-name {
        font-size: 14px;
    }
    
    .school-type {
        font-size: 12px;
    }
}