.filter {
	/* margin: 10px;
            padding-bottom: 10px; */
	margin-top: 10px;
}

.filter:not(:last-child):not(:first-child) {
	/* border-bottom: 1px solid #ededed; */
}

.filter-title {
	font-size: 15px;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "微软雅黑", Arial, sans-serif;
	font-weight: bold;
	color: rgba(50, 50, 55, 1);
	padding-bottom: 10px;
}

.filter-list li {
	cursor: pointer;
	font-size: 12px;
	display: inline-block;
	padding: 0 12px;
}

.filter-list a {
	font-size: 14px;
}

.filter-list li.active {
	background-color: #FF6050;
	border-radius: 12px;
}

.filter-list li.active a {
	color: #fff;
	font-size: 15px;
}

.filter-gender {
	position: relative;
}

.filter-gender:before {
	content: " ";
	display: inline-block;
	position: absolute;
	height: 1px;
	background-color: #ededed;
	width: 100%;
	top: 36px;
}

.filter-gender div {
	display: inline-block;
	font-size: 16px;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "微软雅黑", Arial, sans-serif;
	font-weight: bold;
	color: rgba(50, 50, 55, 1);
	padding: 5px 20px;
	position: relative;
	cursor: pointer;
}

.filter-gender .active {
	border: 1px solid #ededed;
	border-top: 3px solid #FF6050;
	border-bottom: none;
}

.filter-gender .active:before {
	content: " ";
	display: inline-block;
	position: absolute;
	height: 1px;
	background-color: #fff;
	width: 100%;
	top: 33px;
	left: 0;
}

.filter-list .gg,
.filter-list .mm {
	display: none;
}

.filter-list.gg .gg {
	display: inline-block;
}

.filter-list.mm .mm {
	display: inline-block;
}

.pt-featured-title {
	border: 1px solid #ededed;
	margin-top: 10px;
	padding: 0 !important;
}

.pt-featured-title a {
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "微软雅黑", Arial, sans-serif;
	font-weight: 400;
	color: rgba(50, 50, 55, 1);
	margin: 0;
	display: inline-block;
	padding: 10px 20px;
}

.pt-featured-title a:not(:first-child) {
	border-left: 1px solid #ededed;
}

.pt-featured-title a.active,
.pt-featured-title a:hover {
	color: #FF6050;
}

.pt-featured-list li {
	width: 375px;
}

.pt-featured-list .pt-featured-list-cont,
.pt-featured-list .pt-featured-list-cont-intro {
	width: 205px;
}

.pt-featured-list li:hover {
	box-shadow: 0px 0px 16px rgba(255, 96, 80, 0.3);
}
