*{
	box-sizing: content-box;
}
body{
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
    width: 100%;
}
.flexBox header {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
.wrapper{
	width: 100%;
	/*min-height:  68%;*/
	background: #F8F8F8;
	flex: 1 0 auto;
    -webkit-flex: 1 0 auto;	
}
.flexBox footer{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
} 

.main{
    width: 1080px;
    margin: 0 auto;
    padding-top: 24px;
    /*padding-bottom: 35px;*/
	/*overflow: hidden;*/
	position: relative;
}
.main:after{
	content: '';
	display: block;
	clear: both;
	zoom: 1;
}
.main .tabs{
	width: 814px;
	padding-left: 30px;
    padding-bottom: 7px;
	margin-bottom: 10px;
    border-bottom: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.main .delivery_list{
	/*padding-left: 30px;*/
}
.delivery_list > ul,.collection_list .list_box{
	min-height: 620px;
}
.main .delivery_list,.main .collection_list{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 814px;
	position: relative;
	display: none;
}
.main .tabs > span{
	cursor: pointer;
	font-size: 16px;
	color: #999;
	display: inline-block;
	line-height: 16px;
	position: relative;
	margin-right: 60px;
}
.main .tabs > span.active{
	color: #333;
}
.main .tabs > span.active i{
	width: 30px;
	height: 4px;
	display: inline-block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: #3183FB;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
}
/*.delivery_item{
	
}*/
.delivery_item:hover .work_info h3{
	color: #3183FB;
}
.delivery_item{
	margin-bottom: 10px;
    cursor: pointer;
    width: 814px;
    display: inline-block;
    overflow: hidden;
    padding: 23px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.delivery_item img{
	width: 38px;
	height: 38px;
	float: left;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-right: 15px;
}
.delivery_item .work_info{
	float: left;
}
.delivery_item .work_info h3{
	font-size: 18px;
	color: #525d7a;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
.delivery_item .work_info p{
	font-size: 14px;
	color: #9fa7b2;
	line-height: 14px;
}
.delivery_item .delivery_process{
	float: right;
	position: relative;
}
.delivery_item .delivery_process .dot{
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	background-color: #ef4a50;
	border: 1px solid #fff;
	right: -6px;
    top: -4px;
    border-radius: 50%;
	display: none;
}
.delivery_item .process_tip{
	text-align: right;
	font-size: 14px;
	color: #3183FB;
	line-height: 14px;
	margin-bottom: 10px;
}
.delivery_item.not_pass_style .process_tip,.delivery_item.is_end_style .process_tip{
	color: #9fa7b2
}
.delivery_item.is_end_style .work_info h3,.delivery_item.is_end_style .work_info p,.work-list.is_end_style .title,.work-list.is_end_style .info-tags{
	color: #b2b2b2;
}
.delivery_item .specific_time{
	font-size: 14px;
	color: #b2b2b2;
	line-height: 14px;
}
.no_resumepost{
	width: 160px;
    height: 225px;
}
.no_collectionpost{
	height: 217px;
}
.no_resumepost,.no_collectionpost{
	display: none;
	text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}
.no_resumepost img,.no_collectionpost img{
	display: inline-block;
	margin-bottom: 33px;
}
.no_resumepost a,.no_collectionpost a{
	display: block;
    height: 36px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
	-ms-border-radius: 18px;
    background: #3183FB;
    width: 111px;
    text-align: center;
    margin: 0 auto;
    line-height: 36px;
    color: #FFF;
    cursor: pointer;
}
#loader{
	position: fixed;
    left: 0;
    top: 277px;
    right: 0;
    margin: 0 auto;
	z-index: 10;
    transform: translateX(-100px);
}
/*
.page-btn{
	padding-top: 22px;
    padding-bottom: 36px;
    text-align: center;
    height: 24px;
}
.page-btn > div{
	display: inline-block;
} 
.page-btn div > a{
	float: left;
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: #525d7a;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #b7c0ce;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 21px;
	margin-right: 8px;
}
.page-btn div > a:hover,.page-btn div > a.active{
	background: #525d7a;
	color: #fff;
}
*/


.recommend h2{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 18px;
}
.recommend li{
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #f5f5f5;
}
.recommend .recommend-mask,.recommend li .tatal-work{
	position: absolute;
	left: 0;
	top: 0;
	width: 226px;
	height: 100px;
	color: #fff;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	text-align: center;
}
.recommend li .tatal-work{
	z-index: 3;
}
.recommend li .tatal-work h3{
	font-size: 18px;
	line-height: 20px;
	margin-top: 30px;
	margin-bottom: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend li .tatal-work p{
	font-size: 14px;
}
.recommend li .tatal-work span{
	color: #88b9fe;	
}
.recommend .recommend-mask{
	background:#000;
	z-index: 2;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	opacity: 0;
}

.recommend li:hover .recommend-mask{
	opacity: 0.7;
}
.recommend li a > span{
	width: 228px;
	height: 100px;
	display: block;
	transition: all .5s;
}
.recommend li:hover a > span{
	transition: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.recommend li:hover .tatal-work{
	opacity: 1;
}


.work_recommend{
	overflow: hidden;
	display: none;
	background-color: #f5f5f5;
}
.work_recommend ul{
	overflow: hidden;
    border-bottom: 1px solid #eee;
    /*margin-bottom: 10px;*/
    padding-left: 10px;
    padding-bottom: 12px;
    background-color: #fff;
}
.work_recommend ul li{
	width: 209px;
    padding: 12px 0 12px 0;
}
.work_recommend ul li > a > img{
	width: 32px;
	height: 32px;
	display: inline-block;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin-right: 10px;
}
.work_recommend ul li > a >div{
	width: 165px;
	display: inline-block;
}
.work_recommend ul li > a > div > p:first-child{
	font-size: 14px;
	color: #525d7a;
	line-height: 14px;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.work_recommend ul li > a > div > p:last-child{
	font-size: 12px;
	color: #9fa7b2;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.work_recommend h3{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 14px;
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #eee;
    width: 209px;
    background-color: #fff;
}
.recommend_more{
	text-align: center;
    font-size: 13px;
    color: #9fa7b2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	background-color: #fff;
}
.recommend_more > a{
	padding-right: 12px;
    background: url(/images/resume/postdetail/icon_more1.png) no-repeat right center;
}
.recommend_more:hover > a{
	color: #3183FB;
 	background: url(/images/resume/postdetail/icon_more_hover.png) no-repeat right center;
}

.work-list {
	padding: 23px 30px 19px 30px;
	/*overflow: hidden;*/
	border-bottom: 1px solid #eee;
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
	transition: box-shadow .5s;
	-moz-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
}
.work-list:hover{
	box-shadow: 0 0 11px rgba(0,36,86,0.15);
	border-bottom: 1px solid transparent;
	position:relative
}
.work-list .result-item:hover .title{
	color: #3183fb;
}
.work-list  .title{
	font-size: 18px;
	color: #525d7a;
	line-height: 18px;
	font-weight: normal;
	overflow: hidden;
}
.work-list  .title span:nth-child(1){
	float: left;
}
.work-list .title span.operate_tag{
	background: linear-gradient(45deg, #ff7f66, #ff3732);
    background: -webkit-linear-gradient(45deg, #ff7f66, #ff3732);
    background: -o-linear-gradient(45deg, #ff7f66, #ff3732);
    background: -moz-linear-gradient(45deg, #ff7f66, #ff3732);
}
.work-list .title span.delivered{
	background-color: #b7c0ce;
}
.work-list .title span.operate_tag,.work-list .title span.delivered{
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	float: left;
	border-radius: 9px;
	margin: 0 10px;
}
.work-list .info{
	padding-top: 10px;
	font-size: 14px;
	color: #9fa7b2;
	overflow: hidden;
	line-height: 14px;
}
.work-list .info .info-tags{
	/*float: left;*/
}
.work-list .result-item .company{
	position: absolute;
    display: inline-block;
    height: 30px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.work-list .result-item .company .company-img{
	width: 30px;
    height: 30px;
    float: right;
    margin-left: 15px;
    border-radius: 4px;
    border: 1px solid #f5f5f5;
}
.work-list .result-item .company .company-recruit{
	float: left;
}

.delivery_process_info{
	width: 600px;
	height: 500px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	font-size: 14px;
}
.delivery_process_info h2{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	background-color: #5b9efd;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
}
.delivery_user{
	padding: 20px 40px 0 40px;
	overflow: hidden
}
.delivery_user img.left {
	width: 38px;
	height: 38px;
	margin-right: 14px;
	border: 1px solid #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
.work_recommend ul li:hover .work_name{
	color: #3183FB
}
.delivery_user .user_delivery_info{
	width: 466px;
	position: relative;
}
.delivery_user .user_delivery_info .work_name{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 14px;
	margin-bottom: 14px;
}
.delivery_user .user_delivery_info .work_name:hover{
	color: #3183FB;
}
/*.delivery_user .user_delivery_info .work_detail_url{
	color: #9fa7b2;
    position: absolute;
    padding-right: 12px;
    top: 10px;
    right: 0;
}
.delivery_user .user_delivery_info .work_detail_url:hover{
	text-decoration: underline;
}*/
.hr{
	height: 1px;
	border-bottom: 1px dashed #eee;
	margin: 0 auto 0px;
	width: 520px;
}
.delivery_user .user_delivery_info .tags{
	font-size: 12px;
	color: #9fa7b2;
	margin-bottom: 20px;
}
/*.delivery_user .user_delivery_info .email{
	margin-bottom: 6px;
}
.delivery_user .user_delivery_info .email,.delivery_user .user_delivery_info .resume_name{
	font-size: 14px;
	line-height: 18px;
	color: #4c4c4c;
	overflow: hidden;
}
.delivery_user .user_delivery_info .txt{
	float: left;
}
.delivery_user .user_delivery_info .email_val,.delivery_user .user_delivery_info .resume_val{
	float: left;
}
.delivery_user .user_delivery_info .resume_val{
	width: 384px;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}*/
.delivery_process_info #close_btn{
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0px;
	right: -33px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	background: url('../../images/resume/postdetail/icon_x_nor.png') no-repeat center center;
	background-size: 20px;
	cursor: pointer;
}
.delivery_process_info #close_btn:hover{
	background: url('../../images/resume/postdetail/icon_x_hover.png') no-repeat center center;
}
.delivery_process_info .process{
	padding: 20px 30px 0 58px;
    font-size: 14px;
    color: #b2b2b2;
    height: 329px;
	background-color: #fff;
    overflow: scroll;
}
.process::scrollbar,.comment_content::scrollbar{
    width: 8px;
    background-color: #fff; 
}
.process::-webkit-scrollbar,.comment_content::-webkit-scrollbar{
	width: 8px;
}
.process::scrollbar-thumb,.comment_content::scrollbar-thumb{
    background-color: #e2e4e7; 
}
.process::-webkit-scrollbar-thumb,.comment_content::-webkit-scrollbar-thumb{
	background-color: #e2e4e7;
}

.delivery_process_info .process ul{
	border-left: 1px solid #e7ebf6;
}
.delivery_process_info .process ul li{
	margin-left: 36px;
	/*border-bottom: 1px solid #eee;*/
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.delivery_process_info .process ul li:first-child:before{
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -41px;
    background: #3183fb;
    border: none;
	z-index: 10;
}
.delivery_process_info .process ul li:first-child:after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	position: absolute;
	top: 0px;
	left: -46px;
    box-sizing: border-box;
    border: 1px solid #deecff;
	background-color: #fff;
}
.delivery_process_info .process ul li:before{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border: 2px solid #b7c0ce;
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	left: -41px;
	top: 3px;
	background-color: #fff;
}
.delivery_process_info .process ul li:first-child{
	color: #4c4c4c;
}
.delivery_process_info .process ul li:first-child h3{
	color: #4c4c4c;
}
.delivery_process_info .process ul li h3{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}
.delivery_process_info .process ul li p.content{
	line-height: 20px;
	margin-bottom: 6px;
}
.delivery_process_info .process ul li p.time{
	font-size: 12px;
	color: #b2b2b2;
	line-height: 12px;
}
.delivery_process_info .process ul li p.content a{
	text-decoration: underline;
	color: #5b9efd;
}
.delivery_process_info .process ul li:last-child{
	border-bottom: none;
}
.make_online_resume{
	margin-bottom: 36px;
}
#pageBtnBar{
	margin-top: 22px;
	margin-bottom: 36px;
}
.make_online_resume img{
	width: 100%;
}

.process .resume_info{
	margin-left: 36px;
    line-height: 14px;
	padding-top: 24px;
	border-top: 1px solid #eee;
	position: relative;
}
.process .resume_info:before{
	content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -1px;
    z-index: 2;
	left: 36px;
}
.process .resume_info:after{
	content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 8px 6px 0;
    border-style: solid;
    border-color: #eee transparent transparent;
    position: absolute;
    top: -1px;
    left: 34px;
}
.process .resume_info .email{
	margin-bottom: 3px;
}
.process .resume_info .resume_name{
	overflow: hidden;
	line-height: 20px;
}
.process .resume_info .resume_name .txt{
	float: left;
}
.process .resume_info .resume_name .resume_val{
	float: left;
	width: 384px;
	padding-left: 18px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word;
}
.delivery_process_info .comment{
	display: none;
}
.delivery_process_info #commentBack{
	position: absolute;
    left: 40px;
    padding-left: 12px;
    font-size: 14px;
    background: url(/images/resume/postdetail/icon_back.png) no-repeat left center;
    background-size: 6px 12px;
    cursor: pointer;
}
.delivery_process_info .comment_info{
	padding: 20px 0 40px 40px;
    font-size: 14px;
    color: #666;
    line-height: 14px;
}
.comment_info .comment_time{
	color: #b2b2b2;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}
.comment_info .comment_person{
	padding-bottom: 20px;
	margin-right: 40px;
	border-bottom: 1px dashed #eee;
}
.comment_info .comment_person span{
	color: #5b9efd;
}
.comment_info .comment_content{
	padding-top: 33px;
	padding-right: 40px;
	line-height: 28px;
	height: 333px;
    overflow: scroll;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: pre-line;
}