.regInfoHeader {
	@include positionFixed;
        z-index:999;
		&-center{
			@include styleFont(#FFFFFF,16);
		}
		&-background {
			@include positionAbsolute;
			width: 750rpx;
		}

		&-wrap {
			width: 750rpx;
			height: 45px;
			padding: 0 15px;
			@include flexRowSpaceBetween;
		}

		&-left {
			height: 16px;
		}

		&-right {
			width: 35px;
		}

		&-title {
			@include styleFont(#FFFFFF,17);
			line-height: 45px;
		}
	}