﻿html, body {

	margin: 0;

	height: 100%;

	width: 100%;

	position: absolute;

}



#mapContainer {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	width: 100%;

	height: 100%;

}



.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;

}

 /*

.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;

}

/*立即预约*/
.ipt {
    float: left;
    color: #b7b7b7;
    width: 366px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 1px solid #e4e4e4;
    border-right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: #fff;
    overflow: hidden;
}
.ipt-area-box .ipt {
    width: 180px;
    height: 30px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}
.ipt-area-box  .j-btn2 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-color: #ed603d;
    border: 0;
    overflow: hidden;
}
.ipt-area-box  .j-btn2:hover{
	background-color:#e8380d
}

.ipt-area-box  .j-btn2 {
    float: right;
    height: 30px;font-weight: normal;
    width: 96px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.ipt-area-box,.ipt-area-box *{
	font-weight: normal;
}