@charset "UTF-8";
.color-red .iconfont {
  color: #d11e23; }

.color-blue .iconfont {
  color: #267de0; }

.color-light-blue .iconfont {
  color: #81a2d3; }

.color-orange .iconfont {
  color: #f5a548; }

.color-green .iconfont {
  color: #00b26b; }

.color-gray .iconfont {
  color: #aaa; }

.color-purple .iconfont {
  color: #c000ff; }

/*公共文件*/
*, *::after, *::before {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  overflow-y: visible;
  position: relative;
  font-size: 12px;
  font-family: 微软雅黑;
  min-width: 1258px; }

img {
  border: 0; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

.clearfix {
  clear: both; }

.none {
  display: none; }

/*-----------------------
      颜色值
----------------------*/
.font-red {
  color: #d70a21 !important; }

.font-blue {
  color: #00f !important; }

.bg-white {
  background-color: #fff; }

/*----------------------
		边距
----------------------*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.header {
  min-width: 1258px;
  overflow: hidden; }
  .header .banner {
    height: 200px;
    width: 100%;
    overflow: hidden; }

.content-wrap {
  width: 1258px;
  margin: 20px auto 0;
  padding-bottom: 102px; }
  .content-wrap .content-menu {
    width: 16%;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px; }
    .content-wrap .content-menu .menu-head {
      height: 40px;
      line-height: 40px;
      padding-left: 8px;
      color: #000;
      font-size: 16px;
      background-color: #fafafa;
      border-bottom: 1px solid #e6e6e6; }
      .content-wrap .content-menu .menu-head img {
        margin-top: -4px; }
    .content-wrap .content-menu .menu-item {
      height: 40px;
      line-height: 40px;
      width: 100%;
      border-bottom: 1px solid #e6e6e6;
      font-size: 14px;
      cursor: pointer; }
      .content-wrap .content-menu .menu-item.active {
        background-color: #d24443; }
        .content-wrap .content-menu .menu-item.active a {
          color: #fff; }
      .content-wrap .content-menu .menu-item a {
        display: block;
        padding-left: 44px;
        text-decoration: none;
        color: #323232;
        outline: none; }
  .content-wrap .content-panel {
    width: 83%;
    margin-left: 1%;
    border: 1px solid #ddd;
    padding-bottom: 60px; }
    .content-wrap .content-panel .panel-crumb {
      height: 50px;
      line-height: 50px;
      padding-left: 19px;
      vertical-align: middle;
      border-bottom: 1px solid #ddd; }
      .content-wrap .content-panel .panel-crumb span {
        margin-right: 9px;
        font-size: 20px; }
      .content-wrap .content-panel .panel-crumb ul {
        display: inline-block;
        font-size: 15px; }
        .content-wrap .content-panel .panel-crumb ul li {
          display: inline-block; }
          .content-wrap .content-panel .panel-crumb ul li a {
            color: #232124;
            text-decoration: none; }
          .content-wrap .content-panel .panel-crumb ul li.active a {
            color: #d14343; }
        .content-wrap .content-panel .panel-crumb ul > li + li:before {
          content: "/ ";
          padding: 0 2px;
          color: #cccdd2; }
    .content-wrap .content-panel .panel-info {
      padding: 10px 10px 0; }
      .content-wrap .content-panel .panel-info .info-title {
        height: 26px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        font-weight: 600; }
      .content-wrap .content-panel .panel-info .info-content {
        padding: 15px 0 20px; }
      .content-wrap .content-panel .panel-info .table {
        border: 1px solid #e6e6e6;
        border-bottom: none;
        text-align: center; }
        .content-wrap .content-panel .panel-info .table th {
          padding: 6px 0;
          color: #666;
          text-align: center;
          font-size: 14px;
          background-color: #f3f3f3;
          border-bottom: 2px solid #e6e6e6; }
        .content-wrap .content-panel .panel-info .table td {
          border-bottom: 1px solid #e6e6e6;
          vertical-align: middle; }

.content-wrap .panel-search {
  padding: 10px 14px 10px 19px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }
  .content-wrap .panel-search .search-title {
    margin-right: 5px;
    line-height: 34px;
    vertical-align: middle;
    font-weight: 600; }
  .content-wrap .panel-search select {
    width: 175px; }

.content-wrap .panel-info.table-list {
  margin-top: 10px;
  padding: 0 19px; }
  .content-wrap .panel-info.table-list .table {
    margin-bottom: 30px; }
    .content-wrap .panel-info.table-list .table a {
      color: #0099cd; }
    .content-wrap .panel-info.table-list .table .list-approve {
      padding: 3px 0 0; }
      .content-wrap .panel-info.table-list .table .list-approve > span {
        display: inline-block;
        width: 30px;
        height: 30px;
        cursor: pointer; }

.approve-list .table {
  margin-bottom: 15px; }

.approve-entry-wrap {
  margin-bottom: 60px;
  padding-right: 120px;
  border: 1px solid #e6e6e6; }
  .approve-entry-wrap .table-entry {
    width: 100%; }
    .approve-entry-wrap .table-entry td {
      padding: 8px 0; }
    .approve-entry-wrap .table-entry .td-label {
      width: 115px;
      text-align: right;
      font-weight: 600;
      color: #666; }
    .approve-entry-wrap .table-entry .td-content textarea {
      max-width: 785px; }

/*翻页条*/
.wrap-page {
  color: #d14343;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both; }
  .wrap-page disabled {
    background-color: blue;
    font-weight: normal; }
  .wrap-page a {
    color: #333;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dedede;
    font-weight: normal; }
  .wrap-page .current {
    color: #fff;
    background-color: #d14343;
    border: 1px solid #d14343; }
  .wrap-page [disabled=disabled] {
    color: #8e938f;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #eeeeee;
    font-weight: normal; }
  .wrap-page input[type='button'] {
    color: #fff;
    border: 0;
    padding: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 7px;
    background-color: #6b7173;
    font-weight: normal; }
  .wrap-page select {
    color: #2d2d2b;
    padding: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #dedede;
    font-weight: normal; }
  .wrap-page input[type='text'] {
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dedede;
    width: 50px; }

label.text input[type=checkbox] {
  transform: translate(20%, 20%); }

label.radio-text {
  display: initial !important;
  margin-left: 2.5px; }

.process-width {
  text-align: center; }

.input-left {
  transform: translate(0, 20%); }

.input-right {
  transform: translate(0, 20%); }

.mask {
  background: #000;
  bottom: 0;
  display: none;
  filter: alpha(opacity=50);
  left: 0;
  opacity: .5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }

.popup {
  width: 400px;
  border-radius: 6px;
  display: none;
  z-index: 1000;
  left: 50%;
  top: 50%;
  height: auto;
  margin-left: -200px;
  margin-top: -78.5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: fixed;
  background: #fff;
  border: 1px solid #ddd; }

.popup-top {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  color: #333;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  font-size: 18px; }

.popup-close {
  color: #CDCCCC;
  cursor: pointer;
  font-size: 21px;
  position: absolute;
  right: 15px; }

.popup-middle {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  position: relative; }

.popup-input {
  font-size: 14px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }

.popup-input textarea {
  width: 100%;
  resize: vertical;
  min-height: 40px;
  max-height: 200px; }

.popup-last {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #e5e5e5;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  text-align: right; }

.popup-button-btn {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer; }

.popup-button-back {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.list-name label {
  margin-left: 10px; }

.panel-process {
  padding: 15px; }
  .panel-process .process-item {
    height: 90px;
    width: 190px; }
    .panel-process .process-item .item-title {
      height: 30px;
      line-height: 26px;
      font-weight: 600;
      border: 2px solid #cfcfcf;
      text-align: center; }
    .panel-process .process-item .item-content {
      height: 60px;
      line-height: 25px;
      padding: 0 5px;
      border: 2px solid #cfcfcf;
      border-top: none; }
    .panel-process .process-item.selected .item-title, .panel-process .process-item.cur .item-title {
      border-color: #d24443;
      background-color: #d24443;
      color: #fff; }
    .panel-process .process-item.selected .item-content, .panel-process .process-item.cur .item-content {
      border-color: #d24443; }
    .panel-process .process-item.cur {
      position: relative; }
      .panel-process .process-item.cur::after {
        content: '处理中';
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
      .panel-process .process-item.cur .item-content {
        border-right-style: dashed;
        border-bottom-style: dashed;
        border-left-style: dashed; }
  .panel-process .process-arrow {
    margin-top: 18px;
    font-size: 36px;
    color: #d1d1d1; }
    .panel-process .process-arrow.selected {
      color: #d24443; }

.btn-wrap {
  margin: 55px 0 0 20px; }
  .btn-wrap.w-80 .k-btn {
    width: 80px; }

.btn-return {
  vertical-align: baseline; }

.notice-area {
  overflow: hidden;
  padding: 0 20px; }

.notice-textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #DDD;
  font-size: 14px;
  overflow-y: auto;
  padding: 8px; }

.notice-check {
  margin-top: 10px;
  margin-bottom: 20px; }

.notice-check input {
  margin-right: 5px;
  vertical-align: sub; }

.notice-gray {
  background: gray !important;
  border-color: gray !important; }

.img-wrap {
  display: inline-block;
  height: 96px;
  padding: 8px 0;
  vertical-align: middle; }
  .img-wrap .show-img {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 76px;
    margin: 0 auto; }
    .img-wrap .show-img.no-img {
      vertical-align: middle;
      line-height: 80px;
      position: relative; }
      .img-wrap .show-img.no-img a {
        border: 1px solid #ddd;
        padding: 10px; }
      .img-wrap .show-img.no-img .fa-remove {
        top: 10px; }
    .img-wrap .show-img:not(.no-img) a {
      color: #666;
      text-decoration: none;
      cursor: default; }
    .img-wrap .show-img img {
      display: block;
      margin: 0 auto;
      width: 108px;
      height: 76px;
      border: 1px solid #ebebeb;
      cursor: pointer; }
    .img-wrap .show-img .fa-remove {
      position: absolute;
      top: -4px;
      right: -4px;
      width: 20px;
      height: 20px;
      display: none;
      border-radius: 50%;
      background-color: #d24443;
      text-align: center;
      line-height: 20px;
      color: #fff;
      cursor: pointer; }
    .img-wrap .show-img:hover .fa-remove {
      display: inline-block; }
  .img-wrap .upload-img {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 78px;
    margin: 0 auto;
    border: 1px dashed #ccc;
    color: #ccc;
    font-size: 20px;
    text-align: center;
    overflow: hidden; }
    .img-wrap .upload-img.k-error {
      border: 1px dashed #d43f3a; }
    .img-wrap .upload-img .fa-upload {
      margin-top: 15px;
      font-size: 30px; }
    .img-wrap .upload-img .attach-tit {
      position: absolute;
      top: 48px;
      left: 23px;
      display: inline-block;
      font-size: 16px; }
    .img-wrap .upload-img:hover {
      border-color: #666;
      color: #666; }
  .img-wrap [type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 40px;
    cursor: pointer; }

.warmth-tip {
  margin: 12px 18px 0 18px; }
  .warmth-tip p {
    padding: 0;
    margin: 0;
    margin-bottom: 10px; }
  .warmth-tip.income-tip {
    margin-top: 30px; }
  .warmth-tip.work-tip {
    margin-top: 45px; }
  .warmth-tip .title {
    font-size: 14px; }
    .warmth-tip .title.font-gray {
      color: #636564; }
  .warmth-tip .important {
    color: #d24345; }

/*黄色背景提示语*/
.alarm-tip {
  color: #886e3b;
  padding: 10px;
  margin: 24px 18px 16px 18px;
  background-color: #fdf8e4;
  border: 1px solid #faebcc; }
  .alarm-tip p {
    margin: 0;
    padding: 0; }

.toggle-list .require {
  color: #fe0000; }

.toggle-list .toggle-list-title {
  margin: 0 14px;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 8px 0;
  border-bottom: 1px solid #ddd; }
  .toggle-list .toggle-list-title .fa-caret-down, .toggle-list .toggle-list-title .fa-caret-up {
    color: #d74244;
    margin-right: 8px;
    cursor: pointer; }

.toggle-list .toggle-list-main {
  font-size: 14px;
  margin-top: 16px; }
  .toggle-list .toggle-list-main.info-main {
    margin-top: 0; }
    .toggle-list .toggle-list-main.info-main table tr:first-child td {
      padding-top: 6px; }
    .toggle-list .toggle-list-main.info-main table tr td {
      padding-top: 4px;
      padding-bottom: 4px; }
    .toggle-list .toggle-list-main.info-main table tr .optional {
      color: #999;
      display: block;
      margin-top: 0.1rem; }
  .toggle-list .toggle-list-main .textare-box {
    width: 97%;
    padding: 2px 12px;
    overflow: hidden;
    height: 100px;
    border-radius: 4px;
    resize: none;
    text-align: left;
    border: 1px solid #ccc; }
  .toggle-list .toggle-list-main table {
    table-layout: fixed;
    border-collapse: collapse; }
    .toggle-list .toggle-list-main table tr:last-child td {
      padding-bottom: 0; }
    .toggle-list .toggle-list-main table tr td {
      color: #616566;
      padding-bottom: 10px; }
      .toggle-list .toggle-list-main table tr td .optional {
        color: #999; }
      .toggle-list .toggle-list-main table tr td.title {
        width: 120px;
        text-align: right;
        font-weight: bold; }
      .toggle-list .toggle-list-main table tr td select {
        width: 175px; }
      .toggle-list .toggle-list-main table tr td.operation {
        width: 200px; }
        .toggle-list .toggle-list-main table tr td.operation .k-form-control, .toggle-list .toggle-list-main table tr td.operation .form-control {
          width: 174px; }
        .toggle-list .toggle-list-main table tr td.operation .k-input-group {
          width: 174px; }
          .toggle-list .toggle-list-main table tr td.operation .k-input-group .k-form-control {
            width: 100%; }
        .toggle-list .toggle-list-main table tr td.operation.list-input-group .form-control:first-child {
          border-top-right-radius: 0;
          border-right: 0;
          border-bottom-right-radius: 0; }
        .toggle-list .toggle-list-main table tr td.operation.list-input-group .form-control:last-child {
          vertical-align: middle;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
        .toggle-list .toggle-list-main table tr td.operation.list-input-group .uip-input-group-btn {
          width: 60px;
          margin: 0;
          display: inline-block;
          vertical-align: middle; }
        .toggle-list .toggle-list-main table tr td.operation.list-input-group input {
          width: 114px;
          display: inline-block;
          vertical-align: middle; }
        .toggle-list .toggle-list-main table tr td.operation.list-checked .fa {
          line-height: 26px;
          height: 24px;
          font-size: 24px;
          color: #ccc;
          vertical-align: middle;
          cursor: pointer; }
      .toggle-list .toggle-list-main table tr td .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #444;
  z-index: 10000; }
  .footer .footer-copyright {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
   }
