/** 移动端样式 */

body {
  color: #404040;
  font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #272727;
  border-radius: 0;
}

h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
}

a {
  color: #404040;
  text-decoration: none;
}

.pad2 {
  padding: 20px;
}

.quiet {
  color: #888;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  /* Marker tweaks */
}

.sidebar {
  width: 100%;
  height: 156px;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 999;
}

.heading {
  width: 100%;
  height: 64px;
  background: #fff;
  box-sizing: border-box;
  padding: 17px 17px 17px 20px;
  border: none;
  margin: 0;
}

.heading h1 {
  display: flex;
  justify-content: space-between;
}

.heading .input {
  width: 73%;
  height: 30px;
  border: #999 solid 1px;
  box-sizing: border-box;
  padding-left: 10px;
}

.heading .submit {
  height: 30px;
  background: #1f7ef3;
  color: #fff;
  border: none;
  width: 17%;
  margin-right: 5%;
  -webkit-appearance: none;
}

.heading .s-list {
  width: 75%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .56);
  box-sizing: border-box;
  padding: 10px 5px 27px;
  position: absolute;
  z-index: 99;
  left: 21px;
  background: #fff;
  display: none;
}

.heading .no_result {
  box-sizing: border-box;
  font-size: 16px;
  color: #888;
  line-height: 30px;
  padding: 10px 0 13px 45px;
  display: block;
  border-bottom: 1px dashed #e9e9e9;
}

.heading .s-list a {
  box-sizing: border-box;
  background: url(../images/icon1.png) 10px 15px no-repeat;
  font-size: 16px;
  color: #888;
  line-height: 30px;
  padding: 10px 0 13px 45px;
  display: block;
  border-bottom: 1px dashed #e9e9e9;
}


.listings {
  width: 100%;
  height: 50px;
  box-shadow: none;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: initial;
  padding: 0;
  background: #fff;
}

.listings .item {
  text-decoration: none;
  display: inline-block;
  background: url(../images/icon3.png) 12px 5px no-repeat;
  padding: 5px 0 5px 45px;
  border-bottom: none;
}

.listings .item .title {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 13px;
  line-height: 15px;
}

.listings .item div {
  color: #888;
  font-size: 12px;
  line-height: 15px;
}

.goBack {
  height: 30px;
  width: 17%;
  border: #999 solid 1px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-top: 5px;
  background: #1f7ef3;
  color: #fff;
  border: none;
  -webkit-appearance: none;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 移动端地图铺满消除页面滚动条 对应的放大缩小按钮下移 */
#map .top-left.subcontrol-container {
  top: 150px;
}

.poi-box {
  box-sizing: border-box;
  padding: 23px 13px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .56);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.poi-box-left.img {
  position: relative;
  width: 260px;
  margin-right: 25px;
}

.poi-box-left.img img {
  width: 100%;
  height: 100%;
}

.poi-box-left.img h3 {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, .45);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 8px;
  font-weight: initial;
  margin: 0;
}

.poi-box-right {
  width: 300px;
  white-space: normal;
  word-break: break-word;
}

.poi-title {
  font-size: 16px;
  color: #f7800c;
  font-weight: bold;
}

.poi-content-box {
  font-size: 14px;
  line-height: 26px;
  color: #989898;
  margin-top: 4px;
}

.poi-content-box .label {
  color: #333;
}

.poi-content-box .share a {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}