.container {
	margin: 0 auto;
	width: 1200px;
	height: 50px;
	line-height: 50px;
}

.fl {
	float: left;
}
.fr{
	float: right;
}

/* .fr a:hover {
	background-color: gainsboro;
	border-radius: 2px;
} */
/* .fr a:last-child {
	border: 1px solid #00bebd;
	border-radius: 5px;
} */
/* .fr a:last-child:hover {
	background-color:#00bebd;
} */
.search{
	height: 120px;
	width: 100%;
}
.search_box {
	margin: 0 auto;
	width: 900px;
	height: 50px;
}
.search_inner {
	margin: 0 auto;
	padding-top: 20px;
	width: 1200px;
}
.search-hot {
	margin-left: 150px;
	height: 50px;
	margin-top: 10px;
}
.search-hot b {
	color: #646464;
	margin-right: 10px;
}
input {
	border-style: none;
}
input:focus {
	/* 去除焦点状态下的边框 */
	border: none;
	/* 去除焦点状态下的轮廓线 */
	outline: none;
}
button {
	border: none;
}
.input-wrap-0 {
	border: 2px solid #1190ef;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
}
.input-wrap-0 input {
	width: 768px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding-left: 10px;
	color: #838896;
}
.btn-search {
	width: 128px;
	height: 54px;
	background: #1190ef;
	border-radius: 0 10px 10px 0;
	font-size: 20px;
	color: #fff;
}
.search-hot a {
	color: #1190ef;
	display: inline-block;
	background-color: white;
	margin-right: 10px;
	padding: 0px 10px;
	border-radius: 5px;
}
.search-hot a:first{
	margin-left: 100px;
}
.search-hot a:hover{
	background-color: #1b9eea;
	color: white;
}
#main {
	width: 1200px;
	position: relative;
	margin: 20px auto 60px;
}
.main-inner {
	width: 100%;

}
.cate {
	width: 384px;
	height: 340px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}

.banner {
	width: 784px;
	height: 340px;
}
.banner a img {
	width: 100%;
	height: 100%;
}
.content {
	padding: 0px 2px;
}
.content dl {
	margin-bottom: 7px;
	/* padding-left: 10px; */
	height: 43px;
	line-height: 30px;
	overflow: hidden;
}
.content dl dd {
	padding: 8px;
}
.content dl dd a{
	margin: 0 10px;
	font-size: 14px;
	color: #797979;
}
.content b {
	font-size: 16px;
	font-weight: 400;
	color: #222;
}
.content a:hover {
	color: #1b9eea;
}
.cate_page {
	height: 40px;
	border-top: 1px dotted lightgray;
	line-height: 40px;
	color: #1b9eea;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0px 20px;
}
.hot_cate {
	height: 50px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
	overflow: hidden;
}
.hot_cate span {
	/* TODO 如何保证不会换行,多余的隐藏 */
	position: relative;
	margin-right: 30px;
	line-height: 50px;
	display: block;
	float: left;
	font-size: 16px;
	color: #666;
}
.hot_cate span:hover {
	color: #1190ef;
	cursor: pointer;
}
.cur {
	color: #276bf2;
	border-bottom-color: #276bf2;
}
.more a{
	display: block;
	width: 184px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 20px auto 0;
	background-color: #d8d8f8;
	background-color: #cbe4fb;
	border-radius: 10px;
}
.more a {
	color: #1b9eea;
}
.more a:hover {
	background-color: #1190ef;
	color: #fff;
}
.hot_jobs {
	margin-top: 20px;
	margin-bottom: 50px;
}
.hot_jobs li {
	color: #202329;
	float: left;
	width: 384px;
	height: 136px;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 16px 16px 0;
	background-color: #fff;
}

.hot_jobs li:nth-child(3n){
	margin-right: 0px;
}
.hot_jobs li img{
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.job_name {
	font-size: 16px;
	font-weight: 500;
	color: #222;
}
.job_ask{
	font-size: 12px;
	margin-top: 15px;
}
.job_ask span {
	display: inline-block;
	color: #666;
	background-color: #f8f8f8;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 5px;
}
.salary {
	color: #fe574a;
	font-size: 16px;
	font-weight: 500;
}
.job_desc {
	height: 88px;
	padding: 10px;
}

.job_company {
	height: 48px;
	line-height: 48px;
	background-color: #dceff9;
	padding: 0px 10px;
	border-radius: 0 0 10px 10px;
	
	background: linear-gradient(90deg, #cbcbff 0, #fcfbfa 100%);
	background: linear-gradient(90deg, #f5fbff 0, #fbfcff 100%);
	    background: linear-gradient(90deg, #eaf7ff 0, #fbfcff 100%);
}
.job_company span {
	color: #666;
}
.hot_company .companys_li{
	float: left;
	width: 384px;
	border-radius: 10px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
.hot_company .company {}
.footer_nav dt {
	font-size: 30px;
	font-weight: 800;
}
.footer_nav dd {
	margin: 20px 0px;
}
/* .vline {
	display: inline-block;
	width: 1px;
	height: 10px;
	color: gray;
} */
.jobs ul li {
	height: 80px;
	padding: 20px;
}
.more_jobs {
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}
.more_jobs a {
	display: inline-block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: red;
	border: 1px solid #1190ef;
	color: #1190ef;
	border-radius: 5px;
}
.more_jobs a:hover {
	background-color: #1190ef;
	color: azure;
}
.content a {
	color: #797171;
}
.sub_content {
	border-radius: 10px;
}
.sub_content h4 {
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	color: #100e0e;
	font-weight: 400;
}
.cate_content {
	padding-left: 10px;

} 
.cate_content a {
	margin-right: 20px;
	line-height: 20px;
	display: inline-block;
	padding: 5px 0px;
}
.sub_content .cate_content:last-child {
	border-bottom: 0px;
}
.prev,.next {
	display: inline-block;
	width: 20px;
	cursor: pointer;
}
.hot_title {
	text-align: center;
	margin-bottom: 12px;
	font-size: 30px;
	color: #222;
}
.prev::after {
	content: "\e907";
	font-family: 'icomoon';
	padding: 5px;
	border-radius: 5px;
	color: #1b9eea;
}
.prev:hover::after {
	background-color: #1b9eea;
	color: #fff;
}
.next::after {
	content: "\e908";
	font-family: 'icomoon';
	padding: 5px;
	border-radius: 5px;
	color: #1b9eea;
}
.next:hover::after {
	background-color: #1b9eea;
	color: #fff;
}
span.hot_cates_cur {
	color: #1190ef;
	font-weight: 600;
}
.hot_cates_cur::after {
	content: "";
	position: absolute;
	top: 47px;
	left: 60%;
	width: 30px;
	height: 3px;
	background-color: #1190ef;
	display: block;
	margin-left: -18px;
}
.company_basic {
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(90deg, #cbcbff 0, #fcfbfa 100%);
	background: linear-gradient(90deg, #f5fbff 0, #fbfcff 100%);
	background: linear-gradient(90deg, #eaf7ff 0, #fbfcff 100%);
	height: 76px;
	padding: 16px 20px;
}
a {
	color: #222;
}
a:hover {
	color: #1b9eea;
}
a.login_btn:hover {
	color: #fff;	
}
.job_basic .job_name:hover {
	color: #1b9eea;
}
.company_info {
	overflow: hidden;
	width: 160px;
	text-wrap-mode: nowrap;
	text-overflow: ellipsis;
}
.company_info span:hover{
	color: #33f;
}
.company_desc h3 {
	font-weight: 400;
	color: #0e0e0e;
}
.company_desc h3 a {
	display: inline-block;
	width: 270px;
	overflow: hidden;
	text-wrap-mode: nowrap;
	text-overflow: ellipsis;
}
.hot_jobs ul li:hover {
	 box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.home-body-wrapper:before {
    content: ' ';
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    height: 614px;
	/* background:linear-gradient(180deg, #184de5 0, #515eff 50%, #fff 100%); */
    opacity: .1;
	z-index: -1;
}

.btn_login {
	margin-right: 20px;
}
.btn_login:nth-last-child(1){
	margin-right: 30px;
}
.job_inner {
	cursor: pointer;
}
.job_name a {
	display: inline-block;
	width: 100%;
}
.icon-fr {
	float: right;
	margin-right: 10px;
}


.citys-inner {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 800px;
	width: 900px;
	background-color: #f3f3f3;
	border-radius: 10px;
	z-index: 99999;
	overflow: hidden;
}
.citys-head {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	background-color: #3685aa;
	color: #444;
	font-size: 16px;
	padding: 25px;
	background: linear-gradient(183deg, #b0b0b0 0, #68e4ff 100%);
	    background: linear-gradient(180deg, #2381a9 0, #9ea1a2 100%);
background: linear-gradient(180deg, #86d4f5 0, #cecece 100%);
}
.citys-cascade {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.citys-cascade-provoince {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 120px;
	margin-right: 10px;
}
.drop-down-list-cascade-province {
	position: absolute;
	top: 32px;
	left: 0px;
	background-color: #fff;
	color: #222;
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	height: 249px;
	overflow-y: scroll;
	display: none;
}
.area-current {
	padding: 5px 20px;
	/* border: 1px solid; */
	font-size: 14px;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
}
.drop-down-list-cascade-province li {
	font-size: 14px;
	color: #666;
	padding: 5px 10px;
	cursor: pointer;
}
.drop-down-list-cascade-province li:hover {
	background-color: #f7f6f6;
	color: #1b9eea;
}
.drop-down-list-city li:hover {
	background-color: #f7f6f6;
	color: #1b9eea;
}
.citys-query {
	position: relative;
	display: flex;
	flex-direction: row;
	margin-left: 60px;
	align-items: center;
}
.citys-cascade-input {
	position: relative;
}
.drop-down-list-city {
	position: absolute;
	top: 34px;
	left: 0px;
	height: 249px;
	width: 100%;
	overflow-y: scroll;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	padding: 2px;
}
.drop-down-list-city li{
	font-size: 14px;
	color: #666;
	padding: 5px 10px;
	cursor: pointer;
}
.citys-cascade-input input {
	height: 33px;
	width: 200px;
	font-size: 14px;
	padding: 10px 20px;
	/* color: #fff; */
	border: 1px solid #fff;
	border-radius: 5px;
}
.citys-label {
	margin-right: 10px;
}
.close-citys-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
}
.citys-cascade-city {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 120px;
}
.drop-down-list-cascade-city {
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	background-color: #fff;
	color: #222;
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	height: 249px;
	overflow-y: scroll;
}
.drop-down-list-cascade-city li {
	font-size: 14px;
	color: #666;
	padding: 5px 10px;
	cursor: pointer;
}
.drop-down-list-cascade-city li:hover {
	background-color: #f7f6f6;
	color: #1b9eea;
}
.icon_class {
	color: #1b9eea;
}
span.icon_class {
	margin-left: 5px;
	margin-right: 10px;
}
.citys-wrap {
	display: none;
}
a.switch-city {
	font-size: 12px;
}
.switch-city {
	cursor: pointer;
}
.citys-content {
	padding: 20px 40px;
}
.hot-city-sec-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.hot-city-sec-list li {
	margin: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.hot-city-sec-list li a {
	display: inline-block;
	padding: 5px 10px;
	background-color: #eaeaea;
}
.city-letter-sec-label {
	font-size: 16px;
	color: #333;
	margin-right: 10px;
}
.city-letter-sec {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.city-letter-sec-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.city-letter-sec-list li {
	padding: 5px 11px;
	cursor: pointer;
}
.city-group-sec-list {
	display: flex;
	flex-direction: column;
	max-height: 573px;
	overflow-y: scroll;
}
.letter-item {
	display: flex;
	flex-direction: row;
	border-left: 5px solid #dadada;
	padding: 10px;
}
.city-by-letter-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.city-by-letter-list li {
	margin: 0px 10px;
	padding: 5px 10px;
}
.city-letter {
	font-size: 24px;
	font-weight: 600;
}
.city-group-sec-list-wrap-li {
	margin: 10px 0px;
}
.sub_content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.mySwiper {
	
}
.banner img {
	border-radius: 10px;
}


