body {
  min-width: 1200px;
}
.back {
  width: 100%;
}
.no-store {
  font-size: 20px;
  text-align: center;
  margin-top: 100px;
  color: #999;
  display: none;
}
.store {
  width: 100%;
  min-height: 650px;
  position: relative;
}
.store .s-title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.store .s-title img {
  width: 200px;
  margin-top: 2%;
}
.store .map-con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.store .middle {
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: 44px;
  left: 5%;
  right: 0;
}
.store .content_mo {
  float: left;
  width: 512px;
  height: 500px;
  background: #fff;
  z-index: 1;
  border-radius: 20px;
  padding: 20px;
}
.store .layui-form-label {
  width: 35px;
  padding: 13px 17px;
}
.store .layui-form-label img {
  width: 100%;
}
#allmap {
  width: 100%;
  height: 100%;
  position: relative;
}
.layui-form-item .layui-input-inline {
  margin-top: 10px;
}
.layui-form-select .layui-edge {
  border-top-color: #181715 !important;
}
.layui-form-select dl dd.layui-this {
  background-color: #d3b166 !important;
}
#seatch-input .layui-input,
#seatch-input .layui-input:hover,
#seatch-input .layui-input:focus {
  border-color: #d3b166 !important;
  color: #181715 !important;
}
.layui-input-inline .layui-input,
.layui-input-inline .layui-input:hover,
.layui-input-inline .layui-input:focus {
  border-color: #181715 !important;
  color: #181715 !important;
}
.content_mo .layui-icon {
  color: #333 !important;
  margin-top: 2px;
}
#seatch-input {
  width: 360px;
  padding-left: 68px;
}
.store-from {
  padding-bottom: 35px;
  border-bottom: 1px solid #333333;
}
.store-left {
  float: left;
  width: 20px;
  padding: 19px 25px;
}
.store-left img {
  width: 100%;
}
.store-right {
  padding: 16px 0;
  margin-left: 70px;
  margin-right: 20px;
  border-bottom: 1px solid #333333;
}
.store-right p {
  line-height: 25px;
  color: #333333;
  font-size: 16px;
}
.store-list {
  width: 100%;
  height: 68%;
  overflow: auto;
}
.store-list::-webkit-scrollbar {
  width: 5px;
  height: 28px;
}
.store-list::-webkit-scrollbar-thumb {
  background-color: #898989;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.store-list::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #e7e7e7;
}
