.wrap{
	background: #F2F3F5 !important;
}
.wrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f2f3f5 !important;
	z-index: -100;
}
.personalCenter_box{
	display: block;
}
.collect_list_ul{
	margin-bottom: 1rem;
	padding: 0.5rem 0 0.1rem;
	background: #FFFFFF;
	overflow: hidden;
	box-shadow:0px 0.2rem 0.175rem 0px rgba(0, 0, 0, 0.05);
}
.collect_list_ul li{
	float: left;
	width:50%;
	text-align: center;
}
.collect_list_ul li span{
	display: inline-block;
	margin: 0 auto;
	padding-bottom: 0.2rem;
	color: #444444;
	font-size: 0.65rem;
	text-align: center;
}
.collect_list_ul li.bg span{
	color: #17529C;
	border-bottom: 0.1rem solid #17529C;
}
.collect_list_ul li span:hover{
	color: #17529C;
	border-bottom: 0.1rem solid #17529C;
}
/*--------------------------------------------------学校列表-大学*/
.personalCenter_box{
	box-sizing: border-box;
	margin: 0 auto 0.5rem;
	padding: 0.5rem 0.5rem 0.85rem;
	width: 95%;
	/*height: 5.5rem;*/
	background: #FFFFFF;
	border-radius: 0.4rem;
	overflow: hidden;
}
.collection_left_img{
	float: left;
	margin-top: 0.4rem;
	width: 3.625rem;
	height: 3.625rem;
	border-radius: 50%;
	overflow: hidden;
}
.collection_left_img img{
	width: 100%;
	vertical-align: middle;
}
.colloct_center{
	float: left;
	max-width: 12.2rem;
	margin-left: 0.5rem;
	overflow: hidden;
}
.colloct_center h3{
	padding-bottom: 0.4rem;
	font-size: 0.8rem;
	font-weight: bold;
	color: #000000;
}
.school_class{
	width: 11.7rem;
	margin-bottom: 0.4rem;
	overflow-x: auto;
}
.school_class span{
	display: inline-block;
	font-size: 0.55rem;
	color: #FFFFFF;
	padding: 0.1rem 0.375rem;
	margin-right: 0.25rem;
	border-radius: 0.2rem;
	max-width: 3.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.color985{
	background: #E23A34;
}
.color211{
	background: #17529C;
}
.color_other{
	background: #009AFF;
}
.school_section{
	font-size: 0.6rem;
	color: #444444;
}
.school_section i{
	padding-right: 0.5rem;
	font-style: inherit;
}
.school_section i b{
	font-weight: 400;
	color: #888888;
}
.school_section span{
	padding: 0.15rem 0.5rem;
	background: rgba(0,0,0,0.06);
	border-radius: 0.5rem;
	margin-right: 0.5rem;
}
.personalCenter_box>img{
	float: right;
	padding-top: 2rem;
	width:0.45rem;
	color: #888888;
	text-align: right;
}
.school_section_top{
	margin-top: 1.45rem;
}
.collect_box{
	display: none;
}
.collect_box.bg{
	display: block;
}
/*--------------------------------------------------学校列表-专业*/
.collection_left{
	position: relative;
	float: left;
	margin-top: 0.6rem;
	margin-right: 1rem;
	color: #17529C;	
}
.collection_left span{
	display: block;
	padding-bottom: 0.4rem;
	font-size: 1rem;
	text-align: center;
}
.collection_left p{
	font-size: 0.6rem;
	width:2.4rem;
	text-align: center;
	color: #17529C;
	line-height: 0.8rem;
}
.collection_left::after{
	content: '';
	position: absolute;
	top: 0.4rem;
	left: 2.9rem;
	width: 0.05rem;
	height: 1.75rem;
	background: #444444;
}
/*专业中间盒子*/
.collect_content{
	padding: 0.875rem 0.825rem 0.75rem;
}
.education_div,.code_div{
	overflow: hidden;
}
.education_div p,.code_div p{
	float: left;
	font-size: 0.55rem;
	color: #444444;
	line-height: 1.4rem;
}
.education_div p:nth-child(2){
	margin-left: 0.8rem;
}
.colloct_center>p{
	padding-top: 0.2rem;
	font-size: 0.6rem;
	color: #444444;
}
.colloct_center>p span{
	color: #000000;
	font-weight: bold;
}
.collect_content>img{
	padding-top: 1.325rem;
}

