.user-nav {
  /* #ifndef APP-PLUS-NVUE*/
  z-index: 99999;
  /* #endif*/
  width: 750rpx;
  @include flexRowCenterCenter;
  padding: 0 15px;
  background-color: rgb(244, 46, 20);
  &-title {
	  @include styleFont(#ffffff,15);
  }
  &-box{
	  @include positionAbsolute(0,15);
	justify-content: center;
  }
}