.daterangepicker{
	z-index:99999999!important;
}
.daterangepicker .input-mini {
	box-sizing: border-box;
}

.header_select{
	position: absolute;
	top: 46px;
	width: 95px;
	left: -33px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.header_select a{
	display: block;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e5e5e5;
	color: orange;
	text-align: center;
}

/*弹窗样式*/

 /*/@-moz-document url-prefix() { body .layui-layer-page .layui-layer-content{ height: 500px; } }*/

#layui-layim.layui-layer-content{
	padding: 0;
}	
#layui-layim-chat.layui-layer-content{padding: 0;}
body .layui-layim .layui-layer-title{ background-color: rgba(245,245,245,.7)!important;}
.layui-layer-content{
	padding: 20px 20px;
	box-sizing: border-box;
}
.layui-layer .layui-layer-title{
	background-color:#2e8ded ;
	color:#fff ;
	font-size:16px !important;
}
.layui-layer-setwin .layui-layer-close1 {
    background-position: -187px -38px  ;
    cursor: pointer;
}
.layui-layer-shade{
	background: #1872b7!important;
}
.red{
	color: red;
}
.layui-layer .layui-layer-btn{
	text-align: center;
	margin-top: -10px;
}
.layui-layer-btn .layui-layer-btn0,.layui-layer-btn .layui-layer-btn1{
	display: inline-block;
	width: 95px!important;
	height: 38px!important;
	line-height: 38px!important;
	color: #fff;
	border-radius:4px ;
	text-align: center;
	cursor: pointer;
}
.layui-layer-btn .layui-layer-btn0{
background-color: #007ae5 !important;
}
.layui-layer-btn .layui-layer-btn1{
	background: #fff!important;
	color: #2e8ded!important;
	border: 1px solid #2e8ded!important;
}

.left_name{
	display: block;
	width: 100%;
}
.red{
	color:red;
}
.infor{
	margin: 10px 0 0;
	color: #333;
}
.btn_box .paybtn {
    width: 160px;
    height: 40px;
    color: #fff;
    background: url(../../images/btnbg.jpg) repeat-y;
    border-radius: 5px;
    background-size: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: lighter;
}
::-webkit-scrollbar {
width:3px;
}
::-webkit-scrollbar-track {
background-color:rgba(220,233,245,1);
width:0px;
}
::-webkit-scrollbar-thumb {
background-color:rgba(193,212,230,1);
}
::-webkit-scrollbar-thumb:active {
background-color:#00aff0
}




/*/单选anniu*/
.tabType {
	margin-left: 30px;
	box-sizing: border-box;
}

.tabType:before {
	content: "";
	display: table;
}

.tabType:after {
	content: "";
	display: table;
	clear: both;
}

.tabType>div {
	position: relative;
	float: left;
	margin-right: 5%;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background: #fafafa;
	text-align: center;
	left: -30px;
	padding-right:16px;
	width:100px;
}

.tabType>div:last-child {
	margin-right: 0;
}

.tabType label {
	display: block;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	margin-left:25px;
	font-size:14px;
}

.tabType input {
	z-index: 3;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.tabType .user-defined {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: border-box;
}

.tabType .user-defined span.circle {
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 2px;
	margin-left: 2px;
	background-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
}

.tabType .user-defined span.active {
	background-color: #1872b7;
}
.jianzhiss {
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    background: #ff9900;
    color: #FFFFFF;
    margin-right: 5px;
    display: inline-block;
    padding: 1px 5px;
}


/*兼职表*/
.jianzhi_t{
	position: relative;
}
.jianzhi_t>input{
	width: 100%;
	 height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    outline: none;
    text-indent: 5px;
    padding-right: 45px;
    box-sizing: border-box;
}
.jianzhi_t .make_list{
	position: absolute;
	top: 35px;
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	display: none;
	color: #333;
	z-index: 9999;
	box-sizing: border-box;
}
.jianzhi_t .make_list .make_listNav{
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
	padding:0 20px;
}
.jianzhi_t .make_list .make_listCon{
	padding:10px 10px;
}
.jianzhi_t .make_list .make_listNav>.mgl20{
	margin-left: 15px;
    padding: 1px 10px;
    border-radius: 4px;
    color: #fff;
    background: #0E9EFF;
    cursor: pointer;
}
.jianzhi_t .make_list .make_listCon table{
	margin:5px 0 0 0;
	width:100%;
	height:130px;
	border-left:1px solid #666666;
	border-bottom:1px double #666666;
}
.jianzhi_t .make_list .make_listCon thead tr th{
	text-align: center;
    padding: 5px 0 5px 0;
}
.jianzhi_t .make_list .make_listCon tbody tr{
	text-align:center;
}
.jianzhi_t .make_list th,.jianzhi_t .make_list td{
	border-right:1px solid #666;
	border-top:1px solid #666;
}
.tdb{
	background:#0E9EFF;
}

/*搜索下拉推荐添加*/

/*个人信息*/
/* --ie清除--*/
/*默认option清除*/

select::-ms-expand {
	display: none;
}
select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* --火狐、谷歌清除--*/
option{
	border: 0;
}

#myAllQForm select,#myAllJForm select,.layui-layer-content select{
	background: url(../../images/down.png) no-repeat 97% center;
	width:100%;
	height: 36px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	color: #666;
	padding-left: 5px;
	margin-top: 10px;
}





option::-ms-expand {
	display: none;
	outline: none
}


.fix_input{
	width: 97%;
	height: 36px;
	border-radius: 4px;
	outline: none;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	color: #666;
    padding-left: 10px;
}
.left_name{
	display: block;
	width: 100%;
	text-align: right;
}

.user_treatment ul li,.up_treatment ul li{
	float: left;
	height: 33px;
	min-width:82px;
	text-align: center;
	box-sizing: border-box;
	padding: 6px 8px 8px 18px;
	/*margin: 10px 10px 5px 0;*/
	color: #fff;
	border-radius: 3px;
	background:dodgerblue url(/public/static/pc/images/gou.png) no-repeat 7px 11px;
	cursor: pointer;
}
.up_treatment ul li{
	padding: 6px 10px 8px 10px;
	background:#ccc;
	margin-bottom: 10px;
    margin-right: 10px;
}
.user_treatment ul li:hover{
	/* background:dodgerblue url(/public/static/pc/images/cuo.png) no-repeat 7px 11px; */
}
#myAllS,#myAllS2,#myAllFind,#selecttag2,#selecttag1{
	width: 100%;
	height: 36px;
	border: 1px solid #e5e5e5;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
	color: #666;
	background: url(/public/static/pc/images/search.png) no-repeat 6px;
	text-indent: 2em;
	
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
textarea{
	outline: none;
	border: 1px solid #e5e5e5;
	resize:none;
	border-radius:4px ;
	color: #333;
	padding:5px;
}
.layui-layer textarea{
	width: 97%;
	height: 100px;
	padding: 10px;
	
}
.layui-layer input[type=text]{
	color: #666;
}

/*福利*/
.welfare{
	display: inline-block;
	background: #f0f0f0;
	padding:3px 9px;
	border-radius: 12px;
	color: #666;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 15px;
	min-width: 72px;
	text-align: center;
	cursor: context-menu;
}
/*评价*/
.evaluate{
	display: inline-block;
	border:1px solid #e6e6e6;
	text-align: center;
	font-size:14px;
	padding: 6px 17px;
	border-radius: 16px;
	color: #333;
	margin-right: 5px;
	margin-bottom: 15px;
}
/*共享人才tab 菜单*/
.tabMenu{
	margin-top:20px;
}

/*找人才 nav*/
.find_list a{
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-right: 13px;
    text-align: center;
    padding-top: 5px;
	height: 73px;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
}
.find_list a:hover{
	background: #fafafa;
	color: #007ae5;
	border-bottom: 2px solid #fafafa;
}
.navBlueBt{
	background: #fafafa;
	color: #007ae5;
	border-bottom: 2px solid #007ae5 !important;
}
.navBlueBt:hover{
	border-bottom: 2px solid #007ae5 !important;
}
.find_list a span{
	display: inline-block;
	width: 40px;
	height: 40px;
}
.find_list .address_name{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





/*全职*/
.quanzhi{
  height: 18px;
  border-radius: 3px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  background: #2196f3;
  color: #FFFFFF;
  margin-right: 5px;
  display: inline-block;
  padding: 1px 5px;
}
.orange{
  height: 18px;
  border-radius: 3px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  background: #ff9900;
  color: #FFFFFF;
  margin-right: 5px;
  display: inline-block;
  padding: 1px 5px;
}


/*帅选*/
body .saixuan input{
	height: 36px;
	padding-right: 30px;
    box-sizing: border-box;
}
.saixuan select,.saixuan input,.paixu_nav select{
	background: #fff url(../../images/xiaojingling_03.png) no-repeat 175px center;
	width:200px;
	height: 36px;
	outline: none;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	color: #666;
	margin-right: 16px;
    padding-left: 13px;
}
option{
	padding-left:1em;
}
/*paixu*/
.paixu_nav {
	background: #fafafa;line-height: 50px;padding: 0 10px;box-sizing: border-box;
}

.paixu_nav select{
	background: #fff url(../../images/xiaojingling_03.png) no-repeat 141px center;
	width:160px;
	height: 30px;
	color: #666;
}
.paixu_nav .zuixin>span{
	margin-right: 15px;
	cursor: pointer;
}
.K_btn:hover{
	background: #007be5!important;
	color: #fff;
}
.paixu_nav .layui-form-select{
	width:120px;
	height: 30px;
	border:none;
}
.inp_sea {
    border-radius: 4px;
    color: #666;
    border: 1px solid #f0f0f0;
    text-indent: 1em;
    background-size: 22px;
    padding-right: 42px;
    box-sizing: border-box;
}
.layui-rate li i.layui-icon{
	margin-right: 0px !important;
   }
   
.layui-flow-more { 
	margin: 1px 0; 
	text-align: center; 
	color: #999;
	font-size: 14px;
	position: absolute; 
	bottom: 0; 
	height: 40px;
	left: 0;
	right: 0;
}
.more{
	color: #f57f17;
	font-size:12px;
}
.tagcloud {
	 position: relative; 
    padding: 20px;
    width: 100%;
    min-height: inherit !important;
    min-width: inherit !important;
    box-sizing: border-box;
    margin-top: 85px;

}
/*金元宝*/
.C_B {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/xiaojingling.png) no-repeat 0 -316px;
    vertical-align: top;
}
.cfd {
    color: #fd9a00;
	font-family: "arial";
	margin-top: 2px;
    display: inline-block;
}
/*收藏*/
.collect{
	cursor: pointer;
}
.collect i{
  display: inline-block;
  width: 26px;
  height: 22px;
  background: #fff url(../../images/xiaojingling.png) -479px -306px no-repeat;
  vertical-align: sub;
}
.collect .xingxing{
  display: inline-block;
  width: 26px;
  height: 22px;
  background: #fff url(../../images/xiaojingling.png) -479px -354px no-repeat;
  vertical-align: sub;
}
.collected i{
  display: inline-block;
  width: 26px;
  height: 22px;
  background: #fff url(../../images/xiaojingling.png) -479px -356px no-repeat;
  vertical-align: sub;
}
/*我的需求 火拼超过6个*/
.group_pin img{
	position: relative;
}
.group_pin img:nth-child(1){
	z-index: 9;
}
.group_pin img:nth-child(2){
	z-index: 8;
}
.group_pin img:nth-child(3){
	z-index: 7;
}
.group_pin img:nth-child(4){
	z-index: 6;
}
.group_pin img:nth-child(5){
	z-index: 5;
}
.context{
	line-height: 24px;
}
.con_box ul li:hover .span_color{
	color: #007ae5 !important;
}
.con_box ul li:hover .recommend_li_div_two div{
	color: #007ae5 !important;
}