	.class-tab {
		height: 90rpx;
		padding: 0 28rpx;
		flex-direction: row;

		&-list {
			width: 231rpx;
			height: 90rpx;
			align-items: center;
			justify-content: center;

			&-text {
				@include styleFont(#202020,14);
				font-weight: bold;
			}

			&-act {
				color: #FE2525;
			}

			&-show {
				width: 33rpx;
				height: 4rpx;
				position: absolute;
				bottom: 0;
				background-color: #FE2525;
			}
		}
	}