@charset "UTF-8";
/* ============================================
   首页专用样式
   ============================================ */
/* 应用场景选项卡 */
.app_scene-container {
  position: relative;
}
.app_scene-container .app_scene-tabs {
  width: 100%;
}
.app_scene-container .app_scene-tabs a {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.app_scene-container .app_scene-tabs a:hover {
  background-color: rgba(var(--secondary-color), 0.6);
}
.app_scene-container .app_scene-tabs .uk-active a {
  background-color: rgba(var(--secondary-color), 1);
}

.app_scene-panels {
  padding: 0;
  margin: 0;
}
.app_scene-panels li {
  list-style: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.app_scene-panels li.uk-active {
  opacity: 1;
}
.app_scene-panels img {
  display: block;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=home.css.map */
