@charset "UTF-8";
:root {
  --theme-color: #6d1f36; }

.mint-popup > div > span:not(:first-child) {
  background: var(--theme-color) !important; }

footer .btn-submit,
.btn,
.mint-button--primary,
.job-menu-box {
  background: var(--theme-color);
  color: #fff; }

.job-description-btns .link,
.job-list-item .check-modify,
.i-open-description:before,
.info-assessment .title,
.section-style h1, .info h1 {
  color: var(--theme-color); }

.job-footer-btn,
.section-style h1:before, .info h1:before {
  background-color: var(--theme-color); }

.period {
  border-left-color: var(--theme-color); }

.job-actions-box {
  background-color: #f5f5f5; }

.job-menu-box {
  border-radius: 10px;
  margin: -21px 8px 0;
  position: relative;
  box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.3); }

.job-information-box {
  padding-left: 20px;
  padding-right: 20px; }

.job-list-box {
  margin-bottom: 41px; }

.job-list-box {
  background-color: #f5f5f5; }

.job-select-all,
.job-total {
  color: var(--theme-color); }

.job-list-item {
  padding: .6rem 1rem .25rem .75rem;
  background: #fff;
  border-radius: 5px;
  margin: 0.9rem 0.85rem; }

.j-menu-item-active,
.j-menu-item.active {
  background-color: var(--hover-color); }

.btn {
  background-color: var(--theme-color); }

.job-guide-qr, .job-guide-btn {
  border-width: 2px;
  padding: 2px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3); }

#showDiskBtn {
  border-width: 2px;
  padding: 2px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3); }

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

.job-description-btns .link {
  border: solid 1px var(--theme-color, #ccc);
  text-align: center;
  margin-left: 1rem;
  justify-content: center !important;
  border-radius: 50px; }
  .job-description-btns .link:first-child {
    margin-left: 0; }

.btn.btn-left {
  flex: 2.5; }

.jdf-content-desc .desc {
  text-indent: 2em; }
.jdf-content-desc p {
  text-indent: 2em; }
.jdf-content-desc p:first-child {
  text-align: center;
  text-indent: 0;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: .75em; }

.job-foot-btns {
  z-index: 1 !important; }

.job-guide-btns {
  z-index: 0 !important; }

.Job-longPic-wrap .job-detail-list-tl .extend-title {
  font-weight: bold; }

.Job-longPic-wrap .job-detail-list-tl .job-detail-list-arrow {
  display: none; }

#showDiskBtn {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.8); }

.job-info {
  color: var(--main-color); }

.i-open-description:before {
  padding: 0 5px 3px; }

.job-info-item {
  line-height: 1.48; }
  .job-info-item:nth-of-type(2n) {
    text-align: right; }

.job-list-item {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }

.check-modify {
  padding-left: 28px; }

.job-information-box {
  margin: 14px 0 0; }

.check-modify span.txt:before {
  margin-top: -9px;
  border: 1px solid var(--theme-color); }

.job-list-page .job-info-item .txt,
.job-list-page .job-info-item .icons {
  color: var(--theme-color); }

#position_detail_bottom .job-foot-btns a {
  flex: 1; }

.job-name .name-box, .job-name .txt, #relevantPositionDiv .job-info .job-info-item .icons, #relevantPositionDiv .job-info .job-info-item .txt {
  color: var(--theme-color); }

.job-detail-list-tl {
  border-bottom: solid 1px var(--theme-color, #000); }

.job-name {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

/*
投递&推荐 风格样式
如果使用通用样式，不需要引入此样式
*/
/*
  投递&推荐 风格样式
  调用此样式，头部职位信息为通栏样式，宽度100%。
  模块标题左侧直角，右侧梯形。
  效果参见华晨宝马
  如果使用通用样式，不需要引入此样式
*/
.detail-head-content {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0; }

.form-module {
  background: none; }
.form-module-box {
  background: #fff;
  overflow: hidden; }
.form-module-name {
  border-radius: 0;
  box-shadow: none;
  position: relative;
  min-height: 35px;
  vertical-align: top; }
  .form-module-name:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 17.5px;
    bottom: 0;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid var(--theme-color);
    border-left: 17.5px solid var(--theme-color);
    border-right: 17.5px solid transparent;
    box-sizing: border-box;
    left: 100%; }

/* 投递页 导入按钮 */
.deliver-import-btns {
  margin: 1rem 0 -1rem; }

.floatWindow {
  width: 35vw; }
  .floatWindow img {
    margin-left: 0; }

/* 用于调试过滤菜单的 JS */

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