* {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  input,
  textarea,
  .ivu-select {
    font-size: 16px !important;
  }
}

[v-cloak] {
  display: none;
}

.greyBg {
  background-color: #f5f6fb;
}

.bg {
  position: absolute;
  z-index: 1;
}
.bg #container {
  width: 100vw;
  height: 100vh;
}

.search {
  background: #fff;
  position: fixed;
  width: calc(100% - 20px);
  top: 0;
  padding: 10px;
  z-index: 1;
}
.search input {
  border: none;
  width: calc(100% - 40px);
  height: 35px;
  line-height: 35px;
  background: #f7f7f7;
  padding: 0 10px;
  border-radius: 5px;
  outline: none;
}
/* 去除清空按钮 */
input[type='search' i]:enabled:read-write:-webkit-any(
    :focus,
    :hover
  )::-webkit-search-cancel-button {
  opacity: 0;
}
/* 去除搜索图标 */
input[type='search']::-webkit-search-decoration {
  display: none;
}
.search img {
  width: 20px;
  position: absolute;
  top: 18px;
  right: 20px;
}

.search .clear {
  width: 20px;
  position: absolute;
  top: 17px;
  right: 52px;
  color: #aeaeae;
}

.filter {
  position: fixed;
  background: #fff;
  top: 70px;
  left: 10px;
  z-index: 1;
  width: 100px;
  padding: 5px 10px;
  line-height: 36px;
  border-radius: 5px;
  max-height: 50%;
  overflow-y: auto;
}
.filter .choose {
  color: #0091ff;
  /* background: #e5f4ff; */
}

.filter .operate {
  display: block;
  float: right;
}

.localInfo {
  position: fixed;
  background: #fff;
  width: calc(100% - 70px);
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 15px;
}
.localInfo .title {
  overflow: hidden;
  margin: 5px 0 10px;
  line-height: 30px;
}
.localInfo .title span {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.localInfo .title i {
  font-style: normal;
  display: inline-block;
  font-size: 14px;
  padding: 2px 5px;
  height: 24px;
  line-height: 24px;
}
.localInfo .title i.water {
  color: #0091ff;
  background: #e5f4ff;
}
.localInfo .title i.electric {
  color: #fa6400;
  background: #feefe5;
}
.localInfo .title i.gas {
  color: #6236ff;
  background: #efeaff;
}
.localInfo .title b {
  font-weight: normal;
  float: right;
  font-size: 14px;
}
.localInfo .item {
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
}
.localInfo .item span {
  color: #000;
  opacity: 0.4;
}
.localInfo .item img.copy {
  width: 16px;
  margin-left: 5px;
}
.localInfo .item i.local {
  font-style: normal;
  float: right;
  padding: 3px 10px;
  font-size: 12px;
  background: #fef4e5;
  color: #f79700;
  border-radius: 30px;
}
.localInfo .item i.local img {
  width: 18px;
  vertical-align: middle;
  margin-right: 2px;
}
.localInfo .phone i {
  font-style: normal;
  float: right;
  padding: 3px 10px;
  font-size: 12px;
  background: #eef6e5;
  color: #56a800;
  border-radius: 30px;
  margin-bottom: 10px;
}
.localInfo .phone:last-child i {
  margin-bottom: 0;
}
.localInfo .phone i img {
  width: 18px;
  vertical-align: middle;
  margin-right: 2px;
}

.toast_box {
  /* width: 100%; */
  position: absolute;
  bottom: 50%;
  left: 50%;
  /* justify-content: center; */
  z-index: 10;
  transform: translate(-50%, -50%);
}

.toast_box p {
  box-sizing: border-box;
  padding: 10px 20px;
  width: max-content;
  /* 提示框的背景色 */
  background: #707070;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  opacity: 0.8;
}

.toliet {
  margin: 0 auto;
}

.clearFixed {
  height: 98px;
}
.selectBar {
  position: fixed;
  width: 100%;
  top: 55px;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.van-dropdown-menu {
  width: 100%;
}
.van-dropdown-menu__bar {
  width: 100%;
  display: flex;
}
.van-dropdown-menu__item {
  margin-right: 20px;
}
.localNow {
  /* display: flex; */
  justify-content: space-between;
  margin: 20px;
  background: #fff;
  padding: 5px 10px;
  line-height: 30px;
  border-radius: 4px;
}
.localNow div img {
  /* vertical-align: bottom; */
  width: 24px;
}
.localNow span {
  color: #0091ff;
  font-size: 15px;
  font-weight: 800;
}

.localNow .map {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

.localNow .van-ellipsis{
  font-size: 14px;
  margin-bottom: -2px;
}
.removeFixed {
  position: unset;
  margin: 20px;
  border-radius: 6px;
}

.selectBar .van-dropdown-menu__bar {
  box-shadow: 0 1.5px 0px rgba(100, 101, 102, 0.12);
}
