.search {
	padding: 20px 0px;
	border-radius: 10px;
}
.search-wrap {
	width: 100%;
	height: 50px;
}
.btn_job_login:hover{
	color: #fff;
	background-color: #276bf2;
}
.search_box  {
	float: left;
}
.search_box input {
	font-size: 16px;
}
.btn_job_login {
	float: right;
	width: 200px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #276bf2;
	border-radius: 10px;
	color: #276bf2;
	font-size: 16px;
}
.region_title {
	margin-bottom: 10px;
	width: 105px;
	color: #276bf2;
	border-bottom: 3px solid #276bf2;
}
.left_title {
	display: block;
	float: left;
	margin-right: 20px;
}
.city {
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
}
.area {
	padding-left: 10px;
	height: 40px;
	background-color: #f9f9f9;
	line-height: 40px;
	border-radius: 5px;
}
.area ul li {
	float:left;
	margin-right: 20px;
}
.area ul li:hover {
	color: #057eff;
	cursor: pointer;
}
.condition_wrap{
	height: 30px;
}
.condition_select {
	position: relative;
	float: left;
	height: 30px;
	z-index: 0;
}
.condition {
	background-color: #f9f9f9;
	padding: 0 10px;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
.condition:hover {
	background-color: #057eff;
	color: #fff;
	cursor: pointer;
}
.condition_content {
	position: absolute;  
	top: 40px;
	width: 160px;
	padding: 10px 0px 0px 10px;
	border: 1px solid #ebe9f3;
	border-radius: 10px;
	display: none;
	background-color: #fff;
	z-index: 9999;
}
.condition_content ul li {
	padding: 5px;
	margin-bottom: 10px;
	width: 140px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.normal ul li:hover {
	cursor: pointer;
	color: #057eff;
	background-color: #f8f8fb;
}
.jobs_cate_content {
	position: absolute;
	top: 40px;
	left: 160px;
	display: none;
	width: 660px;
	overflow-y: scroll;
	background-color: #fff;
	height: 300px;
	padding: 10px;
}
.jobs_cate_content ul li {
	margin-bottom: 10px;
}
.jobs_cate_content .secondary a{
	display: inline-block;
	padding: 0px 10px;
	line-height: 2;
}
.jobs_cate {
	height: 300px;
	overflow-y: scroll;
}
.industry_primary {
	width: 682px;
	height: 300px;
	overflow-y: scroll;
}
/* 适用于Webkit内核浏览器（Chrome, Safari等） */
.industry_primary::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.industry_primary::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
        

.industry_primary a {
	display: inline-block;
	padding: 5px 10px;
	width: 150px;
	text-wrap-mode: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.industry_primary a:hover {
	background-color:#f8f8fb ;
	color: #276bf2;
}
.top_cate li:hover {
	background-color:#dceff9 ;
	color: #1b9eea;
}
.jobs_cate_content a:hover {
	color: #1b9eea;
}
.industry {
	
}
/* .nav ul li {
	float: left;
	margin-right: 20px;
} */

.cur a{
	color: #276bf2;
}
.job_content {
	float: left;
	width: 100%;
}
.side {
	float: right;
}
.job_listli {
	height: 136px;

}
.job_name {
	font-size: 20px;
	font-weight: 500;
	color: #222;
}
.job_inner  .job_desc{
	float: left;
	padding: 10px 30px;
}
.job_title,.job_info {
	color: gray;
}

.job_inner  .company_desc{
	float: right;
	padding: 10px 30px;
}
.job_inner{
	height: 88px;
	background-color: #fff;
	border-radius: 10px 10px 0px 0px;
}
.tag {
	height: 48px;
	line-height: 48px;
	background: linear-gradient(90deg, #b5cdff 0, #fcfbfa 100%);
	border-radius: 0px 0px 10px 10px;
}
/* .job_tag {
	float: left;
	padding-left: 30px;
	width: 650px;
	overflow: hidden;
	text-wrap-mode: nowrap;
	text-overflow: ellipsis;
	height: 48px;
} */
.job_tag ul li {
	float: left;
	margin-right: 5px;
}
.fixed {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 1000;
}
.container {
	margin: 0 auto;
	width: 1200px;
	height: 50px;
	line-height: 50px;
}
.salary {
	color: #f85659;
	font-size: 18px;
}
.experience,.education {
	display: inline-block;
	padding: 0px 10px;
	background-color: #f8f8f8;
	margin-right: 10px;
	border-radius: 5px;
}
.com_name {
	font-size: 20px;
	margin-bottom: 10px;
}
.com_info span {
	display: inline-block;
	padding: 0px 10px;
	margin-right: 10px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.company_logo {
	float: left;
	width: 54px;
	height: 54px;
	margin-right: 10px;
}
.company_tag {
	text-overflow: ellipsis;
	padding-left: 30px;
	width: 550px;
	height: 48px;
	overflow: hidden;
	white-space: nowrap
}
.jobs_info {
	margin-bottom: 10px;
}
.jobs_info:hover {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.footer_nav dt {
	font-size: 30px;
	font-weight: 800;
}
.footer_nav dd {
	margin: 20px 0px;
}
.page {
	margin: 40px 0px;
	text-align: center;
}
.page a {
	display: inline-block;
	width: 30px;
	width: 30px;
	background-color: #fff;
	margin-right: 10px;
	line-height: 30px;
	text-align: center;
	color: #333;
	border-radius: 5px;
}
a.page_current {
	background-color: #1190ef;
	color:#fff;
}
.page a:not(.ban_a):hover {
	background-color: #1190ef;
	color:#fff;
}
.condition_cur {
	color: #1b9eea;
}
.area_choosed {
	color: #057eff;
}
.condition_content.industry_primary ul li {
	width: auto;
}

.dy {
	float: left;
	padding-top: 20px;
}
.dy h3 {
	margin-bottom: 10px;
}
a {
	color: #615e5e;
}
.jobs_info .job_name a:hover{
	color: #276bf2;
}
.company_desc .company_info  a:hover {
	color: #276bf2;
}
.choosed_cate {
	color: #1b9eea;
}

.btn-s-job {
	position: absolute;
	top: 31px;
	right: 28px;
	background: #057eff;
	display: inline-block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 30px
}
.reset_condition {
	float: right;
	text-align: center;
	font-size: 14px;
	padding: 8px;
	cursor: pointer;
}
.reset_condition:hover {
	color: #1190ef;
}
/* 根据期望推荐 */
.expect a{
	position: relative;
	line-height: 100px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
	font-size: 16px;
}
.v-line {
	margin: 0px 10px;
	width: 1px;
	display: inline-block;
	height: 14px;
	background-color: #fff;
	margin-bottom: 43px;
}

.expect a:hover {
	color: #0892f9;
}
.expect a.expect-choosed::after {
	content: "";
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(89.99999deg, #09a9ff, rgb(175 107 36 / 20%));
	border-radius: 10px;
	opacity: .5
}
a.expect-choosed {
	color: #0892f9;
}
.expect a:last-child {
	max-width: 150px;
}
.check-contact {
	display: inline-block;
	background-color: #fff;
	color: #1190ef;
	padding: 5px 20px;
	border-radius: 10px;
	border: 1px solid;
	margin-left: 10px;
	cursor: pointer;
}
.check-contact:hover {
	background-color: #d5edff;
}
.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;
}
.jobs_cate_2 {
	position: absolute; 
	top: 40px; 
	left: 160px; 
	border: 1px solid #ebe9f3;
	display: none;
	border-radius: 10px;
}
/* 适用于Webkit内核浏览器（Chrome, Safari等） */
.jobs_cate::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.jobs_cate_2::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.jobs_cate_content  .content .top {
	color: #999;
	line-height: 2;
}
.jobs_cate .top_cate i {
	font-size: 18px;
}
.search-job-wrap img {
	position: absolute;
	height: 50px;
	width: 50px;
}
.remind-login-tip {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: linear-gradient(181deg, #0da9fa 0, #bed7f6 100%);
	border-radius: 10px;
	padding: 10px;
}
.remind-login-tip  span {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.remind-login-tip a {
	height: 40px;
	width: 380px;
	background-color: #fff;
	line-height: 40px;
	color: #1b9eea;
	border-radius: 10px;
	font-weight: 600;
	margin-top: 10px;
}
.remind-login-tip a:hover {
	background-color: #1b9eea;
	color: #fff;
}
.remind-intention {
	display: flex;
	flex-direction: column;
	height: 140px;
	background-color: #79b0e4;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px;
	display: none;
}
.remind-intention .title {
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
.remind-intention .tip {
	color: #fff;
}
.remind-intention  a {
	height: 40px;
	width: 190px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	color: #1b9eea;
	border-radius: 10px;
	margin-top: 10px;
}
.job-detail-wrap {
	float: right;
	width: 780px;
	padding-bottom: 20px;
	height: 100vh;
}
.choose-letter {
    border-bottom: 2px solid #0b7ff1;
    color: #0b7ff1;
}
.subscribe-wx {
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	display: flex;
	position: relative;
	flex-direction: row;
	z-index: -99;
}
.subscribe-wx  img {
	width: 70px;
	height: 70px;
}
.subscribe-wx-qrcode {
	margin-right: 15px;
}
.subscribe-wx-inner h3 {
	font-size: 20px;
	color: #444;
	font-weight: 400;
}
.subscribe-wx-inner p {
	margin-top: 17px;
	font-size: 16px;
	color: #666;
}
.subscribe-wx a {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
	color: #888;
}
