.outlets-page {
  display: flex;
  justify-content: space-between;
}
.outlets-page .map {
  width: 13.58rem;
  height: 9.25rem;
}
.outlets-page .right {
  padding: 0.15rem 0.15rem 0 0;
  width: 6.4rem;
}
.outlets-page .right .top-box {
  width: 100%;
  background: #fff;
  border-radius: 0.04rem;
  box-shadow: 0 0.1rem 0.2rem 0.02rem rgba(232, 232, 232, 0.3);
  padding-bottom: 0.2rem;
}
.outlets-page .right .top-box .tabs {
  width: 100%;
  height: 0.6rem;
  display: flex;
}
.outlets-page .right .top-box .tabs li {
  width: 50%;
  height: 100%;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 700;
  color: #666;
  background: #fcfcfc;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.outlets-page .right .top-box .tabs li:nth-of-type(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 0.04rem;
}
.outlets-page .right .top-box .tabs li:nth-of-type(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 0.04rem;
}
.outlets-page .right .top-box .tabs li.active {
  border-color: transparent;
  background: #fff;
  color: #000;
}
.outlets-page .right .top-box .bottom-content {
  display: none;
  padding: 0.28rem 0.35rem 0;
}
.outlets-page .right .top-box .bottom-content .input-box {
  width: 100%;
  height: 0.42rem;
  margin-top: 0.15rem;
  position: relative;
}
.outlets-page .right .top-box .bottom-content .input-box input {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.02rem;
  padding-left: 0.2rem;
  padding-right: 0.65rem;
  font-size: 0.16rem;
  color: #51575c;
}
.outlets-page .right .top-box .bottom-content .input-box input::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: #ABAFB2;
}
.outlets-page .right .top-box .bottom-content .input-box .delete-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.4rem;
  height: 0.16rem;
  cursor: pointer;
  display: none;
}
.outlets-page .right .top-box .bottom-content .input-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  font-size: 0.16rem;
  color: #51575c;
  cursor: pointer;
}
.outlets-page .right .top-box .bottom-content.vip-content .input-box {
  margin-top: 0;
}
.outlets-page .right .top-box .bottom-content .change-title {
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 0.53);
  margin: 0.24rem 0;
}
.outlets-page .right .top-box .bottom-content .fix-type-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.1rem;
}
.outlets-page .right .top-box .bottom-content .fix-type-list .item {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  text-align: center;
  min-width: 0.6rem;
  font-size: 0.14rem;
  color: #222;
  background: #f5f5f5;
  border: 0.02rem solid #f5f5f5;
  border-radius: 0.02rem;
  cursor: pointer;
}
.outlets-page .right .top-box .bottom-content .fix-type-list .item.active {
  background: #fff;
  color: #e60000;
}
.outlets-page .right .result-list {
  width: 100%;
  height: 5.2rem;
  margin-top: 0.2rem;
  display: none;
  overflow: auto;
}
.outlets-page .right .result-list.vip-list {
  height: 7rem;
}
.outlets-page .right .result-list::-webkit-scrollbar {
  display: none;
}
.outlets-page .right .result-list .item {
  margin-bottom: 0.1rem;
  padding-bottom: 0.08rem;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0.04rem;
  cursor: pointer;
  box-shadow: 0 0.1rem 0.2rem 0.02rem rgba(232, 232, 232, 0.3);
}
.outlets-page .right .result-list .item:last-of-type {
  margin-bottom: 0;
}
.outlets-page .right .result-list .item.active {
  border-color: #51575c;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.outlets-page .right .result-list .item .title {
  width: 100%;
  height: 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 0.6rem;
  padding-left: 0.3rem;
  color: #222;
  font-size: 0.18rem;
  font-weight: 700;
}
.outlets-page .right .result-list .item .content {
  padding-top: 0.2rem;
  padding-left: 0.3rem;
}
.outlets-page .right .result-list .item .content .container {
  display: flex;
  align-items: center;
  height: 0.2rem;
  color: #51575c;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.outlets-page .right .result-list .item .content .container .icon {
  font-size: 0.16rem;
  margin-right: 0.08rem;
}
.outlets-page .right .result-list .item .content .container .icon-svg {
  margin-right: 0.08rem;
  flex-shrink: 0;
}
.outlets-page .right .result-list .item .content .container .phone {
  color: #e60000;
}
.outlets-page .right .result-list .no-data {
  margin-top: 0.5rem;
  font-size: 0.3rem;
  color: #666;
  text-align: center;
}
.kkpagerbox {
  margin-top: 0.2rem;
  z-index: 1;
}
.kkpagerbox .pageBtnWrap {
  justify-content: center;
  gap: 0.05rem;
}
@media screen and (max-width: 768px) {
  .outlets-page {
    flex-direction: column;
  }
  .outlets-page .map {
    width: 100%;
    height: 5rem;
  }
  .outlets-page .right {
    width: 100%;
    padding: 0;
  }
  .outlets-page .right .kkpagerbox {
    margin-bottom: 0.2rem;
  }
}
