.onlineJob{
	width: 1180px;
	min-height: 100px;
	margin:0px auto 100px;
}
.set_meal{
	display: inline-block;
}

.onlineJob_title{
	margin-bottom:20px;
	margin-top:20px;
}
.onlineJob_top{
	float: left;
	color: #989898;
	font-size: 12px;
	margin-top: 12px;
}
.publish_new_job{
	float: right;
	width: 110px;
	height: 40px;
	background-color: #ffdd44;
	font-size: 14px;
	border-radius: 4px;
	color: #181818;
	text-align: center;
	line-height: 40px;
}
.invoice{
	margin-left: 30px;
	margin-right: 13px;
	cursor: pointer;
	display: inline-block;
}
.onlineJob_list li{
	border-radius: 4px;
	background-color: #ffffff;
	float: left;
	width: 585px;
	height: 90px;
	margin-bottom: 10px;
	padding-left: 19px;
	/*padding-right: 18px;*/
	box-sizing: border-box;
}
.onlineJob_list li:nth-child(odd) {
	margin-right: 10px;
}
.onlineJob_list_left{
	float: left;
}
.onlineJob_list_right{
	float: right;
    height: 100%;
    padding: 18px;
    box-sizing: border-box;
    border-left: 1px solid #f5f5f5;
}
.new-job-name{
	font-size: 17px;
	margin: 16px 0 20px;
}
.new-job-time{
	font-size: 12px;
	color: #b8b8b8;
}
.edit-delete{
	width: 15px;
	height: 14px;
	cursor: pointer;
	vertical-align: top;
	margin-top: 2px;
}
.edit-button{
	background-image: url('/Public/Home/job/img/edit.png');
	margin-bottom: 20px;
}
.delete-button{
	background-image: url('/Public/Home/job/img/delete.png');
}
.invoice i{
	background-image: url('/Public/Home/job/img/icon_fapiao@2x.png');
	margin-right: 4px;
}
.recommend i{
	background-image: url('/Public/Home/job/img/icon_yiwen@2x.png');
	/*margin-right: 4px;*/
}
.recommend{
	display: inline-block;
	position: relative;
}
.recommend:hover .recommend-time-show{
	display: block;
}
.recommend-time-show{
	width: 199px;
	min-height: 100px;
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	bottom: 22px;
	left: 0;
	padding:14px !important;
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	/*display: none;*/
}
/*发票*/
.invoice-page{
	width: 760px;
	background-color: #ffffff;
	border-radius: 4px;
	z-index: 99999999999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%); 	/* IE 9 */
	-moz-transform:translate(-50%,-50%); 	/* Firefox */
	-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%,-50%); 	/* Opera */
}
.invoice-page-list{
	background-color: #f5f5f5;
}

.invoice-title{
	text-align: center;
	padding-bottom:40px;
	padding-top: 40px;
	font-size: 22px;
}
.invoice-lei{
	text-align: center;
	padding-bottom: 40px;
}
.invoice-lei li{
	width: 220px;
	height: 60px;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	color: #989898;
	background-color: #ffffff;
	cursor: pointer;
	margin:0 auto;
}
/*.invoice-lei li:nth-child(1){
	margin-left: 140px;
}
.invoice-lei li:nth-child(2){
	margin-left: 40px;
}*/
.invoice-page-input{
	padding:40px 140px 0px;
	box-sizing: border-box;
}
.invoice-inputs dt{
	width: 54px;
	color: #989898;
	margin-right: 15px;
	margin-top: 13px;
}
.invoice-inputs dl{
	margin-bottom: 20px;
}
.invoice-inputs dd input{
	width: 407px;
	height: 44px;
	text-indent: 24px;
	border:none;
	outline: none;
	border-radius: 4px;
	background-color: #f5f5f5;
}
.submit-invoice{
	display: block;
	width: 160px;
	height: 48px;
	border-radius: 4px;
	background-color: #ffdd44;
	outline: none;
	border:none;
	margin:40px auto 21px;
	/*cursor: default;*/
}
.invoice-tip{
	text-align: center;
	color: #b8b8b8;
	font-size: 12px;
	margin-bottom: 39px;
}
.li-bg{
	border:1px solid #ffdd44 !important;
	color: #181818 !important;
}

.close-project{
	position: absolute;
	width: 15px;
	height: 15px;
	background-image: url('/Public/Home/job/img/icon_guanbi@2x.png');
	top: 20px;
	right: 20px;
	cursor: pointer;
}
/*删除*/

/*删除弹框布局*/
.error_tishi{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    font-size: 16px;
    display: none;
}
.error_tishi_content{
    background: #fff;
    width: 500px;
    height: 160px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -80px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    border-radius: 8px;
    padding: 12px;
}
}
.tishi_title{
    display: inline-block;
}
.close_error_tishi{
    width: 16px;
    float: right;
    cursor: pointer;
}
.tishi_text{
    text-align: center;
    margin-left: 10px;
    color: #000000;
    vertical-align: middle;
}
.tishi_text_image{
    margin-top: 40px;
    text-align: center;
}
.tishi_text_image>img{
    width: 27px;
    vertical-align: middle;
}
.error_tishi_btns{
    text-align: right;
    margin-top: 35px;
}
.error_tishi_btns>button{
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    margin-right: 10px;
    outline: none;
    border:none;
}
.detemine_btns{
    background-color: #ffdd44;
    color: #000000 !important;
}
.onlineJob_xufei{
	margin-left: 10px;
}
.xufei_button{
	color: #181818;
	margin-left: 10px;
}
#day_3{
	color: #EE1313;
}
.bg_word{
	color: #b8b8b8;
}
.job_name_a{
	color: #181818;
}






































