<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.random {
	border-radius:8px;
	padding:16px;
	background-color:#fff
}
.tab_title {
	width:100%;
	height:40px;
	border-radius:8px;
	background-color:#F9F9F9;
	position:relative;
	margin-bottom:24px
}
.new_btn, .random_btn {
	position:absolute;
	top:0
}
.tab_content {
	display:flex;
	height:100%;
	cursor:pointer
}
.tab_content_l, .tab_content_r {
	flex:1;
	display:flex;
	align-items:center;
	justify-content:center
}
.new_btn img, .random_btn img, .tab_content_l img, .tab_content_r img {
	width:16px;
	height:14px;
	margin-right:5px
}
.new_btn span, .random_btn span, .tab_content_l span, .tab_content_r span {
	font-size:18px;
	font-family:PingFangSC-Regular, PingFang SC;
	font-weight:400;
	color:#212629;
	line-height:25px
}
.new_btn, .random_btn {
	width:50%;
	height:40px;
	background-color:#FFDB33;
	border-radius:8px;
	align-items:center;
	justify-content:center;
	display:none;
	cursor:pointer
}
.new_btn {
	left:0
}
.random_btn {
	right:0
}
.act_btn {
	display:flex!important
}
.article_box_random {
	display:none
}
.article_random_item {
	display:flex;
	margin-bottom: 20px
}
.article_random_item_l {
	width:110px;
	height:70px;
	border-radius:4px;
	margin-right:16px
}
.article_random_item_r {
	width:196px
}
.random_text {
	height:40px;
	font-size:14px;
	font-family:PingFangSC-Regular, PingFang SC;
	font-weight:400;
	color:#212629;
	line-height:20px;
	margin-bottom: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.random_date {
	height:16px;
	font-size:12px;
	font-family:PingFangSC-Regular, PingFang SC;
	font-weight:400;
	color:#AAAEB3;
	line-height:16px
}
</pre></body></html>