/**
 * @license chowa v1.1.3
 *
 * Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
.cw-result {
  box-sizing: border-box;
  margin: 0;
  padding: 46px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.cw-result-icon {
  margin: 0 0 22px 0;
  padding: 0;
  width: 54px;
  height: 54px;
  line-height: 1;
  font-size: 54px;
  box-sizing: border-box; }
  .cw-result-icon.cw-result-icon-success {
    color: #52c41a; }
  .cw-result-icon.cw-result-icon-info {
    color: #1890ff; }
  .cw-result-icon.cw-result-icon-error {
    color: #ed4014; }
  .cw-result-icon.cw-result-icon-warning {
    color: #faad14; }

.cw-result-title {
  margin: 0 0 12px 0;
  box-sizing: border-box;
  padding: 0;
  font-size: 22px;
  color: #414a63;
  line-height: 1.5;
  font-weight: 400; }

.cw-result-subtitle {
  margin: 0 0 12px 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #616a6e; }

.cw-result-operation {
  margin: 32px 0 0 0;
  padding: 0;
  box-sizing: border-box; }
