/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.el-container,#apps,html,body{
  background-color: #f1f1f1;
  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:#333;
  --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(0,0,0,1);
  --wiosn-header-background-color:#36292F;
  --wiosn-backdrop-filter-header-blur:3px;
  --wiosn-header-sub-menu-a:rgba(0,0,0,1);
  --wiosn-header-sub-menu-hover-a:rgba(0,0,0,1);
  --wiosn-header-menu-height:40px;
  --wiosn-header-font-color:rgba(0,0,0,1);
  --wiosn-header-background-color:rgba(0, 0, 0, .8);
}
.site_h1_logo{
  background-image: url(/themes/images/tempo_logo.gif?t=6);
  width: 140px;
}
.site_h1_logo a{
  text-indent: 40px;
  color: var(--wiosn-header-menu-a);
  font-family: "wiosn_mao";
  font-size: 24px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
  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{
  
}
.header_menus .menus_items {
  max-width: 7em;
}
.welcome{
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
  color: rgba(76, 63, 68, 1.0);
}
#app_header{
  height: 60px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .03);
}
.swiper-button-prev:before,.swiper-button-next:before{
    width: 30px;height: 30px;
    background-color: rgba(0, 0, 0, .3)!important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
  z-index: 888;
}
.page_down_over{
    margin: 10px;
    display: block;
    margin-bottom: 25px;
    font-size: 12px;
    text-align: center;
    color: #ccc;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .8);
}
.apps_version{
    text-align: center;
    clear: both;
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    margin-top: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    position: relative;
    padding-top: 30px;
    z-index: 100;
}
.header_zhemu:before{
  content: " ";
  display: block;
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  background-color: rgba(0, 0, 0, .2);
  backdrop-filter: blur(3px);
}
/* 响应式 */
 
/* xs */
@media (max-width: 768px) {
  .home_header {
    background-color: transparent;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .03);
  }
  .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){

}