/* html,body,div,h2,h3,h4,p,img,span,table,ul,li,input,strong{padding: 0px;margin: 0px} */
*{padding: 0px;margin: 0px;}
.gmnoprint{display: none;}
body{font-family: Verdana,Arial,Helvetica,sans-serif;background-color: #FFF;overflow: hidden;}
.input{
    box-sizing: border-box;
    text-align:center;
    font-size:1.2em;
    height:1.4em;
    border-radius:4px;
    border:1px solid #c8cccf;
    color:#6a6f77;
  -web-kit-appearance:none;
  -moz-appearance: none;
  display:block;
  outline:0;
  opacity: 0.5;
  text-decoration:none;
}
#serch_input{
    float:left;
    width:55%;
}
.serchBtn{
    float: right;
    width: 30%;
    cursor:pointer;
}
.serchBtn:focus{
    opacity: 1;
}

input[type="text"]:focus{
  border:1px solid #369;
  opacity: 1;
}
#searchContainer{
    width: 55%;
    display: inline-block;
    background: #ccc;
    z-index: 9999;
    height:auto;
}

.search_result{font-size: 14px;padding: 3px 5px;background: white}
.search_result a{text-decoration: none;}
.search_result img{width: 10px;height: 15px;}
.search_result_addr{color: #ddd;}
#my_location{position: absolute;bottom: 20px;right: -3px;z-index: 999009;opacity: 0.7;}
#header{position: relative;top: 0px;z-index: 999;width:100%;margin: 0 auto;}
.map_detail_control{position:absolute;padding: 0px;margin:0px;top:50px;right:0px;height: auto;width: 39px;z-index: 9999;background: #ddd;background-color: #95c1ec;}
/* .map_detail_control {text-decoration: none;padding: 4px;margin:0px;display:block;float: right;} */
.map_detail_control img{padding:10px 2px;margin:0px;display:block;float: right;width: 35px;height: 35px;}
.map_detail_control_hover {
    background: #399;
    color: white;
}
.gm-style-cc{display: none;}
.map_detail_control_active {
    background: #369;
}

.map_detail_control_no_active {
    background: #aaa;
}
#img_change_map{
    float:left;width: 11%;height:11%;max-width: 40px;max-height: 40px;display: block;z-index: 99997799;opacity: 0.7;
}
    #map_type_all {
        height: auto;
        background-color: #95c1ec;
        position: absolute;
        top: 40px;
        width: 32px;
    }
    .map_img_container_active{
        background-color: #369;
    }

    .map_img_container {
        float: left;
        width: 32px;
        height: 40px;

    }
    .map_img {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 5px;
        border-radius: 5px;
    }
    .map_name {
        margin: 0px 0px 50px 0px;
        width: 70px;
        height: 20px;
        text-align: center;
    }
#onlineMap{width: 100%;height: 100%;position: absolute;top: 0px;bottom: 0px;}

.serch{
	background: #fff none repeat scroll 0 0;
    border-color: #ddd #eee #ddd #ddd;
    /*border-radius: 5px 0 0 5px;*/
    border-style: solid;
    border-width: 1px;
    /*float: left;*/
    font-size: 13px;
    height: 24px;
    line-height: 1.5em;
    outline: medium none;
    padding-left: 5px;
    text-align: left;
    width: 180px;
}
