.tip-message {
  height: 3.64583vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 3.125vw;
  z-index: 999;
  width: 100%;
  background-color: #f5f5f5;
  font-size: 1.04167vw;
}

.small-btn {
  margin-left: 1.04167vw;
  padding: 0.41667vw 1.40625vw;
  font-size: 0.625vw;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}

.link-btn.tip {
  font-size: 1.04167vw;
}

.yes-btn {
  color: #fff;
  background-color: #000;
  border: 0.052vw solid #000;
}

.no-btn {
  border: 0.052vw solid #000;
}

.no-btn:hover {
  border: 0.052vw solid #666;
}

.small-btn:hover {
  opacity: 0.7;
  transition: opacity .3s;
}

.content-1 {
  position: relative;
  width: 100%;
  height: 15.417vw;
}

.content-1 .banner-img {
  width: 100%;
  height: 29.16667vw;
  object-fit: cover;
}

.map-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.map-banner-content h2 {
  margin: 0 0 1.927vw;
  font-weight: normal;
  font-size: 1.875vw;
}

.map-banner-content p {
  font-size: 1.04167vw;
  margin-bottom: 1.042vw;
}

.input-box {
  position: relative;
}

.map-banner-content input {
  width: 33.33333vw;
  height: 3.125vw;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 1.04167vw;
  font-size: 0.83333vw;
  outline-style: none;
  box-sizing: border-box;
}

.input-search-icon {
  position: absolute;
  right: 1.04167vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.354vw;
  font-weight: bold;
  cursor: pointer;
}

.pause-tip {
  font-size: 1.042vw;
  width: 60vw;
  margin: 0 auto -2.604vw;
  padding: 0 2.083vw;
  box-sizing: border-box;
}

/* 第二部分 */
.content-2 {
  margin-top: 5.208vw;
}

.content-2 .content-2-center-mob {
  display: none;
}

.content-2-center {
  width: 79.167vw;
  margin: 0 auto 5.20833vw;
  padding: 2.08333vw 0 0;
  border: 0.052vw solid #c6c6c6;
  position: sticky;
  top: 0;
}

.search-box {
  padding: 0 2.08333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.08333vw;
}

.search-box p {
  font-size: 1.04167vw;
  margin-right: 1.04167vw;
}

.city-box {
  display: flex;
}

.select {
  position: relative;
  cursor: pointer;
}

.city-box .select:not(:last-child) {
  margin-right: 2.083vw;
}

.select-input {
  position: relative;
  font-size: 0.83333vw;
}

.select-input input {
  font-size: 0.83333vw;
  width: 16.979vw;
  height: 3.125vw;
  border: 0.052vw solid #999;
  outline: none;
  padding: 0 2.08333vw 0 1.04167vw;
  box-sizing: border-box;
  cursor: pointer;
}

.select-input .city-box {
  height: 100%;
}

.select-input>.iconfont {
  font-size: 0.625vw;
  font-weight: bold;
  color: #999;
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  margin-top: -0.417vw;
  pointer-events: none;
}

.select-input>.iconfont.active {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.select-option {
  max-height: 15.625vw;
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  padding: 0.625vw 0;
}

.select-option::-webkit-scrollbar {
  width: 0.20833vw;
}

.select-option::-webkit-scrollbar-thumb {
  background: #e0e0e0;
}

.select-option li {
  padding: 0.72917vw 1.5625vw 0.72917vw 0.72917vw;
  line-height: 1.04167vw;
  width: calc(100% - 2.29167vw);
  opacity: .5;
  cursor: pointer;
  font-size: 0.83333vw;
}

.select-option li:hover {
  opacity: 1;
}

/* 地图功能 */
.map-box {
  display: flex;
}

.address-list-box {
  padding: 0 2.083vw 0 2.08333vw;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  height: 70vw;
}

.address-list-box::-webkit-scrollbar {
  width: 0.521vw;
  background: #e0e0e0;
}

.address-list-box::-webkit-scrollbar-thumb {
  background: #c3c3c3;
}

.adress-des {
  display: flex;
  align-items: center;
  padding-bottom: 1.04167vw;
  border-bottom: 1px solid #f6f6f6;
}

.adress-des img {
  width: 1.04167vw;
  height: 1.04167vw;
  margin-right: 0.52083vw;
}

.adress-des p {
  font-size: 0.83333vw;
  color: #999;
}

.adress-des .address-num {
  color: #4786F7;
}

.address-list-item {
  padding: 2.08333vw 0;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}

.address-list .address-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.72917vw;
  cursor: pointer;
}

.address-list .address-title p {
  font-size: 1.042vw;
  margin-left: 0.625vw;
}

.address-title img {
  width: 1.25vw;
  height: 1.667vw;
}

.address-content {
  display: flex;
}

.address-list .address-place p,
.address-list .address-phone p,
.address-list .address-date p {
  position: relative;
  color: #999;
  font-size: 0.83333vw;
  padding-left: 3.22917vw;
  margin-bottom: 0.9375vw;
  cursor: text;
}

.address-list .address-place p::before,
.address-list .address-phone p::before,
.address-list .address-date p::before {
  content: "";
  width: 1.04167vw;
  height: 1.04167vw;
  display: inline-block;
  position: absolute;
  left: 1.5625vw;
  background-size: contain;
}

.address-place p::before {
  background: url('/template/cn/Support/service-center/images/address.svg') no-repeat;
}

.address-phone p::before {
  background: url('/template/cn/Support/service-center/images/phone.svg') no-repeat;
}

.address-date p::before {
  background: url('/template/cn/Support/service-center/images/date.svg') no-repeat;
}

.road-line {
  color: #4786F7;
  position: relative;
  font-size: 0.83333vw;
  padding-left: 3.22917vw;
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 2.28333vw;
  right: 4.08333vw;
}

.road-line::before {
  content: "";
  width: 1.04167vw;
  height: 1.04167vw;
  display: inline-block;
  background: url('/template/cn/Support/service-center/images/guide.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.5625vw;
  top: 0;
}

.bm-view {
  flex: 1;
  height: 47.604vw;
}

.map {
  width: 100%;
  height: 100%;
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  inset: auto auto 0.52083vw 1px !important;
}

.info_baidu_main {
  max-width: 25vw;
  padding: 1.146vw 1.302vw 0.521vw;
}

.info_baidu_main .title {
  font-size: 1.042vw;
  color: #000;
  line-height: 1.146vw;
  margin-bottom: 0.99vw;
  padding-left: 0;
  font-weight: 700;
}

.info_baidu_main p {
  margin-bottom: 0.938vw;
  display: block;
  position: relative;
  padding-left: 1.563vw;
  font-size: 0.833vw;
  color: #7f7f7f;
  line-height: 1.25vw;
}

.info_baidu_main p:last-child {
  margin-bottom: 0;
}

.info_baidu_main .tel:before,
.info_baidu_main .date:before,
.info_baidu_main .address:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.042vw;
  min-width: 18px;
  height: 1.042vw;
  min-height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.info_baidu_main .tel:before {
  background-image: url('/template/cn/Support/service-center/images/phone.svg');
}

.info_baidu_main .date:before {
  background-image: url('/template/cn/Support/service-center/images/date.svg');
}

.info_baidu_main .address:before {
  background-image: url('/template/cn/Support/service-center/images/address.svg');
}

/* 地图关键字搜索，去掉搜索结果前的icon */
.wiko .tangram-suggestion .route-icon {
  background: none;
  padding-left: 0;
}

[v-cloak] {
  display: none;
}

.wiko .tangram-suggestion table tr td {
  padding: 6px 20px;
}

.wiko .tangram-suggestion table .route-icon {
  font-size: 0.83333vw;
}

.tag-select-content {
  display: none;
}

.address-list .address-list-item .address-tag-mob {
  display: none;
}