.routewin-animation-show {
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.routewin-outline {
	position: absolute;
	display: none;
	z-index: 12;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	height: auto;
	width: auto;
}

.routewin-top {
	display: block;
	position: relative;
	width: 100%;
	height: 44px;
	overflow: hidden;
}

.routewin-top .btn-close {
	display: block;
	position: absolute;
	z-index: 1;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 12px;
	border: none;
}

.routewin-top .block {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-position: 10px 28px;
	background-size: 55px 10px;
	background-repeat: no-repeat;
    margin-left: 10px;
}

.routewin-top .block-select {
	background-image: url("../../images/index/filter-bar-bg.png");
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.routewin-top .block-unselect {
	font-size: 15px;
	color: #333333;
}

.routewin-bottom {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.routewin-bottom  .desc {
	display: block;
	width: calc(100% - 38px);
	margin-top: 20px;
	margin-left: 19px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	color: #000000;
}

.routewin-bottom-block-row {
	display: block;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.routewin-bottom-block-container {
	display: block;
	position: relative;
	height: 90px;
	white-space: nowrap;
}

.routewin-bottom-block-container .btn {
	display: block;
	position: absolute;
	width: 66px;
	z-index: 1;
	top: 0px;
	overflow: hidden;
}

.routewin-bottom-block-container .btn-txt {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
}

.routewin-bottom-block-container .btn-num {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #000000;
	font-size: 20px;
	border: 1px solid #000000;
	border-radius: 20px;
	text-align: center;
	margin: auto;
	overflow: hidden;
}

.routewin-bottom-block-container .btn-select {
	background-color: #fff75a;
}

.routewin-bottom-block-container .line {
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	overflow: hidden;
	border-top: 1px dotted #000000;
	z-index: 2;
	top: 20px;
}

.routewin-map-marker {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #000000;
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
	border: 1px solid #000000;
}

.routewin-map-marker-selected {
	background-color: #fff75a;
}

.routewin-map-marker-unselected {
	background-color: #ffffff;;
}