.AgentNotifyForHengQin {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background-color: #f5f5f5;

  .container {
    overflow-x: hidden;
    overflow-y: auto;

    .informQuestionnaire {
      padding-bottom: 15px;
      background-color: #fff;

      .content {
        padding: 15px 15px 0 15px;

        .topContent {
          >p {
            font-size: 14px;
            font-weight: 400;
            color: #343434;
            line-height: 20px;
          }
        }

        .bottomContent {
          .contentTips {
            font-size: 14px;
            font-weight: 400;
            color: #343434;
            line-height: 20px;
            margin: 8px 0;
          }

          >p {
            font-size: 14px;
            font-weight: 500;
            color: #343434;
            line-height: 20px;
            margin-left: 10px;
          }
        }
      }
    }

    .agentInformed {
      padding: 0 15px;
      margin: 10px 0;
      background-color: #fff;

      .inform {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 52px;

        >p {
          font-size: 15px;
          font-weight: 400;
          color: #fc8713;
          line-height: 21px;
        }

        .checkBox {
          color: var(--button-primary-background);
        }
      }
    }

    .agreementBox {
      padding: 15px;
      display: flex;

      .agreement {
        margin-right: 11px;
      }

      >p {
        line-height: 18px;
      }

      .checkLink {
        color: #fc8713;
      }
    }

    .signature {
      width: 100vw;
      height: 112px;
      background: #fff;
      padding: 15px;
    }

    .footer-button {
      position: fixed;
      bottom: 22px;
      right: 0;
      z-index: 99;
    }
  }
}
