@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-77fb835a]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.mg-fixed-top.is-collapse .mg-fixed-top--body[data-v-77fb835a] {
  width: calc(100% - 65px);
}
.mg-fixed-top--body[data-v-77fb835a] {
  width: 100%;
  position: fixed;
  transform: translate3d(-3px, -6.5px, 0);
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
