.personal-content{
	width: 1400px;
	height: auto;
	margin:0 auto;
	margin-top: 112px;
	font-family: 'PingFang-SC-Medium';
}
.personal-content .personal-left{
	width: 320px;
	height: auto;
	float: left;
	position: fixed;
}
.personal-left .crumbs a,.personal-left .crumbs span{
	font-size: 16px;
	color: #333;
}
.personal-left .crumbs a:hover{
	text-decoration: underline;
}
.personal-left .crumbs span{
	color: #888;
}
.personal-left .crumbs img{
	width: 16px;
	height: 16px;
	margin-top: 4px;
}
.personal-left .help h3{
	font-weight: normal;
	font-size: 20px;
	color: #333;
	margin-top: 20px;
}
.personal-left .help ul{
	padding-top: 10px;
}
.personal-left .help ul li{
	line-height: 40px;
	width: 240px;
}
.personal-left .help ul li a{
	display: block;
	padding-left: 20px;
	color: #888;
	font-size: 16px;
}
.personal-left .help ul li:hover{
	background-color: #f5f5f5;
	color: #333;
}
.personal-left .help ul a:hover{
	color: #333;
}

.personal-right{
	float: right;
	width: 1020px;
	height: auto;
	/* min-height: 900px; */
	/* padding-bottom: 120px; */
	word-break: break-all; 
}
.personal-right .title{
	font-size: 36px;
	color: #333;
	padding-bottom: 38px;
	font-weight: normal;
}
.select-li{
	width: 240px;
	background-color: #f5f5f5;
	color: #333;
}
.help ul li.select-li>a{
	color: #333;
}