@import "./common/variables";
@import "./common/reset";
@import "./common/iconfont";

.g-fix-ios-overflow-scrolling-bug {
  /* 针对IOS 修复 css overflow scroll bug */
  -webkit-overflow-scrolling: auto !important;
}

.g-fix-ios-prevent-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}


.ac-navbar+.ac-content{
  overflow-y: auto;
  position: absolute;
  bottom: 1.6rem;
  top: 2.3rem;
  height: auto;
  width:100%;
}