<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--pm-c: #ffd131;
}
.aq_icon {
	display: block;
	border-radius: 12px;
	overflow: hidden;
}
.aq_icon img {
	width: 100%;
	height: 100%;
}
.flex_1 {
	flex: 1;
	overflow: hidden;
}
.lin_1 {
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lin_2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.aq_part {
	margin: 20px auto;
	max-width: 1200px;
	box-sizing: border-box;
}
.aq_part .aq_part_title {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.aq_part .aq_part_title .aq_title {
	position: relative;
}
.aq_part .aq_part_title .aq_title:before {
	content: '';
	position: absolute;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(to right, var(--pm-c), #fff);
}
.aq_part .aq_part_title .aq_title b {
	position: relative;
	z-index: 10;
	line-height: 35px;
	margin-left: 15px;
	font-size: 17px;
	color: #222;
}
.aq_part .aq_part_title .aq_more {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}
.aq_part .aq_part_warp {
  display: flex;
  align-items: flex-start;
}

.aq_part_right {
	flex: 1;
	overflow: hidden;
}
.aq_right_warp {
	display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}
.aq_right_warp .aq_item {
	width: 31.2%;
	margin-left: 16px;
	background-color: #f8f8f8;
	border-radius: 15px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}
.aq_right_warp .aq_item .aq_info{
	padding: 10px 8px 10px 10px;
}
.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 15px;
	text-align: center;
}

.aq_right_warp .aq_item .aq_view {
	display: inline-block;
	background: var(--pm-c);
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	height: 28px;
	line-height: 27px;
	padding: 0px 16px;
	text-decoration: none;
	margin-top: 24px;
	border-radius: 10px 0px 0px 12px;
}

.aq_right_warp .aq_item .aq_title {
	line-height: normal;
}
.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
	letter-spacing: 1px;
	color: #333333;
	text-decoration: none;
}
.aq_right_warp .aq_item .aq_type{
}
.aq_right_warp .aq_item .aq_size {
	display: inline-block;
	width: 100%;
	color: #888888;
	font-size: 12px;
	margin-top: 4px;
}

.aq_right_warp .aq_item .aq_star {
	margin: 8px 0;
	position: relative;
	width: 65px;
	height: 11px;
	background-image: url(../images/aq_icon_star.png);
}
.aq_right_warp .aq_item .aq_star:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 11px;
	width: 0;
	background-image: url(../images/aq_icon_star.png);
	background-position: 0 11px;
}
.aq_right_warp .aq_item .aq_star_1:before {
	width: 13px;
}
.aq_right_warp .aq_item .aq_star_2:before {
	width: 26px;
}
.aq_right_warp .aq_item .aq_star_3:before {
	width: 36px;
}
.aq_right_warp .aq_item .aq_star_4:before {
	width: 52px;
}
.aq_right_warp .aq_item .aq_star_5:before {
	width: 100%;
}
 
.aq_part .aq_part_left {
	width: 386px;
	margin-left: 25px;
	position: relative;
}

.aq_part .aq_part_left .aq_item {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.aq_part .aq_left_warp .aq_item:last-child{
	margin-bottom: 0;
}

.aq_part .aq_warp_items{
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.aq_part .aq_left_warp .aq_info{
	margin-left: 15px;
}

.aq_part .aq_left_warp .aq_icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
}

.aq_part .aq_left_warp .aq_title {
}
.aq_part .aq_left_warp .aq_title a {
	display: block;
	flex: 1;
	font-size: 15px;
	line-height: normal;
	color: #333;
	text-decoration: none;
}

.aq_part .aq_left_warp .aq_view {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 18px;
	border-radius: 6px;
	border: solid 1px #eeeeee;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

.aq_part .aq_left_warp .aq_desc {
	font-size: 12px;
	letter-spacing: 1px;
	color: #888888;
	margin-top:14px;
}

.aq_part .aq_part_left .aq_item{
	width: 100%;
}
.aq_part .aq_part_left .aq_item:nth-child(n+3) .aq_view,
.aq_part .aq_part_left .aq_item:nth-child(n+3) .aq_desc,
.aq_part .aq_part_left .aq_item:nth-child(n+3) .aq_icon{
	display: none;
}

.aq_part .aq_part_left .aq_item:nth-child(n+3){
	width: 48.5%;
	text-align: center;
	height: 38px;
	line-height: 38px;
	background-color: #f8f8f8;
	border-radius: 6px;
	margin-right: 6px;
	margin-bottom: 11px;
	padding: 0 10px;

	box-sizing: border-box;
}

.aq_part .aq_part_left .aq_item:nth-child(2n+4){
	margin-right: 0px;
	margin-left: 5px
}
.aq_part .aq_part_left .aq_item:nth-child(n+3) .aq_info{
	margin-left: 0px;
}
.aq_part .aq_part_left .aq_item:nth-child(n+3) .aq_title a{
	letter-spacing: 1px;
	color: #666666;
	font-size: 14px;
}
.aq_part .aq_part_left .aq_item:nth-child(n+3) .aq_title a::before{
	content: "";
  display: inline-block;
	width: 17px;
	height: 14px;
	background: url('../images/aq_game.png') no-repeat left/contain;
	background-size: 17px 14px;
	margin-right: 8px;
}
.aq_part .aq_part_left .aq_qd_dz{
	margin-bottom: 10px;
}
.aq_part .aq_part_left .aq_warp_items::before{
	display: block;
	width: 72%;
	height: 27px;
	background: url('../images/aq_title_bg.png') no-repeat center/contain;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin: 0 auto 16px;
}
.aq_part .aq_part_left .aq_qd_dz::before{
	content: '鏈熷緟澶т綔';
}
.aq_part .aq_part_left .aq_xb_tj::before{
	content: '灏忕紪鎺ㄨ崘'
}
@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
		padding: 20px 0;
	}
	.aq_part .aq_part_warp {
		display: block;
	}
	.aq_right_warp .aq_item {
		width: 100%;
	}
	.aq_right_warp .aq_item .aq_icon{
		width: 70px;
		height: 70px;
	}
	.aq_right_warp .aq_item .aq_type{
		display: flex;
		flex-wrap: nowrap;
	}
	.aq_right_warp .aq_item .aq_view{
		margin-top: 0px;
	}
	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}
	.aq_part .aq_warp_items {
		gap: 10px
	}
	.aq_part .aq_part_left .aq_item:nth-child(n+3) {
		width: 48%;
		margin: 0;
	}
}</pre></body></html>