.bsizing {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.loadingbox {
	display: none;
	position: absolute;
	width: 80px;
	height: 80px;
	top: calc(50% - 50px);
	left: calc(50% - 40px);
	border: 0px;
	z-index: 9999999;
}

.if-main {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: hidden;
}

.map-btn-filter {
	display: block;
	position: absolute;
	z-index: 11;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 25px;
}

.map-btn-filter img {
	display: block;
	position: absolute;
	z-index: 1;
	border: none;
	width: auto;
	height: 15px;
	bottom: 3px;
	right: 10px;
}

/* AudioWin Begin */

.audiowin {
	display: none;
	position: absolute;
	width: auto;
	height: 90px;
	overflow: hidden;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-color: #ffffff;
	border: 1px solid #585858;
	border-radius: 10px;
	z-index: 6000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.audiowin_img {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 20px;
	margin-left: 5px;
	float: left;
}

.audiowin_txt_box {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	overflow: hidden;
	width: calc(100% - 180px);
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.audiowin_txt_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	overflow: auto;
	white-space: nowrap;
	width: calc(100% - 10px);
}

.audiowin_txt_number {
	display: block;
	font-size: 14px;
	padding-top: 6px;
	overflow: auto;
	white-space: nowrap;
	width: calc(100% - 10px);
}

.audiowin_toggle_box {
	display: block;
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 20px;
	border-left: 1px solid #d6d7dc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url("../images/audio/up.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.audiowin_toggle_box div {
	display: block;
	text-align: center;
	width: 100%;
	color: #333333;
	font-size: 13px;
	position: absolute;
	bottom: 0px;
}

.audiowin_direct_btn {
	display: block;
	width: 30px;
	height: 90px;
	overflow: hidden;
	color: #2394bc;
	background-position: center;
	background-size: 30px 50px;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.audiowin_direct_btn_left {
	background-image: url("../images/audio/left.png");
}

.audiowin_direct_btn_right {
	background-image: url("../images/audio/right.png");
}

.audiowin_content_box {
	display: block;
	width: 100%;
	height: calc(100% - 90px);
	overflow: auto;
	border-top: 1px solid #585858;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	font-size: 15px;
}

.audiowin_nodata_block {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

.audiowin_nodata_img {
	display: block;
	margin: auto;
	width: 96px;
	height: auto;
}

.audiowin_nodata_txt {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 13px;
}

@keyframes audio-up {
	form { height: 90px; }
	to { height: 90%; }
}

@keyframes audio-down {
	form { height: 90%; }
	to { height: 90px; }
}

.animation-audio-up {
	animation-name: audio-up;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.animation-audio-down {
	animation-name: audio-down;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

/* AudioWin End */

/* RouteWin Begin */

.routebox_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5999;
	background-color: #000000;
	opacity: 0.6;
}

.routebox {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 6000;
	top: 20px;
	left: 10px;
	right: 10px;
	background-color: #ffffff;
	border-radius: 10px;
	background-image: url("../images/route/banner.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 90px;
	padding-top: 90px;
}

.routecontainer {
	display: block;
	width: 100%;
	height: 270px;
	max-height: 270px;
	padding-bottom: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.routebtnrow {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-top: 1px solid #585858;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.routebtn {
	display: inline-block;
	width: 50%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.routebtn_cancel {
	color: #ffffff;
	background-color: #0196fc;
}

.routebtn_confirm {
	color: #0196fc;
}

.route_rad_box {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
}

.route_rad_box_left {
	display: block;
	width: 15%;
	float: left;
	padding-top: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.route_rad_box_left img {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
}

.route_rad_box_right {
	display: block;
	width: 81%;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	border-radius: 10px;
}

.route_rad_box_right_unchecked {
	border: 1px solid #666666;
	background-color: #ffffff;
}

.route_rad_box_right_checked {
	border: 1px solid #1491fe;
	background-color: #1491fe;
}

.route_rad_box_right_title {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.route_rad_box_right_title_checked {
	color: #ffffff;
}

.route_rad_box_right_title_unchecked {
	color: #333333;
}

.route_rad_box_right_desc {
	display: block;
	padding-top: 5px;
	font-size: 13px;
}

.route_rad_box_right_desc_checked {
	color: #ffffff;
}

.route_rad_box_right_desc_unchecked {
	color: #666666;
}

/* RouteWin End */

/* MapBar Begin */

.map_filterbar {
	display: none;
	position: absolute;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 5000;
	top: 10px;
	left: 10px;
	right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.map_filterbar .back {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #ffffff;
	background-image: url("../images/bar/right.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.map_filterbar_menus_outline {
	display: inline-block;
	width: calc(100% - 50px);
	height: 40px;
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 10px;
}

.map_filterbar_menus_box {
	display: inline-block;
	width: auto;
	height: 40px;
	background-color: #ffffff;
	border-radius: 10px;
	white-space: nowrap;
}

.map_filterbar_menus_box div {
	display: inline-block;
	width: auto;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px;
	background-image: url('../images/bar/canting.png');
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 10px 13px;
	color: #291f1d;
	font-size: 13px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 10px;
	background-color: #ffffff;
}

.map_filterbar_menus_box .select {
	color: #ffffff;
	background-color: #1a8ffb;
}

.map_filterbar .cover {
	display: none;
	position: absolute;
	width: auto;
	height: 40px;
	top: 0px;
	right: 0px;
	z-index: 3;
	border: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* MapBar End */

/* MapTree Begin */

.map-buttontree-RT {
	display: none;
	position: absolute;
	top: 60px;
	right: 5px;
	overflow: hidden;
	width: 41px;
	height: auto;
	z-index: 5100;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.map-buttontree-RT .menu-box {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.map-buttontree-RT .menu-box img {
	display: block;
	width: 41px;
	height: 41px;
	margin: auto;
}

@keyframes roll {
	form { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.animation-roll {
	animation-name: roll;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.map-buttontree-LB {
	display: none;
	position: absolute;
	left: 5px;
	bottom: 50px;
	width: 41px;
	height: auto;
	z-index: 5100;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.map-buttontree-LB img {
	display: block;
	width: 41px;
	height: 41px;
	margin-top: 10px;
}

/* MapTree End */