@CHARSET "gb2312";
body, html {
	width:100%;
	height:100%; 
	margin:0;
	font-family:"微软雅黑";
}

#allmap {
	height:100%;
	width:100%;
}

#driving_way {
	position:absolute;
	left:1%;
	top:150px;
}

/* 两列定宽布局 */
.g-bd{
	width:360px;
	margin:0 auto;
	overflow: hidden;
}
.g-sf{
	float:left;
	width:45px;
}
.g-mn{
	float:left;
	width:198px;
}
.g-sd{
	float:right;
	width:45px;
}

.r-btn {
    padding:0 18px;
    height:57px;
    border:1px solid #d9d9d9 ;
    border-radius:5px;
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background:#ffffff url('imagesmapApireversal.png') no-repeat center center;
	display:inline-block;
    line-height:28px;
    font-size:12px;
    letter-spacing:1px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    word-wrap:normal;
    white-space:nowrap;
    text-shadow:0-1px rgba(0, 0, 0, 0.2);
}

.g-bd .g-mn .g-mn-start{
	position: relative;
}

.g-bd .g-mn .g-mn-pass{
	position: relative;
}

.g-bd .g-mn .g-mn-end{
	position: relative;
}

.g-bd .g-mn .g-mn-icon-green{
	background: url('imagesmapApigreen.png') no-repeat scroll 0 0;
	height: 10px;
    width: 11px;
    position: absolute;
    left: 6px;
    top: 10px;
}

.g-bd .g-mn .g-mn-icon-red{
	background: url('imagesmapApired.png') no-repeat scroll 0 0;
    width: 11px;
	height: 10px;
    position: absolute;
    left: 6px;
    top: 9px;
}

.g-bd .g-mn .g-mn-icon-clear{
	background: url('imagesmapApiresult.png') no-repeat scroll -4px -125px;
	cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    right: -42px;
}

.g-bd .g-mn .g-mn-icon-add{
	background: rgba(0, 0, 0, 0) url("imagesmapApipass.png") no-repeat scroll -1px -223px;
	cursor:pointer;
	position: absolute;
    width: 16px;
	height: 16px;
    right: -63px;
    top: 7px;
}

.g-bd .g-mn .g-mn-icon-sub{
	background: rgba(0, 0, 0, 0) url("imagesmapApipass.png") no-repeat scroll -19px -223px;
	cursor:pointer;
	position: absolute;
    width: 16px;
	height: 16px;
    right: -63px;
    top: 7px;
}

/* 文本输入框 */
.g-bd .g-mn .u-ipt{
	width:100%;
	padding:5px 47px 5px 20px;
	height:17px;
	border:1px solid #D9D9D9;
	border-top-color:#c0c0c0;
	line-height:17px;
	font-size:14px;
	color:#777;
	background:#fff;
}

.g-bd .g-mn .u-ipt.g-mn-besidesFirst{
	border-top: 0px;
}

/* 通用自定义按钮-默认蓝色 */
.u-btn {
    display:inline-block;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    padding:0 20px;
    height:26px;
    line-height:28px;
    border:1px solid #2d88bf;
    border-radius:5px;
    font-size:12px;
    letter-spacing:1px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    word-wrap:normal;
    white-space:nowrap;
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow:0-1px rgba(0, 0, 0, 0.2);
    background:#0c88e8 url('imagesmapApiresult.png') no-repeat scroll -9px -81px;
}
.u-btn, .u-btn:hover {
    color:#fff;
    text-decoration:none;
}
.u-btn:hover, .u-btn:focus {
    background:#399dd8 url('imagesmapApiresult.png') no-repeat scroll -9px -81px;
}
.u-btn:active {
    box-shadow:inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
.u-btn::-moz-focus-inner {
    padding:0;
    margin:0;
    border:0;
}
.u-btn.btnsel {
    display:inline-block;
    vertical-align:middle;
    border-style:solid;
    border-width:4px 4px 0;
    border-color:rgba(255, 255, 255, 0.8) transparent transparent;
}
.u-btn:hover.btnsel, .u-btn:focus.btnsel {
    border-top-color:rgba(255, 255, 255, 1);
}

#z-result{
	margin: 10px 0px 0px 0px;
	width:360px;
}

#r-result,#r-result table {
	width:100%;
}

#r-result{
	max-height:700px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#r-result div h1{
	border-top: 0px !important;
}

/* 含标题和Tab的模块头部-默认不定宽 */
.m-hd{
	height:35px;
	line-height:35px;
	padding:1px 0 0;
	border-bottom:1px solid #ddd;
}
.m-hd h2,.m-hd ul,.m-hd li{
	float:left;
	width: 100%;
}
.m-hd h2{
	margin:0 20px 0 0;
	font-size:16px;
}
.m-hd li{
	position:relative;
	margin:-1px 0 0 3px;
	width: 118px;
}
.m-hd li:first-child{
	margin-left:0;
}
.m-hd li a,.m-hd li a:hover{
	text-decoration:none;
	color:#666;
}
.m-hd li a{
	display:block;
	padding:1px 16px 0px 16px;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	text-align:center;
	font-size:14px;
	background:#f8f8f8;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fdfdfd),to(#f8f8f8));
	background:-webkit-linear-gradient(#fdfdfd,#f8f8f8);
	background:-moz-linear-gradient(#fdfdfd,#f8f8f8);
	background:-ms-linear-gradient(#fdfdfd,#f8f8f8);
	background:linear-gradient(#fdfdfd,#f8f8f8);
}
.m-hd li a:hover{
	background:#fff;
}
.m-hd li.z-crt a{
	padding-bottom:1px;
	margin-bottom:-1px;
	background:#fff;
}
.m-hd .more{
	float:right;
	margin-left:10px;
}
/* 有背景 */
.m-hd-bg{
	padding:11px 10px 0;
	border-radius:5px 5px 0 0;
	background:#f7f7f7;
}
/* tab无缝 */
.m-hd-sl li{
	margin-left:-1px;
}
.m-hd-sl li a{
	border-radius:0;
}
.m-hd-sl li:first-child a{
	border-top-left-radius:5px;
}
.m-hd-sl li:last-child a{
	border-top-right-radius:5px;
}
/* tab居右 */
.m-hd-rt h2{
	margin-right:0;
}
.m-hd-rt ul{
	float:right;
}
/* tab较小 */
.m-hd-sm{
	height:25px;
	line-height:25px;
}
.m-hd-sm h2{
	font-size:14px;
}
.m-hd-sm li a{
	padding:0 10px;
	font-size:12px;
}
/* tab定宽 */
.m-hd-fw li{
	width:80px;
}
.m-hd-fw li a{
	padding:0;
}
/* tab直角 */
.m-hd-ra,.m-hd-ra li a,.m-hd-ra li:first-child a,.m-hd-ra li:last-child a{
	border-radius:0;
}
