.bs-pull-left {
  float: left !important;
}
.bs-pull-right {
  float: right !important;
}
svg line {
  shape-rendering: crispEdges;
}
.bs-bar {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 44px;
  height: 44px;
  font-size: 14px;
  text-align: center;
}
.bs-bar-item-label {
  position: relative;
  top: -18px;
  left: -9px;
  display: inline-block;
}
.bs-bar-item {
  height: 44px;
  padding-right: 6px;
}
.bs-bar-nav {
  top: 0;
  line-height: 44px;
  background-color: #fafafa;
  color: #36434d;
}
.bs-bar-nav a {
  color: #36434d;
}
.bs-bar-nav a > svg[class*='am-icon'] {
  height: 44px;
  width: 24px;
}
.bs-bar-nav-fixstatus {
  padding-top: 25px;
}
.bs-bar-nav-btn {
  z-index: 20;
  font-size: 14px;
  min-height: 44px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.bs-bar-nav .bs-pull-left,
.bs-bar-nav .bs-pull-right {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bs-bar-title {
  min-height: 44px;
  position: absolute;
  display: inline-block;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  color: #3b4247;
  right: 120px;
  left: 120px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.bs-bar-light {
  background-color: #fff;
}
