html body {
  font-size: 12px;
}

.table > tbody + tbody {
  border-top: 1px solid #ddd;
}

.process-container {
  padding-bottom: 15px;
}

.process-container .row {
  margin-left: 0;
  margin-right: 0;
}

.leftMeun {
  position: static;
  width: auto;
}

.l-side {
  padding-left: 0;
  padding-right: 0;
}

.leftMeun ul.menu-section li {
  height: 24px;
  line-height: 24px;
  float: left;
  width: 46%;
  text-align: left;
}

.leftMeun ul.menu-section {
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.r-side {
  padding-right: 0;
  margin-top: 15px;
}

.process-msg {
  border: 1px solid #ddd;
  min-height: 400px;
}

.process-nav {
  padding: 10px 0 10px 10px;
}

.process-title {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  height: 39px;
  font-size: 16px;
  line-height: 38px;
  padding-left: 15px;
  font-weight: bold;
}

.pro-det-con {
  border: 1px solid #ddd;
  margin: 10px;
}

.process-list-title {
  line-height: 34px;
  padding-left: 15px;
  font-size: 14px;
  cursor: pointer;
  background-color: #fafafa;
  /*border-bottom: 1px solid #ddd;*/
}

.process-list-title span {
  margin-right: 5px;
  word-break: break-all;
}

.process-list-title div {
  display: inline-block;
  margin-right: 5px;
  word-break: break-all;
}

.process-list-title span:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .process-list-title:hover {
    background-color: #EDF7FF;
  }
}

.process-list-i {
  color: #167AC7;
}

.process-detail h2 {
  height: 39px;
  font-size: 16px;
  line-height: 38px;
  background-color: #F3F3F3;
  border-bottom: 1px solid #ddd;
  padding-left: 15px;
}

/*订单搜索*/
#orderID, #archive_year {
  color: #333;
  width: 200px;
  padding-left: 3px;
  padding-right: 3px;
}

.process-search .btn,
.process-search .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  vertical-align: middle;
  display: inline-block;
}

.process-search .form-group {
  margin: 0 0 15px;
}

.process-list-title em {
  font-weight: 700;
}

/*新流程展示*/
.detail-ul {
  padding: 10px 10px 0;
  background-color: #fff;
  display: none;
}

.detail-ul .icon-ok,
.detail-ul .icon-circle {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  border-radius: 18px;
  background-color: #eee;
}

.detail-ul .icon-ok {
  background-color: #54B012;
  vertical-align: inherit;
}

.detail-ul .icon-circle {
  color: #eee;
}

.detail-ul table {
  margin-bottom: 10px;
}

.detail-ul table > tbody > tr > td {
  vertical-align: middle;
}

.detail-ul .table-bordered > tbody > tr > td.child-process-name {
  border: none;
  padding: 0;
}

.main-process-name {
  font-weight: bold;
  font-size: 14px;
}

.child-process-name > div {
  padding: 4px 10px 4px 36px;
  position: relative;
}

.child-process-name > div a {
  line-height: 22px;
  padding-left: 6px;
  display: inline-block;
}

.detail-ul .table-bordered > tbody > tr:first-child .child-process-name > div {
  margin-top: 6px;
}

.detail-ul .table-bordered > tbody > tr:last-child .child-process-name > div {
  margin-bottom: 6px;
}

.child-process-name > div::before {
  content: '';
  height: 100%;
  width: 1px;
  background: #ddd;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 22px;
}

.pro-flag {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #ddd;
  border-radius: 18px;
  position: absolute;
  left: 10px;
  top: 4px;
  z-index: 20;
}

.process-time {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  padding-right: 4px;
}

/*安装图片*/
.install-pic {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 10px;
}

.install-pic li {
  /*margin-bottom: 10px;*/
  padding: 5px;
  /*height: 100px;*/
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.install-pic li:last-child {
  border-bottom: none;
}

.install-pic img {
  max-width: 100%;
  cursor: pointer;
}

.p-pic-name {
  line-height: 34px;
  border: 1px solid #ddd;
  padding-left: 15px;
  font-weight: bold;
  background: #f5f5f5;
}

.p-pic-name a,
.p-pic-name a:link,
.p-pic-name a:visited,
.p-pic-name a:hover,
.p-pic-name a:active {
  color: #333;
  text-decoration: none;
}

.child-process-name a,
.child-process-name a:link,
.child-process-name a:visited {
  color: #333;
  text-decoration: none;
}

.child-process-name a:hover {
  color: #337ab7;
  text-decoration: none;
}

.child-process-name a:active {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .r-side {
    padding-left: 0;
  }

  .process-list-title div {
    display: block;
    margin-right: 5px;
    padding-left: 14px;
  }

  .process-search .form-group {
    padding-left: 5px;
  }

  .pro-det-con {
    margin: 5px;
  }

  .detail-ul {
    padding: 5px 5px 10px 5px;
  }

  .process-detail h2 {
    font-size: 12px;
    height: auto;
  }

  .process-title {
    padding-left: 15px;
  }

  .process-list-title {
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
  }

  .process-msg {
    min-height: 200px;
  }
}