	.store-subNvue {
		/* #ifdef H5 */
		@include positionFixed;
		z-index: 99999;
		/* #endif */
		width: 750rpx;
		@include flexRowSpaceBetween;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 14px 0px rgba(163, 163, 163, 0.23);
		padding: 0 15px;
		height: 45px;

		&-left {
			flex-direction: row;

			&-pic {
				width: 8px;
				height: 14px;
			}

			&-text {
				width: 50px;
			}
		}

		&-right {
			@include  flexRowCenter;

			&-left {
				margin-right: 26px;
			}

			&-right {
				width: 20px;
				height: 17px;
			}
		}
	}