
.issue-detail {
  background: #f2f2f2;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.issue-detail .top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff !important;
  color: #333 !important;
  min-height: 48px;
  box-shadow: -1px 0px 6px -1px #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.issue-detail .top-bar .return-button {
  position: absolute;
  font-size: 30px;
  left: 20px;
  color: #555;
}
.issue-detail .top-bar .top-bar-title {
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.issue-detail .main-page {
  height: 100%;
  margin: 60px 10px 0px 10px;
  background: #fff;
  border-radius: 10px;
  padding: 5px 14px;
  padding-bottom: 14px;
}
.issue-detail .main-page .form-item-content {
  color: rgba(0, 0, 0, 0.54);
}
.issue-detail .main-page .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.issue-detail .main-page .status .status-tag {
  width: 1rem;
  height: 1.2rem;
  margin-right: 5px;
  border-radius: 3px;
}
.issue-detail .main-page .status .status-tag-gray {
  background: #666;
}
.issue-detail .main-page .status .status-tag-warning {
  background: #fa7404;
}
.issue-detail .main-page .status .status-tag-primary {
  background: #20a0ff;
}
.issue-detail .main-page .status .status-tag-success {
  background: #00b76a;
}
.issue-detail .main-page .status .status-title {
  color: #fa7404;
  letter-spacing: 0.1rem;
}
.issue-detail .main-page .status .status-title-gray {
  color: #666;
}
.issue-detail .main-page .status .status-title-warning {
  color: #fa7404;
}
.issue-detail .main-page .status .status-title-primary {
  color: #20a0ff;
}
.issue-detail .main-page .status .status-title-success {
  color: #00b76a;
}
.issue-detail .main-page .status .overtime-tip {
  color: #f4333c;
  letter-spacing: 0;
  margin-left: 20px;
}


body {
  margin: 0px;
}
.custom-calendar .van-calendar__header-title {
  height: 88px;
}
.custom-calendar .van-calendar__header-title .calendar-input {
  text-align: left;
  padding: 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
.custom-calendar .van-calendar__header-title .calendar-input .label {
  color: #999;
}
.no_data {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20%;
}
.no_data .no_data_item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no_data .no_data_item .txt {
  margin-top: 20px;
  color: #aaa;
  font-size: 16px;
}
.no_data .no_data_item img {
  width: 150px;
  height: 150px;
}
.issue-list-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  z-index: 99;
}
.issue-list-wrap .filter-wrap {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 99;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  height: 46px;
}
.issue-list-wrap .filter-wrap .filter-items-group {
  height: 36px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.issue-list-wrap .issue-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.issue-list-wrap .issue-list .list-item .list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.issue-list-wrap .issue-list .list-item .list-item-content .el-checkbox {
  float: right;
}
.issue-list-wrap .issue-list .list-item .list-item-content .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #1eaad0;
  border-color: #1eaad0;
}
.issue-list-wrap .issue-list .list-item .list-item-content .el-checkbox .el-checkbox__inner:hover {
  border-color: #1eaad0;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 15px 5px 0px;
  border-bottom: 1px solid #ccc;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-tag {
  width: 1rem;
  height: 1.2rem;
  margin-right: 5px;
  border-radius: 3px;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-tag-gray {
  background: #666;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-tag-warning {
  background: #fa7404;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-tag-primary {
  background: #20a0ff;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-tag-success {
  background: #00b76a;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-title {
  color: #fa7404;
  letter-spacing: 0.1rem;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-title-gray {
  color: #666;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-title-warning {
  color: #fa7404;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-title-primary {
  color: #20a0ff;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .status-title-success {
  color: #00b76a;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .status .overtime-tip {
  color: #f4333c;
  letter-spacing: 0;
  margin-left: 20px;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .title {
  font-size: 1.1rem;
  margin: 10px 0px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-info .content {
  color: #333;
  margin-bottom: 10px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.issue-list-wrap .issue-list .list-item .list-item-content .issue-content .issue-pic {
  width: 100px;
  height: 100px;
}
.issue-list-wrap .issue-list .list-item .list-item-content .select-item {
  margin: 0px 15px;
}
.issue-list-wrap .confirm-foot-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 4rem;
  z-index: 99;
  position: fixed;
  background: #ffffff;
  box-shadow: 0 -2px 24px 2px rgba(114, 113, 133, 0.1);
  bottom: 0px;
}
.issue-list-wrap .confirm-foot-bar .select-all {
  margin-left: 18px;
  font-size: 1.3rem;
}
.issue-list-wrap .confirm-foot-bar .select-tip {
  font-weight: 400;
  font-size: 1.2rem;
  color: #666666;
  letter-spacing: 0;
}
.issue-list-wrap .confirm-foot-bar .save-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 42px;
  border: 1px solid #eceff1;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 1px 2px 12px -3px rgba(112, 151, 164, 0.47);
  color: #fff;
  background: #1eaad0;
  margin-right: 10px;
}


.select-popover .mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.select-popover .selected {
  color: #0095c6;
  font-weight: 500;
}
.select-popover .popover-content {
  position: fixed;
  left: 0px;
  right: 0px;
  margin-top: 10px;
  padding: 0px;
  background: #fff;
  z-index: 2;
}
.select-popover .popover-content .options {
  max-height: 450px;
  overflow: auto;
}
.select-popover .popover-content .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0px 4px 12px -1px rgba(64, 64, 64, 0.2);
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.select-popover .popover-content .button-group .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 42px;
  border: 1px solid #1eaad0;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 1px 2px 12px -3px rgba(112, 151, 164, 0.47);
}
.select-popover .popover-content .button-group .reset-button {
  background: #ffffff;
  border: 1px solid #1eaad0;
  color: #1eaad0;
}
.select-popover .popover-content .button-group .confirm-button {
  background: #1eaad0;
  width: 55%;
  box-shadow: 0px 2px 12px -3px rgba(14, 155, 195, 0.7);
  color: #fff;
}
.select-popover .popover-content .el-tree {
  border: none;
}
.select-popover .popover-content .el-tree .el-tree-node__content {
  box-sizing: content-box;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0px;
  margin: 0px 15px;
}
.select-popover .popover-content .el-tree .el-tree-node__content .el-checkbox {
  float: right;
}
.select-popover .popover-content .el-tree .el-tree-node__content .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #1eaad0;
  border-color: #1eaad0;
}
.select-popover .popover-content .el-tree .el-tree-node__content .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #1eaad0;
  border-color: #1eaad0;
}
.select-popover .popover-content .el-tree .el-tree-node__content .el-checkbox .el-checkbox__inner:hover {
  border-color: #1eaad0;
}


.zj-selecter {
  position: fixed;
  top: 45px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #F7F7F7;
  z-index: 2;
}
.zj-selecter .filter-content {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 20px;
}
.zj-selecter .filter-content .el-input .el-input__inner {
  border: none;
  border-radius: 8px;
}
.zj-selecter .checked-content {
  background: #FFF;
  margin: 10px 0px;
  padding: 10px 20px;
  box-shadow: 0 3px 6px 0 #00000014;
  max-height: 120px;
  overflow: auto;
}
.zj-selecter .checked-content .checked-item {
  margin-right: 10px;
  margin-top: 10px;
}
.zj-selecter .zj-selecter-content {
  height: 100%;
  overflow: auto;
}
.zj-selecter .zj-selecter-content .van-nav-bar--fixed {
  z-index: 3;
}
.zj-selecter .zj-selecter-content .van-cell {
  padding: 17px 16px;
}


.filter-select-radio .title[data-v-7227aaef] {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.filter-select-radio .select-item-group[data-v-7227aaef] {
  margin-bottom: 15px;
  display: grid;
  /*设置三行高度都为100px；*/
  /*设置三行宽度都为100px；*/
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.filter-select-radio .select-item-group .select-item[data-v-7227aaef] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f3f4f6;
  font-size: 14px;
  color: #333333;
  height: 34px;
  border-radius: 5px;
}
.filter-select-radio .select-item-group .select-item span[data-v-7227aaef] {
  font-size: 13px;
  line-height: 18px;
}
.filter-select-radio .select-item-group .active[data-v-7227aaef] {
  background: #1EAAD0;
  color: #FFFFFF;
}
.filter-select-radio .select-item-group .white-space[data-v-7227aaef] {
  width: 29%;
}


.signature-board {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1001;
}
.signature-board .btn-group {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.signature-board .btn-group .btn {
  width: 100px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-shadow: 1px 2px 12px -3px #7e86894d;
  border-radius: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.signature-board .btn-group .confirm-btn {
  box-shadow: 1px 2px 14px -3px rgba(33, 156, 198, 0.64);
  color: #fff;
  background-color: #1EAAD0;
  border: 1px solid #1EAAD0;
}


.zj-signature .label {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.zj-signature .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zj-signature .right-content .delet-btn,
.zj-signature .right-content .resign-btn {
  padding: 5px 12px;
}
.zj-signature .right-content .delet-btn {
  margin-right: 5px;
}
.zj-signature .signature-img {
  width: 140px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #9797972e;
  border-radius: 2px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.zj-signature .van-cell::after {
  border-bottom: none;
}





































































/* fix：页面整体下陷  */
.el-loading-mask {
  top: 0!important;
}

.vue-lb-box{width:100%}.vue-lb-container{align-items:center;background-color:rgba(0,0,0,.8);box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;height:100%;justify-content:center;left:0;padding:10px;position:fixed;top:0;width:100%;z-index:2000;-webkit-align-items:center;-moz-box-sizing:border-box;-webkit-justify-content:center;-ms-flex-align:center;-webkit-box-align:center;-ms-flex-pack:center;-webkit-box-pack:center}.vue-lb-content{margin-bottom:60px;max-width:1024px;position:relative}.vue-lb-header{display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:space-between;height:40px;-webkit-justify-content:space-between;-ms-flex-pack:justify;-webkit-box-pack:justify}.vue-lb-button-close{background:none;border:none;cursor:pointer;outline:none;position:relative;top:0;vertical-align:bottom;height:40px;margin-right:-10px;padding:10px;width:40px}.vue-lb-figure{margin:0;display:block;position:relative}img.vue-lb-modal-image{max-height:calc(100vh - 140px);cursor:pointer;display:block;height:auto;margin:0 auto;max-width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.vue-lb-info{visibility:initial;position:absolute;bottom:25px;color:#fff;background-color:rgba(0,0,0,.7);height:40px;width:100%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center}.vue-lb-footer{box-sizing:border-box;color:#fff;cursor:auto;display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:space-between;left:0;line-height:1.3;padding:5px 0;-moz-box-sizing:border-box;-webkit-justify-content:space-between;-ms-flex-pack:justify;-webkit-box-pack:justify}.vue-lb-footer-info{display:block;-webkit-box-flex:1;flex:1 1 0;-webkit-flex:1 1 0;-ms-flex:1 1 0}.vue-lb-footer-count{color:hsla(0,0%,100%,.75);font-size:.85em;padding-left:1em}.vue-lb-thumbnail{bottom:10px;height:50px;padding:0 50px;text-align:center;white-space:nowrap;display:inline-block;position:relative}.vue-lb-modal-thumbnail{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.2)}.vue-lb-modal-thumbnail,.vue-lb-modal-thumbnail-active{background-position:50%;background-size:cover;border-radius:2px;cursor:pointer;display:inline-block;height:50px;margin:2px;overflow:hidden;width:50px}.vue-lb-modal-thumbnail-active{box-shadow:inset 0 0 0 2px #fff}.vue-lb-thumbnail-arrow{height:54px;width:40px;background:none;border:none;border-radius:4px;cursor:pointer;outline:none;padding:10px;position:absolute;top:50%;-webkit-touch-callout:none;user-select:none;height:50px;margin-top:-25px;width:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.vue-lb-thumbnail-left{left:10px}.vue-lb-thumbnail-right{right:10px}.vue-lb-arrow{background:none;border:none;border-radius:4px;cursor:pointer;outline:none;padding:10px;position:absolute;top:50%;-webkit-touch-callout:none;user-select:none;height:120px;margin-top:-60px;width:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.vue-lb-left{left:10px}.vue-lb-right{right:10px}.vue-lb-open{overflow:hidden}.vue-lb-thumbnail-wrapper{bottom:10px;height:50px;left:0;margin:0 auto;position:absolute;right:0;text-align:center;top:auto}@media (min-width:500px){.vue-lb-thumbnail-arrow{width:40px}}@media (min-width:768px){.vue-lb-arrow{width:70px}}.vue-lb-modal-image-transition-enter-active,.vue-lb-modal-image-transition-leave-active{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.vue-lb-modal-image-transition-enter,.vue-lb-modal-image-transition-leave-to{opacity:0}.vue-lb-modal-image-no-transition-enter-active,.vue-lb-modal-image-no-transition-leave-active{-webkit-transition:none;transition:none}.vue-lb-modal-image-no-transition-enter,.vue-lb-modal-image-no-transition-leave-to{opacity:0}.vue-lb-content-transition-enter-active,.vue-lb-content-transition-leave-active{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.vue-lb-content-transition-enter,.vue-lb-content-transition-leave-to{opacity:0}
