.dd_list_content{
	background: rgb(255, 255, 255);
	color: rgb(86, 86, 86);
	font-size: 1.25rem;
	font-weight: normal;
	/*height: 42px;*/
	padding: .25rem 0rem;
	border-radius: .375rem;
	filter: drop-shadow(0 0.1rem 0.1rem rgba(0, 0, 0, 0.2));
	width: 100%;
}
.dd_list_content:hover{
	color: rgb(86, 86, 86);
	background: rgb(248, 248, 248);
}
.dd_list_handle{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	border-radius: .375rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: flex;
	align-items: center;
	display: none;
	z-index: 10;
}
.dd_more{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: .375rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 100%;
	width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #ccc;
	background-color: rgb(169, 205, 240);
}
.dd_more:hover{
	background-color: rgb(200, 227, 254);
}
.dd_more.selected, .dd_more.selected:hover{
	background-color: rgb(67, 98, 154);
	color: rgb(255, 255, 255);
	cursor: default;
}
.dd_list_handle:hover{
	color: rgb(86, 86, 86);
}
.dd_list_item:not(:last-child){
	margin-bottom: .25rem;
}

#save_sort{
	display: none;
}
.list_tool{
	display: inline-flex;
}
@media(min-width: 992px){
	.select_width{
		width: 90px;
	}
	.operate_width{
		width: 90px;
	}
}


/*v2*/
.swiper-button-prev:after, .swiper-button-next:after {
	content: '';
}
.carousel_btn{
	background-color: rgb(255, 255, 255);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	color: rgb(0, 0, 0);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.btn_tab.btn_primary{
	background: rgb(222,234,245);
}
.swiper-slide.selected .btn_tab.btn_primary{
	background: rgb(67, 98, 154);
	color: rgb(255, 255, 255);
	text-shadow: none;
}
.head {
    color: rgb(152, 152, 152);
}