/* 修复jcrop插件的input radio会显示出来的问题 */
.jcrop-keymgr {opacity: 0;}
/* 个人主页css */
.cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
	position: relative;
}
.cover .profile {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px rgb(39, 39, 39);
}
.cover .profile-name {
	font-size: 18px;
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
}