@charset "utf-8";

#export {
  border-top: 20px solid #7775CAFF;

  .content {
    width: 1200px !important;
    padding-bottom: 20px;
  }

  .head-layout {
    padding: 30px 0;
    background: #F7F8FCFF;
  }

  .detail-layout {
    background: #fff;
    padding-top: 20px;

    .total-block {
      border: 1px solid #E4E4E4FF;
      height: 80px;
      line-height: 80px;
      border-radius: 4px;
    }

    .detail-item {
      padding-top: 20px;
      padding-bottom: 40px;
    }

    .detail-item-block {
      margin-bottom: 40px;
    }

    .title-item {
      border-left: 6px solid #7775CAFF;
      padding-left: 10px;
      font-size: 18px;
      line-height: 16px;
      font-weight: 600;
      color: #303036FF;
      margin-bottom: 20px;
    }

    .select-item {
      width: 520px;

      .select-icon {
        left: 0;
        top: 5px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        border: 1px solid #D5D5D5FF;
      }
    }

    .ask-tag {
      display: inline-block;
      background: #4D4D4DFF;
      padding: 2px 10px;
      font-size: 10px;
      color: #fff;
      border-radius: 2px;
      margin-bottom: 5px;
    }

    .note-item {
      background: rgba(245, 245, 245, 1);
      border-radius: 6px;
      padding: 15px;

      .t {
        border-left: 5px solid rgba(179, 179, 179, 1);
        padding-left: 15px;
        line-height: 10px;
      }
    }

    .hard-body {
      border-top: 1px solid #ECEDEEFF;
    }

    .hard-row {
      border-bottom: 1px solid #ECEDEEFF;
      line-height: 60px;
      height: 60px;
      display: flex;

      .label {
        padding-left: 20px;
        width: 90px;
      }

      .input {
        padding-left: 20px;
        flex: 1;

        .hard-input {
          display: inline-block;
          border: none;
          background: none;
        }
      }
    }

    .hard-row:nth-of-type(even) {
      background: #FBFBFB;
    }

    .hard-select {
      background: #FBFBFBFF;
      border-bottom: 1px solid #ECEDEEFF;
      border-top: 1px solid #ECEDEEFF;
      padding: 15px 20px;
    }
  }
}