

@font-face {
	font-family: "苹方";
	src: url("../font/pingfang.woff2") format("woff2"),
		 url("../font/pingfang.woff") format("woff"),
		 url("../font/pingfang.ttf") format("truetype"),
		 url("../font/pingfang.eot") format("embedded-opentype"),
		 url("../font/pingfang.svg") format("svg");
  }
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, menu, nav, section {
	display: block;
  }
  
  html,body {
	  font-family: "苹方" !important;
	height: 100%;
  }
*,a,li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.navs-box{
	height: 44px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}
.turn-img{
	width: 20px;
	height: 20px;
	display: block;
}
.fh-img{
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 20px;
}
.within-left{
	display: flex;
}
.navs-within{
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	align-items: center;
	justify-content: space-between;
}
.navs-titl{
	color: #000000;
	font-size: 16px;
}
.within-right{
	background-color: #E2C578;
	line-height: 1;
	padding: 7px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 99px;
}
.search-box{
	padding: 0 15px;
}
.search-frame{
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	height: 100%;
	flex: 1;
	margin-left: 9px;
}
.search-in{
	background-color: #F4F4F4;
	height: 33px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	border-radius: 99px;
	width:80%;
}
.sea-img{
	width: 20px;
	height: 20px;
	display: block;
}

.search-in input::-webkit-input-placeholder{
	color: #CCCCCC;
	font-size: 14px;
}
.search-in input:-moz-placeholder{color: #CCCCCC;font-size: 14px;}
.search-in input::-moz-placeholder{color: #CCCCCC;font-size: 14px;}
.search-in input:-ms-input-placeholder{color: #CCCCCC;font-size: 14px;}

/*-----------*/
.search-in-drop-down{
	background-color: #fff;
	height: 33px;
	display: flex;
	align-items: center;
	padding: 0 0px;
	border-radius: 0px;
	max-width:25%;
	margin: 5px;
}
.sea-img-drop-down{
	width: 10px;
	height: 6px;
	display: block;
}

.search-in-drop-down input::-webkit-input-placeholder{
	color: #aaa;
	font-size: 14px;
}
.search-in-drop-down input:-moz-placeholder{color: #aaa;font-size: 14px;}
.search-in-drop-down input::-moz-placeholder{color: #aaa;font-size: 14px;}
.search-in-drop-down input:-ms-input-placeholder{color: #aaa;font-size: 14px;}

 .work-list {
 	margin-top: 10px;
 	overflow: hidden;
 }
 
 .work-list li {
 	border-bottom: 1px solid #efefef;
 	margin-bottom: 10px;
 	padding: 0px 2% 10px 10px;
 	background-color: #fdfdfd;
 }
 
 .work-list li h3 {
 	font-weight: bold;
 	font-size: 14px;
 	color: #333333;
 	line-height: 24px;
 }
 
 .work-list li h3 b {
 	color: #DC143C;
 	float: right;
 }
 
 .work-list li p {
 	font-size: 14px;
 	overflow: hidden;
 	line-height: 20PX;
 	margin-bottom: 10px;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	color: #999999;
 }
 
 .work-list li p span {
 	
 }
 
 .work-list li div span {
 	padding: 5px 5px;
 	background-color: #f2f2f2;
 	font-size: 12px;
 	color: #666666;
 	margin-bottom: 20px;
 }
 
 .bg-fff {
 	background-color: #fff;
 }
 
 .work-list li h5 {
 	margin-top: 12px;
 	width: 100%;
 	font-size: 14px;
 	color: #333333;
 	line-height: 14px;
 }
/*-------------------------------*/

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-box {
	margin: 0 15px;
	overflow: hidden;
	height: 140px;
	position: relative;
	margin-top: 20px;
}
.currency-img{
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-pagination-bullet,.swiper-pagination-bullet-active{
	background-color: #fff;
}
.gr-img{
	width: 32px;
	height: 32px;
	display: block;
}
.gr-p{
	color: #000000;
	font-size: 13px;
	margin-top: 10px;
}
.grid-box{
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.grid-single{
	width: 20%;
}
.grid-single a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.recom-titl{
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px #DADADA solid;
}
.recom-left{
	color: #00A2FF;
	font-size: 17px;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	font-weight: bold;
}
.recom-left:after{
	content: "";
	width: 15px;
	height: 3px;
	border-radius: 99px;
	background-color: #00A2FF;
	position: absolute;
	bottom: -12px;
}
.yxs-img{
	width: 14px;
	height: 14px;
	display: block;
}
.yxs-p{
	color: #666666;
	font-size: 11px;
	margin-left: 6px;
}
.recom-right{
	display: flex;
	align-items: center;
}
.recom-box{
	margin-top: 14px;
}
.recom-post{
	padding: 20px 15px 16px 15px;
	border-bottom: 1px #eee solid;
}
.post-front{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.post-front h4{
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	width: 260px;
}
.post-front p{
	font-weight: bold;
	color: #00A2FF;
	font-size: 14px;
}
.compa-name{
	color: #666666;
	font-size: 14px;
	line-height: 1;
	display: initial;
}
.compa-indu{
	color: #666666;
	font-size: 11px;
	margin-left: 13px;
	display: inline-block;
}
.compa-he{
	margin-top: 13px;
}
.policy-left{
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
.policy-left span{
	color: #999999;
	font-size: 11px;
	line-height: 1;
	padding: 5px 6px;
	background-color: #F6F6F6;
	border-radius: 3px;
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
}
.policy-left span:last-child{
	margin-right: 0;
}
.address-p{
	color: #999999;
	font-size: 10px;
	margin-left: 4px;
}
.dz-mark{
	width: 10px;
	height: 12px;
	display: block;
}
.policy-right{
	display: flex;
	align-items: center;
	width: 80px;
	margin-left: 15px;
}
.policy-box{
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
}

/* tabbar */
.brace-box{
	height: 64px;
}
.tab-block{
	width: 26px;
	height: 26px;
	display: block;
}
.tab-p{
	color: #999999;
	font-size: 13px;
}
.tabbar-single a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.tabbar-box{
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-top: 1px #DADADA solid;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
}
.change-p{
	color: #00A5FF;
}



/* 编辑简历 */
.indivi-box{
	padding: 15px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}
.indivi-left{
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
}
.mber-img{
	width: 13px;
	height: 13px;
	display: block;
	margin-left: 4px;
}
.mber-p{
	color: #00A2FF;
	font-size: 11px;
}
.indivi-right{
	flex: 1;
	margin-left: 10px;
  position: relative;
}
.indivi-right span{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.print {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.indivi-name{
	display: flex;
	align-items: flex-end;
}
.top-name{
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
}
.top-call{
	color:#666666;
	font-size: 14px;
	margin-left: 6px;
}
.exper-span{
	color: #000000;
	font-size: 14px;
	padding: 0 10px;
	border-right: 1px #999999 solid;
	line-height: 1;
}
.exper-span:last-child{
	border: none;
}
.exper-span:first-of-type{
	padding-left: 0;
}
.exper-box{
	display: flex;
	margin-top: 10px;
}
.family-box{
	background-color: #FFFFFF;
	padding: 16px 15px;
	margin-top: 10px;
}
.add-img{
	width: 13px;
	height: 13px;
	display: block;
}
.titl-add-p{
	color: #999999;
	font-size: 11px;
	margin-left: 5px;
}
.titl-add-right{
	display: flex;
	align-items: center;
}
.titl-add-left{
	color: #000000;
	font-size: 17px;
}
.family-titl{
	display: flex;
	justify-content: space-between;
}
.jl-img{
	width: 16px;
	height: 16px;
	display: block;
}
.situa-infor{
	display: flex;
	flex: 1;
}
.situa-infor p{
	color: #666666;
	font-size: 13px;
	margin-right: 10px;
}
.inf-gd{
	width: 6px;
	height: 12px;
	display: block;
}
.situa-above{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.situa-below{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6px;
}
.mana-p{
	color: #666666;
	font-size: 13px;
	margin-right: 20px;
}
.situation-box{
	display: flex;
	padding: 16px 0;
	border-bottom: 1px #e6e6e6 solid;
}
.situation-box:last-child{
	border: none;
	padding-bottom: 0;
}
.situation-right{
	flex: 1;
	margin-left: 7px;
}
.mana-time{
	color: #999999;
	font-size: 11px;
	white-space: nowrap;
}
.certificate-single{
	color: #00A5FF;
	font-size: 13px;
	padding: 8px 13px;
	border: 1px #00A5FF solid;
	border-radius: 3px;
	line-height: 1;
	display: inline-block;
	margin-right: 13px;
	margin-top: 20px;
}
.certificate-single:last-child{
	margin-right: 0;
}
.certificate-box{
	display: flex;
	flex-wrap: wrap;
}


/* 基本信息 */
.gap-box{
	height: 10px;
	background-color: #F8F9F9;
}
.edit-p{
	color: #12A9FF;
	font-size: 12px;
	margin-left: 6px;
}
.datas-box{
	padding: 20px 15px;
}
.datas-titl{
	color: #999999;
	font-size: 13px;
	margin-bottom: 5px;
}
.datas-span{
	flex: 1;
	display: block;
	height: 24px;
	border-bottom: 1px #DADADA solid;
	padding-bottom: 3px;
}
.tas-input{
	outline: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
  font-size: 16px;
}
.datas-single{
	margin-bottom: 20px;
}
.tj-ad-img{
	width: 13px;
	height: 13px;
	display: block;
}
.peoples-titl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}
.peoples-titl-p{
	color: #999999;
	font-size: 13px;
}
.dual-p{
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	/* white-space: nowrap; */
	width: 51px;
	display: flex;
}
.dual-span{
	height: 23px;
	display: block;
	border-bottom: 1px #DADADA solid;
	width: 118px;
	/* overflow: hidden; */
}
.fill-dual{
	display: -webkit-box;
	width: 50%;
}
.dual-inp{
	height: 100%;
	border: none;
	outline: none;
	width: 100%;
	background-color: transparent;
  font-size: 18px;
}
.fill-box{
	display: flex;
	margin-bottom: 20px;
}
.flex-100{
	width: 100%!important;
}
.dual-240{
	width: 280px;
}
.preserve-bott{
	padding: 120px 15px 70px 15px;
	
}
.preserve-but{
	color: #FFFFFF;
	font-size: 17px;
	padding: 14px 0;
	background-color: #00A2FF;
	border-radius: 6px;
	line-height: 1;
	display: flex;
	justify-content: center;
}
.statement-p{
	color: #999999;
	font-size: 13px;
	margin-left: 8px;
}
.statement-box{
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.statement-inp{
	display: flex;
}


/* preview */
.mrgi-none{
	margin-top: 0!important;
	margin-bottom: 6px!important;
}





img {
  display: block;
}
input {
  background: none;
  outline: none;
  border: none;
}
.flex {
  display: flex;
}
.flex-ai {
  display: flex;
  align-items: center;
}
.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-box {
  height: 44px;
  width: 100%;
}
.rental-navbar {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 10;
}
.navbar-title {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 44px;

}
.right-home {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.back-right {
  width: 14px;
}
.back-home {
  width: 16px;
  margin-left: 12px;
}

/* 职详详情-公司介绍 */
.jes-img{
	width: 14px;
	height: 8px;
	display: none;
	margin-left: 15px;
}
.active .jes-img {
  display: block;
}
.company-body {
  background-color: #f8f9f9;
}
.company-introduce {
  padding-bottom: 70px;
}
.company-intr-box {
  background-color: #fff;
  padding: 14px 14px;
}
.company-intr-title {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-intr-info-list {
  margin-top: 12px;
}
.company-intr-info-list img {
  width: 16px;
  height: 16px;
}
.company-intr-info-list span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #666666;
  margin-left: 6px;
}
.company-info-box {
  margin-top: 8px;
  background-color: #fff;
  padding-bottom: 20px;
}
.choose-list {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #000000;
  position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.choose-list-line {
  width: 1px;
  height: 23px;
  background-color: #e9eded;
}
.company-info-choose .active {
  color: #00A5FF;
}
.company-info-choose .active::after {
  content: '';
  background-size: contain;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.company-info-list {
  margin: 0 14px;
  border-top: 1px solid #eaeded;
  display: none;
}
.company-info-list.active {
  display: block;
}
.company-info-name {
  margin-top: 20px;
}
.company-info-name-title {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}
.company-info-name p {
  font-size: 12px;
  color: #666666;
  text-indent: 25px;
  line-height: 20px;
}
.company-info-name img {
  height: 139px;
  width: 100%;
  margin-top: 18px;
}
.company-work-address {
  margin-top: 8px;
  padding: 16px 14px;
  background-color: #fff;
}
.company-work-address-info {
  display: flex;
}
.company-work-address-info img {
  width: 12px;
  height: 13px;
  margin-top: 4px;
}
.address-info-zhai {
  margin-left: 6px;
  font-size: 13px;
  color: #666666;
}
.address-info-zhai p {
  line-height: 22px;
}
.padd-none{
	padding-left: 0!important;
	padding-right: 0!important;
}
.company-other-work {
  margin-top: 8px;
  padding: 16px 14px;
  background-color: #fff;
}
.company-other-work-info {
  border-top: 1px solid #eaeded;
}
.company-apply-work {
  width: 100%;
  padding: 14px 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
}

.company-apply-work-top {
  width: 100%;
  padding: 14px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
}

.company-apply-work-info {
  padding-right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-msap-work-left {
  width: 140px;
  height: 38px;
  background-color: #F59A23;
  border-radius: 5px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fffefe;
}
.company-apply-work-right {
  display: flex;
}
.company-apply-work-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 24px;
}
.company-apply-work-share img {
  width: 22px;
}
.company-apply-work-share span {
  font-size: 13px;
  color: #999999;
  margin-top: 2px;
}
.company-apply-work-left {
  width: 240px;
  height: 42px;
  background-color: #00a2ff;
  border-radius: 5px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fffefe;
}
.company-apply-work-left-disabled {
  width: 240px;
  height: 42px;
  background-color: #BDBDBD;
  border-radius: 5px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fffefe;
}

.company-apply-work-c {
  width: 98%;
  background-color: #fff;
  bottom: 0;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border:dashed #010000 1px ;
  height: 40px;
}

.company-apply-work-cb {
  width: 180px;
  height: 22px;
  background-color: #ddd;
  border-radius: 5px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fffefe;
  margin：0 auto;
}

/* 职详详情-职位描述 */
.company-intr-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.company-intr-name {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.company-intr-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.company-intr-require {
  display: flex;
  margin-top: 4px;
}
.company-intr-require span {
  background: #f6f6f6;
  border-radius: 3px;
  font-size: 11px;
  color: #999999;
  padding: 2px 6px;
  margin-right: 4px;
}
.company-intr-treatment {
  margin-top: 10px;
}
.company-intr-treatment-info {
  font-size: 14px;
  font-weight: bold;
  color: #00a2ff;
  margin-right: 8px;
}
.company-intr-treatment-address img {
  width: 10px;
  height: 12px;
}
.company-intr-treatment-address span {
  font-size: 10px;
  color: #999999;
  margin-left: 3px;
}
.position-info-name {
  margin-top: 20px;
}
.position-info-name-title {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}
.position-info-name p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
/* 求职意向  */
.intention-info {
  padding: 20px 15px;
  border-top: 8px solid #f8f9f9;
}
.intention-position-choose {
  width: 59px;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #00a2ff;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #00a2ff;
}
.intention-position-choose:nth-child(1) {
  border-radius: 6px 0px 0px 6px;
}
.intention-position-choose:nth-child(2) {
  border-radius: 0px 6px 6px 0px;
}
.intention-info-position .intention-position-active {
  background-color: #00a2ff;
  color: #fff;
  border: none;
  line-height: 32px;
}
.intention-info-position-text {
  font-size: 13px;
  color: #999999;
  margin-top: 12px;
}
.intention-info-box {
  margin-top: 14px;
  border-top: 1px solid #dadada;
}
.intention-info-list {
  padding: 12px 0;
  border-bottom: 1px solid #dadada;
}
.intention-info-list-title {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}
.intention-info-list-text {
  font-size: 16px;
  color: #999999;
  margin-top: 8px;
}
.intention-info-list-r {
  width: 7px;
}
/* 招聘大会详情 */
.conference-body {
  background-color: #f8f9f9;
}
.conference-banner {
  margin: 0 15px;
  background-color: #fff;
  margin-top: 8px;
  border-radius: 6px;
}
.conference-banner-box {
  width: 100%;
  height: 227px;
  position: relative;
}
.conference-banner-bg img {
  width: 100%;
  height: 227px;
}
.conference-banner-info {
  padding: 20px 10px;
  position: absolute;
  top: 0;
}
.conference-banner-info h3 {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  line-height: 31px;
}
.conference-number {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  margin-top: 6px;
}
.conference-number-info {
  color: #ff0000;
}
.conference-phone {
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff600;
  margin-top: 16px;
  position: relative;
}
.conference-phone-l{
width: 7px;
height: 12px;
margin-top: 12px;
margin-right: 4px;

}
.conference-phone-r{
  width: 7px;
  height: 12px;
  margin-left: 4px;
  }

.conference-banner-search {
  padding: 24px 0;
}
  .constru-banner-input {
    position: relative;
    margin: 0 6px;
    height: 33px;
    background: #ffffff;
    border: 1px solid #E3E3E3;
    border-radius: 22px;
    display: flex;
    align-items: center;
    padding: 0 14px;
  }
  .constru-banner-input img {
    width: 14px;
    height: 14px;
  }
  .constru-banner-input input {
    height: 33px;
    line-height: 33px;
    width: 100%;
    margin-left: 10px;
    font-size: 14px;
  }
.conference-jobs {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.conference-jobs-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conference-jobs-num {
font-size: 17px;
font-weight: bold;
color: #000000;
margin-top: 6px;
}
.conference-jobs-enterprise {
font-size: 13px;
font-weight: bold;
color: #517DFA;
}
.conference-jobs-title {
font-size: 13px;
font-weight: bold;
color: #3D9B09;
}
.conference-enterprise {
  margin-top: 16px;
  padding: 0 15px;
}
.conference-enterprise-list {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 8px;
  margin-bottom: 16px;
}
.conference-enterprise-name {
  display: flex;
}
.conference-enterprise-name img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.conference-enterprise-name-info {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.conference-enterprise-name-title {
font-size: 17px;
font-weight: bold;
color: #000000;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.conference-enterprise-num {
font-size: 13px;
color: #666666;
}
.conference-enterprise-position {
margin-top: 8px;
}
.conference-enterprise-position-list {
padding: 8px 0;
}
.conference-enterprise-position-l img{
width: 16px;
height: 16px;
}
.conference-enterprise-position-text {
  color: #000000;
  font-size: 13px;
  margin-left: 5px;
}
.conference-enterprise-position-r {
font-size: 11px;
color: #FF0000;
}
.position-all {
  margin-left: 20px;
  padding: 4px 0;
}
.position-all-title {
font-size: 10px;
color: #999999;
}
.position-all-more {
font-size: 8px;
color: #00A2FF;
}
/* 直播间 */
.speak-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.anchor-left{
	background-color: rgba(0,0,0,0.3);
	display: inline-flex;
	align-items: center;
	border-radius: 99px;
	padding: 5px 15px;
}
.anchor-img{
	width: 32px;
	height: 32px;
	display: block;
	border-radius: 50%;
	margin-right: 8px;
}
.chor-titl{
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1;
}
.watch-num{
	color: #FFFFFF;
	font-size: 8px;
	line-height: 1;
}
.resss-img{
	width: 7px;
	height: 9px;
	display: block;
}
.ress-p{
	color: #FFFFFF;
	font-size: 7px;
	margin-left: 3px;
}
.watch-ress{
	display: flex;
	align-items: center;
	margin-left: 4px;
}
.chor-below{
	display: flex;
	align-items: center;
	margin-top: 4px;
}
.speak-head{
	padding: 0 16px; 
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 52px;
  z-index: 10;
  position: relative;
}
.anchor-right{
	background-color: rgba(0,0,0,0.3);
	padding: 7px 11px;
	display: flex;
	align-items: center;
	border-radius: 99px;
	display: inline-flex;
}
.dian-img{
	width: 16px;
	height: 8px;
	display: block;
}
.cuo-img{
	width: 13px;
	height: 13px;
	display: block;
	margin-left: 20px;
}
.chat-box{
	background-color: rgba(0,0,0,0.3);
	padding: 10px 17px;
	display: flex;
	align-items: center;
}
.expres-span{
	width: 22px;
	height: 22px;
	display: block;
	margin-right: 7px;
}
.chat-left{
	display: flex;
	border: 1px #fff solid;
	padding: 5px 10px;
	border-radius: 99px;
	flex: 1;
}
.chat-left input:-ms-input-placeholder{
	color: #fff;
	font-size: 14px;
}
.chat-left input::-moz-placeholder{
	color: #fff;
	font-size: 14px;
}
.chat-left input:-moz-placeholder{
	color: #fff;
	font-size: 14px;
}
.chat-left input::-webkit-input-placeholder{
	color: #fff;
	font-size: 14px;
}
.chat-inpu{
	flex: 1;
}
.interaction-img{
	width: 29px;
	height: 29px;
	display: block;
	margin-left: 4px;
}
.chat-rigth{
	display: flex;
	align-items: center;
	margin-left: 12px;
}
.bullet-box{
	padding: 15px 16px;
	
}
.chat-under{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
  z-index: 10;
  width: 100%;
}
.comm-p{
	border-radius: 20px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 13px;
	padding: 5px 13px;
	margin-right: 30px;
	margin-top: 13px;
	display: table;
}
.coming-p{
	background-color: #FF6091!important;
}

.video-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-box img {
  width: 100%;
  height: 100%;
}
.fixed-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,0);
  display: none;
  transition: background 0.3s ease 0.3s;
}
.area-content {
  background-color: #fff;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  height: 82%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 22px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
.areaclose {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: url(../img-news/close.png) no-repeat center;
  background-size: 20px;
  cursor: pointer;
}
.area-content h2 {
  font-size: 16px;
  color: #000;
  padding: 12px 0;
}
.area-content h6 {
  font-size: 14px;
  color: #999999;
  padding: 10px 0;
}
.now-area {
  position: relative;
}
.now-area p {
  font-size: 14px;
  color: #00A2FF;
  padding-left: 20px;
  background: url(../img-news/area.png) no-repeat left center;
  background-size: 12px;
}
.hot-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
  height: 110px;
}
.hot-list a {
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #000000;
  padding: 6px 0;
}
.local-area {
  position: relative;
}
.right-tagarea {
  position: fixed;
  right: 10px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  background-color: #ECECEC;
  border-radius: 20px;
  width: 20px;
  height: 300px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 10px 0;
}
.right-tagarea a {
  flex: 1;
}
.area-ain {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 10px;
}
.area-ain h5 {
  font-size: 16px;
  color: #000000;
  padding-bottom: 5px;
}
.area-ain a {
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}
.area-scroll {
  overflow-y: auto;
  height: calc(100% - 50px);
}
.right-tagarea a {
  color: #999999;
}

.content{
	padding: 0px 16px;
}

.exp-list li{
	padding: 5px 0px;
	display: flex;
	flex-direction: column;

}

.exp-list li span{
	font-size: 14px;
	color: #999999;
}
.exp-list li input{
	line-height: 35px;
	font-weight: 600;
	font-size: 17px;
	color: #000;
}
.exp-list li{
	border-bottom: 1px solid #dadada;
}

.exp-list li textarea{
	font-size: 17px;
	padding: 5px 0px;
	line-height: 30px;
	border:0px;
	color: #000;
	font-weight: 600;
	font-family: "微软雅黑";
}

.mt-1{
	margin-top: 10px;
}
.mb-1{
	margin-bottom: 10px;
}

.nav-list{
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-list li a{
	margin: 0px 20px ;
	line-height: 47px;
	font-size: 17px;
	color: #999999;
}
.nav-list .active {
	border-bottom: 3px solid #00a2ff;
}
.nav-list .active a{
	color: #00a2ff;
	font-weight: bold;
}
.Q-inf{
	margin-top: 10px;
}
.Q-info li{
	margin: 0px 17px;
	display: flex;
	align-items: center;
	padding: 15px 0px;
}
.Q-info li img{
	margin-right: 10px;
}

.Q-info li a{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}

.prob-info{
	overflow: hidden;

}
.prob-main{
	border-top: 10px solid #f8f9f9;
	padding-top: 20px;
}
.prod-tltle{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #00a2ff;
}

.prod-tltle img,.prod-text img{ 
	margin-right: 10px;
}


.prod-text{
	margin-top: 20px;
	display: flex;
	font-size: 17px;
	color: #666666;
	align-items : flex-start; 
}


.foot-but{
	margin-top: 40px;
	width: 100%;
	border:1px solid #dadada;
	display: flex;
}

.foot-but div{
	height: 50px;
	width: 50%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content : center;
	border-right: 1px solid #dadada;
}
.foot-but div:nth-child(2){
	border:0px;
}
.foot-but div img{
	margin-right: 5px;
}

.foot-but div:nth-child(1) span{
	color: #ffa200;
}

.foot-but div:nth-child(2) span{
	color: #ff0000;
}


.max-box{
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0px;
	z-index: 99;
	height: 100%;
	width: 100%;
}

.role-box{
	text-align: center;
	margin: 30% auto;
	width: 80%;
	
	height: 250px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
}
.role-box span{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	color: #b2b2b2;
}

.role-box button{
	width: 80%;
	margin-top: 50px;
	height: 60px;
	border-radius: 10px;
	background-color: #00a2ff;
	font-size: 22px;
	color: #fff;
	border:0px
}

.role-but2{
	margin-top: 20px !important;
	background-color: #ffd200 !important;
}

.main-box{
	border-top: 10px solid #f8f9f9;
	padding-top: 20px;
}
.Ex-list{
	overflow: hidden;
}
.Ex-title{
	display: flex;
	height: 65px;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #000000;
	
}
.Ex-list>li{
	border-bottom: 2px solid #dadada;
	overflow: hidden;
}
.multi-box{
	margin: 0 auto 20px;
	overflow: hidden;
}
.multi-box li{
	width: 23%;
	float: left;
	margin: 3px .5%;
	border:1px solid #999999;
	font-size: 16px;
	color: #999999;
	border-radius: 5px;
	height: 30px;
	text-align: center;
	line-height: 30px;


}

.multi-box .active{
	border:1px solid #000;
	color: #000;
}

.inte-box2>li{
	border:0px;
}

.login-box h3{
	font-size: 28px;
	color: #000;
	line-height: 50px;
	margin-bottom: 10px;
}

.login-box li{
	height: 58px;
	border-bottom: 1px solid #dadada;
	display: flex;
	align-items: center;
}

.login-box li input{
	width: 78%;

}
.login-box li label{
	font-size: 18px;
	color: #000;
	margin-right: 10px;
}

.login-box li  img{ 
	width: 18%;
}

.login-box li  a{
	color: #00a2ff;
	font-size: 15px;
}

.login-box input[type='submit']{
	width: 100%;
	height: 60px;
	margin-top: 60px;
	color: #fff;
	font-size: 20px;
	border:0px;
	background-color: #00a2ff;
	border-radius: 10px;
}

.login-box p{ text-align: right;}
.login-box p a{
	color: #666666;
	font-size: 16px;
	line-height: 50px;
}

.foot-WeChat{
	
}

.wechat{
	display: flex;
	text-align: center;
	margin-top: 100px;
	flex-direction: column;
	justify-content: center;
}

.wechat img{
	margin: auto;
	width: 40px;
}

.wechat span{
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 15px;
}

.agree-text{
	width: 90%;
	margin:10px auto 0px;
	
	display: flex;
	align-items : flex-start; 

}
.agree-text input{
	margin-right: 10px;
	
	width: 30px;
	height: 30px;
}

.agree-text p{
	font-size: 14px;
	line-height: 28px;
	color:#999999;
}

.agree-text p a{
	color: #00A2FF;
}

.search-span li{ 
	width: auto; 
	padding: 0px 10px;
	margin: 7px 1%;
}

.conditions{
	padding: 0px 3%;
	display: flex;
	border-bottom: 1px solid #dadada;
}
.conditions select{
	background: none;
	border:0px;
	font-size: 18px;
	margin-right: 1%;
	color: #999999;
	height: 55px;
	width: 30%;
	
}
.filter-list>li{
	border:0px;
}

.filter-span li{
	width: 30%;
	float: left;
	margin-bottom: 10px;
	font-weight: 500;
	border-radius: 10px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-right: 2%;
	color: #666666;
	border:1px solid #f6f6f6;
	background-color: #f6f6f6;
}
.filter-span li:nth-child(3n+0){
	margin-right: 0px;
}
.filter-span .active{
	border:1px solid #00a2ff;
	color: #00a2ff;
	background-color: #fff;
}

.user-bg{
	width: 100%;
	overflow: hidden;
}

.user-info{
	display: flex;
	margin-top: -83px;
	align-items : center;
	justify-content: space-between;
}
.user-img{
	display: flex;
	align-items : center;
	justify-content: space-between;
}
.userimg{
	width: 104px;
	margin-right: 10px;
	border-radius: 100px;
}
.user-name{
	margin-top: 10px;
}
.user-name h3{ 
	color: #000;
	font-size: 20px;

}

.user-name div{
	display: flex;
	margin-top: 5px;
	align-items : center;
	justify-content: space-between;
}

.user-name div span{
	padding:4px 6px;
	display: flex;
	margin-right: 10px;
	color: #fff;
	background-color: #ffc88b;
	border-radius: 20px;
}
.user-name div span:nth-child(2){
	background-color: #f8da86;
}

.user-list{ 
	border-top: 20px solid #f8f9f9;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 20px;
}

.user-list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.user-list li{
	height: 60px;
}
.user-list li h3{
	display: flex;
	font-size: 17px;
	font-weight: 500;
	color: #666666;
}
.user-list li h3 img{
	margin-right: 10px;
}
.user-list li h3 img{
	width: 20px;
	height: 20px;
	
}
.user-list li  a{
	display: flex;
	color: #999999;
	font-size: 13px;
}

.user-list li a img{
	margin-left: 10px;
}

.user-list ul:nth-child(1),.user-list ul:nth-child(2){
	border-bottom: 2px solid #dadada;
}

.add-box{
	position: absolute;
	right: 10px;
	top: 12px;
}

.bg-box1{
	background-color: #f8f9f9;
}

.Resume-list li{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 1px 1px 5px 1px #f1f1f1;
}

.Resume-list li h3{
	display: flex;
	align-items: center;
	font-size: 18px;
}

.Resume-list li h3 span{
	font-size: 13px;
	display: flex;
	align-items: center;
	color: #999999;
	margin-left: 5px;
}
.Resume-list li h3 span img{
	width: 15px;
	height: 15px;
	margin-right: 4px;
}

.Resume-list li p{
	display: flex;
	align-items: center;
	color: #999999;
	margin: 10px 0px;

}
.Resume-list li p img{
	width: 10px;
	margin-right: 3px;
}
.Resume-list li p span{
	display: flex;
	margin-right: 5px;
	align-items: center;
	font-size: 13px;
}

.species span{

	background-color: #00a2ff;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}

.but-resume{
	display: flex;
	margin-top: 15px;
	border-top: 1px solid #f1f1f1;
	padding-top: 15px;
	align-items: center;
	justify-content: space-between;
}

.but-resume span{
	color: #999999;
	font-size: 14px;
}

.but-resume div a{
	font-size: 15px;
	border:1px solid #999999;
	border-radius: 10px;
	color: #999;
	padding: 3px 8px;
}

.upload-C h3{
	color: #000000;
	font-size: 20px;
}

.cup-box{
	margin: 10px auto;
}

.message-list li{
	border-bottom: 2px solid #dadada;
	display: flex;
	padding: 10px 14px;
	height: 78px;
	
	justify-content: space-between;
	align-items : flex-start; 
}

.message-list li .show-mess {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.message-list li .show-mess img{
	width: 50px;
	margin-right: 10px;
	height: 50px;
}

.message-list li .show-mess div h3{
	color: #000000;
	line-height: 40px;
	font-size: 20px;

}

.message-list li .show-mess div  p{
	font-size: 17px;
	color: #666666;
}

.message-list li>p{
	font-size: 12px;
	color: #999999;
}

.hiring-list li{
	border-bottom: 2px solid #dadada;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}


.hiring-list li .ti{
	display: flex;
	margin-bottom: 10px;
	align-items : flex-start; 
}

.hiring-list li .ti img{
	width: 20px;
	margin-top: 3px;
	margin-right: 5px;
}
.hiring-list li .ti p{
	font-size: 16px;
	color: #000000;
	line-height:25px;
}

.hiring-list li a img{
	width: 100%;
}

.hiring-list li>p{
	font-size: 15px;
	color: #000000;
	line-height: 40px;
}
.hiring-list li>p b{
	color: #ff0000;
}

.hiring-list li>p span{
	margin-right: 10px;
}

.hiring-list li .time{
	font-size: 14px;
	color: #999999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hiring-list li .time p{
	display: flex;
	align-items: center;
}
.hiring-list li .time p img{
	width: 20px;
	margin-right: 5px;
}

.hiring-list li .time  a{
	font-size: 15px;
	color: #fff;
	background-color: #00a2ff;
	border-radius: 5px;
	padding: 5px 12px;
}

.conf-info{
	width: 94%;
	background-color: #fff;
	box-shadow: 1px 1px 5px 1px #dadada;
	padding: 3%;
	border-radius: 10px;
	margin: 10px auto;

}
.conf-info h3{
	font-size: 15px;
	color: #000;
	text-indent: 30px;
	margin-bottom: 20px;
	line-height: 24px;
}
.conf-info p{
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}
.conf-info p span{
	color: #00A2FF;
}

.position-info {
	background-image: url(../img-news/bg2.png);
	background-size: 100%;
	padding: 10px;
	position: relative;
}
.position-info img{
	position: absolute;
	right: 15px;
	width: 75px;
	top: 40px;
}

.position-info h3{
	font-size: 18px;
	color: #00a2ff;
	line-height: 50px;

}

.position-info  p{
	width: 80%;
	font-size: 15px;
	line-height: 30px;
	color: #066666;
}

.nav-calss{
	display: flex;
	align-items: center;
}
.nav-calss li{
	width:50%;
	height: 47px;
	text-align: center;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.nav-calss li a{
	margin: auto;
	line-height: 47px;
	color: #00a2ff;
	font-size: 20px;
}
.nav-calss .active{
	background-color: #00A2FF;
	color: #fff;
}

.nav-calss .active a{
	color: #fff;
}

.user-info2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 40px auto;
}

.user-info2 li{
	display: flex;
	flex-direction:column; 
	justify-content : center;
	align-items: center;
}

.user-info2 li span:nth-child(1){
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

.user-name em{
    position: absolute;
    top: -50%;
    right: -13.333vw;
    padding: .8vw 1.067vw;
    line-height: 1;
    color: #fff;
    background-color: #fd5c60;
    border-radius: .267vw;
    font-size: 2.4vw;
    font-style: normal;
}
.user-name div{
	color: #666;
	position: relative;
}

.user-name em:before {
    position: absolute;
    bottom: 0;
    left: -.8vw;
    border-color: transparent transparent #fd5c60 #fd5c60;
    border-style: solid;
    border-width: .8vw;
    -webkit-transform: rotate(
-90deg
);
    transform: rotate(
-90deg
);
    content: "";
}

.recom-titl>div{
	display: flex;
	align-items: center;

}

.recom-titl>div a{
	margin: 0px 20px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}
.news-info{
	padding: 5px;
}
.news-info table{
	width: 100%;
	text: center;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	/*border: 1px solid black;*/
}
