html{height:100%}  
  body{height:100%;margin:0px;padding:0px}  
  #container{height:100%}  


    #app {
        width:425px;
        position: absolute;
        left: 20px;
        top: 20px;
        overflow: hidden;
        background-color: rgba(255,255,255,0.7);
    }

    .searchbox {
      width: 100%;
      height: 38px;
      position: relative;

    }

    .province {
      width: 100%;
      height: 72px;

      border-bottom: 1px solid #CCC;
      padding: 7px 0 13px 5px;
      margin-bottom: 13px;
      line-height: 22px;

    }

    .address {
      width: 100%;
      height: 300px;
      overflow-y: scroll;
      overflow-x: hidden;
      border-bottom: 1px solid #CCC;
    }



    p {
      padding: 0;
      margin: 0;
    }

  ::-webkit-scrollbar {
      width: 6px;
      height: 6px;
  }

  ::-webkit-scrollbar-button {
      height: 0;
      width: 0;
  }

  ::-webkit-scrollbar-thumb {
      background: #ccc;
  }

  ::-webkit-scrollbar-track {
      background-color: #f1f1f1;
  }


  .searchbox #searchbox-container {
      position: relative;
      z-index: 2;
      pointer-events: auto;
      width: 368px;
      float: left;
      height: 38px;
      box-sizing: border-box;
      box-shadow: 1px 2px 1px rgba(0,0,0,.15);
  }

  input {
     width: 100%;
     float: left;
     box-sizing: border-box;
      border: 0;
      padding: 9px 0;
      border-left: 10px solid transparent;
      border-right: 27px solid transparent;
      line-height: 20px;
      font-size: 16px;
      height: 38px;
      color: #333;
      position: relative;
      border-radius: 2px 0 0 2px;

  }

  input, button, select, textarea {
      outline: 0;
      outline-color: initial;
      outline-style: initial;
      outline-width: 0px;
      font-family: inherit;
  }

  .input-clear {
      cursor: pointer;
      position: absolute;
      width: 27px;
      height: 36px;
      top: 1px;
      right: 0px;
      background: url(https:////webmap1.bdimg.com/wolfman/static/common/images/retina/new-route-retian_d99addb.png) no-repeat -307px -10px #fff;
      background-size: 428px auto;
      background-color: #fff;
  }

  #search-button {
       background: url(https:////webmap1.bdimg.com/wolfman/static/common/images/retina/new-route-retian_d99addb.png) no-repeat -353px -63px #3385ff;
      background-size: 428px auto;
        width: 57px;
      height: 38px;
      float: left;
      border: 0;
      padding: 0;
      cursor: pointer;
      border-radius: 0 2px 2px 0;
      box-shadow: 1px 2px 1px rgba(0,0,0,.15);

  }


  .province a {
      color: #3d6dcc;
      text-decoration: none;
      line-height: 20px;
      font-family: Arial,Helvetica,"PingFang SC","Hiragino Sans GB",STHeiti,sans-serif;
      font-size: 15px;
      margin-right: 5px;

  }

    a:hover {
      border-bottom: 1px solid;
      /*color: #409EFF;*/
    }

    a.priovince-check {
      color: #409EFF;
      border-bottom: 1px solid #409EFF;
    }


    span.addrnone {
      color: white;
    }

  em {
      margin-left: 10px;
      margin-right: 20px;
      font-style: normal;
      color: #999;
      font-size: 12px;
  }

    #icp {
        /*width:425px;*/
        position: absolute;
        bottom: 10px;
        margin-left: 200px;
        overflow: hidden;
        background-color: rgba(255,255,255,0.3);
    }

