page {
	font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
}

ul,
li {
	list-style: none;
}

.baiyin-flex {
	display: flex;
}

.baiyin-flex-wrap {
	flex-wrap: wrap;
}

.baiyin-flex-c-t {
	justify-content: center;
}

.baiyin-flex-c-sb {
	justify-content: space-between;
}

.baiyin-flex-c-sa {
	justify-content: space-around;
}

.baiyin-flex-c-fend {
	justify-content: flex-end;
}

.baiyin-flex-c-b {
	align-items: center;
}

.baiyin-flex-c-b-end {
	align-items: flex-end;
}

.baiyin-overflow-one {
	overflow: hidden;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.baiyin-overflow-two {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}