html,
body {
	position: relative;
}

.con-title {
	font-size: 16px;
	color: #21b270;
	/*text-align: center;*/
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
     color: #666!important;
    /*background-color: #0088cc;*/
}

/*设置日期部分样式     start*/

#date-wrapper {
/*	position: absolute!important;*/
	top: 50%;
	left: 50%;
	width: 348px!important;
	height: 274px!important;
	margin-left: -174px;
	margin-top: -137px;
	z-index: 56;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	padding-bottom: 15px;
	display: none;
}


/*设置日期部分样式     end*/

.col-input select:focus {
	outline: none !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

option:hover {
	background: #21b270!important;
}


/*我的钱包                                       start*/

.tixian-box {
	text-align: center;
	height: 546px;
}

.tixian-box div {
	padding-top: 100px;
}

.money-box1 {
	color: #5cb85c;
	font-size: 30px;
}


/*我的钱包                                       end*/


/*设置日历查询结果                       start*/

.job-list li {
	height: 95px;
	cursor: pointer;
	border-bottom: 1px #f2f2f5 solid;
}

.job-primary {
	height: 50px;
	color: #4a4160;
	/*padding: 22px 0;*/
	margin: 0 30px;
	/*border-top: 1px #f2f2f5 solid;*/
	position: relative;
}

.job-primary .info-primary {
	width: 350px;
}

.job-primary .info-company,
.job-primary .info-primary {
	float: left;
	color: #4a4160;
}

.job-list li .name {
	font-size: 16px;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
}

.job-list li .name a {
	height: 26px;
	display: inline-block;
	line-height: 26px;
	color:#333;
}

.job-list li .name .job-title {
	font-size: 16px;
	font-weight: 400;
	max-width:250px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	color:#333;
}

.job-list li .name span.red {
	height: 26px;
	display: inline-block;
	line-height: 26px;
	position: relative;
	vertical-align: middle;
}

.job-primary .info-detail {
	position: absolute;
	left: 195px;
	top: 0;
	width: 540px;
	height: auto;
	z-index: 20;
	display: none;
	padding: 16px 0 0 0;
	color: #abafba;
	background: rgba(244, 247, 252, .9);
	box-shadow: 0 4px 8px 0 rgba(65, 74, 96, .2);
	z-index: 1001;
}

.job-list li .info-primary p {
	margin-top: 2px;
}

.job-list li p {
	margin-top: 2px;
	font-size: 12px;
	color: #9fa3b0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vline {
	display: inline-block;
	width: 1px;
	height: 12px;
	vertical-align: middle;
	background: #e0e0e0;
	margin: 0 10px;
}

.job-primary .info-company {
	width: 320px;
}

.job-primary .info-company,
.job-primary .info-primary {
	float: left;
	color: #4a4160;
}

.company-text {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.job-list>ul {
	margin: 0 0 10px 0px!important;
}

.job-list li .name {
	font-size: 16px;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
}

.job-primary .info-publis {
	float: right;
	white-space: nowrap;
	overflow: hidden;
	width: 175px;
	text-overflow: ellipsis;
	text-align: right;
}

.btn:hover {
	background: #21b270!important;
	color: #fff!important;
}

.jujue:hover {
	background: red!important;
}


/*设置日历查询结果                       end*/


/*设置登录页面样式                           start*/

.card1{
	width:383px!important;
}
.card {
	text-align: center;
    width: 350px;
    background-color: #fff;
    margin-top: 150px;
    padding: 16px 26px;
    border-radius: 5px;
    float: right;
}
.card1{
	width:387px!important;
}

.card .head-img {
	display: inline-block;
	margin-bottom: 78px;
	width: 108px;
	height:30px;
}

.card .head-img img {
	width: 100%;
}

.card .register-form {
	display: block;
	width: 100%;
	height: 270px;
}

.register-tit li {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 30px;
}
.header-tit{
	width: 100%;
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.header-tit .container {
    height: 90px;
    line-height: 90px;
}
.header-tit .container .leftcontent {
    float: left;
    font-size:16px;
    color: #666;
}
.shugang{
	font-size:20px!important;
	margin-right:15px;
}
.header-tit .container .leftcontent img {
    vertical-align: middle;
    width:80px;
}
.header-tit .container .righttcontent {
    float: right;
    color: #ccc;
}
.righttcontent a span{
	color:#333;
}
.login-form-box {
    min-height: 751px;
    background: url(../img/back-login.png) 0 0 no-repeat;
    background-size: 100% auto;
}
/*设置登录页面样式                           end*/


/*设置注册页面  样式                     start*/

.register-con>form {
	display: none;
}

.show {
	display: block!important;
}


/*设置注册页面  样式                     end*/


/*设置岗位详情页样式                                start*/

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: #fff!important;
}

.nav-pills>li a span {
	position: relative;
	top: 20px;
}


/*设置岗位详情页样式                                end*/


/*评价页面样式                                         start*/

#star ul,
#star span {
	float: left;
	display: inline;
	height: 19px;
	line-height: 19px;
}

#star ul {
	margin: 0 10px;
}

#star li {
	float: left;
	width: 24px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../img/star.png) no-repeat;
}

#star li.onz {
	background-position: 0 -28px;
}

.textarea1:focus {
	border: 1px solid #21b270!important;
}

.textarea1 {
	border: 1px solid #eee!important;
	width: 85%;
	height: 5rem;
	margin: 0 auto;
	background: #f2f2f2;
	padding: 5px;
	margin-left: 45px;
	margin-top:20px;
}

.step-round>li>a:before {
	width: 20px;
	height: 20px;
	line-height: 20px;
}

#star {
	width:254px;
	margin:70px 0px 20px 45px;
}


/*评价页面样式                                         end*/
/*设置个人首页样式                                  start*/
.search-box{
    height: 115px;
    padding-top: 15px;
    position: relative;
    z-index: 1003;
}
.sy-box{
	background:#fff;
}
.col-input1 input{
	height:35px;
	padding: 0 10px 0 10px;
    /*line-height: 35px;*/
    background: #fff;
    font-size: 12px;
    vertical-align: middle;
}
.search-btn{
	color:#fff;
}
.jzList-item {
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
}
.jzList-pic {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    line-height: 80px;
    display: none;
}
.jzList-pic img {
    display: none;
    height: 80px;
    width: auto;
    vertical-align: top;
}
.jzList-txt {
    float: left;
}
.jzList-txt-t {
    height: 32px;

}
.jzList-txt-t h3 {
    font: 400 16px/2em "hiragino sans gb", "microsoft yahei";
    float: left;
    clear: both;
    width:350px;
}
.jzList-txt-t h3 a {
    color: #404040;
    text-decoration: none;
}
.jzList-field {
    margin-top: 8px;
    width:272px;
    float: left
}
.jzList-field li {
    line-height: 20px;
    width:300px;
    padding-right: 10px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #707070;
}
.jzList-field li span {
    color: #999;
}
.clearfix:after {
    content: "\0020";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.jzList-btn {
    float: right;
    width: 150px;
    height: 40px;
    margin-top: 20px;
}
.jzList-btn a {
    display: block;
    background-color: #21b270!important;
    color: #fff!important;
    font: 400 16px/40px "hiragino sans gb", "microsoft yahei";
    text-align: center;
    text-decoration: none;
}
.jzList-salary {
    float: left;
    margin: 20px 50px 0 0;
    line-height: 40px;
    color: #999;
}
.jzList-salary .money {
    margin-right: 14px;
}
.jzList-salary .money em {
    color: #21b270!important;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: bottom;
    font-weight: 700;
}
.container1{
	padding-right: 0px!important;
     padding-left: 0px!important;
}
.col-input1 input:focus{
	border:1px solid #21b270!important;
}
.banner-img img{
	width:100%;
}
/*设置个人首页样式                                  end*/
/*设置意向职位样式                                       start*/
.yxzz-box{
	margin:0px 20px 20px 50px;
}
.yxzw-tit{
	height:33px;
	line-height: 33px;
}
.yxzw-tit::before{
	content: "";
	display: inline-block;
	width:3px;
	height:30px;
	background:#5cc67a!important;
	margin-right:10px;
	position:relative;
	top:11px;
}
/*设置意向职位样式                                       end*/
/*设置意向单位样式                                       start*/
.yxdw-row{
	/*width:80%;*/
	margin:0 auto;
	margin-left:180px!important;
}
/*设置意向单位样式                                       end*/

/*设置单位发单页面样式                           start*/
.col-input textarea{
	width:100%;
	height:200px;
}
#rwbxq:focus{
	border:1px solid #21b270!important;
}
/*设置单位发单页面样式                           end*/
/*设置个人首页岗位详情页样式                           start*/
.jz-d-l {
    float: left;
    /*width: 740px;*/
}
.jz-d-l-t {
    background-color: #fff;
    padding-bottom: 30px;
}
.jz-d-title {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 30px 40px;
}
.jz-d-title h2 {
    float: left;
    font: 400 28px/40px "hiragino sans gb", "microsoft yahei";
    color: #4b4b4b;
    padding-right: 100px;
    width: 550px;
    word-break: break-all;
    word-wrap: break-word;
}

.salary {
    margin-top: 15px;
    line-height: 24px;
    height: 24px;
    color: #666;
    font-size: 14px;
}
.salary-num {
    font-weight: 700;
}
.salary b {
    color: #21b270!important;
    font-size: 20px;
    line-height: 25px;
    vertical-align: bottom;
}
.salary-tips {
    float: left;
    margin-left: 30px;
}
.salary-tips span {
    color: #707070;
    font-size: 14px;
}
.salary .l {
    margin: 7px 10px 0;
    background-color: #979797;
}

.l {
    width: 1px;
    height: 10px;
    background-color: #ddd;
    font-size: 0;
    display: inline-block;
}
.fl {
    float: left;
}
.jz-d-bascInfo {
    float: left;
    width: 620px;
    padding: 0 40px;
}
.btn-org {
    background-color: #21b270!important;
    color: #fff!important;
}

.big-btn {
    display: inline-block;
    font: 400 16px/28px "hiragino sans gb", "microsoft yahei";
    text-decoration: none;
    padding: 10px 30px;
}


.jz-d-l-b {
    margin-top: 20px;
    background-color: #fff;
    padding: 50px 40px;
}
.m-title {
    position: relative;
    line-height: 20px;
    height: 20px;
    padding-bottom: 33px;
}
.m-title h3 {
    float: left;
    font: 400 20px/1em "hiragino sans gb", "microsoft yahei";
    color: #4b4b4b;
    height: 1em;
}

.jz-d-info {
    margin-top: 20px;
}
.jz-d-area {
    font-size: 16px;
    color: #707070;
    line-height: 28px;
    word-break: break-all;
    word-wrap: break-word;
    margin-top: 20px;
}
.jz-d-info p {
    font-size: 16px;
    line-height: 28px;
    color: #707070;
}
/*右侧*/
.jz-d-r {
    float: right;
    /*width: 280px;*/
}
.cpy-intro {
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    padding: 30px 20px 25px;
}
.cpy-intro-pic {
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
.cpy-intro-pic img {
    vertical-align: top;
    width: 80px;
    height: auto;
}
.cpy-name {
    text-align: center;
    font: 700 16px/26px "hiragino sans gb", "microsoft yahei";
    color: #4b4b4b;
    margin-top: 15px;
    margin-bottom: 20px;
}
.cpy-intro-txt {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    width: 250px;
}

/*设置个人首页岗位详情页样式                           end*/
/*设置单位首页样式                                            start*/
.city-box{
	width:110px;
	height:35px;
	text-align: center;
	line-height: 35px;
	position:relative;
	z-index:100;
	display: inline-block;
	background: #21b270;
	color:#fff;
}
.table-box{
	width:90%;
	margin:0 auto;
}
.see-a{
	color:#21b270!important;
}
/*设置单位首页样式                                            end*/
/*个人选择岗位页面样式                                     start*/
.bn {
    height: 240px;
    background: url(../img/city_list_bn.png) no-repeat top center;
    position: relative;
}
.bn .logo {
    position: absolute;
    width: 128px;
    height: 50px;
    background: url(../img/log.png) no-repeat;
    top: 15px;
    left: 50%;
    margin-left: -500px;
    background-size: 100%;
}
/*个人选择岗位页面样式                                     end*/
/*公共样式                                            start*/
.div-height {
    height:600px;
}
.div-height1 {
    height:900px;
}
/*公共样式                                            end*/
.zhipai-tit{
	text-align: center;
	font-size:25px;
}
.more-zhipai{
	font-size:14px;
	color:#5cc67a!important;
}
.page-ye li{
	display: inline-block;
	width:45px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:1px solid #eee;
	margin-left:10px;
}
.ye1 li{
	background: #fff;
}
.page-ye{
	width:82%;
	margin:0 auto;
}
.page-ye .active{
	background:#5cc67a;
	color:#fff;
}
.min-height1{
	min-height:780px;
}
/*灵工邦协议样式                                                  start*/
.help-main {
    font-size: 14px;
    color: #454545;
    padding: 14px 100px 0;
}
.help-title{
	text-align:center;
	font-weight: bold;
}
.help-main div{
	line-height:20px;
	 margin-bottom:20px;
}
.help-main div,.help-main p{
	font-size:14px;
	 color: #454545;

}
.help-main p{
	margin-bottom:10px;
}
.help-main h4{
	font-size:16px;
	color:#666;
	font-weight: bold;
}
.help-main h5{
	color:#333;
}
.reference{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 4px;
    margin-top: 4px;
    /*border:1px solid #666;*/
}
table tr th, table tr td {
	text-align: center;
}
table,table tr th, table tr td { border:1px solid #ccc; padding:10px 5px;}
.span-text{
	text-decoration: underline;
}
.editing_area canvas{
	width:100px;
	height:100px;
}
.help-di>div{
	width:45%;
	display:inline-block;
}
/*灵工邦协议样式                                                  end*/
/*改样式*/
   .touxiang {
		/*width: 30px;*/
	   width: 2rem;
	   height: 2rem;
	   border-radius: 50%;
	}

	.chakan {
		width: 90px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #21b270!important;
		margin-top: 10px;
	}

	.chakan a {
		color: #21b270!important
	}

	.touxiang-div {
		text-align: center
	}

	.see-div div {
		margin: 10px auto 0px auto;
	}

	.row-box {
		border: 1px solid #eee;
		padding: 10px 20px;
		width: 80%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		display:-webkit-box;
		display:-webkit-flex;
		-webkit-box-pack:center;
	-webkit-box-align: center;
	}
	.yxzw-span1{
		display: inline-block;
		width:120px;
		overflow: hidden;
	}
/*添加样式                                      start*/
	.container-text{
		width:90%;
		margin:0 auto;
		border:1px solid #ddd;
		/*padding-top:50px;*/
	}
	.container-title{
		width:90%;
		margin:0 auto;
	}
	hr {
     border-top-color: #888888;
    }
    .col-input input {
	    height: 35px!important;
	    width:100%;
    }
    .form-horizontal .control-label {
	    text-align: left!important;
	    margin-left:30px;
	    color:#666;
	}
	.yanglao,.yiliao{
		/*width:0px!important*/
	}
	.form-title{
		    color: #21b270!important;
	}

	/*我的钱包页面更改    start*/
	/*添加的样式   start*/
			.tx-box{
				width:90%;
				margin:0 auto;
				border:1px solid #ddd;
				padding:40px 50px;
			}
			.td1-price {
			    font-weight:600;
			    font-size: 24px;
			    font-family: Tahoma;
			    line-height: 1.2;
			}
			.td1-p-num{
				font-size:30px;
			}
			.td1-title {
			    color: #474e5d;
			    font-weight:400;
			    font-size: 16px;
			}
			.td3-btn {
			    display: inline-block;
			    -moz-border-radius: 3px;
			    -webkit-border-radius: 3px;
			    border-radius: 3px;
			    width:170px;
			    height: 42px;
			    margin-top:40px;
			    background-color:#21b270!important;
			    color: #fff;
			    font-size: 16px;
			    text-align: center;
			    line-height:30px;
			}
			.td3-btn:hover{
				color:#fff;
			}
			.btn-box{
				text-align: right;
			}

	/*我的钱包页面更改    end*/
/*添加样式                                      end*/
