.u-lineH-150 {
	line-height: 150% !important;
}

.u-lineH-200 {
	line-height: 200% !important;
}

.u-lineH-250 {
	line-height: 250% !important;
}

.u-lineH-12 {
	line-height: 12px !important;
}

.u-lineH-14 {
	line-height: 14px !important;
}

.u-lineH-16 {
	line-height: 16px !important;
}

.u-lineH-18 {
	line-height: 18px !important;
}

.u-lineH-20 {
	line-height: 20px !important;
}

.u-lineH-21 {
	line-height: 21px !important;
}

.u-lineH-22 {
	line-height: 22px !important;
}

.u-lineH-24 {
	line-height: 24px !important;
}

.u-lineH-25 {
	line-height: 25px !important;
}

.u-lineH-26 {
	line-height: 26px !important;
}

.u-lineH-28 {
	line-height: 28px !important;
}

.u-lineH-30 {
	line-height: 30px !important;
}

.u-lineH-34 {
	line-height: 34px !important;
}

.u-lineH-36 {
	line-height: 36px !important;
}

.u-lineH-40 {
	line-height: 40px !important;
}

/* 文字省略 多行溢出 */

.u-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.u-line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.u-line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.u-line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.u-line-5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}