* {
	padding: 0;
	margin: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

ul, li, ol {
	list-style: none
}

#app {
	color: #666 !important;
	overflow: hidden;
	background: #fff;
	min-height: 400px;
}

.mt20 {
	margin-top: 20px;
}

.nav-search-fixed {
	position: fixed !important;
	top: 0;
	height: 100px;
	z-index: 1000;
	background-color: #FFFFFF;
	/* opacity:0.9; */
	box-shadow: 2px 2px 10px #ccc;
	width: 100%;
	text-align: center;
}

.menuLeft {
	width: 233px;
	height: 360px;
	position: relative;
	padding-top:6px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-right: solid 1px #efefef;
	z-index:100;
}

.all-job:hover {
	background-color:#faeef0;
	color:#d71518 !important;
}
.all-job:hover a{
	color:#d71518 !important;
}
.menu-sub {
	position: absolute;
	top: 0;
	left: 233px;
	width: 100%;
	z-index: 10;
	background-color: #ffffff;
	padding: 10px;
	height: 360px;
	box-sizing: border-box;
}

.second-sub {
	width: 490px;
	height: 360px;
}

.sectionBox {
	padding-left: 10px;
	width: 100%;
	height: 290px;
	overflow: auto;
}

.first-sub {
	position: absolute;
	top: 0;
	left: 233px;
	width: 233px;
	padding: 10px 0px 0px 10px;
	z-index: 100;
	background-color: #ffffff;
	height: 360px;
	box-sizing: border-box;
	border-right: 1px solid #efefef;
}

.first-sub ul li {
	padding-left: 10px;
}

.menuLeft_item {
	font-size: 16px;
	/*height: 30px;*/
	/*line-height: 30px;*/
	/*padding-left: 20px;*/
	height: 25px;
	line-height: 25px;
	padding: 5px 0 5px 22px;
}

.menuLeft_secondItem {
	color:#666666;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.menuLeft ul :hover {
	cursor: pointer;
}

.menuLeft .sectionBox a:hover {
	color: #d71518;
	text-decoration: underline;
}

.menuLeft .sectionBox a {
	color: #999999;
}

.section {
	width: 50%;
	float: left;
	font-size: 15px;
}

.sectionTitle {
	padding: 10px 0px 0px 10px;
	color: #333333;
}
.sectionSecondTitle{
	padding: 10px 0px 0px 10px;
    color: #333333;
    line-height: 30px;
}
.sectionTitle::after,.sectionSecondTitle::after {
	content: '';
	width: 95%;
	height: 10px;
	display: block;
	border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.menuLeft_item .titleBox {
	height: 30px;
	line-height: 30px;
}

.shufflingImg {
	width: 100%;
	height: 360px;
}

.logoimg {
	width: 100%;
	height: 100%;
}

.grid-content {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	height: 40px;
	line-height: 40px;
}

.bg-purple-dark {
	background: #5e5e5e;
	font-size: 14px;
	color: #fff;
}

.grid-content a {
	color: #fff;
}

.search {
	max-width: 1400px;
	width: 100%;
	margin: 0px auto;
	height: 70px;
	margin-top: 20px;
}

.menu-css {
	font-size: 20px;
	font-weight: 600;
}

.menu-mt {
	max-width: 1260px;
	width: 100%;
	margin: 0px auto;
	height: 70px;
	margin-top: 10px;
	/*导航栏红色下边边框*/
}

.background {
	background-color: #EFF1F5;
}

.el-menu-item, .el-submenu__title {
	height: 40px;
	line-height: 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	white-space: nowrap;
	list-style: none;
}

/* .affiche-li {
	margin-top: 10px;
	line-height: 28px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 13px;
	border-bottom: 1px dashed #e8e8e8;
} */
.index_notice .affiche-li {
	margin-top: 10px;
	line-height: 28px;
	max-height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px dashed #e8e8e8;
}
.affiche-li a {
	color: #000000;
	width: 100%;
}

.affiche-li a:hover {
	color: #d71518;
}

.advertising {
	/* background-color: #8da35b; */
	height: 80px;
	margin-top: 0;
}
.advertisingimg {
	width: 100%;
	height: 100%;
}

.mt10 {
	margin-top: 10px;
}

.el-menu-demo {
	display: inline-block;
}

.recruitmentdiv {
	width: 100%;
	background-color: #ffffff;
	float: left;
	display: block;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	text-decoration: none;
	color: #323232;
	padding: 0px 0 14px 0;
	text-align: center;
	margin-bottom: 10px;
}

.enterprise {
	width: 100%;
	background-color: #ffffff;
	margin-top: 10px;
	float: left;
	display: block;
	padding: 24px 0;
	border-bottom: 1px solid #f4f4f4;
	text-decoration: none;
	color: #323232;
	text-align: center;
	position: relative;
}

.enterprise:hover .enterpriseHover {
	visibility: visible;
	opacity: 1
}

.recruitmentdiv .name {
	width: 100%;
	height: 20px;
	line-height: 20px;
	word-break: break-all;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}

.substring {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.recruitment-count {
	font-size: 13px;
	line-height: 25px;
	margin-top: 0px;
	text-align: left;
	padding: 0 6px;
}

.jobFairbottombg-label {
	width: 70px;
}

.imgstyle {
	width:100%;
	height: 84px;
	margin: 24px auto 14px;
	border-radius: 10px;
}

.serviceImg {
	width: 90%;
	height: 80px;
	margin: 0 auto 22px;
	/* margin: 0px; */
	border-radius: 6px;
	color: #FFFFFF;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-position: center;
	position: relative;
}

.serviceImg img {
	width: 100%;
	border-radius: 4px;
}

.serviceImg span {
	width: 100%;
	text-align: center;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.imgstyleBg {
	width:86px;
	height:86px;
	border-radius: 10px;
	margin: 0 auto;
    border: 1px solid #faf3fa;
}
.imgstyleBgzm{
	width: 84px;
	height: 84px;
}
.zc-imgstyleBg {
	width:100%;
	height:100%;
	margin: 0 auto;
}
.blue {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 60px;
	text-align: right;
	display: block;
	padding-right: 4px;
}

.enterpriseHover {
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	color: #FFFFFF;
}

.enterpriseHover a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	text-decoration: none;
}

.enterpriseHover p {
	width: 150px;
	text-align: center;
	line-height: 62px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin: 30px auto 0;
	overflow: hidden;
	word-break: break-all;
}

.tabDiv {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 9px 1px rgb(0 0 0/ 4%);
	line-height: 25px;
	padding: 12px 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	height: 160px;
}

.tabDiv-logo-box{
	display: inline-block;
	width:80px;
	vertical-align: top;
}

.tabDiv-logo{
	max-width:60px;
	max-height:60px;
}

.company-info{
	display: inline-block;
	margin-top: 5px;
	width: 76%;
}
.comTitle{
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.position {
	display: inline-block;
	color: #000;
	font-size: 15px;
	font-weight: 600;
}

.monthlyPay {
	display: inline-block;
	color: #d71518;
	font-size: 14px;
	float: right;
}
.cut-off-rule-item .el-col-4{width: 20%}
.indexCompany .el-col-4{width: 20%}
.experience {
	color: #666;
	font-size: 18px;
	padding-bottom:10px;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}

.centers {
	width: 100%;
	overflow: hidden;
	background: #3b3b3b;
	padding: 10px 0;
	font-size: 13px;
	text-align: center;
	color: #999;
	line-height: 30px;
	margin-top: 30px;
	padding: 12px 0;
}
.centers a{
	color: #999;
	padding: 0 6px;
}

.small-title {
	width:105px;
	line-height: 60px;
	font-size: 20px;
	color: #323232;
	padding-left: 2px;
}

.realtime-cwidth {
	width: 1200px;
	margin: 0px auto;
}

.realtime-leftbtn {
	margin-top: 20px;
	width: 790px;
	height: 54px;
	border: 1px #EEEEEE solid;
}

.realtime-leftbtn a {
	display: block;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 16px;
	color: #333333;
	height: 54px;
	width: 120px;
	line-height: 54px;
	border-right: 1px #EEEEEE solid;
}

.realtime-leftbtn a:hover {
	background-color: #FAFAFA;
	color: #FF3300;
}

.realtime-title {
	background-image: url(../../elementUI/img/newinfo_titleImg.png);
	background-size: cover;
	height: 60px;
	width: 750px;
}

.real-ma {
	margin: 20px;
}

.real-matwo {
	margin-top: 20px;
	font-size: 16px;
	margin-right: 20px;
}

.real-matwo :hover {
	text-decoration: underline;
}

.real-mathree {
	margin-top: 10px;
	font-size: 14px;
	margin-right: 20px;
	width: 500px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.realtime-footer {
	margin-top: 20px;
	border: 1px #EEEEEE solid;
	width: 790px;
}

.realtime-fileimg {
	height: 150px;
	width: 200px;
}

.realtime-border {
	border-bottom: 1px #CCCCCC dashed;
}

.realtime-border :hover {
	background-color: #F7F7F7;
}

.realtime-ntit {
	width: 370px;
	height: 36px;
	padding-top: 10px;
	border: 1px #EEEEEE solid;
	background-color: #F9F9F9;
}

.realtime-tlh {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	padding-top: 0px;
	padding-left: 15px;
	margin-bottom: 15px;
	border-left: 3px rgb(41, 121, 254) solid;
}

.realtime-hot {
	border: 1px solid #EEEEEE;
	padding: 0px 15px;
	width: 370px;
	margin-bottom: 20px;
}

.realtime-hidden {
	margin: 10px 0px;
	width: 313px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.realtime-hidden a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.realtime-box {

}

.realtime-cwidth .paging {
	margin-bottom: 20px;
}

.small-title b {
	width: 4px;
	height: 20px;
	display: inline-block;
	background-color: #d71518;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.indexTitle {
	width: 36% !important;
	display: flex;
	justify-content: space-around;
	padding: 18px 0;
	cursor: pointer;
}

.indexTitle p.active {
	color: blue;
	border-bottom: 1px solid #d71518;
}

.indexTitle p.positionActive {
	color: #d71518;
	border-bottom: 1px solid #d71518;
}

.box {
	width: 100%;
	background: #f2f2f2;
}

.indexCont {
	max-width: 1260px;
	width:100%;
	margin: 0px auto;
	padding: 10px 0;
	box-sizing: border-box;
}

.index_notice {
	overflow: hidden;
	height: 360px;
	background-color: #FFFFFF;
	text-align: left;
	box-sizing: border-box;
	text-overflow: ellipsis;
	padding: 20px 20px 30px;
}
.index_notice .index_notice_con{
	height:280px;
	overflow: hidden;
	margin-top: 20px;
}
.index_notice h1 {
	font-size: 18px;
	color: #323232;
}

.index_notice h1 span {
	font-size: 13px;
	float: right;
	font-weight: normal;
	cursor: pointer;
}

.menu-mt ul.el-menu-demo {
	display: flex;
	justify-content: space-evenly;
	font-size: 18px;
	color: #323232;
}

.menu-mt ul .el-submenu__title, .menu-mt ul .el-menu-item {
	font-size: 18px;
	color: #323232;
	border-bottom-color: #fff !important
}

.nav-search-fixed {
	display: flex;
	align-items: center;
}
.nav-search-fixed ul {
	width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.nav-search-fixed ul li,.nav-search-fixed ul li div{
    font-size:18px !important;
    color:3e3e3e;
}
.indexNews {
	height: auto;
	cursor: pointer;
}
.indexNews-box {
	padding-top: 10px;
	display: flex;
    justify-content: flex-start;
}
.indexNews-img{
	width:150px;
	height:200px;
}
.indexNews-img img{
	width:150px;
}
.indexNews h1 {
	margin-bottom: 10px;
}

.indexNews ul {
	/* padding: 6px 0; */
	margin-left: 10px;
	width:70%;
}

.indexNews .affiche-li {
	margin-top: 0;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 100%;
}

.indexLinks a {
	font-size: 16px;
	color: #666;
}

.grid-content .el-dropdown-link {
	cursor: pointer;
	color: #fff;
}

.grid-content .el-icon-arrow-down {
	font-size: 12px;
}

.menu-mt ul .el-menu-item a {
	display: block
}

/*首页搜索框*/
.select-style {
	box-shadow: 0px 0px 5px rgb(215 21 24/ 40%);
	background: #d71518 !important;
}

.select-style:hover {
	box-shadow: 0px 0px 5px rgb(215 21 24/ 60%);
	transition: 1s;
}

.select-style .el-input-group__append, .select-style .el-input-group__prepend
	{
	border: none !important;
	border-radius: 0px !important;
	background-color: transparent !important;
}

.select-style .el-input__inner {
	border: 1px solid #d71518 !important;
}

.select-style .el-input__inner:focus {
	border-color: #C0C4CC;
}

.nav-switchover-btn {
	color: #d71518 !important;
	cursor: pointer;
}

/*首页分割线*/
.cut-off-rule-right {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	margin-left: 30px;
}

.cut-off-rule-bottom {
	border-bottom: 2px solid #d71518;
	margin-bottom: 20px;
}

/*首页左侧导航高度溢出*/
.menuLeftUl{
	height:350px;
	overflow-y: auto;
	/*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    scrollbar-width: none;
}
.first-subUl{
	height:295px;
	overflow-y: auto;
	/*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    scrollbar-width: none;
}
.sidebar-link {
	display: inline-block;
	width: 170px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fontright {
	float: right;
	margin-right: 8px;
}

.menuLeftUl::-webkit-scrollbar,.first-subUl::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 3px;
	height:0px;
	background:red;
}
.first-subUl::-webkit-scrollbar-thumb {
	 /*滚动条里面小方块*/
  	border-radius: 10px;
  	background   : #d71518;
}
.first-subUl::-webkit-scrollbar-track {
  	/*滚动条里面轨道*/
  	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  	border-radius: 10px;
	background   : #ededed;
}
/*方舟云聘*/
.coludInfo{background: rgba(23,135,251,.06); padding: 20px 0 30px; width: 100%;}
.coludBox{width: 1080px; margin: 0 auto;}
.banner{width: 100%; overflow: hidden}
.career-guide{margin:30px auto 0; width: 1080px;}
.careerTop{width: 100%; position: relative;}
.module-header-title{color: #1d3254; display: inline-block;font-size: 32px;line-height: 34px;vertical-align: top; font-weight: 600;}
.module-header-desc {color: #606f87; font-size: 12px; letter-spacing: 0;line-height: 12px; padding-bottom: 20px;padding-top: 14px;}
.pagination-right{position: absolute;right: 0;top: 10px;}
.career-guide-lists{width: 100%;}
.career-guide-lists ul{width: 100%;}
.career-guide-lists ul .career-guide-item {display: inline-block;width: 254px;cursor: pointer;color: #1d3254;font-size: 15px; margin-right: 15px; margin-bottom:15px;}
.career-guide-lists ul .career-guide-item:nth-child(4n){margin-right: 0;}
.career-guide-item .img-wrapper {width: 254px;  height:140px;line-height:140px; border-radius: 6px; margin-bottom: 14px;background: #f3f5f6;}
.career-guide-item img { margin-bottom: 14px; width: 100%; height: auto;max-height:140px;border-radius: 6px;}
.career-guide-item .career-guide-title {color: #1d3254; font-size: 16px;font-weight: 700; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.time-wrapper{width: 1080px; margin: 0 auto; padding-top: 40px; overflow: hidden;}
.newslb_xg{border-bottom: 4px solid rgba(23,135,251,.6);border-top: 2px solid rgba(29,50,84,.05);position: relative;width: 1080px;}
.newtab{display: none; margin-top: 20px;}
.time-list{cursor: pointer;display: inline-block; margin-right: 15px; text-align: center;width: 204px;}
.time-axis{background:url(/img/hrdp/time.png) no-repeat;background-size: 100%;display: block;height: 12px;margin: -7px auto 0;width: 10px;cursor:pointer;}
.time-list .time_wrapperP {height: 51px;line-height: 51px;margin-top: 4px;position: relative;}
.time-list .time_wrapperP .time {color: #1d3254; font-size: 18px; position: relative; width: 79px;}
.time-list .time-arrow {border-bottom: 6px solid #fff;border-left: 6px solid rgba(0,0,0,0);border-right: 6px solid rgba(0,0,0,0);display: block;height: 0;margin: 0 auto -5px;overflow: hidden;width: 0;}
.active .time-axis{ background:url(/img/hrdp/time-active.png) no-repeat; background-size:100%;}
.active .time-list .time-arrow{border-bottom: 6px solid rgba(23,135,251,.6);}
.time-wrapper .swiper-container{overflow: inherit;}
.time-wrapper .swiper-button-next, .time-wrapper .swiper-button-prev{width:36px; height: 37px; background-size: 36px 37px; top: 5%;}
.time-wrapper .swiper-button-prev, .time-wrapper .swiper-container-rtl .swiper-button-next{background-image:url(/img/hrdp/arrow-prev.png)  !important; left: 0 !important;}
.time-wrapper .swiper-button-next, .time-wrapper .swiper-container-rtl .swiper-button-prev{background-image:url(/img/hrdp/arrow-next.png)  !important; right: 0 !important;}
.kx-lists__item { display: inline-block; box-sizing: border-box;font-size: 0; margin-bottom: 14px; margin-right: 15px; position: relative;width: 257px; border-radius: 6px;vertical-align: top;}
.kx-lists__item:nth-child(4n){margin-right: 0}
.kx-lists .item__img-wrapper { height:140px;line-height:140px; border-radius: 6px 6px 0 0;position: relative;background: #f3f5f6;}
.kx-lists img {width: 100%; height:100%;max-height:140px;cursor: pointer; border-radius: 6px 6px 0 0;}
.kx-lists .item__txt {width: 100%;color: #fff;font-size: 13px; position: absolute; bottom: 0;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.3));height: 50px; line-height: 50px; padding: 0 12px;}
.kx-lists .item__txt .item__time,.kx-lists .item__txt .item__num {opacity: 1;}
.fn-left{float: left;}
.fn-right{float: right;}
.kx-lists .item__txt .item__time:before { background: url(/img/hrdp/time-icon.png) no-repeat;width: 14px; height: 14px; content: ""; display: inline-block; position: relative; top: 2px; margin-right: 4px;}
.kx-lists .item__txt .item__num:before {background: url(/img/hrdp/like-icon.png) no-repeat;width: 14px;height: 14px; content: "";display: inline-block;position: relative; top: 2px;margin-right: 4px;}
.kx-lists__detail { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;padding: 14px 14px 16px; border: 1px solid rgba(29,50,84,.05);border-top: none;}
.kx-lists .item__title-wrapper { color: #1d3254;font-size: 15px;font-weight: 700; cursor: pointer;height:28px;line-height:28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 2px;}
.kx-lists .item__slogen {color: #8e98a9;line-height: 12px;overflow: hidden;padding: 12px 0;text-overflow: ellipsis; white-space: nowrap;word-break: break-all;}
.kx-lists .item__slogen, .kx-lists .kx-btn {font-size: 12px}
.kx-lists .kx-btn { background-color: rgba(23,135,251,.1);border-radius: 18px; color: #1787fb; cursor: pointer;display: inline-block; height: 26px;line-height: 26px;margin-top:4px; text-align: center;width: 81px;}
.kx-lists .kx-btn__order {background-color: #1787fb;color: #fff;}
.careerNav{width: 60%;position: absolute;left:18%; top:10px;}
.careerNav span{background: rgba(23,135,251,.1);border-radius: 14px;color: #606f87;font-weight:300;cursor: pointer;font-size: 14px;margin-right: 12px;padding: 4px 18px;}
.careerNav span.positionActive {color:#1c89fb;font-weight: 500;}
.watchImg{width:220px; margin:0px auto 20px; text-align: center}
.watchImg img{width: 100%;}
.watchImg p{font-size: 15px; color: #606f87}



.popupHead{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	z-index: 9999;
}
.popupHeadBox{
	width:26% !important;
	margin: 10% auto;
	background: #fff;
	padding:0px 0px 50px !important;
	border-radius: 6px;
	text-align: center;
	font-size: 17px !important;
	position: relative;
	color: #323232;
}
.popupHeadBox span{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	color: #909399;
}
.popupHeadBox h1{
	font-size: 20px;
	color: #222;
	margin-bottom: 20px;
	text-align: center;
}
.showMesg{
	text-align: center;
	font-size: 16px;
	color: #323232;
}
/*找工作弹出框*/
.step_box{background-color: #e5f5ff;padding: 24px 40px;margin-bottom: 30px;}
.step_box h3{color:#007ccf; font-weight: 500;font-size: 20px; margin-bottom: 10px}
.creat_title_box{color: #007ccf;font-size: 14px;height: 30px;margin-top: 15px;}
.popupBox .el-dialog__header{padding: 0;}
.popupBox .el-dialog__body{padding: 0 0 30px}
.popupHeadBox p.loginBg{top: -80px;position: relative;}
.popupHeadBox p.loginBg,.popupHeadBox p.loginBg img{width:120px;height:120px; margin: 0 auto; border-radius: 50%;}
.popupHeadBox .byn a{padding: 8px 60px; border-radius: 5px;margin: 20px auto; color: #fff; background-color: #409EFF !important;border-color: #409EFF !important;}
.popupHeadBox .byn {margin-top: 40px}

.letterProup{width: 100%;height: 100%; background: rgba(0,0,0,.4);overflow: hidden; position: fixed;left: 0;top: 0;z-index: 999999}
.letterProupBox{width:1000px;height:92%; margin: 0 auto; position:relative;background: url(/img/hrdp/envelope.png) no-repeat; background-size: 100% 100%; padding-top: 60px}
.letterProupBox span{position: absolute;right: 10px;top: 10px; color: #fff;font-size:40px}
.letterProupBox h1{font-size: 20px; color: #323232;}
.letterProupBox p{font-size: 17px; color:#323232;line-height: 38px; border-bottom:1px dashed #e9e9e9;}
.letterProupBox p b{color:#d71518}
.letterProupBox p.ewm{text-align: center; border-bottom: none}
.letterProupBox p.ewm img{width:200px;height:200px}
.letterProupBox p.rig{text-align: right;font-size: 16px;color: #666}
.letterFixed{width:780px;height:54vh;overflow: auto; margin: 0 auto; padding-right:5px}
.letterLogo{width:100%; position:absolute;left: 0; bottom:13%;}
.letterLogo p.logoQ{text-align: center;width: 200px;margin: 0 auto; border-bottom: none}
.letterLogo p.logoQ img{width: 100%}
.letterFixed::-webkit-scrollbar,.first-subUl::-webkit-scrollbar {
	width : 3px;
	height:0px;
	background:red;
}
.letterFixed::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #d71518;
}
.letterFixed::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}
.windowRig{position: fixed;right:0px;bottom: 14%;width: 110px;z-index: 999}
.windowLeft{position: fixed;left:0px;bottom: 14%;width: 110px;z-index: 999}
.lettereItem{position: fixed;right:0px;bottom: 14%;width: 380px;z-index: 9999}
.lettereItem p{width:380px; text-align: center;margin-bottom: 10px;line-height: 30px}
.lettereItem p img{width:380px;}
.lettereItem p span{font-size: 14px;color:#323232;margin-top:-6px;display: block;}

.leftItem{position: fixed;left:0px;bottom: 14%;width:380px;z-index: 9999}
.leftItem p{width: 380px; text-align: center;margin-bottom:4px;line-height:26px}
.leftItem p img{width:380px;}
.leftItem p span{font-size: 14px;color:#323232;margin-top:-6px;display: block;}
.lettereItem p:hover .leftClose{display: block}
.leftItem p:hover .leftClose{display: block}

/*手机端*/
.menuapp{width: 100%;padding:10px 6px;background: #fff; margin-bottom: 8px; box-sizing: border-box}
.menuapp .gridContent{text-align: center; margin-top: 6px}
.menuapp .gridContent a{width: 100%;display: block}
.menuapp .gridContent span{width: 66px;height: 60px;margin:4px auto; display: block}
.menuapp .gridContent span img{width: 100%}
.menuapp .gridContent p{font-size: 16px;color: #545454;}
.bannerapp{width: 100%; background: #fff}
.indexApp{width: 100%;padding: 0 10px; box-sizing: border-box; margin-bottom: 70px}
.hotLogoApp{width: 100px}

.tabDivJob{width:100%;line-height:28px;padding: 10px;margin-bottom:2px;overflow: hidden;background: #fff;box-sizing: border-box;}
.tabJobImg{width: 24%;float: left;}
.tabJobImg img{width:70px;margin-top:10px;}
.tabJobRig{width: 74%;float: right;position:relative;}
.position{color: #000;font-weight: bold;font-size:18px;width:58%;height: 26px;line-height:26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.userComName{color:#575757;font-size:15px}
.monthlyPay{color: #d71518;font-size:18px;position: absolute;right: 0;top: 0;}
.experienceapp{color:#646464;font-size:14px;}
.footapp{position: fixed;left: 0;bottom: 0;height:66px; padding:6px 0; box-sizing: border-box; width: 100%; background: #fff; border-top: 1px solid #ededed;z-index:9999}
.footapp p{width: 25%;text-align: center; float: left}
.footapp p span{width: 36px;display: block;margin: 0 auto}
.footapp p span img{width:30px}
.footapp p b{font-size: 15px; color:#303030;}
.partNav{width: 96%;margin: 60px auto 0;display: flex;justify-content: space-around;font-size: 16px;height: 40px;line-height: 40px;}
.partNav p a{color: #323232;}
.partNav p a.activeapp{color:#d71518; border-bottom: 2px solid #d71518}
.el-message{top:10% !important;}

.userHead{width: 100%; overflow: hidden;padding:50px 20px 40px; background:url("/img/hrdp/userbg.png") no-repeat center; background-size: 100% 100%}
.userImg{width:90px; float: left; text-align: center}
.userName{width:70%; float: right;text-align:left;position: relative}
.userName h1{font-size: 20px;color: #fff;margin: 6px 0}
.userName h1 span{margin-left: 10px;font-size: 15px;}
.userBox{width: 100%;overflow: hidden;}
.userName p{font-size: 13px;color: #f2f2f2; line-height:22px}

.uesrSta{width: 96%;margin: -6% auto 10px;display: flex;justify-content: space-around;text-align: center;border-radius: 8px;background-color: rgb(255, 255, 255);box-shadow: 0px 0px 24px 0px rgba(101,176,249,.15);padding: 30px 0;}
.uesrSta p{font-size:14px;color: #323232;font-weight: 400; text-align: center}
.uesrSta p span{width:60px;height:60px;display: block;position: relative; margin: 0 auto}
.uesrSta p span img{width: 100%}
.uesrSta p span b{font-size: 13px;color: #fff;border: 2px solid #fff;background: #ff3a3a;border-radius: 20px;padding: 0 6px;position: absolute;right: -6px;top: 0;font-weight: normal;}
.userList{width:96%; margin: 20px auto 30px}
.userDiv{width: 100%; border-bottom: 4px solid #f0f1f6; background:#fff}
.userItem{width: 100%;height: 50px;line-height: 50px; border-bottom: 1px solid #f0f1f6;color:#666; position: relative}
.userItem i{position: absolute;right:14px; top: 15px; font-size: 20px}
.userItem span{width: 20px; margin-right:2px; display: inline-block; margin-left: 14px}
.userItem span img{width: 100%;vertical-align:middle}

.enterMob{font-size: 14px; margin-left: 8px}
.userHeadC{width: 100%; overflow: hidden;padding:50px 20px 40px; background:url("/img/hrdp/userbgc.png") no-repeat center; background-size: 100% 100%}
.userHeadC .userImg img{width: 80px}
.userName h1 span.vipM{margin-left: 0; display: block; margin-top: 6px}
[v-cloak]{
	display: none;
}
.biographical-notes-inlet{
	display:flex;
	justify-content: center;
	align-items: center;
	max-width:1260px;
	background-color:#B2DBF7;
	margin:0 auto;
	font-weight:bold;
	color:#202083;
	height: 40px;
	font-size:15px;
	margin-bottom: 10px;
	transition:0.4s;
}
.biographical-notes-inlet:hover{
	cursor:pointer;
	/*background-color:#*/
	background-color:#9fd3f7;
}

.biographical-notes-inlet img{
	width:20px;
	height: 20px;
}
