.service_notice {
  margin-top: 30px;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(122, 189, 83, 0.11);
}
.notice_title {
  font-weight: bold;
  font-size: 16px;
  color: #7abd54;
}
.notice_subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #7abd54;
  line-height: 20px;
  margin-top: 8px;
}
.schedule_center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0 90px 0;
}
.schedule_line {
  width: 538px;
  height: 8px;
  background: #e7e7e5;
  border-radius: 10px 10px 10px 10px;
  position: relative;
}

.schedule_one,
.schedule_two,
.schedule_three,
.schedule_foure {
  position: absolute;
  top: -15px;
  z-index: 1;
  color: #999999;
}
.schedule_one {
  left: -15px;
}
.schedules_icon {
  width: 34px;
  height: 34px;
}
.schedule_two {
  left: 33%;
}
.schedule_three {
  left: 65%;
}
.schedule_foure {
  right: -5px;
}
.schedule_two p {
  width: 112px;
}
.schedule_three p {
  width: 56px;
}
.schedule_foure p {
  width: 28px;
}
.schedules_text {
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
}
.schedule_line::after {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--data-num);
  height: 100%;
  background: #7abd54;
  content: "";
}
.schedule_current {
  color: #7abd54 !important;
}
.illustrate_box {
  margin: 10px 0 40px 0;
}
.illustrate_text {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.cancel_button {
  width: 100px;
  height: 31px;
  background: #e43f3d;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
}
.flow_box {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 20px 20% 5% 20%;
  box-sizing: border-box;
  overflow: hidden;
}
.flowpath_li {
  margin-top: 20px;
  position: relative;
}
.flowpath_ul {
  position: relative;
  height: 43px;
}
.flowpath_ul::after {
  position: absolute;
  top: -5px;
  left: -123px;
  content: "服务进度";
  color: #7abd54;
  font-weight: bold;
  font-size: 14px;
}
.flowpath_li::after {
  position: absolute;
  top: 15px;
  left: -50px;
  width: 1px;
  height: 95%;
  background: #7abd54;
  content: "";
}
.flowpath_li::before {
  position: absolute;
  top: 0;
  left: -55px;
  width: 10px;
  height: 10px;
  background: #7abd54;
  border-radius: 50%;
  content: "";
}
.flowpath_up {
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px dashed #dfdfdf;
}
.flowpath_text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.visual_add {
  font-weight: 400;
  font-size: 14px;
  color: #005ea7;
  margin-top: 10px;
  cursor: pointer;
}
.detailed_card {
  border: 1px solid #e6e6e6;
  padding: 30px;
  box-sizing: border-box;
}
.detailed_title {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.detailed_table {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.detailed_table tr {
  border-top: 1px solid #f2f2f2;
}
.detailed_table tr td {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.table_one {
  padding: 15px;
  border-right: 1px solid #f2f2f2;
}
.table_two {
  padding: 15px;
}
.table_image {
  width: 61px;
  height: 64px;
  margin-top: 10px;
}
.layui-form-item,
.entry_card {
  width: 245px;
}
.logisticse {
  padding-left: 60px;
}
.addrs_text {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}
.notice_row {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
