:root {
	--pm-c: #fec806
}

.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;
	padding: 20px;
	box-sizing: border-box;
}

.aq_part a {
	text-decoration: none;
}

.aq_part .aq_part_title {
	margin-bottom: 25px;
	display: flex;
}

.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: 15px;
	color: #222;
}

.aq_part .aq_part_title .aq_more {
	color: #999;
	font-size: 12px;
	line-height: 35px;
}

.aq_part .aq_part_warp {
	display: flex;
	align-items: flex-start;
}

.aq_part .aq_flex {
	display: flex;
}

.aq_part .aq_flex_center {
	align-items: center;
}

.aq_part .aq_flex_between {
	justify-content: space-between;
}


.aq_part * {
	box-sizing: border-box;
	line-height: 1;
}

.aq_star {
	height: 14px;
	width: 75px;
	background: url('../images/star.png') repeat-x center/15px;
	display: inline-block;
	margin: 10px 0;
}

.aq_star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/15px;
	height: 14px;
}

.aq_star-1:before {
	width: 15px;
}

.aq_star-2:before {
	width: 30px;
}

.aq_star-3:before {
	width: 45px;
}

.aq_star-4:before {
	width: 60px;
}

.aq_star-5:before {
	width: 70px;
}

.aq_part .aq_part_left {
	width: 390px;
	margin-left: 24px;
}

.aq_part .aq_right_warp {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aq_part .aq_aprt_right {
	flex: 1;
}

.aq_part .aq_aprt_right .aq_item:nth-child(-n+5) {
	margin-top: 0;
}

.aq_part .aq_aprt_right .aq_item {
	position: relative;
	width: 19%;
	margin-top: 22px;
	text-align: center;
	z-index: 3;
	padding: 0 14px 14px;
}

.aq_part .aq_aprt_right .aq_item::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 82%;
	background-color: #f9f9f9;
	content: "";
	z-index: -1;
}


.aq_part .aq_aprt_right .aq_item .aq_title {
	max-width: 100%;
	margin:12px 0 11px;
}

.aq_part .aq_aprt_right .aq_item .aq_title a {
	font-size: 14px;
	color: #000;
}

.aq_part .aq_aprt_right .aq_item .aq_icon {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}



.aq_part .aq_aprt_right .aq_item .aq_size {
	font-size: 12px;
	color: #999;
	margin-bottom: 16px;
}

.aq_part .aq_aprt_right .aq_item .aq_view {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	color: #999;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 0 auto;
}





.aq_part .aq_part_left {}

.aq_part .aq_part_left .aq_left_warp {
	flex-wrap: wrap;
}


.aq_part_left .aq_part_title {}

.aq_part .aq_part_left .aq_item {
	position: relative;
	padding: 0 18px 16px;
	margin-bottom: 30px;
}

.aq_part .aq_part_left .aq_item::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	border: 1px solid #eee;
	content: "";
	z-index: -1;
	border-radius: 10px;
}

.aq_part .aq_part_left .aq_item .aq_icon {
	width: 66px;
	height: 66px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 10px;
}

.aq_part .aq_part_left .aq_item .aq_title {
	margin-bottom: 24px;
}

.aq_part .aq_part_left .aq_item .aq_title a {
	font-size: 14px;
	color: #333;
}

.aq_part .aq_part_left .aq_item .aq_tagBox {
	font-size: 12px;
	color: #888;
}

.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag::before {
	content: "|";
	margin: 0 6px;
}

.aq_part .aq_part_left .aq_item .aq_tagBox .aq_tag:first-child::before {
	display: none;
}

.aq_part .aq_part_left .aq_item .aq_view {
	display: block;
	position: absolute;
	right: -1px;
	top: 36px;
	width: 58px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: rgba(255, 206, 27, 0.1);
	color: var(--pm-c);
	font-size: 14px;
	border-radius: 13px 0 0 13px;
}

.aq_part .aq_part_left .aq_item .aq_desc {
	margin-top: 12px;
	font-size: 12px;
	color: #888;
}

.aq_part .aq_part_left .aq_list {
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}
.aq_part .aq_part_left .aq_list:last-child {
	margin-bottom: 0;
}
.aq_part .aq_part_left .aq_list::before {
	content: "";
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 6px;
	height: 6px;
	background-color: #e5e5e5;
}
.aq_part .aq_part_left .aq_list .aq_title {}
.aq_part .aq_part_left .aq_list .aq_title a {
	font-size: 14px;
	color: #333;
}
.aq_part .aq_part_left .aq_list .aq_type {
	font-size: 12px;
	color: #888;
	margin-right: 10px;
}
.aq_part .aq_part_left .aq_list .aq_size {
	font-size: 12px;
	color: #888;
}



@media (max-width: 760px) {
	.aq_part {
		display: block;
		width: 100%;
	}

	.aq_part .aq_part_warp {
		display: block;
	}

	.aq_part .aq_aprt_right .aq_item {
		width: 100% !important;
		margin-top: 30px;
		display: flex;
		align-items: flex-end;
		text-align: left;
	}
	.aq_part .aq_aprt_right .aq_item .aq_icon{
		width: 66px;
		height: 66px;
		margin-right: 20px;
	}
	.aq_part .aq_aprt_right .aq_item .aq_title{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.aq_part .aq_aprt_right .aq_item .aq_size{
		margin-bottom: 0;
	}
	.aq_part .aq_aprt_right .aq_item:nth-child(-n+5) {
		margin-top: 34px;
	}

	.aq_part .aq_aprt_right .aq_item:nth-child(1) {
		margin-top: 0;
	}

	.aq_part .aq_part_left {
		width: 100%;
		margin: 0;
	}

	.aq_part .aq_aprt_right .aq_item {
		height: auto !important;
	}

	.aq_part .aq_part_left .aq_part_title:first-of-type {
		margin-top: 24px;
	}

}