.green {
	color: var(--configColor);
}

.main-box {
	width: 100%;
}

.el-tabs__item.is-active {
	color: var(--configColor);
}

.el-tabs__active-bar {
	background: var(--configColor);
}

.el-tabs__item:hover {
	color: var(--configColor);
}

.textHover:hover {
	color: var(--configColor) !important;
	cursor: pointer;
}

.NBcompany,
.hot-job-hot {
	background: #fff;
	padding-bottom: 15px;
}

.company-list {
	width: 100%;
	margin-bottom: 30px;
}

.NBcompany .company-list div {
	width: 25%;
	padding: 18px 20px;
	color: #222;
	border-bottom: 1px dashed #eee;
}

.jobContent {
	color: #222;
	margin-bottom: 30px;
}

.fenWidth>div {
	padding-left: 18px;
}

.jobHeader {
	padding: 15px 0;
	background: linear-gradient(0deg, #F6F7FF, #FFFFFF);
}

.fenWidth>div:nth-child(1) {
	width: 36%;
}

.fenWidth>div:nth-child(2) {
	width: 19%;
}

.fenWidth>div:nth-child(n+3) {
	width: 15%;
}


.companyWidth>div:nth-child(-n+2) {
	width: 35%;
}

.companyWidth>div:nth-child(n+3) {
	width: 15%;
}

.companyWidth>div>span {
	width: 60%;
}

.bodyItem {
	padding: 16px 0;
	font-size: 14px;
	border-bottom: 1px dashed #eee;
}

.bodyItem .jobjob {
	font-size: 16px;
}

.bodyItem .jobjob .jobName {
	width: inherit;
}

.message {
	padding-left: 18px;
}

.message::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 20px;
	background: var(--configColor);
	vertical-align: bottom;
	margin-right: 12px;
}


.messageList>div {
	width: 33%;
	padding: 16px 18px;
	/* padding-right: 8px; */
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed #eee;
}

.messageList>div div {
	width: 70%;
}

.work {
	padding-right: 22px;
	background: #fff;
	font-size: 14px;
}

/* 搜索样式 */
.main-search-box {
	width: 100%;
	/* height: 200px; */
	padding: 30px 0;
	overflow: hidden;
	background: linear-gradient(180deg, #c9e6ff, #f7fbff);
}

.main-search-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.search-input {
	height: 50px;
	display: flex;
	border-radius: 30px;
	background: #fff;
}

.input-box {
	margin-left: 20px;
	width: 500px;
	height: 98%;
}

.input-box input {
	width: 100%;
	height: 98%;
	outline: none;
	border: none;
	font-size: 16px;
}

.button {
	width: 111px;
	height: 100%;
	background-color: var(--configColor);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.hot-job {
	margin-top: 10px;
	display: flex;
	font-size: 14px;
}

.hot-job-span {
	margin-left: 12px;
	color: var(--configColor);
}

.main-search-right {

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}

.main-search-right-title {
	display: flex;
	height: 70px;
	align-items: center;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
}

.main-search-right img {
	width: 65px;
	height: 65px;
	border-radius: 0;
}

/* 分类+轮播+个人信息 */
.main-category-box {
	width: 100%;
	height: 400px;
}

.main-category-item {
	display: flex;
	height: 100%;
}

.category-box {
	width: 250px;
	background-color: white;
	border-radius: 0;
	position: relative;
}

.category-box-item {
	padding: 15px;
	display: flex;
	font-size: 15px;
	transition: 0.3s;
}

.category-box-list {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.category-box-item:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

.category-box-list::-webkit-scrollbar {
	display: none;
}

.category-box-item-popur {
	padding: 20px;
	position: absolute;
	top: 0;
	left: 240px;
	z-index: 30;
	width: 420px;
	height: 400px;
	background-color: white;
	border-radius: 0;
	overflow-y: auto;
}

.category-box-item-popur::-webkit-scrollbar {
	display: none;
}

.popur-title {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.popur-list {
	width: 100%;
	margin-top: 10px;
}

.children {
	color: #555;
	margin: 10px;
	font-size: 14px;
}

/* 轮播 */
.lunbo-box {
	flex: 1;
	height: 100%;
	margin: 0 10px;
}

.lunbo-box-item {
	overflow: hidden;
	border-radius: 0;
}

.lunbo-box img {
	border-radius: 0;
}

/* 个人信息 */
.user-box {
	width: 250px;
	height: 100%;
	background-color: white;
	border-radius: 0;
}

.user-info-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.user-info-title {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.user-info-title img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.info-name {
	max-width: 60%;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #909399;
}

.info-name-word {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}


.user-info-number {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

.user-info-number-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #606266;
	font-size: 14px;
}

.user-info-number-item-word {
	font-weight: 600;
	font-size: 28px;
	color: #FE2919;
	margin-bottom: 10px;
}

.btn-box {
	width: 200px;
	height: 46px;
	background: var(--configColor);
	border-radius: 0;
	color: #fff;
}

.user-login-box {
	display: flex;
	flex-direction: column;
}

.user-bg {
	width: 90%;
	margin: auto;
}

.user-bg img {
	width: 70%;
	cursor: pointer;
}

.user-form {
	width: 90%;
	margin: auto;
	margin-top: 40px;
}

/* 广告 */
.main-adver-box {
	width: 100%;

}

.main-adver-item {
	/* background-color: red; */
}

.main-adver-item img {
	width: 100%;
	border-radius: 0;
}

.main-noticer-item {
	background: url('/public/pcimage/image/img_beijing_03.jpg') no-repeat;
	background-size: cover;
	border-radius: 7px;
	background-color: #fff;
	padding: 10px 15px;
	padding-bottom: 5px;
	color: #fff;
}

.gray {
	color: #f0f0f0;
}

/* 名企推荐+热招职位+职位推荐 */
.main-list-box {
	width: 100%;
}

.list-title-large {
	width: 100%;
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
	/* font-weight: 600; */
}

.list-box {
	width: 100%;
	/* background-color: red; */
}


.list-item {
	border-radius: 0;
	/* height: 140px; */
	background-color: white;
	display: flex;
	flex-direction: column;
}

.hoverBox {
	position: relative;
	overflow: hidden;
	transition: .5s;
}

/* .hoverBox div {
		position: relative;
		z-index: 2;
	} */
/* .hoverBox::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: linear-gradient(180deg, #F6F7FF, #FFFFFF);
	} */
.hoverBox::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 0;
	height: 3px;
	background: var(--configColor);
	transition: .5s;
}

.hoverBox:hover {
	box-shadow: 0 0 15px 10px #cfcfcf;

	&:before {
		width: 100%;
	}
}

.list-box-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: white;
	border-radius: 0;
}

.list-item-company-top {
	width: 100%;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
}

.company-top-logo img {
	width: 77px;
	height: 77px;
	border-radius: 0;
}

.company-top-info {
	display: flex;
	flex-direction: column;
}

.company-top-info-name {
	/* width: 260px; */
	font-size: 20px;
	font-weight: 700;
	/* height: 60px; */
}

.info-msg {
	display: flex;
	flex-direction: row;
	font-size: 14px;
	color: #8e8e8e;
}

.list-item-bottom {
	width: 100%;
	background: linear-gradient(180deg, #F6F7FF, #FFFFFF);
}

.list-item-bottom-company {
	width: 90%;
	line-height: 50px;
	color: #606266;
}

.list-item-post-top {
	width: 90%;
	padding-top: 10px;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.post-title-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.post-title-name-box {
	width: 50%;
	display: flex;
	flex-direction: row;
}

.post-title-name {
	max-width: 80%;
}

.post-title-tag {
	display: flex;
	flex-direction: row;
}

.post-title-money {
	color: #FE2919;
}

.post-tag-box {
	width: 100%;
}

.list-item-bottom-post {
	width: 90%;
	margin: auto;
	height: 50px;
	color: #606266;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.list-item-bottom-post img {
	width: 25px;
	height: 25px;
	border-radius: 0;
}

.bottom-post-company {
	width: 80%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bottom-post-company-name {
	max-width: 60%;
}


/* 查看更多 */
.more-box {
	width: 100%;
	margin-bottom: 10px;
	/* height:60px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.more-btn {
	padding: 12px 80px;
	color: var(--configColor);
	cursor: pointer;
	background: #eeeff1;
	border-radius: 0;
}

/* 职位分类列表 */
.list-category-box {
	width: 100%;
	margin-bottom: 20px;
	line-height: 45px;
	/* background-color: red; */
	display: flex;
	flex-direction: row;
	align-items: center;

}

.list-category-item {
	margin-right: 50px;
}

.list-category-active {
	color: var(--configColor);
	position: relative;
}

.list-category-active::after {
	content: "";
	display: block;
	width: 50%;
	transform: translateX(50%);
	border-radius: 0;
	height: 3px;
	background-color: var(--configColor);
}


/* 固定菜单 */
.fixed-menu {
	width: 68px;
	// height: 390px;
	background-color: #fff;
	position: fixed;
	right: 0;
	bottom: 55px;
	border-radius: 0;
	z-index: 999;
}

.fixed-menu ul li {
	display: flex;
}

.fixed-menu ul li a {
	flex: 1;
	margin: 4px;
	text-align: center;
	padding: 6px 11px;
	font-size: 12px;
	line-height: 16px;
	color: #111;
	border-radius: 0;
}

.fixed-menu ul li a:hover {
	background-color: rgba(0, 0, 0, 0.04);
	cursor: pointer;
}

.hove {
	display: none;
	width: 160px;
	height: 160px;
	left: -170px;
	top: 180px;
	display: none;
}

.fixed-menu ul li div {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.04);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	margin: 10px auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed-menu ul li div:hover .img {
	display: none;
}

.fixed-menu ul li div:hover .text {
	text-align: center;
	background-color: var(--configColor);
	color: #fff;
	display: block !important;
}

.fixed-menu ul li div:hover .hove {
	display: block !important;
}