@keyframes slidein {
  from {
    height: 0
  }

  to {
    min-height: 460px;
  }
}
.alert_win_bg{
	position: fixed;
	width: 100%;
	height:100%;
	top:0;
	background-color: rgba(80,80,80, 0.5);
	z-index:9;
}
#jobTypeTreeDom{
	width:100%;
	position: fixed;
/* 	top: 0; */
	bottom: 0;
	z-index: 10;
	overflow: auto;
}
#jobTypeTreeDom.top{
	top:0;
}
.job-search {
	width: 100vw;
	background-color: white;
/* 	bottom: 0;
	position: fixed; */
	animation-duration: 0.5s;
	animation-name: slidein;
}

.job-search-header {
  height: 51px;
  background-color: #fdf8f2;
  padding: 0 10px;
}

.job-search-header-left {
	display: inline-block;
	float: left;
	position: relative;
	top: 50%;
	margin-top: -11px;
}

.job-search-header-left-title {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #D7AC76;
	font-family: PingFangSC-Semibold, sans-serif;
	margin-right: 5px;
}

.job-search-header-right {
	display: inline-block;
	float: right;
	background: url(../../img/bt-close.png) no-repeat;
	background-size: 18px 18px;
	height: 18px;
	width: 18px;
	position: relative;
	top: 50%;
	margin-top: -9px;
}

.job-search-input-wrapper {
	padding: 10px 10px;
}

.job-search-input {
	height: 30px;
	width: 100%;
	border: 1px solid;
	border-radius: 4px;
	border-color: gainsboro;
}

.jobs-level-1, .jobs-level-2 {
	display: none;
}

.jobs-level-0 > li > .job-title{
	border-bottom: 1px solid #e0dbdb;
}

.jobs-level-1 > li > .job-title{
	border-bottom: 1px solid #e0dbdb;
}

.jobs-level-2 {
	background-color: ghostwhite;
}

.jobs-sub-show {
	display: block;
}

.job-type-detail {
	overflow-x: scroll;
	height: 360px;
	padding-bottom:40px;
}

.job-title {
	pointer-events: none;
	font-size: 12px;
	font-family: PingFangSC-Semibold, sans-serif;
	padding: 10px 10px;
	display: block;
}

.job-item {
	padding: 0 10px;
}
