body {
  margin: 0;
}
.header {
  position: relative;
  top: 0;
  z-index: 3;
}
.center_first_nav {
  width: 100%;
  text-align: right;
  position: relative;
  margin-left: -320px;
}
.return_hotel_btn {
  float: left;
  width: 110px;
  height: 22px;
  background: #ff6699;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
}
.return_hotel_btn a {
  display: inline-block;
  width: 110px;
  height: 22px;
  color: #ffffff;
}
.search_bg {
  position: absolute;
  right: 0;
  width: 476px;
  height: 41px;
  background-color: #f69;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
.map_search_navbg {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 5;
  top: 180px;
}
.search_nav_content {
  float: left;
  margin-top: 7px;
  margin-left: 30px;
}
.search_condition {
  float: left;
  margin-right: 10px;
}
.search_condition select {
  width: 130px;
  height: 26px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 10px;
  font-family: "微软雅黑";
  border: none;
  text-indent: 6px;
  color: #555;
}
.search_click_btn {
  float: left;
  margin-top: 7px;
  width: 110px;
  background: #f69;
  border: 1px solid white;
  color: #ffffff;
  height: 26px;
  border-radius: 3px;
  font-size: 14px;
  font-family: "微软雅黑";
}
.search_click_btn:hover {
  background: #ff98ba;
}
.search_click_btn:active {
  background: #ec6a95;
}
.search_result_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}
.hotel_result_detail {
  width: 300px;
  height: 100%;
  border: 1px solid #d3d3d3;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  bottom: 0;
  background: #ffffff;
}
.hotel_result_detail::-webkit-scrollbar {
  position: absolute;
  left: 10px;
  width: 6px;
}

.hotel_result_detail::-webkit-scrollbar-track {
  border-radius: 10px;
  opacity: 0;
}

.hotel_result_detail::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff;
}
.hotel_result_detail:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d3d3d3;
}
.hotel_result_detail::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}

.hotel_result_tit {
  height: 30px;
  line-height: 30px;
  position: absolute;
  background: #f0f0f0;
  width: 299px;
  text-indent: 10px;
  z-index: 3;
}
.list_hotel_detail {
  padding: 8px 10px;
  border-bottom: 1px solid #e7e7e7;
  height: 95px;
  position: relative;
}
.list_hotel_detail:hover {
  background: #f3f3f3;
  cursor: pointer;
}
.list_hotel_img {
  position: absolute;
  top: 13px;
  width: 116px;
  border-radius: 3px;
}
.list_hotel_name {
  color: #467bcd;
  position: absolute;
  top: 10px;
  left: 137px;
  width: 147px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_hotel_dec {
  position: absolute;
  top: 40px;
  left: 137px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
.list_hotel_dec .number {
  font-size: 12px;
  font-weight: bold;
  color: #f69;
  display: inline-block;
}
.list_hotel_dec p {
  font-size: 12px;
  color: #828282;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page_nav_content {
  position: absolute;
  bottom: 5px;
  left: 12px;
  height: 30px;
  background: #ffffff;
  z-index: 3;
}
.page_number {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid #d3d3d3;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  margin-right: 5px;
}
.next_page {
  display: inline-block;
  width: 60px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border: 1px solid #d3d3d3;
  margin-left: 10px;
}

.hotel_result_map {
  width: 85%;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0px;
  overflow: hidden;
  background: gray;
  z-index: 5;
  border-left: 1px solid #e5e5e5;
  /* display: none; */
}
#hotelMap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map_hotelimg {
  position: absolute;
  top: 42px;
  left: 12px;
  width: 120px;
  height: 80px;
}
.map_info_tit {
  position: absolute;
  left: 139px;
  top: 39px;
  width: 166px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.map_info_tablenum {
  position: absolute;
  left: 139px;
  top: 71px;
  width: 200px;
}
.map_info_tableprice {
  position: absolute;
  left: 139px;
  top: 88px;
  width: 200px;
}
.map_info_address {
  position: absolute;
  left: 139px;
  top: 108px;
  width: 200px;
}
.map_info {
  font-size: 12px;
  color: #828282;
}
.map_info .number {
  font-size: 12px;
  color: #ff6699;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
  border: none;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
  padding: 0 12px;
}
.BMapLib_SearchInfoWindow {
  margin-bottom: 25px;
  margin-left: 15px;
}
