.merchant-native-head {
    background-color: #D4281C;
    &-cont{
		/* #ifdef H5 */
		@include positionFixed;
		 z-index: 99999;
		/* #endif */ 			
        width: 750rpx;
        height: 44px;
        @include flexRowSpaceBetween;
        padding: 0 10px;
        background-color: #D4281C;
    }
    &-text{
		@include styleFont(#FFFFFF,16);
    }
	&-right{
		width: 20px;
	}
}