/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.el-container,#apps,html,body{
  background-color: #000;
  overflow: inherit;
  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
  --wiosn-wrapper-margin-space:10px;
  --wiosn-wrapper-padding-space:10px;
  --wiosn-wrapper-max-width:1280px;
  --wiosn-footer-font-color:#fff;
  --wiosn-footer-font-a-color:#67C23A;
  --wiosn-footer-background-color:#333;
  --wiosn-backdrop-filter-header-blur:10px;
  --wiosn-backdrop-filter-blur:0;
  --wiosn-backdrop-filter-color:rgba(0,0,0,.8);
  --wiosn-header-menu-a:rgba(255,255,255,1);
  --wiosn-header-background-color:#36292F;
  --wiosn-backdrop-filter-header-blur:3px;
}
.site_h1_logo{
  background-image: url(/themes/images/tempo_logo.png?t=1);
  width: 240px;
}
.site_h1_logo a{
  text-indent: 40px;
  color: var(--wiosn-header-menu-a);
  font-size: 14px;
  line-height: var(--wiosn-header-menu-height);
  font-weight: normal;
}
body,#apps{
    background-color:var(--wiosn-header-background-color);
    width: 100%;height: 100%;overflow: hidden;
    --wiosn-header-mobile-menus-icon-size:14px;
}
.app_wrapper{
    position: absolute;
    bottom: 0;left: 0;top: 0;right: 0;
    display: flex;
    flex-direction: column;
    background-color:var(--wiosn-header-background-color);
}
.home_header{
  font-size: var(--wiosn-header-mobile-font-size);
  box-shadow: none;
}
.home_header .wiosn_wrapper {
  max-width: 100%;
}
.header_menus{
  max-width: 240px;
}
.welcome{
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
  color: rgba(76, 63, 68, 1.0);
}
/* 响应式 */
 
/* xs */
@media (max-width: 768px) {
  .home_header {
    background-color: transparent;
  }
  .site_h1_logo {
    margin-left: 0;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 992px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* lg */
@media (min-width: 1200px) and (max-width: 1920px) {

}

/* xl */
@media (min-width: 1920px){

}