
.list-wrapper[data-v-8e0b996e] {
		background-color: #ffe1e1;
		width: 30px;
		text-align: center;
		border-radius: 20px;
		padding: 10px 0;
}
.list[data-v-8e0b996e] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 999;
}
.item[data-v-8e0b996e] {
		line-height: 30px;
		color: #999999;
		font-size: 14px;
		text-align: center;
		width: 100%;
    cursor: pointer;
}
.selectActive[data-v-8e0b996e]{
		color: #9d1d22;font-weight: bold;
}

