
.invoice-content {
  background: #fff;
  padding: 30px 14px 30px 14px;
}
.invoice-content .invoice-title {
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #eceef5;
  padding-bottom: 20px;
}
.process-detail {
  float: left;
  /* margin-left: 116px; */
  margin-left: 90px;
  width: 42px;
}
.process-detail .detail-name {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 36px;
  margin-bottom: 10px;
  margin-left: -61px;
}
.process-detail .detail-img {
  position: relative;
  height: 50px;
}
.process-detail .detail-img .img-bg {
  position: absolute;
  left: -57px;
  top: -1px;
  display: inline-block;
  padding: 9px;
  background: #e7e7e7;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border: 3px solid #e7e7e7;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.process-detail .detail-img img {
  position: absolute;
  left: -48px;
  top: 9px;
  z-index: 10;
}
.process-detail .detail-img hr {
  position: absolute;
  left: -177px;
  top: -14px;
  height: 4px;
  background: #e7e7e7;
  border-top: 3px solid #e7e7e7;
  border-bottom: 3px solid #e7e7e7;
  width: 122px;
  /* z-index: 9999; */
}
.process-detail .detail-time {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: -66px;
}
.process-detail .first {
  width: 100px;
 /*  margin-left: 104px; */
 margin-left: 80px;
}
/* .process-detail.active .detail-img .img-bg {
  background: #76bc41;
}
.process-detail.active .detail-img hr {
  background: #76bc41;
} */
.invoice-content .invoice-detail-info {
  border: 1px solid #e2e2e2;
  margin-top: 24px;
  overflow: auto;
}
.invoice-content .invoice-detail-info .order-information {
  border-right: 1px solid #e2e2e2;
  width: 322px;
  float: left;
}
.invoice-content .invoice-detail-info .order-information .order-title {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 17px;
  border-bottom: 1px solid #e2e2e2;
}
.invoice-content .invoice-detail-info .order-information .order-area {
  padding-left: 14px;
  padding-top: 15px;
}
.area-text {
  padding-bottom: 5px;
}
.invoice-content .invoice-detail-info .logistics-information {
  width: 100%;
  padding-left: 322px;
}
.invoice-content .invoice-detail-info .logistics-information .logistics-title {
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 17px;
  border-bottom: 1px solid #e2e2e2;
}
.logistics-area {
  padding-left: 28px;
  padding-top: 16px;
  padding-bottom: 0px;
}
.area-text {
  padding-bottom: 12px;
  position: relative;
}
.style-circle {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border: 2px solid #fff;
  background: #e7e7e7;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 4px;
  z-index: 10;
}
.style-circle .time {
  display: inline-block;
  margin-left: 14px;
  margin-right: 22px;
}
.style-circle .line {
  display: inline-block;
  width: 2px;
  height: 23px;
  background: #e7e7e7;
  position: absolute;
  left: -9px;
  top: -17px;
  z-index: 9999;
}
.active .style-circle {
  background: #74be37 ;
  border-color: #e7e7e7;
}
.table-content.sky-form a {
    color: #ff5b22;
}
.h150 {
    height: 150px;
}