.company {
	min-width: 1200px;
} 
/* .dot {
    width: 2px;
    display: inline-block;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
	margin: 0px 5px;
} */
.company_info {
	/* height: 120px; #0c3c62*/
	background: linear-gradient(90deg, #052741  0, #101e75 100%);
	padding: 40px 0px;
}
.basic_txt {
	float: left;
}
.com_recruit {
	float: right;
}
.com_logo,.com_basic {
	float: left;
}
.com_logo {
	margin-right: 20px;
	border-radius: 10px;
}
.company_name {
	font-size: 25px;
	font-weight: 600;
	margin-right: 10px;
	color: #fff;
}
.com_basic p {
	margin-bottom: 5px;
}
.com_attr ul li {
	float: left;
	color: #fff;
}
.job_num {
	font-size: 40px;
	margin-right: 5px;
	margin-top: 10px;
	font-weight: 600;
}
.com_recruit p {
	color: #fff;
}
/* 公司 tab页 */
.company_tab{
	margin-top: 20px;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background-color: #fff;
	border-radius: 10px;
}
.company_tab a {
	position: relative;
	margin-right: 20px;
	color: #333;
}
a.cur {
	color: #2a7ad2;
}
a.cur::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 10px;
	width: 50px;
	height: 3px;
	background-color: #0f7df6;
	display: block;
}
/* 热招职位 */
.company_hotjobs {
	margin-top: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.company_hotjobs h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	color: #222;
}
.company_hotjobs h3 a {
	display: block;
	float: right;
	font-weight: 400;
	color: #1b9eea;
	font-size: 14px;
}
/* .jobs {
	margin: 20px 0px 0px 20px;
} */
.jobs ul li {
	float: left;
	margin-right: 20px;
	width: 360px;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
	padding: 15px;
}
.jobs ul li:hover {
	background-color: #f3f1f1;
	background-color: #f6f6f6;
}
.job_desc {
	margin-bottom: 10px;
}
.requirement {
	float: left;
}
.requirement span {
	display: inline-block;
	padding: 0px 5px;
	background-color: #f8f8f8;
	margin-right: 10px;
}
.region {
	float: right;
}
.job_name {
	float: left;
	color: #595959;
}
.job_name:hover {
	color: #276bf2;
}
.company_desc {
	color: #a19b9b;
}
.collect {
	position: relative;
	display: inline-block;
	border: 1px solid;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	font-weight: 600;
	/* background-color: #2a7ad2; */
	padding: 5px 15px 5px 31px;
}
.collect:hover {
	cursor: pointer;
	background-color: #276bf2;
}
.collect_bg{
	background-color: #2a7ad2;
	
}
.collect::before {
	content: '';
	position: absolute;
	background: url(/img/sc1.png) 0 0 no-repeat;
	background-size: 18px 17px;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 10px;
}
/* 公司简介、侧边栏 */
.com_info {
	float: left;
	width: 890px;
}
.com_aside {
	float: right;
	width: 300px;
}
.company_detail {
	 margin-top: 10px;
	 background-color: #fff;
	 color: black;
	 padding: 20px;
	 border-radius: 10px;
 }
.com_item h4 {
	font-size: 20px;
	margin-bottom: 10px;
 }
.com_bussiness {
	margin-top: 20px;

}
.bussiness_txt {
	background-color: #f8f8f8;
	padding: 20px 10px;
	border-radius: 10px;
}
.com_name,.com_type {
	width: 450px;
}
.com_user,.com_status,.com_set,.com_fund {
	width: 190px;
}
.com_bussiness ul li {
	float: left;
	height: 60px;
	line-height: 30px;
	margin-bottom: 20px;
}
.com_address {
	position: relative;
	margin-top: 20px;
}
.com_address span {
	color: #333;
	font-size: 16px;
	line-height: 23px;
}
/* .com_address p::before {
	content: "\e947";
	font-family: 'icomoon';
	color: #33f;
} */
/* 侧边栏 */
.com_welfare {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.com_welfare h3 {
	padding-left: 20px;
	line-height: 40px;
	font-size: 16px;
	background-color: #e9f0fc;
	font-weight: 400;
	background: linear-gradient(90deg, #eaf7ff 0, #fbfcff 100%);
}
.com_welfare p {
	margin: 10px 0px;
	padding-left: 20px;
}
.welfare_detail {
	margin-left: 20px;
}
.welfare_detail ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 120px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #f8f8f8;
}

/* 侧边栏 公司联系人 */
.com_contact {
	margin-top: 10px;
}
.com_contact h3{
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background-color: #e1e4e7;
}
.contact_info {
	padding: 20px;
	background-color: #fff;
}
.contact_headimg {
	margin-right: 10px;
	float: left;
}
.contact_headimg img {
	width: 25px;
	height: 25px;
	border-radius: 12px;
}
.contact_people {
	float: left;
}
.people_info {
	font-size: 18px;
	margin-bottom: 10px;
}
.com_look_all_jobs {
	margin-top: 20px;
}
.com_look_all_jobs a{
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #086db3;
	border-radius: 10px;
	color: #086db3;
}
.com_look_all_jobs a:hover {
	background-color: #086db3;
	color: #fff;
}

.job_item {
	/* float: left; */
	width: 400px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}
.job_item:hover{
	cursor: pointer;
	box-shadow: 10px 10px 20px #e2e4ed;
}
.job_item_choosed {
	border: 2px solid #1190ef;
}
.job_item_choosed .title {
	color: #1190ef;
}
.job_title .title:hover {
	color: #1190ef;
}
.job_desc {
	/* padding: 10px 20px; */
}
.job_desc_box {
	padding: 10px 15px;
}
.job_title a {
	display: block;
	float: left;
	font-size: 16px;
}
.job_title .salary {
	display: block;
	float: right;
	color: #ff552e;
	font-size: 20px;
}
.job_title  .title {
	font-size: 16px;
}
.job_tag ul li {
	float: left;
	padding: 2px 5px;
	margin-right: 10px;
	background-color: #f8f8f8;
	border-radius: 3px;
	font-size: 12px;
}
.job_contact {
	padding: 10px 15px;
	height: 40px;
	background: linear-gradient(90deg, #eaf7ff 0, #fbfcff 100%);
	border-radius: 0px 0px 10px 10px;
}
.head_img {
	float: left;
	margin-right: 10px;
}
.people {
	float: left;
}

.job_detail {
	float: right;
	width: 780px;
	background-color: #fff;
	border-radius: 10px;
}
/* 隐藏滚动条 */
.job_detail::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.job_header {
	padding: 20px;
}
.basic1 {
	float: left;
	width: 100%;
}
.job_name1 {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #222;
}
.req {
	margin-top: 10px;
}
.req ul li {
	float: left;
	margin-right: 10px;
	/* background-color: #f8f8f8; */
	border-radius: 3px;
}
.user_operation {
	float: right;
}
.user_operation a {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0a9bff;
	border-radius: 10px;
	color: #0a9bff;
	margin-left: 10px;
}

.job_content {
	padding: 10px 20px;
}
.job_content h3 {
	color: #222;
	font-size: 16px;
	margin-bottom: 10px;
}
.tag_list {
	margin-bottom: 10px;
}
.tag_list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tag_list ul li {
	margin-right: 10px;
	padding: 0px 10px;
	background-color: #f8f8f8;
	border-radius: 3px;
	margin-bottom: 10px;
}
.com_contact_info {
	margin: 10px 0px;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #f3efef;
	width: 100%;
}
.com_contact_info .head_img1 {
	float: left;
	margin-right: 10px;
}
.head_img1 img {
	vertical-align: middle;
}
.com_contact_info .people1 {
	float: left;
}
.workplace {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #f3efef;
	position: relative;
}
.company_intro {
	line-height: 30px;
	color: #666;
}
.job_list {
	float: left;
}
.responsibilities {
	line-height: 25px;
}
.query_more_jobs a{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 0;
	border: 1px solid #1190ef;
	color: #1190ef;
	border-radius: 10px;
}
.query_more_jobs a:hover {
	background-color: #1190ef;
	color: #fff;
}
.people_name {
	margin-right: 10px;
	font-size: 14px;
}
.job_detail .contacts {
	margin-right: 5px;
	font-size: 16px;
	color: #222;
}
.icon_class {
	font-size: 16px;
	margin-right: 5px;
	color: #d3d2da;
}
.qcc {
	font-size: 16px;
	color: #1190ef;
	font-weight: 600;
}
.scrollable-element {
  overflow-y: scroll; /* 强制显示垂直滚动条 */
  
  /* 隐藏滚动条，但保留滚动功能 */
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}

/* WebKit 浏览器（Chrome、Safari） */
.scrollable-element::-webkit-scrollbar {
  display: none;
}
.job_basic_info .salary {
	color: #ff552e;
	font-size: 18px;
}
.job_item  img {
	height: 20px;
	width: 20px;
	border-radius: 50%;
}
.job_detail img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.empty-jobs {
	width: 100%;
	height: 400px;
	background-color: #fff; 
	text-align: center;
	display: none;
	font-size: 20px;
	border-radius: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #cbcbcb;
}
.search-banner input {
	height: 50px;
	width: 626px;
	line-height: 50px;
	font-size: 16px;
	padding-left: 50px;
	border-radius: 30px;
	color: #434855;
}
.com-map-wrap {
	border: 1px solid #f6f6f6;
	border-radius: 10px;
}
.com-map-wrap p {
	padding: 10px 0px 10px 20px;
}
.popup {
	width: 100%;
    position: fixed;
    top: 0px;
    border: 1px solid #d3d3d3;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}