/**
 * @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-no-data {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #888da8; }

.cw-no-data-img {
  font-size: 36px;
  margin: 0;
  padding: 22px 0 12px;
  box-sizing: border-box; }
  .cw-no-data-img img {
    max-width: 100%;
    max-height: 100%; }

.cw-no-data-description {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0 12px 0; }
