:root {
	--pm-c: #506cfd;
}
.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;
	border-bottom: solid 1px #e5e5e5;
}
.aq_part .aq_part_title .aq_title {
	position: relative;
}
.aq_part .aq_part_title .aq_title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 38px;
	display: inline-block;
	width: 60px;
	height: 2px;
	background: var(--pm-c);
}
.aq_part .aq_part_title .aq_title:after{
	content: '';
	position: absolute;
	left: 27px;
	top: 36px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: var(--pm-c);
	transform: rotate(45deg);
}
.aq_part .aq_part_title .aq_title b {
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 15px;
	color: var(--pm-c);
	font-weight: bold;
	display: block;
}
.aq_part .aq_part_title .aq_more {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 13px;
	text-align: center;
	color: #fff;
	background: var(--pm-c);
	border-radius: 14px;
	margin-top: 16px;
}
.aq_part .aq_part_warp {
  display: flex;
  align-items: flex-start;
}

.aq_aprt_right {
	flex: 1;
	overflow: hidden;
}
.aq_right_warp {
	display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.aq_right_warp .aq_item {
	width: 25%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.aq_right_warp .aq_item .aq_item_warp {
	display: flex;
	align-items: center;
}
.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 10px;
	text-align: center;
	margin-right: 10px;
	margin-top: 16px;
}
.aq_right_warp .aq_item .aq_title_view{
	height: 30px;
	background-color: #f8f8f8;
	padding: 0 12px;
}
.aq_right_warp .aq_item .aq_view {
	width: 22px;
	height: 16px;
	line-height: 16px;
	border-radius: 4px;
	background: var(--pm-c) url('../images/aq_jt.png') no-repeat center/contain;
	background-size: 13px 8px;
}

.aq_right_warp .aq_item .aq_title {
	line-height: normal;
}
.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.aq_right_warp .aq_item .ap_type{
	margin-top: 16px;
}
.aq_right_warp .aq_item .ap_type span{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: var(--pm-c);
}
.aq_right_warp .aq_item .aq_size {
	color: #888888;
	font-size: 12px;
	margin: 6px 0;
}
.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_left_warp {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}
.aq_part .aq_part_left .name{
	width: 36px;
	height: 190px;
	background: #EDF0FF url('../images/aq_score.png') no-repeat center 30px/contain;
	background-size: 17px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: var(--pm-c);
	padding: 60px 5px 1px;
	box-sizing: border-box;
	text-align: center;
}
.aq_part .aq_part_hot .name{
	background: #FFF1ED url('../images/aq_hot.png') no-repeat center 30px/contain;
	background-size: 16px 18px;
	color: #ff7a51;
}
.aq_part .aq_part_new .name{
	background: #FFF5ED url('../images/aq_new.png') no-repeat center 30px/contain;
	background-size: 28px 10px;
	color: #ff9f51;
}
.aq_part .aq_part_down .name{
	background: #EDF6FF url('../images/aq_game.png') no-repeat center 30px/contain;
	background-size: 17px 13px;
	color: #51abff;
}

.aq_part .aq_part_left .aq_warp{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex:1;
}
.aq_part .aq_part_left .aq_item {
	width: 25%;
	text-align: center;
}
.aq_part .aq_part_left .aq_item:nth-child(n+5){
	margin-top: 20px;
}
.aq_part .aq_left_warp .aq_icon {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	margin: 0 auto 13px;
}

.aq_part .aq_left_warp .aq_title a {
	display: block;
	flex: 1;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	margin: 0 auto;
}
.aq_part .aq_left_warp .aq_item:last-child .aq_more{
	display: block;
	text-decoration: none;
	text-align: center;
}
.aq_part .aq_left_warp .aq_item:last-child .aq_more span{
	font-size: 13px;
	color: #666666;
	display: block;
	text-align: center;
}
.aq_part .aq_left_warp .aq_item:last-child .aq_more span:first-child{
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	background-color: #f6f6f6;
	margin: 0 auto 14px;
	font-size: 24px;
}

@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
	}
	.aq_part .aq_part_warp {
		display: block;
	}
	.aq_right_warp .aq_item {
		width: 50%;
	}
	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}
	.aq_part .aq_left_warp{
		display: block;
	}
	.aq_part .aq_part_left .name{
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0;
		background-position-x: 35%;
		background-position-y: center;
		margin-bottom: 18px;
	}
	.aq_part .aq_part_new .name{
		background-position-x: 38%;
	}
}