.sd-navigation-bar {
  height: 137px;
  z-index: 1000;
  color: #333;
  font-size: 32rpx;
}
.sd-navigation-bar-content {
  padding-top: 60px;
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: white;
}

.sd-navigation-bar-title {
}
.sd-navigation-bar-icons {
  position: absolute;
  margin-left: 32px;
  image {
    width: 32px;
    height: 32px;
    padding: 0 8px;
  }
}
