.container {
    position: absolute;
    left: 20px;
    top: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
  }

.container button, .container span {
    color: #428bca;
    padding: 5px 10px!important;
}

/*信息框*/
.info p {
  margin: 0px;
  font-size: 13px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button, select {margin: 0px;padding: 0px;border: 0px;outline: 0px;font-size: 100%;vertical-align: baseline;}

body {
  font-family: arial, sans-serif;
}

.control_panel {
  position: absolute;
  font-size: small;
  min-height: 28px;
  border-radius: 3px;
  transition: all .2s linear;
  z-index: 400;
  color: #FFF;
}

.position_lb {
  left: 25px;
  top: 25px;
  height: 30px;
  display: flex;
  width: 480px;
}

.position_lb li {
  list-style: none;
}

.position_lb input {
  width: 150px;
  outline: none;
  color: #000;
}

.contro_panel {
  position: absolute;
  font-size: small;
  border-radius: 3px;
  background-color: #fff;
  transition: all .2s linear;
  z-index: 400;
  color: #333;
  padding: 10px;
}

.contro_panel_height {
  min-height: 30px;
  width: 300px;
  max-height: 75%;
  overflow-y: auto;
}

.contro_panel_position_lr {
  right: 30px;
  top: 30px;
}

/*驾车路径规划*/
.driveInfo {
  width: auto;
  height: auto;
  background: #fff;
  color: #333;
  font-size: 12px;
  padding: 15px 20px 7px 7px
}

.driveInfo li {
  margin-bottom: 8px
}

.driveInfo li span {
  width: 160px;
  display: inline-block;
  text-align: right;
  font-weight: 500;
  vertical-align: middle
}

.driveInfo li input,
.driveInfo li textarea {
  width: 180px;
  font-size: 12px;
  padding-left: 5px;
  color: #333;
}

.driveInfo li textarea {
  vertical-align: top;
  font-family: Arial;
}

.context_menu li {
  cursor: pointer;
}

.context_menu li:hover {
  color: #22a9ff;
}

.planTitle {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.plan-nobus p {
  padding-top: 15px;
}

.contro_panel_height {
  width: 200px;
  max-height: 65%;
  display: none;
}

div.marker {
  width: 21px;
  height: 26px;
  border: 0px;
}

div.startMarker {
  background: url(./examples/assets/images/points.png) -374px 0px no-repeat;
}

div.endMarker {
  background: url(./examples/assets/images/points.png) -407px 0px no-repeat;
}

div.channelMarker {
  background: url(./examples/assets/images/points.png) -441px 0px no-repeat;
}
