body {
  background-color: #f8f8f8;
}
.layui-input-inline {
  width: 240px !important;
  height: 60px;
  margin-right: 12px !important;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.layui-input,
.layui-select,
.layui-textarea {
  height: 60px;
  font-size: 18px;
}
.layui-form-select dl {
  top: 60px;
}
.layui-form-selectup dl {
  top: auto;
  bottom: 60px;
}
.store-from {
  height: 60px;
}
.search_btn {
  width: 193px;
  height: 60px;
  background-color: #164b8e;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.scroll-view {
  height: 530px;
  overflow: hidden;
  position: relative;
}
.no-store {
  text-align: center;
  padding: 20px 0;
  color: #A4A5A7;
}
.scroll-btn {
  height: 84px;
}
.scroll-btn div {
  height: 100%;
  text-align: center;
  line-height: 84px;
  background-color: #b7babf;
}
.scroll-btn div i {
  font-size: 37px;
  color: #fff;
}
.scroll-btn div:first-child {
  border-right: 1px solid #fff;
}
.scroll-btn div:hover {
  background-color: #164ABE;
}
.s-right {
  width: 796px;
  height: 675px;
  padding: 12px;
  box-sizing: border-box;
  background-color: #fff;
}
.s-right #allmap {
  width: 100%;
  height: 100%;
}
.store-box {
  margin-top: 33px;
  margin-bottom: 92px;
}
.store-box .store-con {
  margin-top: 72px;
}
.store-box .s-left .store-list {
  background-color: #fff;
  width: 372px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.store-box .s-left .store-list .store-val {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  border-bottom: 1px dashed #ccc;
}
.store-box .s-left .store-list .store-val span {
  color: #164b8e;
  padding: 0 5px;
  font-weight: bold;
}
.store-box .s-left .store-list ul {
  position: absolute;
  top: 0;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.store-box .s-left .store-list ul .store-item {
  height: 106px;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
.store-box .s-left .store-list ul .store-item .store-left span {
  display: block;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background-color: #EEEEEE;
  border-radius: 50% ;
  font-size: 14px;
  color: #7d7d7d;
  margin-left: 27px;
  text-align: center;
  margin-right: 20px;
}
.store-box .s-left .store-list ul .store-item .store-right {
  margin-right: 20px;
}
.store-box .s-left .store-list ul .store-item .store-right .dw {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}
.store-box .s-left .store-list ul .store-item .store-right .dz {
  margin-bottom: 5px;
}
.store-box .s-left .store-list ul .store-item .store-right .dz,
.store-box .s-left .store-list ul .store-item .store-right .dh {
  font-size: 12px;
  color: #7d7d7d;
}
.store-box .s-left .store-list ul .store-item.active {
  background-color: #EEEEEE;
}
.store-box .s-left .store-list ul .store-item.active .store-left span {
  background-color: #164b8e;
  color: #fff;
}
