body {
	min-width: 1300px;
}

#appendTopDiv {
	background-color: #FFFFFF !important;
}

#content {
	margin: 34px auto 0;
}

.top-img {
	background-size: 100% 100%;
	height: 200px;
	padding-top: 65px;
	box-sizing: border-box;
	color: #fff;
}

.searchBox {
	width: 1000px;
	margin: auto;
	position: relative;
}

.searchBox li span {
	font-size: 20px;
	font-weight: 700;
	margin-right: 40px;
	cursor: pointer;
}

.searchBoxI {
	position: absolute;
	top: 0;
	left: -61px;
}

.screenOne {
	display: flex;
	padding-bottom: 5px;
}

.screenTwo {
	display: flex;
	padding-bottom: 5px;
}

.selectTagBox li.active {
	color: #1677FF
}

.screenOne:not(:last-child) {
	margin-bottom: 15px;
	border-bottom: 1px solid #F8F9FB;
}

.screenTwo:not(:last-child) {
	margin-bottom: 15px;
	border-bottom: 1px solid #F8F9FB;
}

.searchInput {
	background: url("../../img/job/j1.png") no-repeat;
	background-size: 100% 100%;
	height: 96px;
	width: 1209px;

}

.searchInput.searchInputQY {
	background: url("../../img/job/s.png") no-repeat !important;
	background-size: 100% 100% !important;
	height: 96px;
	width: 1209px;

}

.searchInput .layui-input {
	height: 67%;
	margin-top: -5px;
	padding: 0 30px;
	background: transparent;
	border: none;
}

.pointer {
	cursor: pointer;
}

.searchBtn {
	width: 162px;
	background: #1677FF;
	color: #fff;
	height: 63%;
	margin-top: -5px;
	border-radius: 14px;
	line-height: 55px;
	text-align: center;
	margin-right: 17px;
	cursor: pointer;
}

.searchBtn .layui-icon {
	font-size: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

.searchBtn span {
	font-size: 22px;
}

.hotSearch {
	padding-left: 35px;
}

.hotSearch span {
	color: #fff;
	font-size: 15px;
}

.hotTag span {
	background: #E0E5F2;
	padding: 3px 10px;
	border-radius: 4px;
	margin-right: 10px;
	color: #666;
	cursor: pointer;
}

.screen {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 30px;
	box-sizing: border-box;
}

.screen2 {
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 30px;
	box-sizing: border-box;
}

.screenLabel {
	font-weight: 700;
	/* margin-right: 40px; */
	width: 105px;
	flex-shrink: 0;
}

.selectTagBox {
	flex-wrap: wrap;
}

.selectTagBox li {
	list-style: none;
	margin-right: 40px;
	color: #666;
	margin-bottom: 10px;
	cursor: pointer;
}

.textBlue {
	color: #1677FF !important;
}

.moreSearch .layui-form-select {
	width: 12%;
	margin-right: 25px;
}

.moreSearch .layui-form-select .layui-input {
	height: 30px;
	font-size: 15px;
	border-radius: 6px;
}

.topTab {
	background: #fff;
	border-radius: 20px;
	padding-left: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topTab ul {
	display: flex;
	align-items: center;
}

.topTab li {
	height: 75px;
	cursor: pointer;
}

.topTab li span {
	display: inline-block;
	height: 100%;
	padding-top: 29px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
}

.topTab li.active span {
	border-bottom: 3px solid #086FFF;
}

.topTab li:not(:last-child) {
	margin-right: 40px;
}

.normalCheckbox .layui-form-checkbox i {
	width: 16px;
	height: 16px;
	border-left: 1px solid #D2D2D2;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	font-weight: 700;
}

.normalCheckbox .layui-form-checked i {
	background: #5FB878;
	color: #fff;
	border-color: #5FB878;
}

.normalCheckbox .layui-form-checkbox:hover i {
	border-color: #5FB878;
}

.normalCheckbox .layui-form-checkbox {
	height: 16px;
	width: 16px;
	line-height: 16px;
	padding-right: 0;
}

.normalCheckbox .layui-form-checkbox {
	margin-top: 0;
}

.textRZ {
	font-size: 14px;
	color: #787878;
}

.orderText {
	font-weight: 700;
	font-size: 14px;
	margin: 0 15px 0 30px;
}

.orderOne {
	font-size: 14px;
	border: 1px solid #A6A6A6;
	color: #9A9A9A;
	text-align: center;
	padding: 3px 10px;
	cursor: pointer;
}

.orderOne:first-child {
	border-right: none;
}

.orderOne:last-child {
	border-left: none;
}

.orderOne.active {
	background: #4795F1;
	color: #fff;
	border: 1px solid #4795F1;
}

.orderOne.active .xuanzhong {
	display: inline-block;
}

.orderOne.active .weixuan,
.orderOne .xuanzhong {
	display: none;
}

.lbBox {
	width: 74%;
}

.newJob {
	width: 24%;
}

.jobRigthBtn {
	display: flex;
	align-items: center;
}

.btnOne {
	border: 1px solid #1677FF;
	border-radius: 7px;
	width: 135px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	justify-content: center;
}

.btnOne:not(:last-child) {
	margin-right: 15px;
}

.btnOne img {
	margin-right: 10px;
	vertical-align: sub;
	width: 19px;
}

.btnOne:first-child {
	background: rgba(255, 255, 255, .7);
	color: #1677FF;
}

.btnOne.active {
	background: #1677FF;
	color: #fff;
}

.collectT {
	width: 22px;
	margin-right: 10px;
}

/* .btnOne .xuanzhong {
	display: none;
} */

.btnOne.active .xuanzhong {
	display: inline-block;
}

.topLine {
	margin-bottom: 15px;
}

.midBOX,
.topLine {
	display: flex;
	justify-content: space-between;
}

.leftTitle .jobMZ {
	font-weight: 700;
	font-size: 17px;

}

.btLine {
	margin: 0 10px;
}

.leftTitle .salartText {
	font-weight: 700;
	font-size: 20px;
	margin-right: 80px;
	color: #FE5245;
	margin-left: 80px;
}

.timeFB {
	font-size: 14px;
	color: #787878;
	position: absolute;
	right: 1.25rem;
}

.salaryFB {
	font-weight: 700;
	color: #FE5245;
	position: absolute;
	right: 1.25rem;
	font-size: 20px;
}

.leftTag span {
	background: #EFF2F8;
	padding: 3px 10px;
	border-radius: 6px;
	margin-right: 10px;
	font-size: 14px;
	color: #787878;
}

.resumList li {
	background: #fff;
	border-radius: 20px;
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
}

.resumList li:not(:last-child) {
	margin-bottom: 20px;
}

.qyInfo {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.qyInfo img {
	max-width: 30px;
	max-height: 30px;
	margin-right: 15px;
	vertical-align: middle;
}

.qyName {
	font-size: 15px;
	font-weight: 700;
	margin-right: 30px;
	white-space: nowrap;
}

.shortLine {
	height: 14px;
	border-right: 1px solid #787878;
	margin: 0 15px;
}

.yqTag span {
	font-size: 15px;
	color: #6A6A6A;
	white-space: nowrap;
}
.flexBox2{
	display: flex;
	align-items: center;
	width: 500px;
	overflow: hidden;
}

.newJob {
	background: #fff;
	border-radius: 20px;
}

.topNew {
	background: #E0E8F7;
	border-radius: 20px 20px 0 0;
	padding: 20px 30px;
	box-sizing: border-box;
}

.topNew span {
	font-weight: 700;
}

.newJobList {
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}

.newTop span:first-child {
	width: 100px;
	font-weight: 700;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newTop span:last-child {
	font-weight: 700;
	color: #FE5245;
}

.newJobList li {
	padding-bottom: 10px;
}

.newJobList li:not(:last-child) {
	border-bottom: 1px solid #F2F5F8;
}

.newJobList li:not(:first-child) {
	padding-top: 20px;
}

.newTop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.newInfo {
	margin-bottom: 10px;
	display: flex;
}
.newInfo img{
	width: 15px;
	height: 19px;
}

.newInfo div {
	color: #999999;
	margin-left: 8px;
	font-size: 15px;
	width: 100%;
}

.companyContainer {
	display: none;
}

.qYMC {
	font-weight: 700;
	font-size: 17px;
	margin-right: 10px;
}

.qyInfoBox {
	margin-left: 30px;
}

.companyList li {
	background: #fff;
	border-radius: 20px;
	padding: 20px 30px;
}

.companyList li:not(:last-child) {
	margin-bottom: 20px;
}

.yqTagBH {
	background: #F1F5FC;
	border-radius: 4px;
	padding: 2px 5px;
	font-size: 14px;
	color: #1677FF;
}

.infoBOX {
	margin: 15px 0 30px;
}

.infoBOX span {
	font-size: 15px;
	color: #787878;
}

.textGreen {
	color: #39AD69 !important;
}

.qyProfile p {
	padding-left: 100px;
	color: #787878;
	font-size: 15px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-right: 30px;
}

.duigouBox {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: center;
}

.duigouBox .layui-icon-ok {
	padding: 10px 12px;
	background: #09cd09;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
}

.textOrage {
	color: #ff500d;
}

.successText {
	font-size: 18px;
}

#CollectLogSuccess {
	padding: 30px;
}

.codeBox {
	justify-content: center;
}

.codeBox img {
	margin-right: 15px;
	width: 110px;
	height: 110px;
}

.codeText p {
	color: #787878;
	font-size: 15px;
}

.codeText p:not(:last-child) {
	margin-bottom: 10px;
}

.tishiH {
	text-align: center;
	color: #787878;
	font-size: 15px;
	margin: 20px auto;
}

.opreatBOX {
	text-align: center;
}

.opreatBOX .layui-border-red {
	border: 1px solid #ff500d;
	color: #ff500d;
}

#CollectLogSuccess {
	display: none;
}

.salaryRange {
	width: 300px;
	display: flex;
	line-height: 38px;
	color: #666;
}

.salaryRange span {
	padding: 0px 10px;
}

#hydiv {
	position: relative;
	margin-right: 25px;
}

#hydiv .layui-edge {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-top-color: #c2c2c2;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#hy {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	max-width: 300px;
	min-width: 150px;
	z-index: 899;
	border: 1px solid #d2d2d2;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
	box-sizing: border-box;
}

#hydiv_title {
	border: 1px solid #e6e6e6;
	height: 30px;
	line-height: 30px;
	width: 120px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	padding: 0 10px;
	color: #757575;
	font-size: 15px;
	border-radius: 6px;
	color: -internal-light-dark(black, white);
}

.layui-tree-entry {
	height: 26px;
}

.leftJLAvatar {
	width:120px;
}

.picBox {
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.picBox img {
	width: 100%;
	height: 100%;
}

.rightPer {
	width: calc(100% - 120px);
}

.leftDiv{
	cursor:pointer;
	display:flex;
}
.leftDiv .jobMZ {
	font-weight: 700;
	font-size: 17px;

}

.leftDiv2{
	cursor:pointer;
	display:flex;
	margin-top: 13px;
	overflow: hidden;
}

.companyList {
	position: relative;
}

.companyList li {
	display: flex;
	align-items: center;
}

.personTD {
	background: #EFF2F8;
	font-size: 16px;
	color: #9DA1AD;
	padding: 2px 5px;
	border-radius: 4px;
	margin-right: 13px;
	white-space: nowrap;
	
}
.positionSpan{
	color: #9DA1AD;
	margin-right: 6px;
	white-space: nowrap;
}