.hot_news_push_popup {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999;
	max-width: 320px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
	padding: 14px 36px 14px 16px;
	cursor: pointer;
	direction: rtl;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
	font-family: inherit;
}

.hot_news_push_popup.show {
	transform: translateY(0);
	opacity: 1;
}

.hot_news_push_popup .hot_news_push_close {
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: 20px;
	line-height: 1;
	color: #999;
	cursor: pointer;
}

.hot_news_push_popup .hot_news_push_label {
	color: #e02020;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 4px;
}

.hot_news_push_popup .hot_news_push_title {
	font-size: 15px;
	font-weight: 600;
	color: #222;
}

@media (max-width: 600px) {
	.hot_news_push_popup {
		left: 12px;
		right: 12px;
		max-width: none;
	}
}
