/*map页面*/
select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0 none;
  border-radius: 0;
  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
textarea,
select {
  outline: none;
  resize: none;
}
.map-container {
  width: 100%;
  background-color: white;
  padding: 120px 0 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.map-wrap {
  width: 1200px;
  margin: 0 auto;
}

.map-wrap .map-header {
  text-align: center;
  margin-bottom: 40px;
}

.map-wrap .map-header h3 {
  font-size: 46px;
  font-weight: 600;
  color: #000000;
  line-height: 65px;
  margin-bottom: 10px;
}

.map-wrap .area-search h4 {
  font-size: 24px;
  color: #999999;
  line-height: 33px;
  margin-bottom: 40px;
}

#distpicker {
  width: 100%;
  display: flex;
  justify-content: center;
}

#distpicker>div {
  width: 300px;
  height: 50px;
  position: relative;
  margin: 0 25px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.map-wrap .area-search select {
  width: 100%;
  height: 100%;
  line-height: 100%;
  background: #FFFFFF;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  color: #999999;
}

.map-wrap .area-search .triangle {
  border-left: 2px solid #919191;
  border-bottom: 2px solid #919191;
  height: 12px;
  width: 12px;
  transform: translate(2px, -2px) rotate(-45deg);
  -webkit-transform: translate(2px, -2px) rotate(-45deg);
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  display: inline-block;
  -moz-transform: translate(2px, -2px) rotate(-45deg);
  -ms-transform: translate(2px, -2px) rotate(-45deg);
  -o-transform: translate(2px, -2px) rotate(-45deg);
  position: absolute;
  top: 17px;
  right: 20px;
  pointer-events: none;
}

.map-wrap .map-main {
  height: 600px;
  display: flex;
  justify-content: space-between;
}

.map-wrap .map-left {
  width: 450px;
  height: 600px;
  overflow-y: auto;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  padding: 28px 0;
}

.map-wrap .map-right {
  position: relative;
  width: 780px;
  height: 600px;
}

.map-wrap .store-class {
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 28px;
}

.map-wrap .store-class li {
  flex: 1;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  width: 164px;
  background: #DCDCDC;
  font-size: 16px;
  color: #484848;
  cursor: pointer;
  margin-right: 10px;
}

.map-wrap .store-class li:last-child  {
  margin-right: 0;
}


.map-wrap .store-class li.active {
  color: #FFFFFF;
  background: #008DF0;
}

.site-list-box {
  height: 428px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 18px 28px 0;
}

.site-list li {
  width: 100%;
  padding: 20px 20px 20px 52px;
  margin-bottom: 15px;
  box-sizing: border-box;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  position: relative;
}

.site-list li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #E5E5E5;
}

.site-list li.active {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #008CF0;
}

.site-list .site-sort {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: #008DF0;
  border: 1px solid #008DF0;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
}

.site-list h5 {
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000000;
  line-height: 22px;
}

.site-list .address {
  padding-left: 22px;
  box-sizing: border-box;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  background: url('https://jt5.dangbei.net/shop/img/icon_address.png')no-repeat top left;
  background-size: 16px 16px;
  margin-bottom: 6px;
}

.site-list .tel {
  padding-left: 22px;
  box-sizing: border-box;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  background: url('https://jt5.dangbei.net/shop/img/icon_tel.png')no-repeat top left;
  background-size: 16px 16px;
}

.site-list .score {
  margin-bottom: 8px;
  display: none;
}

.site-list .score span {
  margin-left: 5px;
}

.map-wrap .no-more {
  margin-top: 18px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #898D95;
  text-align: center;
}

#my-map {
  width: 100%;
  height: 100%;
}

.go-checked-point {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
  height: 50px;
  line-height: 26px;
  padding: 12px 0 12px 55px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 8px 16px rgb(0 0 0 / 18%);
}

.go-checked-point img {
  position: absolute;
  top: 13px;
  left: 22px;
  width: 25px;
}

.go-checked-point span {
  font-size: 18px;
  font-weight: bold;
  color: #292A2D;
}