.resume-item {
	display: flex;
	flex-direction: row;
	border-radius: 10px;
	padding: 20px;
	align-items: center;
	background-color: #fff;
	margin-bottom: 20px;
}
.resume-item .header-img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.resume-item .header-img img {
	width: 100%;
	height: 100%;
	border-radius: 35px;
}
.info-wrap {
	width: 100%;
}
.call-job-wrap ,.info-basic-wrap{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 2;
}
.call-job{
	font-size: 18px;
	font-weight: 600;
}
.call-job .name {
	color: #222;
}
.call-job .job {
	color: #666;
}
.user-opt-contact a {
	background-color: #00a3ff;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	width: 120px;
	display: inline-block;
	height: 33px;
	text-align: center;
	line-height: 33px;
}
.user-opt-collect {
	position: relative;
}

.user-opt-collect a {
	color: #666;
}
.user-opt-collect::before {
	
}
.remind {
	background: url(/img/resume_hidden.jpg) 0 0 no-repeat;
	width: 100%;
	height: 601px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.remind  h3 {
	font-size: 30px;
	color: #222;
}
.remind a {
	display: inline-block;
	width: 264px;
	text-align: center;
	height: 40px;
	background-color: #4faef2;
	line-height: 40px;
	font-size: 16px;
	border-radius: 10px;
	color: #fff;
	margin-top: 10px;
}
.content-wrap {
	padding-bottom: 20px;
}