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

.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: 17px;
	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+4) {
	margin-top: 0;
}

.aq_part .aq_aprt_right .aq_item {
	position: relative;
	width: 24%;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #eee;
	background-color: #f8f8f8;
}


.aq_part .aq_aprt_right .aq_item .aq_title {
	margin-bottom: 18px;
	max-width: 100%;
}

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

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

.aq_part .aq_aprt_right .aq_item .aq_tagBox .aq_size span {
	color: var(--pm-c);
	font-weight: bold;
	font-size: 14px;
}

.aq_part .aq_aprt_right .aq_item .aq_tagBox {
	background-color: #fff;
	font-size: 12px;
	color: #999;
	height: 49px;
	position: relative;
	padding: 20px 12px 16px;
}

.aq_part .aq_aprt_right .aq_item .aq_tagBox::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 16px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/sj.png);
}





.aq_part .aq_part_left {}

.aq_part .aq_part_left .aq_item {}

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

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

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

.aq_part .aq_part_left .aq_item .aq_box {
	margin-bottom: 21px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #eee;
}

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

.aq_part .aq_part_left .aq_item:nth-child(3) .aq_list .aq_order {
	background-color: rgba(255, 128, 65, 0.4);
}

.aq_part .aq_part_left .aq_item .aq_list .aq_order {
	width: 22px;
	height: 24px;
	background-color: #e1e1e1;
	line-height: 24px;
	position: relative;
	top: -6px;
}

.aq_part .aq_part_left .aq_item .aq_order {
	width: 22px;
	height: 73px;
	background-color: #ff8041;
	line-height: 73px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
}

.aq_part .aq_part_left .aq_item .aq_size {
	font-size: 12px;
	color: #888;
	margin-bottom: 14px;
}

.aq_part .aq_part_left .aq_item .aq_star {
	display: block;
	margin: 0;
}

.aq_part .aq_part_left .aq_item .aq_tj span {
	display: block;
	font-size: 12px;
	color: #888;
}

.aq_part .aq_part_left .aq_item .aq_view {
	width: 60px;
	height: 30px;
	display: block;
	border-radius: 6px;
	text-align: center;
	line-height: 30px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #333;
}

.aq_part .aq_left_warp .aq_item .aq_list .aq_size {
	margin-bottom: 0;
}

.aq_part .aq_left_warp .aq_item .aq_list .aq_title {
	margin-bottom: 0;
}

.aq_part .aq_part_left .aq_item .aq_card {
	display: none;
}

.aq_part .aq_part_left .aq_item:nth-child(-n+1) .aq_card {
	display: flex;
}

.aq_part .aq_part_left .aq_item:nth-child(-n+1) .aq_list {
	display: none;
}

.aq_part .aq_part_left .aq_item:nth-child(2) .aq_list .aq_order {
	background-color: rgba(255, 128, 65, 0.6);
}

.aq_part .aq_part_left .aq_part_title:first-of-type{
	margin-top: 0;
}
.aq_part .aq_part_left .aq_part_title{
	margin-top: 24px;
}
.aq_part .aq_part_left .aq_left_warp:nth-last-child(1) .aq_star {
	height: 17px;
	width: 75px;
	background: url('../images/hot.png') repeat-x center/15px;
	display: inline-block;
}

.aq_part .aq_part_left .aq_left_warp:nth-last-child(1) .aq_star:before {
	content: "";
	display: block;
	background: url('../images/hot_curr.png') repeat-x 0/15px;
	height: 17px;
}

.aq_part .aq_part_left .aq_left_warp:nth-last-child(1) .aq_star-1:before {
	width: 15px;
}

.aq_part .aq_part_left .aq_left_warp:nth-last-child(1) .aq_star-2:before {
	width: 30px;
}

.aq_part .aq_part_left .aq_left_warp:nth-last-child(1) .aq_star-3:before {
	width: 45px;
}

.aq_part .aq_part_left .aq_left_warp:nth-last-child(1) .aq_star-4:before {
	width: 60px;
}

.aq_part .aq_part_left .aq_left_warp:nth-last-child(1) .aq_star-5:before {
	width: 70px;
}


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

	.aq_part .aq_part_warp {
		display: block;
	}

	.aq_right_warp .aq_item {
		width: 48% !important;
		margin-top: 30px;
	}

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

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

	.aq_part .aq_part_left .aq_topList {
		margin: 20px 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;
	}

}