html, body {
  height: 100%;
}

body {
  background: none;
}

/* wrap -------------------------------------------------------------------- */
#wrap {
  width: auto;
}

#wrap.popuptype1 {
  width: auto;
  padding: 24px;
  background: #f2f2f2;
}

#wrap.popuptype1 .btnbottom {
  clear: both;
  margin: 6px 0 0 0;
  padding: 6px 0 0 0;
  text-align: center;
  border-top: 1px solid #b5b5b5;
}


/* content ----------------------------------------------------------------- */
#content {
  overflow: hidden;
}

#content .section {
  position: relative;
}

#content .section .loading {
  position: absolute;
  top: 50px;
  left: 109px;
  z-index: 10;
}

#content .section .result {
  overflow: auto;
  position: relative;
}

#content .section .listwrap {
  position: relative;
  padding: 4px;
}

#content .section .listwrap table {
  width: 100%;
}

#content .section .listwrap table th, #content .section .listwrap table td {
  padding: 2px;
  border: 1px solid #d9d9d9;
}

#content .section .listwrap table th {
  background: #e6e6e6;
}

#content .section .listwrap table th.center {
  text-align: center;
}

#content .section .listwrap table.routelist td.tree {
  width: 17px;
  cursor: pointer;
}

#content .section .listwrap table.routelist td.routeno {
  cursor: pointer;
}

#content .section .listwrap table.routelist td.routeno img {
  padding: 0 2px 0 0;
}

#content .section .listwrap table.bslist th.bsno {
  width: 64px;
}

#content .section #result1 {
  height: 205px;
}

#content .section #result2 {
  height: 286px;
}

#content .section #result2 h3 {
  padding: 0 0 0 15px;
  font-size: 12px;
  background: url(../img/bu_circle.png) no-repeat 0 center;
}

#content .section #result2 h3 .strong {
  font-size: 14px;
}

#content .section #result2 .routebookmark {
  position: absolute;
  top: 4px;
  right: 4px;
}

#content .section #result2 .routeinfo {
  margin: 5px 0;
}

#content .section #result2 .routeinfo li {
  padding: 0 0 0 12px;
  background: url(../img/bu_rect.png) no-repeat 5px center;
}

#content.interestroute .section input {
  width: 80px;
}

#content.interestbs .section input {
  width: 90px;
}

#content.interestbus .section input {
  width: 80px;
}

#content.bsno .section tr {
  cursor: pointer;
}

#content.interestbusarr {
  width: 307px;
  padding: 48px 6px 0 6px;
  border-bottom: 6px solid #43566c;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #43566c url(../img/bg_businfo.png) no-repeat;
}

#content.interestbusarr .section {
  height: 219px;
  padding: 10px;
  background: #fff;
}

#content.interestbusarr .section h2 {
  position: absolute;
  top: -36px;
  left: 165px;
  color: #fff;
}

#content.interestbusarr .section .loading {
  left: 137px;
}

#content.interestbusarr .section .viewmap {
  display: none;
}

#content.interestbusarr .section .arrlist ul {
  height: 200px;
}


/* content popup1 ---------------------------------------------------------- */
.popuptype1 #content h1 {
  margin: 0 0 6px 0;
  padding: 0 0 6px 20px;
  font-size: 12px;
  line-height: 15px;
  border-bottom: 1px solid #de66a8;
  background: url(../img/bu_main.png) no-repeat;
}

.popuptype1 #content .sectionwrap {
  overflow: hidden;
  width: 48%;
  border: 1px solid #b5b5b5;
  background: #fff;
}

.popuptype1 #content .section h2 {
  padding: 0 0 0 18px;
  font-size: 12px;
  line-height: 22px !important;
  color: #fff;
  background: #999 url(../img/bg_popup_h2.png) no-repeat 8px center;
}


/* content popup2 ---------------------------------------------------------- */
.popuptype2 {
  padding: 10px;
}

