@charset "UTF-8";
/*!
 * Ssm Framework
 * A powerful framework for building mobile and progressive web apps.
 * http://www.bc8.com.cn/
 *
 * v0 0.1, default Theme
 *
 * Licensed under the MIT license. Please see LICENSE for more information.
 */
/*风格主色调*/
/*情景色*/
/*=====情绪色===*/
/*积极的*/
/*稳定的*/
/*平静的*/
/*平衡的*/
/*激励的*/
/*自信的*/
/*高贵的*/
/*灰度*/
/*黑色主颜色*/
/*颜色主要色调*/
/*颜色次要色调*/
/*颜色淡色调*/
/*category-fl*/
/*页面导航条*/
/*块区域*/
.sui-button {
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 0;
  display: inline-block;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: top;
  vertical-align: -webkit-baseline-middle;
  -webkit-transition: background-color, opacity 100ms linear;
  -o-transition: background-color, opacity 100ms linear;
  transition: background-color, opacity 100ms linear;
  -webkit-font-kerning: none;
          font-kerning: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  contain: content; }

.sui-button-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%; }

a[disabled],
button[disabled] {
  cursor: default;
  opacity: .4;
  pointer-events: none; }

.sui-button-block {
  display: block;
  clear: both;
  width: 100%;
  contain: strict; }

.sui-button-block::after {
  clear: both; }

.sui-button-full {
  display: block;
  width: 100%;
  contain: strict; }

.sui-button-full.sui-button-outline {
  border-radius: 0;
  border-right-width: 0;
  border-left-width: 0; }
