body {
	background-color: #f5f5f5;
	background-color: #dfeeff;
	box-sizing: border-box;
	background-color: #f3f3f3;
}
a {
	text-decoration: none;
	/* color: #fff; */
}
#header {
	width: 100%;
	height: 50px;
	background-color: #202329;
}
#header a {
	color: #fff;
}
.container-self {
	width: 1190px;
	height: 50px;
	margin: 0 auto;
	/* background-color: pink; */
	line-height: 50px;
	color: #fff;
}
.cur {
	color: #276bf2;
}

.container-self ul li {
	float: left;
	margin-right: 20px;
}
.fl {
	float: left;
}
.fr{
	float: right;
}

.user_nav {
	display: inline-block;
	height: 28px;
	color: #fff;
	margin-right: 10px;
	line-height: 28px;
}
/* .fr a:hover {
	background-color: gainsboro;
} */
/* .fr a:last-child {
	border: 1px solid #00bebd;
	border-radius: 5px;
} */
/* .fr a:last-child:hover {
	background-color:#00bebd;
} */
.search-wrap{
	background-color: #fff;
	padding-top: 20px;
	min-width: 1200px;
}
.search_box {
	width: 900px;
	height: 50px;
}
.search {
	width: 1200px;
	margin: 0 auto;
	/* background-color: aqua; */
}
input {
	border-style: none;
}
input:focus {
	/* 去除焦点状态下的边框 */
	border: none;
	/* 去除焦点状态下的轮廓线 */
	outline: none;
}
button {
	border: none;
}
.btn-search {
	height: 54px;
	width: 128px;
	background: #0275f9;
	border-radius: 0 10px 10px 0;
	font-size: 20px;
	color: #fff;
}
.condition {
	margin: 0px auto;
	/* height: 30px; */
	line-height: 30px;
}
.condition h4 {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	padding: 10px 0px;
}
.query_condition {
	padding: 20px 0px;
}
.condition_title {
	margin-right: 10px;
}
.condition_content ul li {
	float: left;
	padding: 10px;
}
.condition_content ul li:hover {
	color: #0b7ff1;
	cursor: pointer;
}
.cur {
	color: #0b7ff1;
	font-weight: 600;
}
.reset_condition {
	float: right;
	padding-right: 5px;
	padding-top: 10px;
}
.reset_condition:hover {
	color: #0b7ff1;
	cursor: pointer;
}
.company {
	width: 280px;
	height: 140px;
	background-color: #fff;
	border-radius: 10px;
}
.company:hover {
	
}
.companys ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.last {
	margin-right: 0px;
}
.com_info {
	padding: 20px;
}
.com_info:hover {
	cursor: pointer;
}
.com_info h4:hover {
	color: #0b7ff1;
}
.com_info img {
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
}
.info_content {
	float: left;
	margin: 3px 0px;
	width: 170px;
	text-wrap-mode: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.info_content h4 {
	margin-bottom: 5px;
	width: 170px;
	text-wrap-mode: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #222;
}
.info_content span {
	padding: 5px 10px;
	background-color: #f2f2f2;
	border-radius: 5px;
	font-size: 12px;
}
.job_info {
	padding: 0px 20px;
	background: linear-gradient(90deg, #eef0ff 0, #f9f6f3 100%);
	background: linear-gradient(90deg, #d9e6ff 0, #fbfcff 100%);
	height: 50px;
	line-height: 50px;
	border-radius: 0px 0px 10px 10px;
	background: linear-gradient(90deg, #eaf7ff 0, #fbfcff 100%);
}
.job_name {
	display: inline-block;
	max-width: 109px;
	text-wrap-mode: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	color: #0b7ff1;
	margin-right: 5px;
}

.main {
	margin-top: 20px;
}
/* .condition_cur {
	color: #00bebd;
} */
.company:hover {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	cursor: pointer;	
}
.search_box_wrap {
	float: left;
	border: 2px solid #0275f9;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
}
.search_box_wrap input {
	width: 626px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding-left: 10px;
	color: #999;
}

.popup {
	width: 100%;
    position: fixed;
    top: 0px;
    border: 1px solid #d3d3d3;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}
.region-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 500px;
	width: 800px;
	background-color: #fff;
	border-radius: 10px;
	z-index: 99999;
}
.region-wrap .row-1 {
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 40px;
}
.region-wrap .row-2 {
	
}
.region-wrap .row-2 .list-letter {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #f3f3f3;
	padding: 0px 40px;
	height: 40px;
	line-height: 40px;
} 
.region-wrap .row-2 .list-letter li {
	cursor: pointer;
}
.region-wrap .row-2 .list-letter li:hover {
	color: #1b9eea;
}
.city-list-hot {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}
.city-list-hot  li {
	width: 140px;
	margin: 0px 10px;
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
}
.city-list-hot  li:hover {
	color: #1b9eea;
}
.close-region {
	cursor: pointer;
}
.city-list-select {
	margin-top: 20px;
	overflow-y: scroll;
	height: 370px;
}
.city-item-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.city-letter {
	width: 10%;
	text-align: center;
	line-height: 30px;
	color: #24afff;
}
.list-select-list {
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.list-select-list a {
	width: 20%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
	cursor: pointer;
	color: #615e5e;
}

.header_top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 100;
}

.search-wrap.fixed {
  position: fixed;
  top: 50px;
  left: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 9;
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
}
.empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.choose-letter {
	border-bottom: 2px solid #0b7ff1;
	color: #0b7ff1;
}
