	.sign-header {
		width: 750rpx;
		position: fixed;
		z-index: 99999;

		&-content {
			padding: 0 15px;
			height: 44px;
			@include flexRowSpaceBetween;

			&-rule,&-text {
				@include styleFont(#ffffff,15);
			}
			&-right {
				width: 20px;
			}
		}

		&-bc {
			@include positionAbsolute;
			width: 750rpx;
		}
	}