.root {
}

/***  对话框  ***/
.am-modal-wrap {
  .am-modal {
    .am-modal-content {
      padding-top: 40px;
      .am-modal-header {
        padding: 0 40px 40px;
        .am-modal-title {
          color: #333333;
          font-weight: bold;
          font-size: 32px;
        }
      }
      .am-modal-body {
        .am-modal-alert-content,
        .am-modal-popup-content {
          color: #333333;
          font-size: 28px;
          white-space: pre-wrap;
          word-break: break-all;
        }
      }
      .am-modal-footer {
        .am-modal-button {
          height: 92px;
          color: #666666;
          font-size: 28px;
          line-height: 92px;
        }
      }
    }
  }
  .am-modal-transparent {
    width: 560px;
    .am-modal-content {
      border-radius: 0.2rem;
      .am-modal-body {
        padding: 0 40px 40px;
      }
    }
  }
}

/***  对话框  ***/
