/*manage-system-wrapper*/
  .header .left ul.list:after {
  display: block;
  content: '';
  clear: both;
}

  .header .left ul.list li {
  /*margin-left: 15px;*/
  float: left;
}

  .header .left ul.list li:first-child {
  margin-left: 0;
}

  .header .left ul.list li.mobile-menu {
  display: none;
}

  .header .left ul.list span.top-menu {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 36px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

  .header .left ul.list span.top-menu i.fa-list {
  display: block;
}

  .header .left ul.list span.top-menu i.fa-close {
  display: none;
}

  ul.inner-nav li {
  width: auto;
}

  .panel-box ul.right-page li input.number {
  -webkit-border-radius: 0;
          border-radius: 0;
}

  .panel-box .list-content .plan-table {
  background: #FBFBFB;
  border: 1px solid #EBEBEB;
  border-top: 0;
}

  .panel-box .list-content .plan-table:after {
  display: block;
  content: '';
  clear: both;
}

  .panel-box .list-content .plan-table .pt-box {
  width: 50%;
  border-left: 1px solid #EBEBEB;
  float: left;
}

  .panel-box .list-content .plan-table .pt-box:nth-child(2n+1) {
  border-left: 0;
}

  .panel-box .list-content .plan-table .pt-box:nth-child(1),   .panel-box .list-content .plan-table .pt-box:nth-child(2) {
  border-top: 0;
}

  .panel-box .list-content .plan-table .pt-box:nth-child(1) .title,   .panel-box .list-content .plan-table .pt-box:nth-child(2) .title {
  border-top: 0;
}

  .panel-box .list-content .plan-table .pt-box .title,   .panel-box .list-content .plan-table .pt-box .content {
  padding: 10px 15px;
}

  .panel-box .list-content .plan-table .pt-box .title {
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB;
}

  .panel-box .list-content .plan-table .pt-box .title h3 {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  font-weight: normal;
}

  .panel-box .list-content .plan-table .pt-box .title select.opt {
  width: 200px;
  border: 1px solid #CCC;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 10px;
  float: right;
}

  .panel-box .list-content .plan-table .pt-box .title button.button {
  height: 30px;
  font-size: 12px;
  border: 0;
  padding: 0 10px;
  outline: none;
  float: right;
}

  .panel-box .list-content .plan-table .pt-box .title button.button.btn-save {
  background: #1AB394;
  color: #FFF;
}

  .panel-box .list-content .plan-table .pt-box .content textarea.msg {
  width: 100%;
  height: 120px;
  background: transparent;
  border: 0;
  outline: none;
  resize: none;
}

  .panel-box .list-content .mb-scroll {
  display: block;
  width: 100%;
  overflow: hidden;
}

  .panel-box .list-content table.list thead th {
  white-space: nowrap;
}

   .work-plan .mb-scroll {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 980px) {
  div.manage-system-wrapper {
    padding-left: 0;
  }
   div.manage-system-wrapper .left-menu-wrap {
    width: 220px;
    left: -220px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }
   .right-content-wrap {
    -webkit-overflow-scrolling: touch;
  }
 .right-content-wrap .header {
    padding-left: 15px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }
    .header .left ul.list li.mobile-menu {
    display: block;
  }
    .header .right .welcome {
    display: none;
  }
    .header .right .head-photo {
    margin-left: 10px;
  }
    .content {
    overflow-x: hidden;
  }
    .panel-box .top-area h3 {
    font-size: 18px;
  }
    .panel-box .top-area .progress {
    display: none;
  }
    .panel-box .list-content .tab-box ul.tab-list {
    width: 100%;
    display: block;
  }
    .panel-box .list-content .tab-box ul.tab-list li {
    width: 25%;
  }
    .panel-box .list-content .tab-box .select-box {
    width: 100%;
    text-align: right;
    padding-top: 15px;
  }
    .panel-box .list-content .mb-scroll {
    overflow-x: auto;
  }
    .panel-box .list-content table.list thead,   .panel-box .list-content table.list tbody {
    overflow-x: scroll;
  }
    .panel-box .list-content table.list thead tr,   .panel-box .list-content table.list tbody tr {
    display: table-row;
  }
    .panel-box .list-content table.list thead tr th,   .panel-box .list-content table.list thead tr td,   .panel-box .list-content table.list tbody tr th,   .panel-box .list-content table.list tbody tr td {
    white-space: nowrap;
  }
    .panel-box .list-content table.list thead {
    width: 100%;
    display: table-header-group;
  }
    .panel-box .list-content table.list tbody {
    display: table-row-group;
  }
    .panel-box .list-content .plan-table .pt-box {
    width: 100%;
  }
    .panel-box .list-content .plan-table .pt-box .title select.opt {
    width: 120px;
  }
    .panel-box .list-content .plan-table .pt-box:nth-child(1) .title,   .panel-box .list-content .plan-table .pt-box:nth-child(2) .title {
    border-top: 1px solid #EBEBEB;
  }
     .work-plan .mb-scroll {
    width: 100%;
    overflow-x: auto;
  }
     .work-plan table.works thead th {
    white-space: nowrap;
  }
     .work-plan table.works tbody td {
    white-space: nowrap;
  }
     form.filtrate ul.operate {
    margin-top: 15px;
  }
    .plan-detail .section-line.btm-button {
    text-align: center;
  }
    .plan-detail .member-lists dl.items-add,   .plan-detail .member-lists dl.items {
    margin: 5px 10px;
  }
}

@media (max-width: 560px) {
    .panel-box .list-content .tab-box ul.tab-list li {
    width: 50%;
  }
    .panel-box .list-content .tab-box ul.tab-list li:nth-child(1),   .panel-box .list-content .tab-box ul.tab-list li:nth-child(2) {
    border-bottom: 1px solid #009999;
  }
}

@media (max-width: 980px) {
  div.date-time-union {
    width: 100%;
  }
  div.date-time-union .define-date, div.date-time-union .line {
    display: block;
    float: left;
  }
  div.date-time-union .define-date {
    width: 49%;
  }
  div.date-time-union .define-date input {
    width: 100%;
  }
  div.date-time-union .line {
    width: 2%;
    background: transparent;
  }
}

/*select-dialog*/
div.select-dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

div.select-dialog .model-body {
  width: 360px;
  height: 200px;
  overflow: hidden;
  padding-top: 40px;
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: -180px;
  margin-top: -120px;
}

div.select-dialog .model-body .title {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #CCC;
  background: #ECECEC;
  padding: 12px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

div.select-dialog .model-body .title h3 {
  font-size: 16px;
}

div.select-dialog .model-body .title a.btn-close {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  font-size: 12px;
  border: 1px solid #C1C1C1;
  color: #C1C1C1;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  margin-top: -9px;
}

div.select-dialog .model-body .scroll-box {
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  overflow-y: auto;
}

div.select-dialog .model-body .scroll-box select.company {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
}

div.select-dialog .model-body .scroll-box button.button {
  width: 100%;
  height: 32px;
  color: #FFF;
  border: 0;
  outline: none;
  font-size: 16px;
  margin-top: 26px;
}

div.select-dialog .model-body .scroll-box button.button.btn-okay {
  background: #1AB394;
}

@media (max-width: 420px) {
  div.select-dialog .model-body {
    width: 90%;
    margin-left: -45%;
  }
}

body.fixed   .header .left ul.list li span.top-menu i.fa-list {
  display: none;
}

body.fixed   .header .left ul.list li span.top-menu i.fa-close {
  display: block;
}

@media (max-width: 980px) {
  body.fixed div.manage-system-wrapper .left-menu-wrap {
    left: 0;
  }
  body.fixed  .right-content-wrap .header {
    left: 220px;
  }
}
