.uroutewin-animation-show {
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.uroutewin-outline {
	position: absolute;
	display: none;
	z-index: 12;
	left: 0px;
	right: 0px;
	top: 0px;
	background-color: #ffffff;
	height: auto;
	width: auto;
}

.uroutewin-top {
	display: block;
	right:5px;
	position:relative;
	width: 100%;
	height: 44px;
	overflow: hidden;
	padding-left: 5px;
}

.uroutewin-top .btn-close {
	display: block;
	position: absolute;
	z-index: 1;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 12px;
	border: none;
}

.uroutewin-top .block {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-position: 50% 39px;
    background-size: 30px 5px;
	background-repeat: no-repeat;
	margin-left: 15px;
	    
}

.uroutewin-top .block-select {
	background-image: url("../../images/index/filter-bar-bg.png");
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.uroutewin-top .block-unselect {
	font-size: 15px;
	color: #333333;
}

.uroutewin-bottom {
	display: block;
	position: relative;
	width: 100%;
	/* height:233px; */
	overflow: hidden;
	padding-bottom: -20px;
}

.uroutewin-bottom  .desc {
	display: block;
	width: calc(100% - 38px);
	margin-top: 20px;
	margin-left: 19px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	color: #000000;
}

.uroutewin-bottom-block-row {
	display: block;
	width: 100%;
	margin-top: 16px;
	overflow: hidden;
}

.uroutewin-bottom-block-container {
	display: block;
	position: relative;
	height: 90px;
	white-space: nowrap;
}

.uroutewin-bottom-block-container .btn {
	display: block;
	position: absolute;
	width: 66px;
	z-index: 1;
	top: 0px;
	overflow: hidden;
}

.uroutewin-bottom-block-container .btn-txt {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
}

.uroutewin-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;
}

.uroutewin-bottom-block-container .btn-select {
	background-color: #fff75a;
}

.uroutewin-bottom-block-container .line {
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	overflow: hidden;
	border-top: 1px dotted #000000;
	z-index: 2;
	top: 20px;
}

.uroutewin-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;
}

.uroutewin-map-marker-selected {
	background-image: url("../../images/index/ng.png");
}

.uroutewin-map-marker-unselected {
	background-color: #ffffff;;
}

.uroutewin-show-span {
	background-color: #faef63;
	border-radius:  10px 10px 10px 10px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	box-shadow:0px 2px 14px rgba(250,239,99,0.5);
}