.detailed_information {


  .renderform {
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #fff;
    position: relative;

    .process_content_icon {
      position: absolute;
      top: 0px;
      right: 30px;
      z-index: 1;
      font-size: 81px;
    }

    .renderform_form {
      padding-top: 0px;
    }
  }

  .detailed_title {
    padding: 6px 0 6px 12px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;

    .detailed_title_left {
      display: flex;
      line-height: 42px;
      max-width: calc(100% - 48px);

      .detailed_title_img_text {
        display: flex;
        flex: 1;
        max-width: calc(100% - 32px);

        .detailed_title_img {
          display: inline-block;
          width: 32px;
          font-size: 32px;
          margin-right: 10px;
          height: 32px;
        }

        .detailed_title_text {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-weight: 600;
          font-size: 16px;
          flex: 1;
          margin-right: 10px;
          height: 42px;
        }
      }

      .process_content_icon {
        height: 32px;
        font-size: 32px;

        svg.process {
          top: 0;
        }
      }


    }

    .detailed_title_right {
      width: 48px;
      font-size: 13px;
      line-height: 22px;
      text-align: center;

      .right-icon {
        display: inline-block;
        width: 21.12px;
        height: 21.12px;
        border-radius: 50%;
        background-color: #cde1fd;
      }
    }
  }

  .characteristic {
    padding: 10px 12px;
    color: rgba(#000000, 0.25);
    font-size: 12px;
    background-color: #fff;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .detailed_border {
    margin-bottom: 1px;
  }

}
