page .anyui-navbar-wrap {
  position: relative;
  height: 88rpx;
}

page .anyui-navbar-container {
  display: flex;
  height: 86rpx;
  width: 100%;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

page .anyui-navbar-title {
  position: relative;
  width: 450rpx;
  justify-content: center;
}

page .anyui-navbar-content {
  display: block;
  height: 86rpx;
  overflow: hidden;
  vertical-align: middle;
  font-size: 36rpx;
  line-height: 86rpx;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

page .anyui-navbar-back {
  width: 150rpx;
  height: 86rpx;
}

page .anyui-navbar-backBox {
  position: absolute;
  width: 22rpx;
  height: 22rpx;
  left: 24rpx;
  top: 34rpx;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

page .anyui-navbar-line {
  width: 100%;
  height: 1rpx;
  background-color: #cccccc;
}