@charset "UTF-8";
.app-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.app-wrapper .navbar-pages {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

.app-wrapper .main-container {
  background-color: #F9FBFF;
}

.layui-carousel-ind ul {
  background-color: transparent !important;
}

.layui-carousel-ind ul li {
  border-radius: 0% !important;
  width: 56px;
  height: 4px;
  background-color: #DFECFE;
}

.layui-carousel-ind ul .layui-this {
  background-color: #1472FE !important;
}
