@charset "utf-8";
.psmain{ 
	height: auto;
}
.ps-msg{ 
	line-height: 32px;
	text-align: center;
	margin-top: 40px;
}
.ps-msg .titl{
	font-size: 16px;
	}
.ps-msg .icon{ 
	font-size: 32px; 
	vertical-align: -16%;
	padding-right: 5px;
}
.suc{
	color: #66be8c;
}
.suc a{
	color: #fd846a;
	padding-left: 8px;
	text-align: left;
	width: 140px;
	display: inline-block;
}
.suc a:hover{
	color: #f5694b;
	text-decoration: underline;
}
.fail{ 
	color: #f5694b;
}
.fail a{
	color: #66be8c;
	padding: 0 5px;
}
.fail a:hover{
	color: #58B781;
	text-decoration: underline;
}
.ps-rectalent{
	height: auto;
}
.ps-rectalent header{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e7e7e7;
}
.ps-rectalent-titl{
	font-size: 14px;
	font-weight: bold;
}
.ps-rectalent-titl .icon{
	font-size: 22px;
	padding-right: 5px;
}
.ps-rectalent-more a{
	display: block;
    color: #fd846a;
}
.ps-rectalent-more a:hover{
	color: #f5694b;
	text-decoration: underline;
}
.ps-rectalent-more a:active{
	color: #333;
}
.job-loading {
    height: 50px;
    line-height: 50px;
    background: url(//static.jjoobb.cn/images/global/loading.gif) no-repeat center;
    margin-top: 20px;
}
.ps-rectalent-list{
	height: auto;
	width: 1000px;
}
.ps-rectalent-list li{
	width: 438px;
	height: 60px;
	padding: 15px;
	display: block;
	background-color: #f7f7f7;
	border: 1px solid #eaeaea;
	position: relative;
	margin: 20px 20px 0 0;
	float: left;
	*z-index: 1;
}
.ps-rectalent-list li:hover{
	background-color: #f7fffa;
	border: 1px solid #6cc191;
}
.ps-listdetails{
	width: 438px;
	padding: 15px;
	height: auto;
	line-height: 26px;
	color: #666;
	position: absolute;
	background-color: #f7fffa;
	border: 1px solid #6cc191;
	top:90px;
	left: -1px;
    z-index: 9999;
    display: none;
}
.ps-rectalent-list li:hover .ps-listdetails{
	display: block;
}
.ps-faceimg{
	width: 60px;
	height: 60px;
}
.ps-faceimg img{
	width: 60px;
	height: 60px;
}
.ps-perinfo{
	line-height: 30px;
	margin-left: 15px;
}
.ps-perinfo span{
	padding-right: 12px;
	float:left;
}
.ps-perinfo .sex{
	font-size: 18px;
	padding-left: 3px;
	float: left;
}
.ps-perinfo .sex.women{	
	color: #f22de2;
}
.ps-perinfo .sex.man{
	color: #30aef6;
}
.ps-perinfo-name a{
	color: #66be8c;
	font-weight: bold;
	width: 42px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    float: left;
}
.ps-perinfo-name a:hover{
	color: #58B781;
	text-decoration: underline;
}
.ps-perinfo-name a:active{
	color: #333;
}
.ps-perinfo-job{
	width: 148px;
	+width:136px;
}
.pt40{
	padding-bottom: 40px;
}

/*二维码*/
.qrcode-cont {
  padding: 16px;
  width: 130px;
  background: #fff;
  margin: 0 auto;
}
.qrcode-text {
  padding: 8px 0 0;
  color: #666;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
