section {
	background: #F7F8F9;
}

.task-selected-type-box>a {
	border: 1px solid #eee;
	display: flex;
	align-items: center;
}

.task-selected-type-box>a>i {
	margin-left: 4px;
	position: relative;
	z-index: 2;
}

.parent_box_m1 {
	background: #fff;
	top: 40px;
}

.task-type {
	margin-bottom: 16px;
	position: relative;
}

.task-type::after {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 1px;
	background: #f0f0f0;
	display: block;
}

.g-taskclassify {
	overflow: initial;
	border: none;
}

.all_select_boxShow {
	width: 200px !important;
	height: 32px;
}

.g-taskmain {
	border: none;
}

.yyw-expert-filter-type {
	flex: 1;
	display: flex;
	align-items: center;
}

.yyw-expert-filter-type>span {
	white-space: nowrap;
	margin-right: 10px;
	font-size: 14px;
	color: #999;
}

.yyw-expert-filter-type-all>a {
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	margin-bottom: 0;
	cursor: pointer;
}

.yyw-expert-filter-type-box {
	width: 200px;
	height: 44px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	position: relative;
}

.yyw-expert-filter-type-text {
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 10px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
	cursor: pointer;
}

.yyw-expert-filter-type-text>i {
	font-size: 16px;
	transition: all .3s;
}

.yyw-expert-filter-type-box>div {
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 10;
	display: none;
}

.yyw-expert-filter-type-content {
	height: 310px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	overflow-y: auto;
}

.yyw-expert-filter-type-content .swiper-container {
	height: 100%;
}

.yyw-expert-filter-type-content .swiper-slide {
	height: auto;
}

.yyw-expert-filter-type-all>a {
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	margin-bottom: 0;
	cursor: pointer;
	float: none;
}

.yyw-expert-filter-type-all.active>a {
	color: #A73B31;
}

.yyw-expert-filter-type-list {
	width: 200px;
}

.yyw-expert-filter-type-list>p {
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.yyw-expert-filter-type-list.active>p {
	color: #A73B31;
}

.yyw-expert-filter-type-list>p>i {
	font-size: 16px;
	font-weight: bold;
}

.yyw-expert-filter-type-info {
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
	height: 310px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	border-left: 0;
	overflow-y: auto;
	display: none;
}

.yyw-expert-filter-type-sublist>a {
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	height: auto;
}

.yyw-expert-filter-type-sublist>a>i {
	display: none;
}

.yyw-expert-filter-type-sublist>a.active {
	color: #A73B31;
}

.yyw-expert-filter-type-sublist>a.active>i {
	display: block;
}

.yyw-expert-filter-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background: none;
	margin: 30px 0;
}

.yyw-expert-filter-type-text, .yyw-service-price>div>div>input,
	.yyw-expert-filter-type-box, .yyw-expert-filter-type-text {
	line-height: 32px;
	height: 32px;
}

.yyw-expert-filter-type {
	flex: none;
}

.head-task-filter-inp>button>i {
	position: absolute;
	left: 8px;
	top: 9px;
	color: #B3B3B3;
}

.task-height {
	padding-right: 50px;
	height: 40px;
	overflow: hidden;
	position: relative;
}

.icon-position {
	position: absolute;
	top: 0;
	right: 30px;
}

.empty-box {
	padding: 150px 0;
	display: flex;
	margin: 0 auto;
	border-right: none !important;
	align-items: center;
	justify-content: center;
}

.empty-box>div>p {
	text-align: center;
	margin-top: 8px;
}