.list {
	&-bg{
		height: 50px;
	}
	&-cont {
		width: 750rpx;
		position: fixed;
		height: 50px;
		background-color: #FFFFFF;
		padding: 0 15px;
		@include flexRowSpaceBetween;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
		&-right{
			width: 20px;
			height: 20px;
		}
		&-left{
			flex: 1;
			overflow: hidden;
			height: 25px;
			margin-right: 10px;
			&-scroll{
				flex: 1;
				height: 40px;
				flex-direction: row;
			}
			&-ul{
				height: 25px;
				flex-direction: row;
			}
			&-list{
				height: 25px;
				border-radius: 30px;
				padding: 0 10px;
				margin: 0 4px;
				@include flexRowSpaceBetween;
				background-color: #f0f0f0;
			}
			&-text{
				@include styleFont(#343434,12);
				margin-left: 8px;
			}
			&-act {
				color: #fa4544;
			}
		}
	}
}