.clear {
	content: "";
	display: block;
	clear: both;
}
.top {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	min-width: 1200px;
	    box-shadow: 0px 8px 10px 0px rgb(143 156 168);
	    z-index: 111;
	    position: sticky;
}
.top h3 {
	float: left;
	color: #444;
}
.top .top_nav {
	float: right;
	position: relative;
}
/* .top_nav ul li {
	float: left;
	margin-right: 20px;
} */
.top_nav span{
	display: inline-block;
	margin-right: 20px;
	color: #9e9e9e;
	font-size: 16px;
}
.content {
	margin: 20px auto;
	padding: 20px 100px;
	width: 1200px;
	background-color: #fff;
}
.side {
	position: fixed;
	width:160px;
	height: 100vh;
	max-height: 100vh; 
	background-color: #202329;
}
.side ul li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding-left: 0px;
}
.side ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.side_cur {
	background-color: #444d56;
}
/* .side ul li a:hover {
	background-color: #444d56;
} */
.vline {
	display: inline-block;
	height: 10px;
	border-right: 1px solid;
	color: #d8d8d8;

}
body {
	   overflow-x: hidden;
	   overflow-y: hidden;
}
body .main {
   background-color: #f5f6f8;
   height: 100vh;
   overflow-y: hidden;
}
.ban_a {
	cursor: not-allowed;
}
.account_vip {
	display: none;
}
.system_notice {
	display: none;
}
.system_notice,.account_vip {
	position: fixed;
	top: 50px;
	right: 0px;
	width: 400px;
	height: calc(100vh - 50px);
	background-color: #e9eef3;
	z-index: 9999;
	border-top: 1px solid #e8e8e8;
	overflow-y: auto;
}
.notice_header {
	width: 100%;
	background-color: #fff;
	color: #222;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	font-size: 16px;
}
.notice_header span {
	float: left;
	font-weight: 600;
}
.notice_header i {
	float: right;
	display: inline-block;
	height: 100%;
	width: 40px;
	text-align: center;
}
.notice_header i:hover {
	cursor: pointer;
}
.notice_box {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}
.notice_wrap {
	padding: 20px;
}
.notice_hd {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
}
.notice_content {
	padding: 10px;
}
.notice_title {
	float: left;
	font-size: 16px;
	color: #1d1b1b;
	font-weight: 600;
}
.notice_time {
	float: right;
}
.hidden {
	display: none;
}
.slide-in-from-right {
	animation: slideInFromRight 1s ease-out forwards;
}

@keyframes slideInFromRight {
	from {
		opacity: 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
   }
 }
 .slide-out-from-left {
 	animation: slideOutFromLeft 1s ease-out forwards;
 }
 @keyframes slideOutFromLeft {
 
 	from {
 		opacity: 1;
 		transform: translateX(0);
    }
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}
.user_center {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 260px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	z-index: 9999;
}
.user_center ul li a{
	display: block;
	padding: 20px 10px;
	line-height: 20px;
}
.user_center ul li a{
	color: #222;
}
.user_center ul li a:hover {
	cursor: pointer;
	background-color: #f9f9f9;
	color: #1190ef;
	border-radius: 10px;
}

.bg_popup {
    width: 100%;
    min-width: 1180px;
    position: fixed;
    top: 0px;
    border: 1px solid #d3d3d3;
    height: calc(100vh - 0px);
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 300;
}
.resume-info-wrap {
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	margin-left: -590px;
	margin-top: -50vh;
	overflow-x: hidden;
}
.resume_info {
	height: calc(100vh - 60px);
	overflow-y: scroll;
	padding: 20px;
}
.resume_item {
	padding: 20px 0px;
	margin-bottom: 20px;
}
.item_title {
	float: left;
	margin-right: 20px;
	width: 60px;
	display: inline-block;
	color: #373737;
}
.resume_item .item_content {
	float: left;
	width: 864px;
}
.qiuzhi .item_name {
	font-size: 18px;
	color: #070101;
}
.qiuzhi span {
	color: #444;
	/* margin-right: 20px; */
}
.item_content .advantage {
	color: #70757C;
	line-height: 20px;
	line-height: 20px;
	font-size: 13px;
	margin-top: 10px;
}
.basic .item_content span {
	margin-right: 20px;
}
.expect .item_content ul li span {
	margin-right: 10px;
}
.close::after {
	content: "\ea0f";
	font-family: 'icomoon';
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #33f;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.work_header,.project_header {
	height: 30px;
	font-size: 16px;
	color: #121212;
	margin-bottom: 10px;
}
.period,.work_content,.project_content,.edu_content {
	line-height: 20px;
	color: #444;
	margin-bottom: 20px;
}
.edu_item {
	margin-bottom: 30px;
}
.edu_item span {
	margin-right: 20px;
}
/*  弹出层 简历 fenye */
.resume_pre, .resume_next {
	position: absolute;
	display: inline-block;
	top: 50%;
	width: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #e5e5e5;
	font-size: 25px;
	border-radius: 2px;
}
.resume_pre {
	left: 0px;
}
.resume_next {
	right: 0px;
}
.resume_pre i, .resume_next i {
	margin-left: -4px;
}
.resume_pre, {
	left: 0px;
}
.resume_next {
	right: 0px;
}
.resume_pre:hover, .resume_next:hover {
	cursor: pointer;
	background-color: #a9a9a9;
}
.resume_close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	font-size: 18px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #d3d3d3;
	line-height: 20px;
	color: #8f8989;
	text-align: center;
	cursor: pointer;
}

.top_nav span {
	margin-right: 20px;
}
.top_nav span:hover {
	cursor: pointer;
}
.split_dot {
	width: 2px;
	display: inline-block;
	height: 2px;
	background-color: #222;
	vertical-align: middle;
}
.contact_mobile {
    background-color: #fff;
    width: 100%;
    height: 60px;
    box-shadow: 0px -3px 13px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
	padding-right: 20px;
}
.contact_mobile a {
	background-color: #1080fc;
    color: #fff;
    padding: 10px 20px;
	border-radius: 10px;
}
.contact_mobile a:hover {
	background-color: #3d97fa;
}
.sc {
	font-weight: 100;
	color: #bebebe;
	float: right;
}
.sc_choosed {
	color: #08a2ff;
}
.resume_info::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.vip-mark {
	display: inline-block;
	padding: 5px;
	background-color: #342fcd;
	font-size: 12px;
	color: #ffac00;
	border-radius: 10px;
	cursor: pointer;
}
.job-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
/* 弹出层 */
.call-phone-popup {
	display: none;
}
.call-phone-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 170px;
	width: 480px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.close-call-phone-popup {
	padding: 20px;
	cursor: pointer;
}
.call-phone-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
		background: linear-gradient(181deg, #45aefc 0, #f1f1f1 100%);
}
.call-phone-header h3 {
	color: #222;
	padding: 15px;
	background-color: #eaf8ff;
	font-size: 18px;
	background: linear-gradient(181deg, #45aefc 0, #f1f1f1 100%);
}
.call-phone-content {
	padding: 15px;
	font-size: 16px
}
.call-phone-opt {
	display: flex;
	flex-direction: row;
	justify-content: end;
	padding: 0px 15px 10px 0px;
}
.call-phone-opt a {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 10px;
	margin-left: 10px;
}
.vip-cancle {
	border: 1px solid #ddd;
	color: #666;
}
.vip-cancle:hover {
	border: 1px solid #0283ff;
	color: #0283ff;
}
.vip-confirm {
	color: #fff;
	background-color: #0283ff;
}
.vip-confirm:hover {
	background-color: #3ea0ff;
}
/* 企业 月度会员 */
.recruit-popup {
	display: none;
}
.recruit-popup-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 600px;
	width: 900px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
}
.recruit-popup-vip {
	height: 600px;
	overflow-y: scroll;
	padding: 20px;
	width: 600px;
	background-color: #fff;
}
.recruit-popup-vip::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.recruit-popup-vip-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
.recruit-popup-vip-header h3 {
	font-size: 18px;
	margin-right: 10px;
	color: #222;
}
.recruit-popup-pay {
	width: 300px;
	background-color: #f0f6ff;
	padding: 20px 20px 20px 20px;
}
.recruit-popup-vip-cate {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.recruit-popup-vip-cate-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 80px;
	text-align: center;
	margin-right: 20px;
	background-color: #fed8aa;
	color: #8f4712;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}
.recruit-vip-title {
	color: #8f4712;
	font-size: 16px;
	font-weight: 600;
}
.recruit-popup-vip-content {
	border-radius: 10px;
}
.vip-content-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #fff2ec;
}
.vip-content-header li {
	width: 186px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.vip-content  span {
	display: inline-block;
	width: 186px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.vip-content li {
	background-color: #dce3f5;
}
.recruit-popup-vip-rights {
	padding: 20px;
}
.recruit-popup-vip-rights-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px;
}
.rights-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rights-item img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}
.pay-now-price {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	padding: 0px 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.pay-discount {
	background-color: #fff;
	border-radius: 10px;
	border-top: 1px dotted #e1d5d5;
}
.pay-discount-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
}
.pay-type-wrap {
	margin-top: 20px;
	background-color: #fff;
	padding: 10px;
}
.pay-type-title {
	font-size: 16px;
	color: #444;
}
.pay-type {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
}
.pay-type img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.pay-type i {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #187bfa;
	text-align: center;
	color: #fff;
}
.pay-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 260px;
	background-color: #ff6464;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
}
.pay-btn a {
	color: #fff;
	font-weight: 600;
}
.resume-tip {
	padding: 20px 0px 20px 75px;
	/* background-color: #fffaea; */
	color: #bababa
}

.recharge-socre-popup{
	display: none;
}
.recharge-socre-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 410px;
	width: 600px;
	background-color: #fff;
	border-radius: 10px;
	z-index: 99999;
	overflow: hidden;
}
.recharge-socre-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 20px;
	height: 60px;
	line-height: 60px;
}
.recharge-socre-header  h3 {
	color: #222;
	font-size: 20px;
}
.close-recharge-socre i {
	font-size: 20px;
	cursor: pointer;
}
.recharge-socre-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 20px;
}
.score-item {
	width: 170px;
	height: 70px;
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
	margin-right: 15px;
	border-radius: 10px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	position: relative;
	cursor: pointer;
}
.score {
	font-size: 16px;
	color: #222;
	font-weight: 600;
}
.recharge-socre-user-opt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.recharge-socre-user-opt p {
	margin-bottom: 20px;
}
.recharge-socre-user-opt p a {
	color: #268bf0;
}
.rechare-score {
	width: 100%;
	background-color: #268bf0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.score-item.choose-score::after {
	content: '';
	    position: absolute;
	    bottom: 10px;
	    right: 1px;
	    width: 10px;
	    height: 4px;
	    border: 1px solid white;
	    border-top: none;
	    border-right: none;
	    transform: rotate(-45deg);
	    transform-origin: bottom right;
}
.check-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #3ba7f7 transparent;
    transition: all 0.3s ease;
}
.hide {
	display: none;
}
.choose-score {
	border: 1px solid #3ba7f7;
}

/* 积分明细 */
.score-list-popup {
	display: none;
}
.score-list-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 780px;
	width: 600px;
	background-color: #fff;
	border-radius: 10px;
	z-index: 99999;
	overflow: hidden;
}
.score-list-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 60px;
    line-height: 60px;
    padding: 0px 20px;
}
.score-list-header h3 {
	color: #444;
}
.close-score-list {
	cursor: pointer;
}
.score-list-tab {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #ecebeb;
	height: 40px;
	line-height: 40px;
	margin: 0px 20px;
}
.tab-item {
	height: 40px;
	line-height: 40px;
	margin-right: 40px;

	cursor: pointer;
}
.choose-tab-item {
	border-bottom: 2px solid #1b9eea;
	color: #1b9eea;
	font-weight: 600;
}
.score-list {
	height: 680px;
	overflow-y: scroll;
	padding: 0px 20px;
}
.score-list-item {
	width: 100%;
	border-bottom: 1px solid #ecebeb;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.score-source {
	font-size: 16px;
	color: #222;
}
.score-list-tip {
	color: #a5a5a5;
	line-height: 2.5;
	text-align: center;
}
.recharge-color {
	color: #1b9eea;
}
.recruit-buy  {
	height: calc(100vh - 50px);
	position: fixed;
	top: 50px;
	right: 0px;
	width: 400px;
	background-color: #e9eef3;
	z-index: 9999;
	border-top: 1px solid #e8e8e8;
	overflow-y: scroll;
}
.wrap {
	width: 100%;
	height: 100%;
}
.notice-opt {
	padding: 10px;
	border-top: 1px solid lightgray;
	
}
.notice-opt a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	color: #1b9eea;
	font-size: 16px;
}
.vip-check-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #743707 transparent;
    transition: all 0.3s ease;
}
.choose-vip .vip-check-corner::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -1px;
    width: 10px;
    height: 4px;
    border: 1px solid white;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transform-origin: bottom right;
}
.close-vip-popup {
	display: flex;
	flex-direction: row;
	justify-content: end;
	font-size: 20px;
	color: lightgray;
	cursor: pointer;
}
/* 账号 权益 */
.account_vip {
	background: linear-gradient(177deg, #878e93 0, #060609 100%);
}
.account_vip_header {
	padding: 10px 20px;
}
.account_vip_header i {
	font-size: 20px;
	cursor: pointer;
}
.account-vip-wrap {
	padding: 10px;
}
.account-vip-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #444;
	padding: 20px;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 20px;
}
.account-vip-title-left-box {
}
.my-vip-title {
	font-size: 20px;
	font-weight: 600;
	color: #ff9468;
}
.my-vip-name {
	font-weight: 600;
	font-size: 16px;
}
.account-vip-title-right-box a {
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	background-color: #e73a26;
	font-weight: 600;
	border-radius: 10px;
	font-size: 16px;
}
.account-vip-inner {
	border-radius: 10px;
	padding: 10px;
	background-color: #fff;
}
.account-vip-content-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #fff2ec;
}
.account-vip-content-header  li {
	width: 121px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	position: relative;
	width: 33.33333333%;
}
.account-vip-content span {
	display: inline-block;
	width: 120px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 33.33333333%;
}
.account-recruit-popup-vip-rights {
	padding: 20px;
	background-color: #fff3eb;
	border-radius: 10px;
	margin-top: 20px;
}
.account-recruit-popup-vip-rights p {
	font-size: 18px;
	font-weight: 600;
	color: #d39e5a;
}
.account-vip-tip {
	padding: 20px;
	text-align: center;
	line-height: 2;
}
.effect {
	background-color: lightgray;
}
.recommend {
	background-color: #fff3eb;
}
.account-vip-content-header li.effect::after {
	content: '生效中';
	position: absolute;
	top: -8px;
	right: 0px;
	font-size: 12px;
	background-color: #0579ff;
	border-radius: 0 10px;
	height: 20px;
	line-height: 1.5;
	padding: 0px 7px;
	color: #fff;
}
.account-vip-content-header li.recommend::after {
	content: '推荐';
	position: absolute;
	top: -8px;
	right: 0px;
	font-size: 12px;
	background-color: #f50202;
	border-radius: 0 10px;
	height: 20px;
	line-height: 1.5;
	padding: 0px 7px;
	color: #fff;
}
.account-vip-content-header li.recommend {
	background-color: #ffb38e;
	color: #68260b;
	font-weight: 600;
}
.content-wrap {
	max-height: calc(100vh - 50px);
	overflow-y: scroll;
	height: calc(100vh - 50px);
	padding-top: 20px;
	position: relative;
	min-width: 1200px;
	overflow-x: hidden;
}
.account_vip::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
/* .content-wrap::-webkit-scrollbar {
	width: 2px;
	height: 2px;
} */
/* 热门购买 */
.hot::before {
	content: '最多人选';
	position: absolute;
	font-size: 12px;
	top: -9px;
	left: 0px;
	background-color: #ff0000;
	padding: 1px 7px;
	color: #fff;
	border-radius: 9px 10px 10px 0px;
	background: linear-gradient(90deg, #ff0000 0, #ff9b66 100%);
}
 .invite-interview {
	 display: none;
 }
.invite-interview-inner {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: 500px;
	background-color: #fff;
	border-radius: 10px;
}
.invite-interview-head {
	padding: 10px 20px;
	height: 50px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 18px;
}
.invite-interview-content {
	padding: 10px 20px;
}
.interview-item {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}
.interview-label {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	margin-right: 10px;
	color: #696b6d;
}
.interview-label:last-child {

}
.interview-input input {
	width: 360px;
	height: 35px;
	border: 1px solid #D2D2D2;
	border-radius: 2px;
	line-height: 35px;
	padding: 0px 5px;
	color: #666;
}
.interview-input textarea {
	width: 360px;
	height: 80px;
	border: 1px solid rgb(210, 210, 210);
	border-radius: 2px;
	padding: 5px;
	color: #666;
}
.interview-opt {
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #456dab;
	border: none;
	border-radius: 3px;
}
.close_interview {
	cursor: pointer;
}

.jobs_drop_down {
	position: absolute;
	top: 40px;
	background-color: #fff;
	width: 300px;
	display: none;
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #d5d4d4;
}
.jobs_drop_down ul li {
	padding: 10px;
}
.jobs_drop_down ul li:hover {
	color: #338af9;
	background-color: #f1f3f6;
}