tabsCom.less 570 Bytes
@charset "UTF-8";

.tabs-com {
	width: 220px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	.box {
		.tab {
			margin-right: 50px;
			padding: 23px 0 12px 0;
			color: #999999;
			&:last-child {
				margin-right: 0;
			}
			.title {
				font-size: 32px !important;
				font-weight: 400;
			}
			.line {
				background-color: transparent;
				margin: 6px auto 0 auto;
				width: 50px;
				height: 4px;
				border-radius: 3px;
			}
			&.active {
				color: #000000;
				.line {
					background-color: #FC1540;
				}
			}
		}
	}
}