.tab-scroll {

    &-title {
        height: 40px;
        background-color: #ffffff;
        @include flexRowSpaceBetween;
        padding: 0 15px;
        &-list{
			@include styleFont(#999999,14);
        }
    }
}