:root {
	--pm-c:#0FAB4D
}
.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 {
	display: flex;
	margin: 20px auto;
	max-width: 1200px;
	box-sizing: border-box;
}
.aq_part .aq_part_title {
	border-bottom: 1px solid #f0f5f1;
	margin-bottom: 25px;
}
.aq_part .aq_part_title .aq_title {
	color: var(--pm-c);
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid var(--pm-c);
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}
.aq_part .aq_part_title .aq_title:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 3px 3px;
	border-color: transparent transparent var(--pm-c) transparent;
}
.aq_part .aq_part_title .aq_title .more {
	display: inline-block;
}


.aq_part .aq_part_left {
	flex: 1;
	overflow: hidden;
}
.aq_part .aq_part_right {
	margin-left: 30px;
	width: 390px;
}
.aq_part .aq_item_warp {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}
.aq_part .aq_item_warp .aq_item {
	width: 16.6%;
	text-align: center;
	padding-left: 40px;
	box-sizing: border-box;
	margin-bottom: 38px;
}
.aq_part .aq_item_warp .aq_item .aq_icon {
	display: block;
	width: 78px;
	height: 78px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
}
.aq_part  .aq_item_warp .aq_item .aq_title {
	margin-top: 10px;
	margin-bottom: 7px;
	line-height: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aq_part  .aq_item_warp .aq_item .aq_title a {
	font-size: 15px;
}
.aq_part  .aq_item_warp .aq_item .aq_star {
	margin: 8px auto;
	position: relative;
	width: 70px;
	height: 12px;
	background-image: url(../images/aq_icon_star.png);
}
.aq_part  .aq_item_warp .aq_item .aq_star:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 12px;
	width: 0;
	background-image: url(../images/aq_icon_star.png);
	background-position: 0 12px;
}
.aq_part  .aq_item_warp .aq_item .aq_star_1:before {
	width: 12px;
}
.aq_part  .aq_item_warp .aq_item .aq_star_2:before {
	width: 12px;
}
.aq_part  .aq_item_warp .aq_item .aq_star_3:before {
	width: 12px;
}
.aq_part  .aq_item_warp .aq_item .aq_star_4:before {
	width: 12px;
}
.aq_part  .aq_item_warp .aq_item .aq_star_5:before {
	width: 100%;
}
.aq_part .aq_item_warp .aq_item .aq_size {
	display: block;
	color: #888888;
	font-size: 12px;
	margin: 8px 0;
}
.aq_part .aq_item_warp .aq_item .aq_view {
	display: flex;
	border: 1px solid var(--pm-c);
	font-size: 12px;
	max-width: 75px;
	margin: 0 auto;
	border-radius: 3px;
}
.aq_part .aq_item_warp .aq_item .aq_view span {
	display: block;
	text-align: center;
	flex: 1;
	padding: 6px 0;
	color: #666;
}
.aq_part .aq_item_warp .aq_item .aq_view span:first-child {
	background: var(--pm-c);
	color: #fff;
}

.aq_part .aq_hot_card {
	border: 1px solid var(--pm-c);
	position: relative;
	overflow: hidden;
}
.aq_part .aq_hot_card .card_title {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	width: 20px;
	background: var(--pm-c);
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 20px 5px
}
.aq_part .aq_hot_card .card_main {
	margin-left: 30px;
	flex: 1;
	overflow: hidden;
	padding: 15px;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}
.aq_part .aq_hot_card .card_main .aq_icon {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}
.aq_part .aq_hot_card .card_main .card_content {
	margin-left: 10px;
	flex: 1;
	overflow: hidden;
}
.aq_part .aq_hot_card .card_main .card_content .aq_title {
	line-height: normal;
}
.aq_part .aq_hot_card .card_main .card_content .aq_title a {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.aq_part .aq_hot_card .card_main .card_content .aq_info {
	font-size: 13px;
	color: #999;
	margin: 3px 0;
	display: flex;
	align-items: center;
}
.aq_part .aq_hot_card .card_main .card_content .aq_info span {
	flex: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aq_part .aq_hot_card .card_main .card_content .aq_info .aq_view {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	color: var(--pm-c);
	position: relative;
}
.aq_part .aq_hot_card .card_main .card_content .aq_info .aq_view span {
	position: relative;
	z-index: 10;
	color: #fff;
	padding: 0 10px;
	color: var(--pm-c);
}
.aq_part .aq_hot_card .card_main .card_content .aq_info .aq_view:after {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--pm-c);
	border-radius: 3px;
	opacity: .15;
}
.aq_part .aq_hot_card .card_main .card_content .aq_score {
	font-size: 12px;
	color: #ffc107;
	background-image: url(../images/aq_icon_score.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 14px;
}
.aq_part .aq_hot_card .card_desc {
	font-size: 13px;
	color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 10px 45px;
}
.aq_part .aq_hot_list {
	margin-bottom: 20px;
}
.aq_part .aq_hot_list li {
	display: flex;
	margin-top: 20px;
	align-items: center;
	background-image: url(../images/aq_icon_game.png);
	background-repeat: no-repeat;
	line-height: normal;
}
.aq_part .aq_hot_list li .aq_title {
	font-size: 14px;
	flex: 1;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 30px;
    color: #333;
}
.aq_part .aq_hot_list li .aq_size {
	color: #666;
	font-size: 12px;
}
.aq_part .aq_hot_list li .aq_view {
	font-size: 12px;
	margin-left: 10px;
}



@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
	}
	.aq_part .aq_item_warp {
		margin-left: -30px;
	}
	.aq_part .aq_item_warp .aq_item {
		padding-left: 30px;
		width: 33%;
		margin-bottom: 25px;
	}
	.aq_part .aq_part_right {
		margin-left: 0;
		width: 100%;
	}
	.aq_part .aq_hot_card .card_main .card_content .aq_info span {
		font-size: 12px;
	}
}