@import '../../style/base/reset.css';
@import '../../style/base/smooth.css';
@import '../../style/widget/tab.css';
.am-fixed {
  position: fixed!important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}
.am-fixed-bottom {
  top: inherit;
  bottom: 0;
}
