@charset "utf-8";
/* FE图标*/
@import "/css39/fonts/fe-font-7/iconfont.css";

[class^="icon-7-"], [class*=" icon-7-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fe-font-7' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-7-data-null {
  position: relative;
  height: 100%;
  width: 100%;
}

.icon-7-data-null::before {
  content: "\e685" !important;
  font-size: 8.5rem;
  text-align: center;
  display: block;
  line-height: 1;
  position: absolute;
  left: 50%;
  width: 12.94rem;
  height: 8.5rem;
  margin-left: -6.47rem;
  top: 40%;
  margin-top: -4.25rem;
  color: #ddd;
}

.icon-7-data-null::after {
  content: "暂无内容";
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  display: block;
  line-height: 1;
  position: absolute;
  left: 50%;
  width: 5rem;
  height: 1.25rem;
  margin-left: -2.5rem;
  top: 45%;
  margin-top: 4.25rem;
  color: #ddd;
}