.back-top-wp[data-v-4cae2250] {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 50px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 4px;
  background: #e7eaf1;
  transition: all 0.3s;
}
.back-top-wp > i[data-v-4cae2250] {
  color: #9aaabf;
  font-size: 34px;
}
.back-top-wp[data-v-4cae2250]:hover {
  background: #d5dbe7;
}

.layout-wp[data-v-038e7047] {
  position: relative;
  height: 100%;
  width: 100%;
}
.layout-wp .layout-sidebar-wp[data-v-038e7047] {
  width: 180px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow-y: auto;
  transition: width 0.3s ease-out;
}
@media print {
.layout-wp .layout-sidebar-wp[data-v-038e7047] {
    display: none !important;
}
}
.layout-wp .layout-main-wp[data-v-038e7047] {
  min-height: 100%;
  height: auto;
  transition: margin-left 0.3s ease-out;
  margin-left: 180px;
  position: relative;
  padding-bottom: 60px;
}
@media print {
.layout-wp .layout-main-wp[data-v-038e7047] {
    margin-left: 0 !important;
}
}
.layout-wp.collapse .layout-sidebar-wp[data-v-038e7047] {
  width: 64px;
  overflow: inherit;
}
.layout-wp.collapse .layout-main-wp[data-v-038e7047] {
  margin-left: 64px;
}
.layout-main-wp .split-bar[data-v-038e7047] {
  display: block;
  height: 16px;
  background: #f4f8f9;
}
.layout-main-wp .view-container[data-v-038e7047] {
  padding: 15px;
}
.layout-main-wp .footer-wp[data-v-038e7047] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 10px;
}
.layout-main-wp .footer-wp .text[data-v-038e7047] {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}

