@charset "UTF-8";
/* job infomation */
.job-information-box {
  margin: 15px 15px 0;
  font-size: 16px; }

.job-select-all {
  margin: 0 10px 0 7px; }

.job-total {
  font-size: 14px; }

.btn-shared {
  font-size: 16px; }

/* job city select */
.select-cities-box {
  background: #f1f3f2;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  position: absolute;
  z-index: 999;
  display: none;
  width: 100%; }

.select-cities-box li {
  cursor: pointer; }

.s-city-province {
  margin: 15px; }

.sc-province {
  float: left;
  width: 25%; }

.sc-province .txt {
  margin: 5px 5px;
  padding: 5px 2px;
  border-radius: 3px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sc-province.hover .txt,
.sc-province:hover .txt {
  background: #ebe8e3; }

.s-city-cities {
  background: #fff;
  margin: 15px;
  padding: 5px;
  border-radius: 5px;
  position: relative; }

.s-city-cities::before {
  content: "\20";
  border: solid 8px transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 25px;
  top: -16px; }

.sc-city {
  float: left;
  font-size: 14px;
  width: 25%; }

.sc-city .txt {
  display: block;
  margin: 5px;
  padding: 5px 0; }

.select-cities-box .btn-prev {
  background: #fff;
  border: solid 1px #fff;
  padding: 5px 15px;
  margin: 0 0 15px;
  display: inline-block;
  font-size: 18px; }

/* job category */
.job-ctrl-box {
  border-bottom: solid 1px #e6e6e6;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1) inset; }

.job-ctrl-box:after {
  content: '';
  display: block;
  clear: both; }

.job-menu-box {
  text-align: center;
  flex-wrap: nowrap; }

.j-menu-item {
  max-width: 33.33%;
  line-height: 25px;
  border-left: solid 1px #e6e6e6;
  font-size: 16px;
  transition: background-color .2s ease-in-out; }

.j-menu-item:first-child {
  border: 0 none; }

.j-menu-item.active {
  background: #f1f3f2; }

.j-menu {
  max-width: 100%;
  padding: 10px 0; }

.j-menu-selection {
  position: relative;
  overflow: hidden; }

.j-menu-selection select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  height: 45px; }

.search-box {
  display: none;
  padding: 15px 50px 5px;
  background: #fff;
  margin-bottom: -1px; }

.search-box .input-outer {
  position: relative; }

.search-box .input-enter {
  height: 28px; }

.btn-search {
  border: 0 none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background-image: url("../images/iconsSearchLarge.png");
  z-index: 99; }

/* job list */
.job-list-item {
  margin: 12px 0;
  padding: 10px 10px 10px 16vw;
  position: relative;
  border: solid 1px #a39660;
  border-width: 1px 0; }

.job-list-item .job-check {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16vw;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1; }

.job-content {
  padding-left: 12px;
  color: #5d5d5d; }

.job-name {
  font-size: 4vw;
  font-weight: bold; }

.job-name .i-hot {
  margin-top: -5px; }

.job-info {
  font-size: 3.125vw; }

.job-info:after {
  content: '';
  display: table;
  clear: both; }

.job-info .ji-area {
  margin-right: 10px;
  margin-left: -5px;
  max-width: 66.66%; }

.job-info .ji-city .icons {
  margin-left: -4px; }

.job-list-nodata {
  text-align: center;
  padding: 15% 0 25px; }

.job-list-nodata img {
  width: auto;
  max-width: 0.234375%;
  min-width: 75px; }

.job-list-nodata .txt {
  display: block;
  color: #676565;
  font-size: 4.0625vw; }

.job-list-nodata .link-more {
  color: #393737;
  text-decoration: underline;
  display: inline-block;
  margin: 35px 0 0; }

.job-list-item .job-info .ji-city {
  clear: both; }

/*  list brand */
.job-brand {
  left: 0;
  top: 0;
  bottom: 0;
  width: 16vw;
  position: absolute;
  border-right: solid 1px #a3965f; }

.job-brand .job-logo {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 30px;
  text-align: center;
  white-space: nowrap; }

.job-brand .job-logo img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: -4px;
  min-width: 50%; }

.job-brand .job-logo::after {
  content: "\20";
  line-height: 34px;
  width: 1px;
  overflow: hidden;
  margin-left: -1px;
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.job-brand .modife-checked {
  content: "\20";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -9px;
  border: solid 1px #876a20;
  border-radius: 3px;
  text-align: center;
  line-height: 16px;
  font-size: 10px; }

.job-check:checked + .job-content .job-brand .modife-checked {
  background: url("../images/iconsChecked.png") 50% 50% no-repeat; }

/* job-end */
.job-ending-wrap .job-list-nodata {
  padding-top: 15%; }

/* job detail */
.job-detail-content {
  margin: 15px;
  position: relative; }

.job-detail-ctrls {
  margin-left: 15px; }

.job-detail-ctrls .btn {
  margin: 0 0 10px;
  font-size: 3.4375vw; }

.job-detail-ctrls .icons {
  margin-right: -5px; }

.job-detail-info {
  overflow: hidden; }

.job-detail-info .job-name {
  font-size: 5.3125vw;
  margin-bottom: 10px; }

.job-detail-info .icons {
  margin-right: -5px; }

.job-desc-box {
  margin: 15px 15px 0; }

.job-detail-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 35px;
  right: 0; }

.jdf-inner {
  margin: 0 20px; }

.job-detail-foot .qr-box {
  width: 28.125vw;
  margin: 10px 0 0 10px;
  text-align: center;
  font-size: 3.4375vw; }

.job-detail-foot .qr-box img {
  width: 100%; }

.job-detail-foot .job-js-logo {
  width: 21.40625vw;
  display: block;
  margin: 0 auto 5px; }

.job-foot-btns {
  width: 100%;
  display: flex;
  z-index: 5; }

.job-foot-btns .btn {
  margin: 0;
  border-radius: 0;
  padding: 2.5vw 0;
  border: 0 none;
  flex: 1; }

.job-foot-btns .i-refer {
  background-image: url("../images/iconsRefer.png"); }

.job-foot-btns .i-deliver {
  background-image: url("../images/iconsDeliver.png"); }

.job-foot-btns .icons {
  background-size: 25px auto;
  margin: 0; }

.jdf-content {
  overflow: hidden; }

.jdf-content .desc {
  font-size: 2.9vw;
  line-height: 150%;
  text-align: justify; }

.btn-more .i-arrows-right {
  background-image: url("../images/iconsArrowRightWhite.png");
  margin: 0 -10px; }

.btn-more .i-more {
  display: none; }

/*.job-guide-show-qr{position:fixed;z-index:9;left:50%;bottom:25%;margin-left:-138px;display:none;}*/
/*.job-guide-show-qr .qr-close{position:absolute;right:0;top:0;margin:-5px;cursor:pointer;}*/
.iconimg-money {
  color: #e70012;
  position: absolute;
  right: 10px;
  top: 10px; }

.iconimg-money::before {
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin-right: 4px;
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("../images/iconimg-money.png");
  background-size: contain; }

/*
    展开详情
  */
.job-description-module {
  transition: all ease-in-out 500ms; }

.opened .description-in-list {
  display: block; }

.description-in-list {
  display: none; }

.job-description-btns,
.description-in-list {
  border-top: dashed 1px #e7e7e7;
  margin: 10px 0 0;
  padding: 10px 0 0;
  font-size: 14px; }

.description-in-list iframe {
  border: 0 none;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top; }

.job-description-btns {
  padding: 10px 10px 0; }

.job-description-btns .link {
  text-align: left; }

.job-description-ctrl {
  text-align: center;
  padding: 5px 0 0;
  margin-bottom: -5px;
  font-size: 8px;
  color: #9c9c9c; }

#description-in-iframe {
  height: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

/*
    add by 2018.09.18
    fixed icons auto layout
*/
.job-name-box {
  display: flex;
  align-items: flex-start; }

#positionContainer .job-list-item .job-content div.job-name-box .job-name {
  max-width: initial; }

div.job-name-box .job-name {
  padding-right: 0;
  flex: auto;
  margin-right: 0; }

div.job-name-box .iconimg-money {
  position: relative;
  white-space: nowrap;
  top: initial;
  right: initial;
  padding-left: 25px; }

div.job-name-box .iconimg-money::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 25px;
  text-align: center; }

.job-list-page .job-name-box .icons.i-hot {
  position: static;
  font-weight: normal; }

/*
    2018.11.07
    add @position/detail
    @footer buttons
 */
.job-foot-btns {
  display: flex;
  align-items: stretch; }

.job-foot-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center; }

.job-foot-btns .btn .icons {
  margin: 0 3px; }

.job-foot-sub {
  background: #000;
  display: flex;
  padding: 8px 5px; }

.job-foot-sub .btn-sub {
  color: #fff;
  display: flex;
  font-size: 12px;
  padding: 0 10px;
  line-height: 1;
  align-items: center;
  flex-direction: column; }

.btn-sub .icons {
  display: block;
  font-size: 1.2em;
  margin: 0 0 5px; }

/* 2018-12-25 新增加载提示 */
.tipBottomEnd {
  text-align: center;
  color: #cecece;
  padding: 10px 0;
  font-size: 12px; }

/*
    20190705
    统一设置职位描述边距
    by xiangrui
*/
.TabDetailsWrap {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.TabDetailsWrap #detailDiv {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px; }

/* 2019-04-22 add Tab 详情切换 */
.TabDeail-Lists {
  display: flex;
  display: -webkit-flex;
  color: #535353;
  text-align: center;
  justify-content: space-around;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  margin: 15px 10px 25px;
  box-shadow: 0px 2px 30px -6px #adaaaa; }

.TabDeail-Lists li {
  flex: 1;
  -webkit-flex: 1;
  position: relative;
  font-size: 1.1rem;
  border: 0 none !important; }

.TabDeail-Lists li:not(:first-child):after {
  content: '';
  position: absolute;
  top: 25%;
  bottom: 25%;
  width: 1px;
  left: 0;
  width: 1px;
  background: #ccc; }

.TabDeail-Lists li.SelectElement {
  color: #a82428;
  font-weight: bold;
  font-size: 1.15rem; }

.TxtDeat {
  display: inline-block;
  padding: 10px 0;
  position: relative; }

.SelectElement::before {
  content: "";
  left: 50%;
  bottom: -6px;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
  z-index: 0; }

#positionListUl .job-list-item input {
  display: none; }

#positionListUl .job-list-item {
  padding-right: 14px;
  box-shadow: 0px 0px 20px 0px #ccc9c9;
  border-radius: 8px;
  margin: 10px 15px; }

#positionListUl .job-list-item .job-content:after {
  display: none; }

#positionListUl .job-list-item {
  padding-right: 14px; }

#teamShow {
  margin: 0 5%;
  text-align: center; }

/*
    20190826
    转发按钮，弹性显示
*/
.job-information-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 15px; }

.job-information-box .job-total {
  order: 2;
  flex: 1 1 auto; }

.job-information-box .btn {
  order: 3; }

.job-share-actions {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: space-between;
  background: #777;
  color: #fafafa;
  font-size: 13px;
  width: 100%; }

.job-information-box > .job-select-notice {
  display: flex;
  align-items: center;
  order: 2;
  margin-left: 20px;
  flex: auto; }

.job-share-actions .job-select-notice .icons {
  margin-right: 5px;
  font-size: 1.2em; }

.job-information-box ~ .job-list-box .job-list-item:first-child {
  margin-top: 0; }

/*
    add by xiangrui @2019/9/20
    职位详情 栏目展示
    tapd #1130354239001001232
*/
.team-info-module {
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
  letter-spacing: 1px;
  text-align: left; }

.team-info-name {
  color: #333;
  text-align: left;
  border-left: solid 3px var(--theme-color, #c7a370);
  line-height: 1;
  padding-left: 5px;
  font-size: 1.2rem;
  margin-bottom: 15px;
  letter-spacing: 2px; }

.team-info-article {
  color: #666;
  line-height: 1.6;
  text-align: justify;
  margin: 8px 0 0; }

.team-info-article .article:not(:last-child) {
  margin-bottom: 10px; }

.team-info-slider {
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #ccc; }

.team-basic-manager {
  display: flex;
  align-items: center;
  color: #333; }

.team-basic-manager .avatar {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border-radius: 500px;
  margin-right: 15px; }

.team-basic-manager .basic-info {
  font-size: 1rem;
  line-height: 1.6; }

.team-basic-manager .name {
  font-size: 1.2em;
  font-weight: bold; }

.temp-info-module-manager .team-info-article {
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px; }

.team-articles-item {
  display: flex;
  margin: 8px 0;
  align-items: stretch; }

.team-articles-item:last-child {
  margin-bottom: 0; }

.team-articles-item .avatar {
  max-width: 30%;
  min-width: 100px;
  border-radius: 8px;
  border: solid 1px #eaeaea;
  margin-right: 10px;
  overflow: hidden; }

.team-articles-item .basic-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: auto;
  line-height: 1.4;
  color: #777; }

.team-articles-item a {
  color: #333; }

.team-info-slider.has-dots {
  position: relative; }

.team-info-slider .dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.team-info-slider .dot {
  width: 0;
  height: 0;
  padding: 5px;
  text-indent: 999px;
  overflow: hidden;
  background: #ccc;
  margin: 0 5px;
  transition: all .3s ease-in-out;
  border-radius: 50px; }

.team-info-slider .dot.active {
  background: #fff; }

/*
  add by xiangrui @20200403  refer gift
  转发链（推荐奖励），主要用于职位详情页
  */
.ji-fit-award {
  font-size: 0;
  margin-top: 5px; }

.ji-fit-award span.i-gift {
  font-size: 1rem;
  background: #e69c37;
  color: #fff;
  border-radius: 50px;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1;
  display: inline-block;
  padding: 5px !important;
  position: relative;
  z-index: 1; }

.ji-fit-award .txt {
  font-size: 12px;
  display: inline-block;
  background: #faefd9;
  color: #333;
  padding: 5px 10px 5px 15px;
  margin-left: -10px;
  line-height: 1;
  border-radius: 0 50px 50px 0; }

.ji-fit-award .txt i {
  font-style: normal;
  color: #e69c37; }

.detail-gift {
  padding: 3px 20px; }

.detail-gift .txt {
  margin-left: 0;
  padding: 5px 10px; }

.relationship-links {
  margin-top: 1rem;
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) inset; }

.relationship-links .i-arrows-right {
  font-size: .8rem;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

.rel-avatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50px;
  vertical-align: middle;
  margin: 3px 0;
  border: solid 1px #eee; }

.rel-avatar img {
  width: 100%;
  height: 100%; }

.job-detail-gift .detail-gift {
  margin: 0 -3px; }
.job-detail-gift .txt {
  margin: 5px 3px;
  border-radius: 50px; }
  .job-detail-gift .txt:nth-child(4n+2) {
    background: #dee9ff; }
    .job-detail-gift .txt:nth-child(4n+2) i {
      color: #6f7add; }
  .job-detail-gift .txt:nth-child(4n+3) {
    background: #ccf8e9; }
    .job-detail-gift .txt:nth-child(4n+3) i {
      color: #33cd9e; }
  .job-detail-gift .txt:nth-child(4n+4) {
    background: #ffe5e1; }
    .job-detail-gift .txt:nth-child(4n+4) i {
      color: #f86969; }

.rewards-for-refer-box {
  margin: 0 20px;
  font-size: 14px; }
.rewards-for-refer-box .rfr-ele,
.rewards-for-refer-box .rfr-item {
  display: flex;
  align-items: center; }
.rewards-for-refer-box .rfr-item-box {
  font-size: 12px;
  margin: 10px 0 15px; }
  .rewards-for-refer-box .rfr-item-box .rfr-item-title {
    font-size: 1em;
    line-height: 1;
    font-weight: normal;
    margin: 10px 15px 5px; }
  .rewards-for-refer-box .rfr-item-box:nth-of-type(5n+1) .rfr-item {
    background-color: #f8efdb; }
  .rewards-for-refer-box .rfr-item-box:nth-of-type(5n+2) .rfr-item {
    background-color: #fae5e1; }
  .rewards-for-refer-box .rfr-item-box:nth-of-type(5n+3) .rfr-item {
    background-color: #dfe8fd; }
  .rewards-for-refer-box .rfr-item-box:nth-of-type(5n+4) .rfr-item {
    background-color: #d4f6e9; }
  .rewards-for-refer-box .rfr-item-box:nth-of-type(5n+5) .rfr-item {
    background-color: #d4f6f3; }
.rewards-for-refer-box .rfr-item {
  justify-content: space-between;
  background-color: #f8efdb;
  border-radius: 50px;
  padding: .375em 1.225em; }
  .rewards-for-refer-box .rfr-item .icons {
    color: red; }
.rewards-for-refer-box .rfr-ele {
  flex: 1 1 31%;
  justify-content: center; }
  .rewards-for-refer-box .rfr-ele:nth-of-type(1) {
    flex: 1 1 38%; }
.rewards-for-refer-box .rfr-ele .rfr-tit {
  white-space: nowrap; }
.rewards-for-refer-box .rfr-ele:first-child {
  justify-content: flex-start; }
.rewards-for-refer-box .rfr-ele:last-child {
  justify-content: flex-end; }

/*# sourceMappingURL=position.css.map */
