.no_more_tip {
	text-align: center;
	color: #999999;
	font-size: 14px;
}

.load_more_btn {
	text-align: center;
	font-size: 14px;
	color: #FE2C55
}

.empty_data_view {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-size: 14px;
}

.cursor_pointer {
	cursor: pointer;
}

.dialog_mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.developing {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-size: 14px;
}

.display_flex {
	display: flex;
}

.display_flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex_direction_v {
	flex-direction: column;
}

.flex_1 {
	flex: 1;
}

.flex_2 {
	flex: 2;
}

.flex_3 {
	flex: 3;
}

.flex_4 {
	flex: 4;
}

.vertical_align_top {
	vertical-align: top;
}

.white_space_pre_wrap {
	white-space: pre-wrap;
}

.padding_v_16 {
	padding-top: 16px;
	padding-bottom: 16px;
}

.padding_v_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding_h_16 {
	padding-left: 16px;
	padding-right: 16px;
}

.padding_bottom_30 {
	padding-bottom: 30px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_5 {
	margin-top: 5px;
}

.margin_left_10 {
	margin-left: 10px;
}

.margin_left_5 {
	margin-left: 5px;
}

.text_one_line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.second_text {
	color: #999999;
}

.font_size_12 {
	font-size: 12px;
}

.font_weight_bold {
	font-weight: bold;
}

.width_100_p {
	width: 100%;
}

.height_100_p {
	height: 100%;
}