titleSubTitleCom.less 756 Bytes
@charset "UTF-8";

.title-sub-title-com {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	width: 182px;
	height: auto;
	.title-box {
		width: 181px;
		height: 100%;
		text-align: center;
		.title {
			color: #666666;
			font-size: 30px;
			font-weight: 600;
			width: 100%;
			height: 100%;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.sub-title {
			color: #B4B4B4;
			font-size: 22px;
			font-weight: 400;
			width: 100%;
			height: 100%;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		&.active {
			.title {
				color: #FF725C;
			}
			.sub-title {
				color: #FF725C;
			}
		}
	}
	.line {
		background-color: #D6D6D6;
		width: 1px;
		height: 48px;
	}
}