.main {
  margin-bottom: 6rem;
}

.main
.banner {
  width: 100%;
  height: 14.6rem;
}

.main
.banner .swiper-slide {
  height: 14.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.swiper-pagination-custom-item {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  opacity: .5;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: relative;
}

.swiper-pagination-custom-item + .swiper-pagination-custom-item {
  margin-left: 10px;
}

.swiper-pagination-custom-item i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  max-width: 100%;
  background-color: #ff5d38;
  opacity: 1;
  overflow: hidden;
}

.swiper-pagination-custom-item-active {
  opacity: 1;
  background-color: #ff5d38;
}

/**/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  opacity: .5;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ff5d38;
}

.entrance {
  width: 100%;
  padding: 2rem 1.8rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-shadow: 0px 1px 11px 0px #dadcf2;
  box-shadow: 0px 1px 11px 0px #dadcf2;
  /*
    .entrance-wrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
    }
    
    .entrance-shadow {
        width: 100%;
        height: 100%;
        box-shadow:0px 1px 11px 0px rgba(218,220,242,1);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    */
}

.entrance-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.entrance-item .entrance-item-icon {
  width: 4rem;
  overflow: hidden;
}

.entrance-item .entrance-item-text {
  margin-top: .7rem;
  font-size: 1.3rem;
  color: #333;
}

.public-info {
  width: 100%;
  padding: .7rem 1.7rem 0;
  background-color: #fff;
}

.broadcast {
  padding: 1.2rem 0 1.1rem;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.broadcast img {
  width: 7rem;
  /* height:20px; */
  margin-right: 1.8rem;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.broadcast .broadcast-main {
  width: 100%;
  height: 1.7rem;
  font-size: 1.2rem;
  color: #666;
}

.summary {
  padding: 1.1rem 0 .9rem;
}

.summary .sep {
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #f6f6f6;
  vertical-align: middle;
}

.summary-item {
  font-size: 1.3rem;
  color: #666;
  white-space: nowrap;
  /*
    &+.summary-item::before {
        content: " ";
        display: inline-block;
        width: 1px;
        height: 1.4rem;
        margin: 0 1.8rem 0;
        background-color: #f6f6f6;
        vertical-align: middle;
    }
    */
}

.summary-item>span{
  font-weight: 900;
}

.home-section {
  margin-top: 1rem;
  padding: 1.5rem 0 0 1.5rem;
  background-color: #fff;
}

.home-section.company-recommend-section {
  padding-bottom: .8rem;
}

.home-section.company-recommend-section .section-content {
  margin-top: 0;
  padding-top: .6rem;
}

.home-section.hot-recommend-section .section-content {
  position: relative;
}

.home-section.hot-recommend-section .section-content::after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background-color: #d7d7d7;
}

/* .home-section.hot-recommend-section .section-content ul {
  padding-right: 1.5rem;
  overflow-y: scroll;
} */

.home-section.hot-recommend-section .section-content ul {
  padding-bottom: .7rem;
  position: relative;
}

.home-section.hot-recommend-section .section-content .hot-indicator {
  width: 1.2rem;
  height: .2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ff5d38;
  border-radius: .1rem;
  z-index: 100;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.home-section .section-title {
  font-size: 1.7rem;
  font-weight: 900;
  color: #333;
}

.home-section .section-content {
  margin-top: 1rem;
}

.home-section .section-content::-webkit-scrollbar {
  display: none;
  opacity: .1;
  visibility: hidden;
}

.home-section .section-content ul {
  padding-bottom: .2rem;
  white-space: nowrap;
}

.home-section .section-content ul::-webkit-scrollbar {
  display: none;
  opacity: .1;
  visibility: hidden;
}

/*  
.home-section .section-content ul li {
  display: inline-block;
  text-align: center;
}
*/

.company-recommend-item {
  padding: .5rem 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background: url(../images/zhaopin_home_recommend_item_bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-origin: border-box;
}

.company-recommend-item .recommend-item-avatar {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.company-recommend-item .recommend-item-company-name {
  max-width: 10rem;
  margin-top: .5rem;
  font-size: 1.1rem;
  color: #333;
  text-align: center;
  white-space: normal;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  height:3rem;
  font-weight: 900;
}

.company-recommend-item .recommend-item-need {
  margin-top: .7rem;
  font-size: 1rem;
  color: #999;
  text-align: center;
}

/* .hot-recommend-item {
  font-size: 1.3rem;
  color: #333;
}

.hot-recommend-item.curr {
  color: #ff5d38;
}

.hot-recommend-item + .hot-recommend-item {
  margin-left: 2.5rem;
}
*/

/* 热门推荐标签 */
.hot-recommend-item {
  display: inline-block;
  /* width: 6.2rem; */
  width: auto;
  text-align: center;
  font-size: 1.3rem;
  color: #333;
  white-space: nowrap;
}

.hot-recommend-item.curr {
  font-weight: bold;
  color: #ff5d38;
}

.job-item {
  width: 100%;
  padding: 1.5rem;
  background-color: #fff;
}

.job-item + .job-item {
  margin-top: 1rem;
}

.job-item > a {
  display: inline-block;
  width: 100%;
}

.job-item .job-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 22rem;
}

.job-item .fix-top {
  /* display: inline-block;
  padding: .2rem .6rem;
  font-size: 1rem;
  color: #fff;
  background-color: #e60000;
  vertical-align: middle; */
  margin-right: .4rem;
  height:21px;
  vertical-align: middle;
}

.job-item .job-salary {
  font-size: 1.5rem;
  font-weight: 900;
  color: #ff5c56;
}

.job-item .sub-info {
  margin-top: .8rem;
}

.job-item .job-desc-item {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: lighter;
  color: #666;
  white-space: nowrap;
}

.job-item .job-desc-item + .job-desc-item::before {
  display: inline-block;
  content: "";
  width: .1rem;
  height: 1.1rem;
  margin: 0 .6rem .2rem .4rem;
  background-color: #f0f0f0;
  vertical-align: middle;
}

.job-item .job-date {
  font-size: 1.3rem;
  color: #999;
}

.job-item .keyword-info {
  margin-top: .6rem;
}

.job-item .discover-keyword-item {
  display: inline-block;
  padding: .2rem .3rem;
  font-size: 1rem;
  font-weight: lighter;
  color: #999;
  background-color: #f2f4fa;
}

.job-item .discover-keyword-item + .discover-keyword-item {
  margin: 0 0 .5rem .6rem;
}

.job-item .company-info {
  margin-top: .8rem;
  padding-right: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.job-item .company-logo {
  width: 3.3rem;
  height: 3.3rem;
  margin-right: 1rem;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.job-item .company-logo img {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
}

.job-item .company-logo .vip-logo {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/zhaopin_company_detail_vip@3x.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -.2rem;
  bottom: -.2rem;
}

.job-item .company-desc {
  /* margin-top: .5rem; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 19rem;
}

.job-item .company-name {
  font-size: 1.3rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 19rem;
}

.job-item .company-desc-item {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: lighter;
  color: #999;
  white-space: nowrap;
}

.job-item .company-desc-item + .company-desc-item::before {
  display: inline-block;
  content: "";
  width: .1rem;
  height: 1.1rem;
  margin: 0 .6rem .2rem .4rem;
  background-color: #f0f0f0;
  vertical-align: middle;
}

.job-item .apply-btn {
  /* width: 7.8rem; */
  /* line-height: 2.9rem; */
  /* font-size: 1.5rem; */
  width: 6.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #ff5d38;
  background-color: #fff;
  border: 1px solid #ff5d38;
  border-radius: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.job-item .apply-btn2 {
  /* width: 7.8rem; */
  /* line-height: 2.9rem; */
  /* font-size: 1.5rem; */
  width: 6.4rem;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #999;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 1.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fixed-right-tool-bar {
  position: fixed;
  right: .8rem;
  bottom: 6rem;
  z-index: 500;
}

.fixed-right-tool-bar img {
  width: 4.4rem;
  overflow: hidden;
}

/* 客服二维码 */
.attentionContentSR{
  background-color: #fff;
  color: #000;
  border: none;
  height: 25rem;
  width: 85%;
  max-width: 640px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 1rem 0;
  top: 25%;
  position: relative;
  z-index: 120;
}

.attentionContentSR .aTitle{
  font-size: 1.4rem;
}

.attentionContentSR .aTitle span{
  color: #4ebd52;
  font-weight: bold;
  padding: 0 .5rem;
}

.attentionContentSR hr{
  margin: 1rem 0;
}

.attentionContentSR img{
  height: 15rem;
  width: auto;
}

.attentionContentSR .aTip{
  text-align: center;
  color: #999;
  font-size: 1.4rem;
}

.attentionDialogSR{
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 119;
}

.dialogShadeSR{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
/* 客服二维码 */

/* 发布弹窗 */
.post-sheet {
  width: 100%;
  height: 20rem;
  position: fixed;
  bottom: -20rem;
  left: 0;
  background-color: #fff;
  z-index: 120000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.post-sheet ul {
  padding: 4rem 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.post-sheet ul {
  /* 
  box-sizing: border-box; */
}

.post-sheet li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-sheet a {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-align: center;
  font-size: 3.4rem;
  line-height: 6rem;
  color: #fff;
}

.post-sheet a:hover,
.post-sheet a:active,
.post-sheet a:visited,
.post-sheet a:link {
  color: #fff;
}

.post-sheet a.recruit {
  background-color: #f50;
}
.post-sheet a.findJob {
  background-color: #19a7f0;
}

.post-sheet li span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}

.post-sheet .close {
  width: 3rem;
  height: 3rem;
  z-index: 1200;
  margin: 0 auto;
  opacity: .2;
  float: none;
  font-size: unset;
  font-weight: normal;
  line-height: normal;
}

.post-sheet i {
  font-size: 3rem;
  line-height: 0rem;
  color: #666;
}
/* 发布弹窗 */

/* 遮罩层 */
div.dimmer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.6);
  z-index: 1100;
  opacity: 0;
  display: none;
} 

div.dimmer.dimmer-active {
  opacity: 1;
  display: block;
}
/* 遮罩层 */

/* 授权弹窗 */
.popup-container {
	display:-webkit-box;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-moz-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-moz-align-items:center;
	align-items:center;
	visibility:hidden;
	z-index:12
}

.popup-container,.popup-container .popup-mask {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%
}
.popup-container .popup-mask {
	background:rgba(0,0,0,.8)
}
.popup-container.active .popup {
	-webkit-animation-name:superScaleIn;
	animation-name:superScaleIn;
	-webkit-animation-duration:.2s;
	animation-duration:.2s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.popup-container .popup {
	position:relative;
	width:250px;
	max-width:100%;
	max-height:90%;
	border-radius:3px;
	background-color:#fff;
	display:-webkit-box;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-direction:normal;
	-webkit-box-orient:vertical;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:13
}
.popup-container.popup-show {
	visibility:visible;
	z-index:1005;
}
.popup-head {
	padding:15px 10px;
	border-bottom:1px solid #eee
}
.popup-body {
	padding:10px
}

.danhang{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

/* 新企业推荐 item start */
.new-company-recommend-item {
  width: 16.4rem;
  height: 8.8rem;
  padding: 2.6rem 1.2rem 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: url(../images/zhaopin_home_recommend_company_new_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.new-company-recommend-item .recommend-item-avatar {
  width: 5.6rem;
  height: 5.6rem;
  margin-right: .8rem;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.new-company-recommend-item .recommend-item-company-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
  color: #333;
  font-weight: bold;
  white-space: pre-wrap;
  word-break: break-all;
}

.new-company-recommend-item .recommend-item-need {
  padding: .2rem .6rem;
  font-weight: bold;
  color: #fff;
  background: url(../images/zhaopin_company_recommed_job_bg@3x.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: .1rem;
  top: 0rem;
  z-index: 50;
}
/* 新企业推荐 item end */