.detailed_information .renderform {
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
  position: relative;
}
.detailed_information .renderform .process_content_icon {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 1;
  font-size: 81px;
}
.detailed_information .renderform .renderform_form {
  padding-top: 0px;
}
.detailed_information .detailed_title {
  padding: 6px 0 6px 12px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.detailed_information .detailed_title .detailed_title_left {
  display: flex;
  line-height: 42px;
  max-width: calc(100% - 48px);
}
.detailed_information .detailed_title .detailed_title_left .detailed_title_img_text {
  display: flex;
  flex: 1;
  max-width: calc(100% - 32px);
}
.detailed_information .detailed_title .detailed_title_left .detailed_title_img_text .detailed_title_img {
  display: inline-block;
  width: 32px;
  font-size: 32px;
  margin-right: 10px;
  height: 32px;
}
.detailed_information .detailed_title .detailed_title_left .detailed_title_img_text .detailed_title_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 16px;
  flex: 1;
  margin-right: 10px;
  height: 42px;
}
.detailed_information .detailed_title .detailed_title_left .process_content_icon {
  height: 32px;
  font-size: 32px;
}
.detailed_information .detailed_title .detailed_title_left .process_content_icon svg.process {
  top: 0;
}
.detailed_information .detailed_title .detailed_title_right {
  width: 48px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
.detailed_information .detailed_title .detailed_title_right .right-icon {
  display: inline-block;
  width: 21.12px;
  height: 21.12px;
  border-radius: 50%;
  background-color: #cde1fd;
}
.detailed_information .characteristic {
  padding: 10px 12px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  background-color: #fff;
  line-height: 17px;
  margin-bottom: 10px;
}
.detailed_information .detailed_border {
  margin-bottom: 1px;
}

/*# sourceMappingURL=index.css.map */