@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-backdrop {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .01;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.sui-backdrop.sui-backdrop-no-tappable {
  cursor: auto; }
