: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_part_right {
	flex: 1;
	overflow: hidden;
}

.aq_right_warp {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.aq_right_warp .aq_item {
	width: 32%;
	margin-left: 10px;
	padding: 16px;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	background: linear-gradient(to bottom, #f8f8f8 10%, #fff 50%);
}

.aq_right_warp .aq_item .aq_info {
	margin-left: 15px;
}

.aq_right_warp .aq_item .aq_icon {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 15px;
	overflow: hidden;
}

.aq_right_warp .aq_item .aq_view {
	display: inline-block;
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 13px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	padding: 0px 20px;
	border-radius: 14px;
	text-decoration: none;
	margin: 10px auto 0;
}

.aq_right_warp .aq_item .aq_view:hover {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}

.aq_right_warp .aq_item .aq_title {
	line-height: normal;
	margin: 8px auto 6px;
}

.aq_right_warp .aq_item .aq_title a {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}

.aq_right_warp .aq_item .aq_score {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
}

.aq_right_warp .aq_item .aq_score span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffd145;
	font-weight: bold;
	padding-left: 22px;
	background: url('../images/aq_score.png') no-repeat left/contain;
	background-size: 15px;
	margin-right: 3px;
}
.aq_right_warp .aq_item .aq_desc{
	display: none;
	font-size: 12px;
	letter-spacing: 1px;
	color: #888888;
	margin-top: 8px;
}
.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_left_warp {
	background: linear-gradient(to bottom, rgba(255,160,86,.18) 10%, #fff 20%);
  padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.aq_part .aq_part_left .aq_item {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	order: 4;
}
.aq_part .aq_part_left .aq_title_order{
	display: flex;
	align-items: center;
}
.aq_part .aq_part_left .aq_info {
	margin-left: 10px;
}

.aq_part .aq_part_left .aq_order {
	width: 44px;
	height: 16px;
	line-height: 16px;
	background-color: var(--pm-c);
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 1px;
}

.aq_part .aq_part_left .aq_icon {
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 10px;
}

.aq_part .aq_part_left .aq_item .aq_title {
	margin-right: 6px;
	max-width: 180px;
}

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

.aq_part .aq_part_left .aq_type{
	font-size: 12px;
	color: #888888;
	margin-top: 12px;
}

.aq_part .aq_part_left .aq_view {
	display: inline-block;
	padding: 0px 22px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #eeeeee;
	color: #333;
	font-size: 14px;
	border-radius: 15px;
	text-align: center;
	text-decoration: none;
}

.aq_part .aq_part_left .aq_item:nth-child(-n+3){
	display: block;
	width: 33.3%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.aq_part .aq_part_left .aq_item:nth-child(1){
	order: 2;
	padding: 0 15px;
}
.aq_part .aq_part_left .aq_item:nth-child(2){
	order: 1;
}
.aq_part .aq_part_left .aq_item:nth-child(3){
	padding: 0 15px;
	order: 3;
}

.aq_part .aq_part_left .aq_item:nth-child(-n+3) .aq_order{
	width: 36px;
	height: 46px;
	color: transparent;
	position: absolute;
  left: 50%;
  transform: translate(-50%,0);
	top: -20px;
}
.aq_part .aq_part_left .aq_item:nth-child(1) .aq_order {
	background: url('../images/aq_rank1.png') no-repeat center/contain;
}

.aq_part .aq_part_left .aq_item:nth-child(2) .aq_order {
	background: url('../images/aq_rank2.png') no-repeat center/contain;
}

.aq_part .aq_part_left .aq_item:nth-child(3) .aq_order {
	background: url('../images/aq_rank3.png') no-repeat center/contain;
}
.aq_part .aq_part_left .aq_item:nth-child(-n+3) .aq_info{
	margin: 0;
}
.aq_part .aq_part_left .aq_item:nth-child(-n+3) .aq_title{
	margin-top: 14px;
	text-align: center;
	margin: 14px auto 0;
}
.aq_part .aq_part_left .aq_item:nth-child(-n+3) .aq_view{
	display: none;
}
.aq_part .aq_part_left .aq_item:nth-child(-n+3) .aq_icon{
  width: 80px;
	height: 80px;
	border-radius: 15px;
}
.aq_part .aq_part_left .aq_item:hover .aq_view{
	color: var(--pm-c);
}
.aq_part .aq_part_left .aq_item:nth-child(n+4){
	margin-top: 32px;
}
@media (max-width: 760px) {
	.aq_part {
		display: block;
		margin: 0;
		padding: 20px 0 !important;
	}

	.aq_part .aq_part_warp {
		display: block;
	}

	.aq_right_warp .aq_item {
		width: 100%;
	}
  .aq_right_warp .aq_item .aq_desc{
		display: block;
	}
	.aq_right_warp .aq_item .aq_icon {
		width: 64px;
		height: 64px;
		border-radius: 15px;
	}

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