.content {
	width: 1300px;
	margin: 40px auto 30px;
}

.avatarBox {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
}

.avatarBox img {
	width: 100%;
	height: 100%;
}

.flexBox {
	display: flex;
	align-items: center;
}

.leftTop,
.leftBot {
	background: #fff;
	width: 290px;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
}

.leftBot {
	margin-top: 30px;
	padding: 30px 20px;
}

.companyName p:first-child {
	font-weight: 700;
	margin-bottom: 6px;
}

.companyName p:last-child {
	color: #1D79FF;
	font-size: 12px;
}

.textGrey {
	color: #989898;
}

.cygj {
	font-size: 12px;
	margin: 20px 0 18px;
}

.gjBox {
	justify-content: space-between;
}

.gjBox li {
	width: 25%;
	text-align: center;
	cursor: pointer;
}

.gjBox li p {
	text-align: center;
	color: #545454;
	font-size: 15px;
	margin-top: 5px;
}

.leftBot ul {
	width: 90%;
	margin: auto;
}

.leftBot ul li {
	height: 40px;
	background: #F8F8F8;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.leftBot ul li:not(:last-child) {
	margin-bottom: 20px;
}

.leftBot ul li span {
	color: #555555;
	margin-left: 10px;
}

.leftBot ul li.active {
	background: #1677FF;
}

.leftBot ul li.active span {
	color: #fff;
}

.leftBot ul li.active .cimg {
	display: inline-block;
}

.leftBot ul li.active .himg {
	display: none;
}

.leftBot ul li .cimg {
	display: none;
}

.rightBox {
	width: calc(100% - 290px);
	padding-left: 30px;
}

.topTab {
	background: #fff;
	border-radius: 20px;
	padding-left: 30px;
	margin-bottom: 30px;
}

.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;
}

.contentBox {
	background: #fff;
	padding: 25px 30px;
	border-radius: 20px;
	box-sizing: border-box;
}

.cardTitle {
	padding-bottom: 15px;
	border-bottom: 1px dashed #E4E5E5;
	justify-content: space-between;
	margin-bottom: 20px;
}

.line {
	width: 2px;
	height: 16px;
	margin-right: 10px;
	background: #0067FF;
}

.contentBox .title span {
	font-weight: 700;
	font-size: 18px;
}

.rightTitle {
	font-size: 14px;
}

.textBlue {
	color: #0067FF;
}

.rightTitle .textBlue {
	margin-left: 5px;
	cursor: pointer;
}

.logoBox {
	width: 140px;
	height: 140px;
	background: #EDF2F6;
	margin-right: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.logoBox img {
	max-width: 100%;
	max-height: 100%;
}

.edit {
	margin-left: 20px;
	font-size: 14px;
}

.name {
	font-weight: 700;
}

.edit img {
	vertical-align: middle;
}

.qyBQ {
	margin: 15px 0;
}

.qyBQ li {
	padding: 0 15px;
	height: 16px;
	line-height: 16px;
}

.qyBQ li:first-child {
	padding: 0 15px 0 0px;
}

.qyBQ li:not(:last-child) {
	border-right: 1px solid #555;
}

.qyBQ li span {
	color: #555555;
}

.tagOne {
	display: inline-block;
	padding: 3px 12px;
	text-align: center;
	border-radius: 15px;
	font-size: 15px;
	margin-right: 15px;
	margin-top : 15px
}

.tagBlue {
	background: #DFF1FF;
	color: #549AFF;
}

.tagQBlue {
	background: #D9F3F5;
	color: #5CC1CD;
}

.tagGrey {
	background: #E7E9ED;
	color: #667A8F;
}

.rzPic {
	margin-top: 20px;
}

.rzPic img {
	margin-right: 10px;
}

.rzPic span {
	font-size: 15px;
	color: #555;
}

.zpBox li {
	display: flex;
	align-items: center;
	background: #F5F7FE;
	border-radius: 20px;
	padding: 15px 20px;
	width: 18%;
}

.zpBox {
	justify-content: space-between;
}

.zpLeft p:last-child {
	font-weight: 700;
	font-size: 28px;
	margin-top: 10px;
}

.zpLeft {
	margin-right: 20px;
}

.zpLeft p:first-child {
	font-size: 15px;
	color: #555;
}

.zpBox li img {
	width: 55px;
}

.sjTab {
	background: #F8F8F8;
	display: flex;
	padding: 0 30px;
	border-radius: 10px;
}

.sjTab li {
	margin-right: 30px;
	cursor: pointer;
}

.sjTab li span {
	display: inline-block;
	height: 55px;
	padding-top: 15px;
	box-sizing: border-box;
}

.sjTab li.active span {
	border-bottom: 3px solid #0067FF;
}

.echartBox {
	margin-top: 20px;
	position: relative;
}

.tabTX {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.tabTX li {
	border-radius: 7px;
	border: 1px solid #ACACAC;
	padding: 2px 12px;
	color: #acacac;
	margin-right: 20px;
	font-size: 15px;
	cursor: pointer;
}

.tabTX li.active {
	border-color: #88B8FF;
	color: #88B8FF;
	background: #DFF1FF;
}

.txBox {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
}

.txBox img {
	width: 100%;
	height: 100%;
}

.jltj {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.jltj>li {
	width: 48.9%;
	background: #F8F8F8;
	border-radius: 14px;
	padding: 20px;
	box-sizing: border-box;
}

.jltj>li:not(:nth-last-child(-1n+2)) {
	margin-bottom: 20px;
}

.jltj>li:not(:nth-child(2n)) {
	margin-right: 20px;
}

.rightJL {
	width: calc(100% - 80px);
}

.tagJL {
	display: flex;
	align-items: center;
	margin: 10px auto;
}

.tagJL li {
	height: 14px;
	padding: 0 10px;
	display: flex;
	align-items: center;
}

.tagJL li:not(:last-child) {
	border-right: 1px solid #7B7B7B;
}

.tagJL li:first-child {
	padding: 0 10px 0 0;
}

.tagJL li span,
.zwText {
	color: #7B7B7B;
	font-size: 14px;
}

/* 发布职位 */
.layui-icon-tips {
	color: #FF9900;
	font-size: 30px;
	margin-right: 10px;
}

.tipRight p:first-child {
	color: #FF9900;
	font-size: 15px;
	margin-bottom: 7px;
}

.tipRight p:last-child {
	color: #787878;
	font-size: 15px;
	line-height: 28px;
}

.tips {
	background: #FEFCE8;
	border-radius: 8px;
	padding: 12px 20px;
	margin-bottom: 20px;
}

.iconBox {
	background: #A7C1D6;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin-right: 15px;
}

.mkTitle {
	margin-bottom: 20px;
}

.layui-input-group {
	display: table;
}

.layui-input-group>* {
	display: table-cell;
}

.layui-input-split {
	padding: 0 5px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	white-space: nowrap;
	color: #787878;
	font-size: 15px;
	border-radius: 0 4px 4px 0;
}

.setInput {
	width: 120px;
}

.layui-form-item .layui-input-inline {
	width: auto;
}

.setInputT {
	width: 114px;
}

.layui-form-mid {
	color: #787878;
}

.layui-form-item {
	margin-bottom: 20px;
}

.layui-form-label {
	font-size: 15px;
	color: #787878;
}

.layui-input::placeholder,
.layui-textarea::placeholder {
	font-size: 15px;
	color: #c7c7c7;
}

.layui-input,
.layui-select,
.layui-textarea {
	border-radius: 4px;
	font-size: 15px;
}

.layui-input-group .layui-input {
	border-radius: 4px 0 0 4px;
}

.other {
	height: 38px;
	line-height: 34px;
	color: #787878;
}

.layui-form-radio * {
	color: #787878;
	font-size: 15px;
}

.other span {
	border-bottom: 1px solid #787878;
	cursor: pointer;
}

.layui-icon-help {
	background: #ADADAD;
	border-radius: 50%;
	padding: 3px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.lxText {
	height: 38px;
	line-height: 34px;
	color: #787878;
	margin: 0 10px;
}

.layui-form-switch {
	margin-top: 0;
}

.layui-form-item:last-child {
	margin-bottom: 0;
}

.submitBox {
	text-align: center;
}

.layui-btn {
	border-radius: 4px;
}

.layui-tab {
	margin: 20px 0;
}

.glJobBox,
.phoneBox,
.tongjiBox {
	display: none;
}

.oneJob {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px;
}

.oneJob:not(:last-child) {
	margin-bottom: 20px;
}

.contentBox:not(:last-child) {
	margin-bottom: 30px;
}

.jobList .layui-form-checkbox i,
.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;
}

.jobList .layui-form-checked i,
.normalCheckbox .layui-form-checked i {
	background: #5FB878;
	color: #fff;
	border-color: #5FB878;
}

.jobList .layui-form-checkbox:hover i,
.normalCheckbox .layui-form-checkbox:hover i {
	border-color: #5FB878;
}

.jobList .layui-form-checkbox,
.normalCheckbox .layui-form-checkbox {
	height: 16px;
	width: 16px;
	line-height: 16px;
	padding-right: 0;
}

.normalCheckbox .layui-form-checkbox,
.jobList .layui-form-checkbox {
	margin-top: 0;
}

.textLan {
	color: #3a7bd9 !important;
}

.area {
	font-size: 14px;
	margin-left: 35px;
}

.timeBox {
	margin: 8px 0;
	font-size: 14px;
	padding-left: 27px;
}

.layui-table {
	margin: 20px auto;
}

.czBtn {
	font-size: 14px;
	padding-left: 27px;
}

.fgline {
	height: 15px;
	width: 1px;
	background-color: #989898;
	margin: 0 15px;
}

.jlNum {
	margin-left: 10px;
}

.refresh {
	margin-left: 10px;
	cursor: pointer;
}

.czBtn span {
	margin-right: 15px;
	cursor: pointer;
}

.rightHB {
	text-align: center;
	width: 130px;
	margin: 0 15px;
}

.rightHB .layui-icon-picture-fine {
	font-size: 50px;
	color: orange;
}

.rightHB p {
	font-size: 14px;
	text-align: center;
}

.zdBox {
	font-size: 14px;
}

.zdBox:not(:last-child) {
	margin-bottom: 20px;
}

.zdBtn {
	background: #7bba40;
	color: #fff;
	padding: 3px 8px;
	border-radius: 7px;
	margin-right: 15px;
	cursor: pointer;
}

.jjBox .zdBtn {
	background: orange;
}

.textOrage {
	color: orange !important;
}

.btnFooter {
	padding-left: 20px;
	margin-top: 20px;
}

#cardPage {
	text-align: center;
}

.layui-laypage {
	margin: 30px 0 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #1677FF;
}

.layui-tab {
	position: relative;
}

.fbBtn {
	position: absolute;
	right: 0;
	top: -6px;
}

.textRed {
	color: red;
}

.closeBox {
	width: 37%;
	text-align: right;
	font-size: 14px;
}

.closeBox span:first-child {
	margin-right: 20px;
}

.leftJobInfo {
	width: 80%;
	flex-shrink: 0;
}

.leftJob {
	width: 66%;
	flex-shrink: 0;
}

.oneJobClose .timeBox {
	margin: 8px 0;
}

.nodataBox {
	text-align: center;
	margin: 70px auto;
	display: none;
}

/* 手机招聘 */
.btTitle {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.zpNR {
	text-indent: 30px;
	color: #787878;
	line-height: 28px;
	font-size: 15px;
}

.phoneLB {
	width: 247px;
	height: 497px;
	background: url('../img/companyCenter/sj.png') no-repeat;
	background-size: 100% 100%;
	padding-top: 62px;
	box-sizing: border-box;
	padding-left: 20px;
	margin: auto;
}

.phoneLB #mySwiper {
	width: 210px;
	height: 372px;
	overflow: hidden;
}

.leftNR,
.rihgtNR {
	width: 50%;
}

.phoneContent {
	display: flex;
	padding: 40px 0;
}

.leftNR p {
	text-align: center;
	color: #9b9b9b;
	margin-bottom: 8px;
	font-size: 15px;
}

.leftNR p:first-child {
	color: #FF8326;
}

.codeBox {
	width: 175px;
	margin: 30px auto;
	background: #FF8326;
	color: #fff;
	padding: 10px;
}

.codePic {
	background-color: #000000;
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
}

.codeBox p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}

.jsBox {
	display: flex;
	flex-wrap: wrap;
}

.jsBox li {
	width: 33.33%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.picBox {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 15px;
}

.rightText p {
	color: #787878;
	font-size: 15px;
}

.rightText p:first-child {
	margin-bottom: 5px;
}

.fwBox {
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e5e0e0;
}

.fwBox>div {
	width: 33.33%;
	text-align: center;
}

.fwBox span {
	font-size: 15px;
	color: #787878;
}

.botfxBox {
	background: #f1f7f9;
	padding: 20px;
	border-radius: 8px;
}

.shareBox {
	padding: 20px 20px 10px 20px;

}

.webUrl {
	padding: 5px 20px;
	border: 1px solid #787878;
	border-radius: 4px;
}

.shareBox span,
.load span {
	font-size: 15px;
	color: #787878;
}

.copy {
	margin-left: 15px;
	border: 1px solid #787878;
	padding: 5px 15px;
	font-size: 15px;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.load {
	padding-left: 20px;
}

.load span {
	color: #3a7bd9;
	font-size: 15px;
	cursor: pointer;
}

.lanTEXT {
	color: #3a7bd9 !important;
	cursor: pointer;
}

/* 招聘效果统计 */
.search {
	margin: 20px 0;
}

.midBox {
	margin: 20px 0;
	justify-content: space-between;
}

.midBox span {
	fotn-size: 15px;
	color: #787878;
}

.login {
	margin-left: 20px;
}

.fontSize12 {
	font-size: 14px;
}

.pieBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tableBox,
.downloadBox,
.collectBox,
.cktimeBox {
	display: none;
}

/* 简历管理 */

.rightJL {
	width: 38%;
}

.justy-bt {
	justify-content: space-between;
}

.leftSearch {
	background: #f3fcff;
	padding: 10px;
	box-sizing: border-box;
	width: 60%;
	border-radius: 8px;
	height: 117px;
}

.lastestBox {
	background: #d2e9fd;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 8px 8px 0 0;
}

.lastestBox span {
	color: #787878;
	font-size: 15px;
}

.jlLA {
	background: #f3fcff;
	border-radius: 0 0 8px 8px;
}

.jlLA li {
	width: 33.33%;
	padding: 15px 0;
}

.jlLA li p {
	text-align: center;
}

.jlLA li p:first-child {
	font-size: 20px;
	margin-bottom: 10px;
}

.jlLA li p:last-child {
	font-size: 15px;
	color: #787878;
}

.lineJL {
	width: 1px;
	height: 38px;
	background: #FFF;
}

.normal-table {
	margin-top: 20px;
}

.normal-table .layui-form-select .layui-input {
	height: 30px;
	font-size: 15px;
}

.normal-table .layui-form-select .layui-input::placeholder {
	font-size: 15px;
}

.normal-table td,
.normal-table th {
	padding: 5px 10px;
	font-size: 15px;
}

.interviewBox {
	display: none;
}

.readBox {
	display: none;
}

.lookMeBox {
	display: none;
}

/* 账号设置 */
.detailRight {
	height: 100%;
	line-height: 38px;
}

.detailRight span {
	font-size: 15px;
}

.marginR {
	margin-right: 30px;
}

.layui-upload-drag {
	border-radius: 8px;
}

.uploadBox {
	width: 175px;
	position: relative;
	border: 1px dashed #eee;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.layui-icon-close-fill {
	vertical-align: top;
	color: red;
	cursor: pointer;
	right: -9px !important;
	top: -15px !important;
	position: absolute;
	font-size: 25px;
}

.setSelect .layui-input {
	width: 110px;
	border: none;
	height: 32px;
	padding-left: 0;
	text-align: center;
}

.layui-input-prefix {
	border-radius: 4px 0 0 4px;
	border-left: 1px solid #eee;
	border-right: none;
}

.prefixBox .layui-input {
	border-radius: 0 4px 4px 0;
}

.checkBoxtext {
	font-size: 15px;
	color: #787878;
}

.submitBox .layui-btn {
	min-width: 120px;
}

.qyrzBox {
	display: none;
}

.qyrzForm .layui-form-label {
	width: 120px;
	text-align: right;
}

.tipsPic {
	color: red;
	margin-top: 10px;
	font-size: 15px;
}

/* 步骤条 */
.stepNum {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #eee;
	color: #787878;
	text-align: center;
	line-height: 35px;
	margin-right: 10px;
}

.stepText span {
	color: #787878;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
}

.stepRZ li {
	display: flex;
	align-items: center;
}

.stepLine {
	width: 150px;
	border-bottom: 1px dashed #d5d5d5;
	margin: 0 10px;
}

.stepRZ {
	margin: 30px auto;
	width: 82%;
}

.stepRZ li.active .stepText span {
	color: #1677FF;
}

.stepRZ li.active .stepNum {
	background: #1677FF;
	color: #fff;
}

#stepRZ li.active .stepLine {
	border-bottom: 1px dashed #1677FF;
}

/* 账号安全 */
.safeBox,
.qyrzBox,
.transferThree,
.transferBox {
	display: none;
}

.top-img-text {
	width: 1300px;
	position: relative;
	margin: 0 auto;
	left: 0px;
	top: 175px;
}

.infoBox li {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 8px;
	color: #787878;
	justify-content: space-between;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.infoBox span {
	font-size: 15px;
}

.infoTitle {
	margin: 0 60px 0 10px;
}

.editText {
	font-size: 15px;
	color: #1677FF;
	cursor: pointer;
}

.modifyBox {
	padding: 30px;
}

.modifyTips {
	margin-bottom: 20px;
	padding-left: 25px;
}

.modifyBox .layui-input {
	width: 87%;
}

.duigouBox {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	background: #00d706;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
}

.duigouBox .layui-icon {
	text-align: center;
	font-size: 42px;
	color: #fff;
	font-weight: 700;
}

.textGreen {
	text-align: center;
	font-size: 15px;
	color: #00d706;
}

#newsPage {
	text-align: center;
}

.pointer {
	cursor: pointer;
}

.askBox,
.myNews,
.waitSHBox {
	display: none;
}

.qzzBox li {
	display: flex;
	padding-bottom: 15px;
}

.qzzBox li:not(:last-child) {
	border-bottom: 1px dashed #eee;
}

.qzzBox {
	margin-bottom: 20px;
}

.userAvator {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 15px;
}

.userAvator img {
	width: 100%;
	height: 100%;
}

.hfText {
	margin: 0 3px;
}

.rihgtNews {
	width: calc(100% - 60px);
}

.rihgtNews ul,
.rihgtNews ul li {
	width: 100%;

}

.rihgtNews ul li {
	background: #f3fcff;
	box-sizing: border-box;
}

.rihgtNews ul li:last-child {
	margin-bottom: 20px;
}

.rihgtNews p {
	margin-bottom: 10px;
}

.rihgtNews p,
.rihgtNews span {
	font-size: 15px;
}

.backNews li {
	border: 1px dashed #eee;
	border-radius: 8px;
	padding: 10px 20px;
}

.czNews {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.czNews span {
	color: #787878;
	cursor: pointer;
}

.fglineNews {
	height: 15px;
	border-right: 1px solid #787878;
	margin: 0 15px;
}

.shTip {
	display: flex;
	align-items: center;
	justify-content: center;
}

.shenheText {
	text-align: center;
}

.shenheText span {
	color: #787878;
	font-size: 15px;
}

.shPicBox {
	width: 60%;
	margin: 20px auto;
	text-align: center;
}

.shPicBox img {
	max-width: 100%;
	max-height: 100%;
}

.otherContractBox {
	display: none;
}

.opreateInvite {
	border: 1px solid #1677FF;
	padding: 2px 5px;
	border-radius: 4px;
	color: #1677FF;
	cursor: pointer;
}

.resultSHBox .layui-icon-ok {
	background: green;
	color: #fff;
	border-radius: 100%;
	padding: 4px;
}

.pdfName {
	display: none;
	margin-top: 10px;
	align-items:center;
}

.pdfName .fileName {
	display: inline-block;
	max-width: 500px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:grey;
	font-size:15px;
}

.delFile {
	background: red;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	margin-left: 10px;
}
.isHSBTN{
	display: block;
    border: 1px solid #1677FF;
    padding: 2px 5px;
    border-radius: 4px;
    color: #1677FF;
    cursor: pointer;
    width: 60px;
    margin-top: 10px;
    text-align: center;	
}
.isHSBTNGreen{
	border: 1px solid #0fb10f;
	color: #0fb10f;
}
.isHSBTNRed{
	border: 1px solid #ffb903;
	color: #ffb903;
}

.searchBtn {
	width: 68px;
	background: #1677FF;
	color: #fff;
	height: 63%;
	margin-top: -5px;
	border-radius: 14px;
	line-height: 24px;
	text-align: center;
	margin-right: 17px;
	cursor: pointer;
}