[v-cloak]{display: none;}
html,body,.el-container,#apps{
  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,.2);
  --wiosn-header-menu-a:rgba(255,255,255,1);
  --wiosn-header-sub-menu-a:rgba(255,255,255,1);
  --wiosn-header-sub-menu-hover-a:rgba(255,255,255,1);
  --wiosn-header-menu-height:40px;
  --wiosn-header-font-color:rgba(255,255,255,1);
  --wiosn-header-background-color:rgba(0, 0, 0, .8);
  --wiosn-header-logo-width:50px;
  --wiosn-header-logo-height:40px;
  --wiosn-header-logo-font-color:rgba(255,255,255,1);
  --wiosn-header-mobile-menus-icon-size:24px;
  --wiosn-header-mobile-menus-icon-width:50px;
  --wiosn-header-menus-hover-color:rgba(255,255,255,1);
  --wiosn-header-sub-menus-hover-color:rgba(255,255,255,1);
  --wiosn-header-menus-sub-background-color:rgba(0, 0, 0, .6);
  --wiosn-header-menus-sub-margin-space:6px;
  --wiosn-header-menus-sub-padding-space:20px;
  --wiosn-header-mobile-font-size:14px;
  --wiosn-headerucenter-font-size:14px;
  --wiosn-header-mobile-line-height:24px;
  --wiosn-header-mobile-color-a:#333;
  --wiosn-header-mobile-color-icon:#ccc;
  --wiosn-home-content-padding-space:80px;
  --wiosn-home-content-margin-space:10px;
  --wiosn-backdrop-filter-color:rgba(0,0,0,.7);
  --wiosn-backdrop-filter-blur:0;
}
#apps{
  background-color: #000;
}
img.site_logoface{
  width: 0;height: 0;position: absolute;
}
.wiosn_wrapper{
  padding: var(--wiosn-wrapper-padding-space);
  max-width: var(--wiosn-wrapper-max-width);
  margin: 0 auto;
}
.wiosn_wrapper:after{
  content: "";
  height: 0px;
  overflow: hidden;
  width: 100%;
  clear: both;
}

/* home_header */
.home_header{
  background-color: var(--wiosn-header-background-color);
  position: absolute;
  top: 0;left: 0;right: 0;
  z-index: 2000;
  backdrop-filter: blur(var(--wiosn-backdrop-filter-header-blur));
  -webkit-backdrop-filter: blur(var(--wiosn-backdrop-filter-header-blur));
  box-shadow: 0 8px 12px rgba(0, 0, 0, .3);
  color: var(--wiosn-header-font-color);
}
.home_header .wiosn_wrapper{
    display: flex;
  }
.home_header .wiosn_wrapper:after{
    content: none;
}
.site_h1_logo{
  display: block;
  background-image: url(/themes/images/logo.svg);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  width: var(--wiosn-header-logo-width);
  height: var(--wiosn-header-logo-height);
  overflow: hidden;
  margin: 0;
  color: var(--wiosn-header-logo-font-color);
}
.site_h1_logo a{
  display: block;
  width: 100%;height: 100%;
  text-indent: -1000px;
}
.home_header_menus{
  line-height: var(--wiosn-header-menu-height);
  height: var(--wiosn-header-menu-height);
  flex: .6;
}
.home_header_ucenter{
  line-height: var(--wiosn-header-menu-height);
  height: var(--wiosn-header-menu-height);
  font-size: var(--wiosn-headerucenter-font-size);
  cursor: pointer;
  display: flex;
}
.home_header_ucenter a{
  color: var(--wiosn-header-menu-a);
  display: inline-block;padding: 0 .5em;
}
.nav_userheadimgurl{
  width: 30px;height: 30px;display: block;position: relative;margin: 5px;margin-right: 10px;
}
.home_header_ucenter i{
  line-height: 40px;
  margin: 0 10px;margin-right: 0;
}
.home_header_mobile_menus{
  width: var(--wiosn-header-mobile-menus-icon-width);
  margin-right: var(--wiosn-wrapper-padding-space);
  line-height: var(--wiosn-header-menu-height);
  font-size: var(--wiosn-header-mobile-menus-icon-size);
  font-weight: lighter;
  text-align: right;
}
.home_header_menus li a{
    color: var(--wiosn-header-menu-a);
}
.home_header_spaces{
  flex: 1;
}

/* 导航菜单 */
.header_menus{
  display: flex;
}
.header_menus .menus_items{
  flex: 1;
  position: relative;
  min-width: 4em;
}
.header_menus .menus_items>a:before{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  border-radius: 3px;
  background-color: var(--wiosn-header-menus-hover-color);
  transform: translateX(-50%);
  transition: all 320ms ease;
}
.header_menus .menus_items:hover>a:before{
  width: 50%;
}
.header_menus .menus_items>a.menus_sub_title{
  padding: 0 7px;
}
.header_menus .menus_items>a.menus_sub_title i.fa-thin{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.header_menus .menus_items>a.menus_sub_title:before{
  filter: blur(3px);
}
.header_menus .menus_items:hover>a.menus_sub_title:before{
  height: 1px;
  width: 50%;
}
.header_menus .menus_items:hover>a.menus_sub_title i.fa-thin{
  transform:translateY(-50%) rotate(180deg);
}
.header_menus .menus_sub{
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  transform: translateX(-50%);
  overflow: hidden;
  background-color: var(--wiosn-header-menus-sub-background-color);
  backdrop-filter: blur(var(--wiosn-backdrop-filter-header-blur));
}
.header_menus .menus_items:hover .menus_sub{
  width: inherit;
  height: inherit;
}
.header_menus .menus_items a,.menus_sub_title,.menus_sub_items a{
  display: block;
  cursor: pointer;
  text-align: center;
  position: relative;
  white-space: nowrap;
  z-index: 5;
}
.header_menus .menus_sub_items{
  position: relative;
  margin: var(--wiosn-header-menus-sub-margin-space) var(--wiosn-header-menus-sub-padding-space);
}
.header_menus .menus_sub_items:before{
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 1px;
  border-radius: 3px;
  background-color: var(--wiosn-header-sub-menus-hover-color);
  transform: translateX(-50%);
  transition: all 320ms ease;
}
.header_menus .menus_sub_items:hover:before{
  width: 100%;
}
.header_menus .menus_sub_items a{
  line-height: var(--wiosn-header-sub-line-height);
  font-size: var(--wiosn-header-sub-font-size);
  color: var(--wiosn-header-sub-menu-a) !important;
}
.header_menus .menus_sub_items:hover a{
  color: var(--wiosn-header-sub-menu-hover-a) !important;
}

.mobile_menus{
  font-size: var(--wiosn-header-mobile-font-size);line-height: var(--wiosn-header-mobile-line-height);
}
.mobile_menus li a{
    color: var(--wiosn-header-mobile-color-a);
    display: block;
    text-align: left;
    width: 100%;height: 100%;
}
.mobile_menus li{
  padding-left: .5em;
  position: relative;
}
.mobile_menus li:before{
  content: "";
  position: absolute;
  width: 3px;height: 3px;border-radius: 100%;
  background-color: var(--wiosn-header-mobile-color-icon);
  left: -5px;top: 12px;
}
.el-drawer__header {
  margin-bottom: 0px;
}

/* footer */
footer{
  background-color: var(--wiosn-footer-background-color);
  text-align: center;
  font-size: 12px;
  padding: var(--wiosn-wrapper-margin-space);
  color: var(--wiosn-footer-font-color);
  box-sizing: border-box;
}
footer a{
  color: var(--wiosn-footer-font-a-color);
  text-decoration: underline;
}
footer p{
  margin: 0;
  padding: 0;
  line-height: 20px;
}
footer .el-icon{
  position: relative;
  top: 2px;
}
.footer_menus{
  padding: 15px 0;
  border-bottom:1px #000 solid;
}
.environment{
  padding-top: 15px;
  border-top:1px #555 solid;
}

/* home */
.light{color: #333 !important;}
.box_imgs{max-width: 100%; margin: 10px 0;}
.home_main{
    padding: var(--wiosn-home-content-padding-space) 0;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 50vh;
}
.home_content_01{background-color: #3a190b;}
.home_content_02{background-color: #fff;}
.home_content_03{background-color: #333;}
.home_content_04{background-color: #fff;  text-align: center;}
.home_model_box{
    background-color: hsla(0,0%,100%,.03);
    min-height: 280px;
}
.home_model_box .home_model_title .el-icon{
    position: relative;
    top: 3px;
    margin-right: 10px;
    font-weight: bold;
}
.home_content_01 .home_model_box{
    padding: 25px;
    color: #fff;
    border-radius: 8px;
}
.home_content_01 .home_model_title{
    font-size: 30px;
    font-weight: lighter;
    margin: 0;padding: 0;
    margin-bottom: 18px;
}
.home_content_01 .home_model_intro{
    font-size: 14px;
    line-height: 24px;
}
.home_content_02 .home_model_title{
    font-size: 32px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0;padding: 0;
    text-shadow: 8px 8px 3px rgba(0, 0, 0, .1);
}
.home_content_02 .home_model_title em{
    color: #67C23A;
}
.home_content_02 .statistic_box{
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.home_content_02 .statistic_box:before{
    background-color: #ddd;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 80%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 5px;
    transition: all .32s ease;
}
.home_content_02 .statistic_box .sub{
    font-size: 12px;
    font-style: normal;
}
.home_content_02 .statistic_sub_title{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 28px;
}
.home_content_02 .el-statistic__content{
    padding: 10px 0;
}
.home_content_02 .el-statistic__number{
    color: #f60;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -.73px;
    line-height: 44px;
}
.home_content_03 .home_model_title{
    color: #fff;
    font-weight: lighter;
}

/* home-focus */
.home_focus{
  padding: 0;
  padding-top: 60px;
  position: relative;
}
.focus_bgs_box{
  position: relative;
  z-index: 1;
}
.focus_title{
  margin: 0;
  font-size: 48px;
  line-height: 2;
  color: #fff;
}
.focus_intro{
  display: block;
  margin: 0;
  font-size: 18px;
  color: #eee;
}
.focus_icons{
  display: block;
  margin: 0;
  font-size: 28px;
  color: #eee;
}
.focus_icons .icon_items{
    display: inline-block;
    margin: 20px;margin-left: 0;
  }
.focus_bgs_box{
  overflow: hidden;
  position: absolute;
  left: 0;right: 0;top: 0;bottom: 0;
  background-color: #000;
  user-select: none;
}
.focus_bgs_box:after{
  content: " ";
  position: absolute;
  left: 0;top: 0;
  bottom: 0;right: 0;
  background-color: var(--wiosn-backdrop-filter-color);
  backdrop-filter: blur(var(--wiosn-backdrop-filter-blur));
  -webkit-backdrop-filter: blur(var(--wiosn-backdrop-filter-blur));
}
.focus_main_box{
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 1;
}
.focus_main_box .wiosn_wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  
}
.focus_main_box .focus_text_box{
    transform: translateY(-30%);
}
.focus_bgs{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;left: 50%;
  transform: translateX(-50%);
}
.home_swiper .swiper {
    color: #fff;
} 
.home_swiper .myBullet{
    display: inline-block;
    cursor: pointer;
    width: 40px;height: 1px;
    background-color: rgba(255, 255, 255, .3);
}
.home_swiper .myBullet:first-child{
    border-radius: 5px 0 0 5px;
}
.home_swiper .myBullet:last-child{
    border-radius:  0 5px 5px 0 ;
}
.home_swiper .myBulletActive{
    background-color: rgba(255, 255, 255, 1);
}
/* home_model_list */
.home_model_list .home_model_list_items{
    box-sizing: border-box;
    flex: 1;
}
.home_model_list li{
    padding-right: 20px;
}
.home_model_list li:last-child{;
    padding-right: 0;
}
.home_model_list li a{
    color: #fff;
}
.home_model_list .home_model_list_items_wrapper{
    padding: 10px;
    backdrop-filter: blur(50px);
    background: hsla(0,0%,100%,.11);
    border-radius: 8px;
    line-height: 22px;
    box-sizing: border-box;
    min-height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.home_model_list  .home_model_list_items_wrapper:hover{
    background-color: rgba(255,102,0,.12);
}
.home_model_list .link_arow{
    position: absolute;
    bottom: 0;right: 15px;
    opacity: .2;
}
.home_model_list .home_model_list_items_wrapper:hover .link_arow{
    opacity: 1;
}
.home_model_list .home_model_list_items_wrapper a{
    display: block;
    flex:1;
    padding-bottom: 28px;
}
.home_model_list .home_model_list_title,.home_model_list .home_model_list_intro,.box_imgs{
    margin: 0;
}
.home_model_list .home_model_list_title{
    font-size: 24px;
    line-height: 1.6;
    margin: 5px 0;
    font-weight: normal;
}
.home_model_list .home_model_list_intro{
    font-size: 14px;
    line-height: 1.4;
}
/* home_icons_server */
.home_icons_server li{
    padding: 10px;
    margin: 10px;margin-left: 0;
    border:1px #eee solid;
    border-radius: 8px;
}
.home_icons_server li img{
    max-width: 50px;
}
/* home_spc */
.home_spc_title{
    display: block;
    text-align: center;
    font-size: 38px;
}
.home_spc_intro{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}

/* global */
.flex{
  display: flex;
}

/* swiper */
.swiper-button-prev,.swiper-button-next{
    --swiper-navigation-size:18px;
    --swiper-navigation-color:#fff;
}
.swiper-button-prev:before,.swiper-button-next:before{
    display: block;
    content: " ";
    width: 40px;height: 40px;border-radius: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 0;
    position: absolute;
}

/* 动画 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.icon_rotate{
  display: inline-block;
  animation: rotate .82s linear infinite;
  animation-play-state: running; /* 默认运行动画 */
  animation-fill-mode: forwards; /* 在动画结束时保留最后的状态 */
}
.icon_rotate.paused {
  animation-play-state: paused; /* 添加一个类来暂停动画 */
}
/* 响应式 */
 
/* xs */
@media (max-width: 768px) {
  #apps{
    --wiosn-home-content-padding-space:10px;
    --wiosn-home-content-margin-space:10px;
  }
  .home_header{
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
  }
  .site_h1_logo{
    width: 50px;margin-left: 10px;
  }
  .focus_title{
    font-size: 28px;
    text-align: center;
  }
  .focus_intro{
    font-size: 14px;
    text-align: center;
  }
  .focus_icons{
    text-align: center;
  }
  .focus_main_box{
    height: calc(50vh - 60px);
  }
  .focus_bgs{
    width: auto;
    height: 100%;
  }
  .home_model_title .el-icon{
    position: relative;
    top: 3px;
    margin-right: 10px;
    font-weight: lighter;
  }
  .swiper .swiper-button-prev,.swiper .swiper-button-next{
    display: none;
  }
  .home_content_01 .home_model_box{
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .home_content_01 .home_model_title{
    font-size: 38px;
    font-weight: 200;
    text-align: center;
  }
  .home_content_01 .home_model_intro{
    font-size: 12px;
    text-align: center;
  }
  .home_content_02 .home_model_title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;line-height: 1.4;
  }
  .home_content_02 .statistic_box .sub{
    font-size: 12px;
    font-style: normal;
  }
  .home_content_02 .statistic_sub_title{
    font-size: 12px;
    font-style: normal;
  }
  .home_content_02 .home_model_intro{
    font-size: 12px;
    margin: 10px 5px;
    line-height: 24px;
    color: #999;
  }
  .home_content_02 .statistic_box{
    padding: 0;
    text-align: center;
  }
  .home_content_02 .statistic_box:before{
    display: none;
  }
  .home_model_list .home_model_list_items_wrapper{
    min-height: inherit;
  }
  .home_model_box{
    min-height: 180px;
  }
  .home_icons_server li{
    flex: 1;
    margin: 10px 5px;
    text-align: center;
  }
  .home_model_list{
    flex-direction: column;
  }
  .home_model_list li{
    padding: 0;
    padding-bottom: 10px;
  }
  .home_spc_title{
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0;
  }
  .home_spc_intro{
   font-size: 14px;
  }
}

/* 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){

}