@import '../common/index.wxss';

.van-dropdown-item {
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0
}

.van-dropdown-item__option {
	text-align: left
}

.van-dropdown-item__option--active .van-dropdown-item__icon,
.van-dropdown-item__option--active .van-dropdown-item__title {
	color: var(--dropdown-menu-option-active-color, #ee0a24)
}

.van-dropdown-item--up {
	top: 0
}

.van-dropdown-item--down {
	/* bottom: 48rpx */
	bottom: 0;
	margin-bottom: 48rpx;
}

.van-dropdown-item__icon {
	display: block;
	line-height: inherit
}