.postMain{
	background-color: #F8F8F8;
	margin-top: -11px;
}
.mainContent{
	width: 1080px;
	margin: 0 auto;
}

.postMainTab span,.introBg_right p:nth-of-type(1){
	cursor: pointer;
}
.postMainTab span,.introBg_right p#collection{
	cursor: pointer;
}
.mainContentIntro{
	width: 814px;
	margin-right: 14px;
}
.postMainTab{
	color: #c0c8d3;
}
.postMainTab span{
	font-size: 14px;
	margin-right: 5px;
}
.postMainTab span:nth-last-of-type(1){
	color: #9fa7b2;
}
.postMainTab{
	margin:0 0 15px 0;
}
.postMainTab span.active{
	color: #394351;
}
.introBg{
	background-color: #343c49;
	height: 160px;
	position: relative;
	margin-bottom: 15px;
	border-radius: 4px;




	/*-webkit-box-shadow: 0 0 4px rgba(3,5,48,0.15);
	box-shadow: 0 0 4px rgba(3,5,48,0.15);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;*/
}
.introJobName{
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 32px;
	/*margin-bottom: 14px;*/
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: white;
	background-color: #2d84fb;
}

.introJobName span:first-child{
	background: url(../../images/resume/postdetail/button_1.png) no-repeat;
}
.introJobName span:last-child{
	background: url(../../images/resume/postdetail/button_3.png) no-repeat;
}

.introBg.not_finished .introJobName{
	color: white;
	background-color: #2d84fb;
}
.introBg.is_finished .introJobName{
	color: #dee2e8;
	background-color: #9fa7b2;
}
.introJobName span:first-child{
	position: absolute;
	left: -15px;
	width: 15px;
	height: 60px;
	top:0;
}
.introJobName span:last-child{
	position: absolute;
	right: -37px;
	width: 37px;
	top:0;
	height: 60px;
}
.introBg.is_finished #over_delivery{
	background-color: #9fa7b3;
	border: 1px solid #9fa7b3;
	cursor: default;
}
.introBg.not_finished .introJobName span:first-child{
	background: url(../../images/resume/postdetail/button_1.png) no-repeat;
}
.introBg.not_finished .introJobName span:last-child{
	background: url(../../images/resume/postdetail/button_3.png) no-repeat;
}

.introBg.is_finished .introJobName span:first-child{
	background: url(../../images/resume/postdetail/button_finished_1.png) no-repeat;
}
.introBg.is_finished .introJobName span:last-child{
	background: url(../../images/resume/postdetail/button_finished_3.png) no-repeat;
}
.work_info{
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	margin-top: 20px;
}
.work_info .work_tag{
	margin-top: 10px;
}
.work_info p,.work_info .work_tag{
	margin-left: 30px;
}
.work_info .work_tag span{
	color: #97adcc;
	height: 24px;
	padding: 0 12px;
	line-height: 24px;
	border: 1px solid #97adcc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.introBg p{
	color: white;
}
.introJobName span{
	font-size: 20px;
}
/*.introJobName img:nth-of-type(1){
	position: absolute;
	left: -15px;
	width: 15px;
	height: 60px;
	top:0;
}*/
/*.introJobName img:nth-of-type(2){
	position: absolute;
	right: -37px;
	width: 37px;
	top:0;
	height: 60px;
}*/
/*.introBg_left p{
	font-size: 16px;
	color: white;
	margin-top: 4px;
	margin-left: 40px;
}*/

.introBg_right{
	position: absolute;
	bottom: 32px;
	right: 40px;
}
.introBg_right #delivery,.introBg_right a,.introBg_right #over_delivery{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color:white;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 104px;
	top: -68px;
	margin-bottom: 27px;
	border: 1px solid #3183FB;
	background-color: #3183FB;
	-moz-border-radius: 5px; /* Firefox */
  	-webkit-border-radius: 5px; /* Safari 和 Chrome */
  	border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.introBg_right p#collection{
    position: absolute;
    bottom: 0;
	top: -68px;
    right: 118px;
    font-size: 14px;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 65px;
    margin-bottom: 27px;
    padding-left: 20px;
	border: 1px solid white;
	-moz-border-radius: 5px; /* Firefox */
  	-webkit-border-radius: 5px; /* Safari 和 Chrome */
  	border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	background:url(/images/resume/postdetail/details_icon_star_before.png)no-repeat 12px 12px;
}

.introBg_right p#collection.collect_active{
	background:url(/images/resume/postdetail/details_icon_star_after.png)no-repeat 12px 12px;
}
.introBg_right p:nth-of-type(3){
	text-align: right;
	font-size: 14px;
	color: #DBE2F5;
}
.postIntro{
	padding: 40px 36px 0 30px;
	background: white;
	overflow: hidden;
	/*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-box-shadow: 0 0 4px rgba(3,5,48,0.15);
	box-shadow: 0 0 4px rgba(3,5,48,0.15);*/
}
.postIntroTitle{
	height: 19px;
	line-height: 19px;
}
.postIntroTitle .square{
	height: 19px;
	width: 4px;
	margin-right: 10px;
	background-color: #3183FB;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.postIntroTitle span:nth-of-type(2){
	font-size: 16px;
	color: #394351;
	font-weight: bold;
	margin-right: 14px;
	height: 19px;
	line-height: 19px;
}
.postIntroTitle .line{
	border-bottom: 1px solid #eee;
	width: 620px;
	height: 19px;
	margin-top: -9px;
}
.pushProcess{
	padding: 40px 36px 40px 30px;
	margin-top: 10px;
	background-color: #fff;
}
.postCompanyContent{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 40px;
	margin-top: 19px;
	white-space: pre-line;
}
.process{
	padding-top: 24px;
}
.process img{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	
}
.process ul{
	padding-left: 30px;
	margin-bottom: 18px;
}
.process ul li{
	float: left;
    width: 56px;
    text-align: center;
    font-size: 14px;
	position: relative;
	color: #666;
    /* padding-right: 12px; */
}
.process ul li + li{
	margin-left: 158px;
}
.process ul li + li:after{
	content: '';
	display: inline-block;
	width: 158px;
	height: 1px;
	background-color: #eee;
	position: relative;
	right: 158px;
	top: -62px;
}
.process_tips{
	font-size: 14px;
	color: #666;
	line-height: 24px
}
.process_tips .utips_mail{
	color: #88b9fe;
}
.postRelated{
	width: 252px;
	/*padding: 14px 10px;*/
	/*background-color: #efefef;*/
    box-sizing: border-box;
	/*margin-top: 75px;*/
}
.current_resume{
	display: none;
	padding: 14px 10px 0;
	background-color: #fff;
	margin-bottom: 10px;
}
.current_resume img{
	width: 100%;
	margin-bottom: 22px;
}
.current_resume h3{
	font-size: 14px;
    color: #333;
    line-height: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
	font-weight: normal;
	margin-bottom: 20px;
}
.current_resume h3 span:first-child{
	float: left;
}

.current_resume h3 .change_resume,.current_resume h3 a{
	float: right;
	cursor: pointer;
	color: #9fa7b2;
	padding-right: 12px;
    background: url(/images/resume/postdetail/icon_more1.png) no-repeat right center;
}
.current_resume h3 .change_resume:hover,.current_resume h3 a:hover{
	color: #3183FB;
    background: url(/images/resume/postdetail/icon_more_hover.png) no-repeat right center;
	/*text-decoration: underline;*/
}
.current_resume .resume_name{
	
	/*background-size: 11px 14px;*/
	padding-left: 20px;
	color: #666;
	font-size: 14px;
	padding-bottom: 22px;
	margin-bottom: 10px;
	display: none;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
.current_resume .resume_name.upload_type{
	background: url('../../images/resume/postdetail/icon_attachment.png') no-repeat left 3px;
}
.current_resume .resume_name.online_type{
	background: url('../../images/resume/postdetail/icon_online.png') no-repeat left 3px;
}
.enterprise_info{
	margin-bottom: 10px;
	background-color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 8px;
	/*margin-top: 10px;*/
}
.enterprise_info h3{
	padding-top: 14px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 14px;
	/*margin-top: 14px;*/
	margin-bottom: 10px;
}
.enterprise_info > a > span{
	width: 100%;
	height: 100px;
	margin-bottom: 8px;
	border: 1px solid #eee;
	display: block;
}
.enterprise_info > ul > li{
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	line-height: 26px;	
}
.enterprise_info > ul > li:nth-of-type(1){
	background: url('../../images/resume/postdetail/icon_industry.png') no-repeat left center;
}
.enterprise_info > ul > li:nth-of-type(2){
	background: url('../../images/resume/postdetail/icon_type.png') no-repeat left center;
}
.enterprise_info > ul > li:nth-of-type(3){
	background: url('../../images/resume/postdetail/icon_company.png') no-repeat left center;
}
.enterprise_info > ul > li:nth-of-type(4){
	background: url('../../images/resume/postdetail/icon_person.png') no-repeat left center;
}

.work_recommend{
	overflow: hidden;
	background-color: #fff;
    padding: 0 10px;
}
.work_recommend ul{
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.work_recommend ul li{
	margin-bottom: 24px;
}
.work_recommend ul li:hover .work_name{
	color: #3183FB
}
.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: 4px;
	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: #333;
    font-weight: normal;
    line-height: 14px;
    margin-top: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}
.recommend_more{
	text-align: center;
    font-size: 13px;
    color: #9fa7b2;
	padding-bottom: 14px;
	/*margin-bottom: 15px;*/
}
.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;
}
.no_resume{
	margin: 0 0 24px 20px;
	overflow: hidden;
	display: none;
}
.no_resume > img {
	float: left;
	width: auto;
}
.no_resume > div {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #9fa7b2;
}
.no_resume > div > p > a{
	color: #5B9EFD;
}
.no_resume > div > p > a:hover{
	text-decoration: underline;
}
#no_resume_popup,#has_resume_popup,#delivery_success,#resume_list{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	z-index: 10000;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#no_resume_popup,#has_resume_popup,#resume_list{
	width: 400px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	font-size: 14px;
}
#has_resume_popup{
	display: none;
	height: 327px;
	overflow: hidden;
}
#no_resume_popup{
	display: none;
	text-align: center;
	color: #9fa7b2;
	width: 400px;
	height: 356px;
	padding: 40px 30px;
}
#no_resume_popup div{
	padding-bottom: 6px;
	border-bottom: 1px dashed #eee; 
}
#no_resume_popup div p {
	line-height: 14px;
	padding-bottom: 6px;
}
#no_resume_popup img{
	width: 132px;
	height: 141px;
	margin: 24px auto;
}
#no_resume_popup .to_upload{
	display: inline-block;
	width: 155px;
	height: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #3183FB;
	color: #fff;
	padding: 12px 35px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	line-height: 14px;
}
#no_resume_popup .close_btn,#delivery_success .close_btn{
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	background: url(/images/resume/postdetail/icon_x_nor.png) no-repeat center center;
	background-size: 20px 20px;
	right: -28px;
	top: 0px;
	cursor: pointer;
}

#has_resume_popup h2{
	height: 45px;
	background-color: #5B9EFD;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-weight: normal;
}
#has_resume_popup .info_tip{
	margin: 24px 0 14px 30px;
	color: #666;
}
#has_resume_popup .info_tip > span{
	color: #9fa7b2;
	font-size: 12px;
}
#has_resume_popup input{
	display: block;
	width: 340px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	border: 1px solid #eee;
	height: 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	padding:0 12px;
	color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b2b2b2;
}

input:-ms-input-placeholder{
    color: #b2b2b2;
}

input::-webkit-input-placeholder{
    color: #b2b2b2;
}
#has_resume_popup .control_btn{
	margin-top: 24px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	padding: 0 30px;
	overflow: hidden;
	padding-bottom: 24px;
}
#resume_list ul{
	/*min-height: 240px;*/
}
#resume_list .control_btn{
	margin-top: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
}
#has_resume_popup .control_btn .cancle,#resume_list .cancle{
	margin-right: 30px;
	background-color: #cbd6e5;
}
#has_resume_popup .control_btn .confirm,#resume_list .confirm{
	background-color: #3183FB;
}
#has_resume_popup .control_btn .cancle,#has_resume_popup .control_btn .confirm,#resume_list .cancle,#resume_list .confirm{
	cursor: pointer;
	float: left;
	width: 155px;
	height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}

#delivery_success{
	display: none;
	width: 464px;
	height: 487px;
	background: url('../../images/resume/postdetail/images_success.png') no-repeat center center;
	background-size: 464px 487px;
}
#delivery_success a{
	width: 155px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 340px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	background-color: #3183FB;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#delivery_success .close_btn{
	top: 38px;
}
#resume_list{
	padding: 24px 30px;
	height: 256px;
	display: none;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#resume_list h2{
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px  dashed #eee;
	font-weight: normal;
	color: #666;
}
#resume_list ul li{
	color: #4c4c4c;
	padding-left: 23px;
	line-height: 14px;
	margin-top: 24px;
	cursor: pointer;
	position: relative;
}
#resume_list ul li .dot{
	position: absolute;
	right: 0;
	width:14px;
	height: 14px;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
#resume_list ul li:hover .dot{
	border: 1px solid #88b9fe;
}
#resume_list ul li.upload_resume{
	background: url(../../images/resume/postdetail/icon_attachment.png) no-repeat left center;
	background-size: 11px 13px;
}
#resume_list ul li.online_resume{
	background: url(../../images/resume/postdetail/icon_online.png) no-repeat left center;
	background-size: 13px 13px;
}
#resume_list ul li.upload_resume:hover{
	color: #88b9fe;
	background: url(../../images/resume/postdetail/icon_attachment_seleted.png) no-repeat left center;
}
#resume_list ul li.online_resume:hover{
	color: #88b9fe;
	background: url(../../images/resume/postdetail/icon_online_seleted.png) no-repeat left center;
}

#resume_list ul li.active{
	color: #88b9fe;
}
#resume_list ul li.active.upload_resume{
	background: url(../../images/resume/postdetail/icon_attachment_seleted.png) no-repeat left center;
}
#resume_list ul li.active.online_resume{
	background: url(../../images/resume/postdetail/icon_online_seleted.png) no-repeat left center;
}
#resume_list ul li.active .dot{
	border: 1px solid #88b9fe;
}
#resume_list ul li.active .dot:after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #3183FB;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.postRelated > a > img{
	margin-bottom: 10px;
}
/*.postRelated .topCompany{
	height: 231px;
	background-color: white;
	padding-top: 36px;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 4px rgba(3,5,48,0.15);
	box-shadow: 0 0 4px rgba(3,5,48,0.15);
}
.postRelated .topCompany img{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.postRelated .topCompany p{
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
}
.postRelated .topCompany p:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}*/
/*.morePost{
	margin-top: 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 4px rgba(3,5,48,0.15);
	box-shadow: 0 0 4px rgba(3,5,48,0.15);
}*/
/*.morePost .more_title{
	height: 44px;
	line-height: 44px;
	background-color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}*/
/*.morePost .more_title p{
	margin: 0 20px;
	font-size: 14px;
	color: #757575;
}
.morePost .more_title p:nth-of-type(2){
	font-size: 12px;
	color: #B2B2B2;
}
.morePost ul li{
	cursor: pointer;
	background-color: white;
	border-top:1px solid #eee;
	height: 100px;
}
.morePost ul li:nth-last-of-type(1){
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
.morePost ul li:hover{
	transition: 0.2s;
	transform: scale(1.01);
	-moz-box-shadow:0px 1px 5px 0px rgba(82,93,122,0.2);
	-webkit-box-shadow:0px 1px 5px 0px rgba(82,93,122,0.2);
	box-shadow: 0px 1px 5px 0px rgba(82,93,122,0.2);
}
.morePost ul li .company_logo img{
	width: 60px;
	height: 60px;
	margin: 20px 40px;
}
.morePost .company_intro p:nth-of-type(1){
	width: 190px;
	font-size: 16px;
	color: #4C4C4C;
	margin-top: 15px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.morePost .company_intro p:nth-of-type(2){
	position: relative;
	font-size: 14px;
	color: #4C4C4C;
	margin-bottom: 10px;
}
.morePost .company_intro p:nth-of-type(2) span:nth-of-type(3){
	display: inline-block;
	position: absolute;
	left: 40px;
	width: 150px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.morePost .company_intro .location{
	font-size: 14px;
	color: #B7C0CE;
}*/
.whyUTips{
	background-color: white;
	margin-top: 10px;
	margin-bottom: 40px;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 4px rgba(3,5,48,0.15);
	box-shadow: 0 0 4px rgba(3,5,48,0.15);*/
}


/*//======================遮罩层=========\n===*/
/*html,body,.deliverySuccess,.shadow{
	height: 100%;
	width: 100%;
}
.state{
	padding-bottom: 60px;
	z-index: 100;
	width: 465px;
	height: 465px;
	position: relative;
	margin: 0 auto;
	background-color: white;
	background: url(/images/resume/postdetail/state.png) no-repeat;
}
.state_text{
	position: absolute;
	top: 230px;
	text-align: center;
}
.state #scheduleClose{
	position: absolute;
	width: 40px;
	height: 40px;
	right: -20px;
	top: 20px;
	cursor: pointer;
}
.state_text p{
	width: 465px;
	margin: 0 auto;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	color: #4C4C4C;
}
.deliveryShadow,.deliverySchedule{
	display: none;
	height: 100%;
	width: 100%;
	position:fixed;
	z-index: 100;
	top: 234px;
}
.deliveryShadow{
	top: 0;
}
.deliverySchedule{
	top: 132px;
}
.shadow{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: block;
	background-color: #000000;
}
.deliverySuccess{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
	background-color: #000;
}
.deliverySuccess_content{
	top: -120px;
	padding-bottom: 60px;
	z-index: 100;
	width: 465px;
	height: 465px;
	position: relative;
	margin: 0 auto;
	background: url(/images/resume/postdetail/images_success.png) no-repeat;
}
.deliverySuccess_content div{
	position: absolute;
	top: 250px;
	text-align: center;
	width: 465px;
}
.deliverySuccess_content div a{
	width: 150px;
	margin: 0 auto;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #3183FB;
	margin-top: 85px;
	cursor: pointer;
	display: block;
}
.deliverySuccess_content .close,.confirmDelivery_content .close{
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	right: -20px;
	top: 20px;
}
.confirmDelivery_content .close{
	top: -20px;
}

.confirmDelivery_content{
	z-index: 100;
	width: 330px;
	min-height: 560px;
	padding:0 65px ;
	position: relative;
	top: -150px;
	margin: 0 auto;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0px 40px 12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0px 40px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 40px 12px rgba(0,0,0,0.25);
}
.deliverySuccess_content img{
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	top: 20px;
}*/
/*.confirmDelivery_text{
	padding-top: 30px;
	padding-bottom: 47px;
}
.confirmDelivery_text .resumeHead{
	margin-bottom: 20px;
	width: 84px;
	height: 84px;
	margin-left: 123px;
	border-radius: 42px;
	-webkit-border-radius: 42px;
}
.confirmDelivery_name{
	background: url(/images/resume/postdetail/icon_name.png)  10px center no-repeat;
}
.confirmDelivery_phone{
	background: url(/images/resume/postdetail/icon_phone.png) 10px center no-repeat;
}
.confirmDelivery_email{
	background: url(/images/resume/postdetail/icon_email.png) 10px center no-repeat;
}
.confirmDelivery_name,.confirmDelivery_phone,.confirmDelivery_email{
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	font-size: 16px;
	color: #4C4C4C;
	padding-left: 47px;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.confirmDelivery_name span,.confirmDelivery_phone span,.confirmDelivery_email span{
	color: #B2B2B2;
}
.confirmDelivery_name input,.confirmDelivery_phone input,.confirmDelivery_email input{
	outline: none;
	border: none;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #4C4C4C;
	font-family:"Microsoft YaHei",Helvetica, Tahoma, Arial, "Hiragino Sans GB",  "微软雅黑", SimSun, "宋体", Heiti, "黑体",sans-serif;
}
.confirmDelivery_name input{
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.confirmDelivery_email input{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.confirmDelivery_resume{
	margin-top: 40px;
	position: relative;
	z-index: 10;
}
.confirmDelivery_resume p:nth-of-type(1){
	font-size: 16px;
	color: #B2B2B2;
}
.confirmDelivery_resume p:nth-of-type(2) a{
	font-size: 14px;
	color: #5B9EFD;
}
.confirmDelivery_resume .smileTips{
	display: none;
	position: relative;
	top: -126px;
	right: -20px;
	background: white;
	z-index: 10;
	height: 100px;
	width: 175px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 12px 1px rgba(82,93,122,0.2);
	-webkit-box-shadow:0px 0px 12px 1px rgba(82,93,122,0.2);
	box-shadow: 0px 0px 12px 1px rgba(82,93,122,0.2);

}
.confirmDelivery_resume .smileTips p,.confirmDelivery_resume .smileTips .smileTips_try{
	font-size: 12px;
	margin-left: 12px;
	color: #4C4C4C;
}
.confirmDelivery_resume .smileTips p{
	height: 17px;
	line-height: 17px;
}
.confirmDelivery_resume .smileTips p:nth-of-type(1){
	margin-top: 20px;
}
.confirmDelivery_resume .smileTips p:nth-of-type(2){
	margin-bottom: 10px;
}
.confirmDelivery_resume .smileTips .smileTips_try{
	width: 80px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	line-height: 20px;
	color: white;
	background-color: #5B9EFD;
	position: absolute;
	left: 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family:"Microsoft YaHei",Helvetica, "微软雅黑";
}*/
/*.smileTips_tringle{
    width: 0;
    height: 0;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    left: 80px;
    bottom: -8px;
}
.smile_img{
	width: 16px;
	height: 16px;
	position: absolute;
	right:62px;
	margin-top: 2px;
	cursor: pointer;
}
.smileTips_prompt{
	display: none;
	width: 74px;
	height: 67px;
	position: absolute;
	right: 30px;
	top: -150px;
	z-index: -1;
}*/
/*.active{
	display: none;
}
.customSelect{
    width: 328px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 166px;

}
.customSelect div{
	cursor: pointer;
	padding-right: 15px;
	border: 1px solid #eeeeee;
	-webkit-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
.customSelect ul{
	position: absolute;
	top: 40px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 120px;
	width: 327px;
	z-index: 1;
	display: none;
	border-top: 1px solid #eeeeee;
	background-color: white;
	border: 1px solid #EEEEEE;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.customSelect ul::-webkit-scrollbar {
        width:8px;
    }
.customSelect ul::-webkit-scrollbar-thumb{
        background:#88B8FD;
        -moz-border-radius: 4px; 
	  	-webkit-border-radius: 4px; 
	  	border-radius: 4px; 
}
.customSelect ul::-webkit-scrollbar-resizer  {
        background:#ffffff;
}
.customSelect ul li{
	cursor: pointer;
	padding-left: 16px;
}
.customSelect ul li:hover{
	background-color: #88B8FD;
	color: white;
}
.customSelect ul li img{
	width: 12px;
	margin-top: 14px;
	margin-right: 16px;
}
.customSelect ul li span,.customSelect div span{
	color: #4C4C4C;
	width: 240px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 14px;
	float: left;
}
.customSelect div{
	height: 40px;
	width: 312px;
}
.customSelect div img{
	width: 12px;
	margin-top: 14px;
	margin-right: 16px;
	margin-left: 16px;
}
.customSelect_more{
	width: 9px;
	height: 6px;
	position: absolute;
	right: 13px;
	top: 17px;
}
.confirmDelivery_text .btnPar{
	position: absolute;
	bottom: 47px;
	left: 157.5px;
	z-index: -10;
	margin: 0 auto;
}
.confirmDelivery_text #sureDelivery{
	font-family:"Microsoft YaHei",Helvetica, Tahoma, Arial, "Hiragino Sans GB",  "微软雅黑", SimSun, "宋体", Heiti, "黑体",sans-serif;
	cursor: pointer;
	display: block;
	width: 150px;
	height: 40px;
	background-color: #3183FB;
	color: white;
	font-size: 16px;
	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px; 
  	border-radius: 5px; 
}*/
/*
#nameIsNull{
	display:none;
}

#nameIsNull p:nth-child(1){
	color:#B2B2B2;
	padding-top:130px;
	font-size:18px;
	text-align:center;
}

#nameIsNull p:nth-child(2){
	// color:blue;
	padding-top:50px;
	font-size:18px;
	text-align:center;
}*/
