@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; }

body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff; }

body, button, dd, dl, dt, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, select, table, td, textarea, th, tr, ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-family: PingFangSC-Regular, Microsoft YaHei, Heiti, Arial, Helvetica, "sans-serif"; }

/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 去除默认边框 */
fieldset, img {
  border: none; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block; }

/* 去掉列表前的标识，li 会继承 */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ins, a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus {
  outline: none; }

a:link {
  text-decoration: none;
  /* 指正常的未被访问过的链接*/ }

a:visited {
  text-decoration: none;
  /*指已经访问过的链接*/ }

a:hover {
  text-decoration: none;
  /*指鼠标在链接*/ }

a:active {
  text-decoration: none;
  /* 指正在点的链接*/ }

iframe {
  display: block;
  border: none; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

textarea {
  overflow: auto; }

.clearfix:before {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both;
  display: table;
  content: " "; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-fullscreen {
  height: 100%; }

.spin-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px; }

.ant-menu-submenu {
  z-index: 100 !important; }

body {
  background: transparent; }

.nodata-container {
  height: 60px;
  font-size: 16px;
  color: #656565;
  background: rgba(0, 0, 0, 0.11);
  line-height: 60px;
  text-align: center; }

.suspended-activity {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 5; }
  .suspended-activity .icon {
    width: 100px; }
