.button-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    padding: 10px;
}

.button-group .button {
    height: 28px;
    line-height: 28px;
    background-color: #0d9bf2;
    color: #fff;
    border: 0;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
.button-group .inputtext {
    height: 26px;
    line-height: 26px;
    border: 1px;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
/*
.tip {
	position: absolute;
	bottom: 30px;
	right: 10px;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 30px;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 12px;
}
*/
#tip {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 30px;
}

/*
#tip input[type='button'] {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0D9BF2;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	outline: none;
	border: 0;
}
*/
.amap-info-content {
    font-size: 12px;
}

#myPageTop {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding: 6px;
    font-family: "Microsoft Yahei", "微锟斤拷锟脚猴拷", "Pinghei";
    font-size: 14px;
}
#myPageTop label {
    margin: 0 20px 0 0;
    color: #666666;
    font-weight: normal;
}
#myPageTop input {
    width: 170px;
}
#myPageTop .column2 {
    padding-left: 25px;
}
#myPageTop {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-60%);
    background: #fff;
    width: 70%;
    padding: 20px;
}
#myPageTop a {
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: #ff950e;
    text-decoration: none;
}
#myPageTop #show {
    display: block;
}
#myPageTop input {
    font-size: 14px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    outline: none;
}
.pageShow h3 {
    margin: 20px 0 10px;
}
#panel {
    position: absolute;
    background-color: white;
    max-height: 90%;
    overflow-y: auto;
    top: 10px;
    right: 10px;
    width: 280px;
}
.amap-adcontent-body {
    border: none;
    border-radius: 10px;
    box-shadow: none;
}
.infowindow-content {
    padding: 20px;
    color: #333;
    background: #fff;
}
.infowindow-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.infowindow-content p {
    margin: 0;
    font-size: 14px;
}
.amap-adcombo-close {
    filter: invert(100%);
}
.amap-info-combo {
    display: none;
}
.pageShow {
    display: none;
}
