.g-modal.examination-modal {
  .g-modal-wrapper {
    .g-modal-body {
      padding-bottom: 0;
    }
  }

  .examination-modal-wrapper {
    .g-special-radio-group {
      padding-bottom: 30px;
    }

    .action-layout {
      color: #8897A8;
      font-size: 12px;
      overflow: hidden;
      text-align: center;
      line-height: 40px;

      i {
        color: #D0D8E2;
      }

      .prev {
        float: left;
        cursor: pointer;
        display: inline-block;

        i {
          margin-right: 5px;
        }
      }

      .next {
        cursor: pointer;
        display: inline-block;
        float: right;

        i {
          margin-left: 5px;
        }
      }
    }

    .total-sort {
      padding-bottom: 50px;
    }

    .step-0-layout {}

    .step-1-layout {}

    .step-2-layout {}

    .step-3-layout {
      .a-l {
        position: absolute;
        top: 30px;
      }

      .button {
        padding-left: 30px;
        padding-right: 30px;
      }
    }

    .step-4-layout {
      .tip {
        margin-bottom: 30px;

        i {
          color: #6EC64B;
          margin-right: 5px;
        }
      }

      .ratio-pie {
        margin-bottom: 30px;
      }
    }
  }
}