.head {
	z-index: 999999;
	width: 750rpx;
	background-image: linear-gradient(to right, #f42e14, #d0281d);
	&-app{
		width: 750rpx;
	}
	&-cont{
		padding: 0 15px;
		height: 45px;
		@include flexRowSpaceBetween;
	}
	&-left{
		@include styleFont(#ffffff,23);
		font-weight: bold;
	}
	&-right {
		&-image {
			width: 20px;
			height: 20px;
		}
	}
	&-center {
		flex: 1;
		padding: 0 20px;
		flex-direction: row;
		&-list{
			flex: 1;
			align-items: center;
			height: 37px;
		}
		&-text {
		  line-height: 37px;
		  text-align: center;
		  @include styleFont(#fcebeb,14);
		}
		&-bottom {
			height: 5px;
			width: 20px;
			position: relative;
			bottom: 5px;
			border-radius: 30px;
			background-color: #FFFFFF;
		}
		&-act{
			font-weight: 600;
		}
	}
}