/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------------------------ M-SEARCH-AGENCYMAP --------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-search-agencymap-title {
  padding: 200px 0 90px 0;
}
.m-search-agencymap-title .subTitle {
  font-size: 35px;
  line-height: 50px;
}
.m-search-agencymap-title .mainTitle {
  font-size: 90px;
  line-height: 100px;
}

.mapContainerOutter {
  --mapH: 635px;
  height: var(--mapH);
}
/* 定位按钮 */
.mapGoMyLocBtn {
  margin: 0 30px 20px 0;
  width: 40px;
  height: 40px;
  background: #FFFFFF url('../images/nan/map_mylocal.svg') no-repeat center / 100% 100%;
  box-shadow: 0 8px 19px rgba(41,64,102,.12);
  z-index: 1001;
}
.mapControlNoShow {
  display: none;
}

/* 左侧列表加搜索 */
.mapSearchPart {
  margin-left: 30px;
  width: 350px;
  z-index: 1002;
}

.mapLoading {
  background-color: rgba(255, 255, 255, .5);
  z-index: 1010;
}

/* 搜索 INPUT */
.m-search-agencymap-inputCT {
  margin: 20px 0 20px 0;
  height: 60px;
  background-color: white;
  /* box-shadow: 0 8px 19px rgba(41,64,102,.12); */
}
.agencyInputSearchIcon {
  margin-left: 30px;
  width: 32px;
  height: 32px;
  background: url('../images/nan/map_searchIcon.svg') no-repeat center / 100% 100%;
}
.agencyInputClearIcon {
  margin-right: 30px;
  width: 18px;
  height: 18px;
  background: url('../images/nan/map_searchCleanIcon.svg') no-repeat center / 100% 100%;
}
.agencyInput {
  font-size: 18px;
  border-radius: 0!important;
  border: none!important;
}
.m-search-agencymap-inputCT .agencyInput:focus {
  box-shadow: none;
}

/* 搜索提示 */
.mapInputSuggest {
  margin: 100px 0 0 30px;
  width: 350px;
  /* height: calc(var(--mapH) - 100px); */
  font-size: 18px;
  line-height: 24px;
  /* box-shadow: 0 8px 19px rgba(41,64,102,.12); */
  z-index: 1003;
}
.mapInputSuggest > div {
  max-height: calc(var(--mapH) - 100px);
}

.mapInputSuggest .suggestPer {
  padding: 20px 10px 20px 10px;
  background-color: white;
  border-bottom: 1px solid #F4F4F4;
}
.mapInputSuggest .suggestPer:hover {
  background-color: #F4F4F4;
}


/* 列表 */
.m-search-agencymap-resultTxt {
  margin-left: 0;
  padding: 10px 0 9px 10px;
  font-size: 16px;
  line-height: 20px;
  background-color: white;
  border-bottom: 1px solid #C8C8C8;
  /* box-shadow: 0 8px 19px rgba(41,64,102,.12); */
}

.m-search-agencymap-resultTxt-detail {
  margin-left: 0;
  padding: 10px 0 9px 10px;
  font-size: 16px;
  line-height: 20px;
  background-color: white;
  border-bottom: 1px solid #C8C8C8;
  /* box-shadow: 0 8px 19px rgba(41,64,102,.12); */
}

.m-search-agencymap-resultTxt-detail > .backIcon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url('../images/nan/arrow_left.svg') no-repeat center / 100% 100%;
}

.m-search-agencymap-select {
  margin-left: 0;
  max-height: calc(var(--mapH) - 140px);
  font-size: 18px;
  line-height: 24px;
  background-color: white;
  /* box-shadow: 0 8px 19px rgba(41,64,102,.12); */
}
.m-search-agencymap-select > div {
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #F4F4F4;
}
.m-search-agencymap-select > div.hover {
  color: white;
  background-color: #FFA500;
}

.m-search-agencymap-detail {
  margin-left: 0;
  padding: 20px 10px 20px 10px;
  min-height: 0;
  font-size: 18px;
  line-height: 24px;
  background-color: white;
  /* box-shadow: 0 8px 19px rgba(41,64,102,.12); */
}

.m-search-agencymap-detail .optPhoneCT {
  padding: 10px 0 5px 0;
  font-size: 14px;
}
.m-search-agencymap-detail .optNavCT {
  font-size: 14px;
}

.m-search-agencymap-detail .optIcon.phone {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url('../images/nan/map_detail_phone.svg') no-repeat center / 90% 90%;
}
.m-search-agencymap-detail .optIcon.loc {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url('../images/nan/map_detail_loc.svg') no-repeat center / 100% 100%;
}

.m-search-agencymap-resultTxt.out {
  margin-left: -100vw;
}
.m-search-agencymap-resultTxt-detail.out {
  margin-left: -100vw;
}
.m-search-agencymap-select.out {
  margin-left: -100vw;
}
.m-search-agencymap-detail.out {
  margin-left: -100vw;
}





@media (max-width: 767.98px) {
  .m-search-agencymap-title {
    padding: 100px 0 40px 0;
  }
  .m-search-agencymap-title .subTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .m-search-agencymap-title .mainTitle {
    font-size: 38px;
    line-height: 44px;
  }

  .mapContainerOutter {
    --mapH: 240px;
    height: var(--mapH);
  }

  .mapGoMyLocBtn {
    display: none;
  }

  .mapSearchPart {
    margin-left: 0;
    width: 100%;
  }

  .m-search-agencymap-inputCT-S {
    margin: 10px 0 0 0;
    height: 60px;
    background-color: white;
  }
  .m-search-agencymap-inputCT-S .agencyInput:focus {
    box-shadow: none;
  }

  .m-search-agencymap-select-S {
    margin-left: 0;
    max-height: 400px;
    font-size: 16px;
    line-height: 22px;
    background-color: white;
  }
  .m-search-agencymap-select-S > div {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #F4F4F4;
  }


  .m-search-agencymap-resultTxt-S {
    margin-left: 0;
    padding: 5px 0 4px 10px;
    font-size: 16px;
    line-height: 20px;
    background-color: white;
    border-bottom: 1px solid #C8C8C8;
  }

  .m-search-agencymap-resultTxt-detail-S {
    margin-left: 0;
    padding: 5px 0 4px 10px;
    font-size: 16px;
    line-height: 20px;
    background-color: white;
    border-bottom: 1px solid #C8C8C8;
  }

  .m-search-agencymap-detail-S {
    padding: 10px 10px 5px 10px;
    min-height: 0;
    font-size: 16px;
    line-height: 22px;
    background-color: white;
  }
  .m-search-agencymap-detail-S .optName {
    margin-bottom: 5px;
  }

  .m-search-agencymap-detail-S .optCloseBtn {
    width: 22px;
    height: 22px;
    background: url('../images/nan/header_menu_close.svg') no-repeat center / 100% 100%;
  }

  .m-search-agencymap-detail-S .optMoreIcon {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .m-search-agencymap-detail-S .perIcon {
    margin: 0 20px 0 20px;
    width: 40px;
    height: 40px;
  }
  .m-search-agencymap-detail-S .optMoreIcon > a:first-child .perIcon {
    background: url('../images/nan/more_phone.svg') no-repeat center / 100% 100%;
  }
  .m-search-agencymap-detail-S .optMoreIcon > div:last-child .perIcon {
    background: url('../images/nan/more_loc.svg') no-repeat center / 100% 100%;
  }
  .m-search-agencymap-detail-S .optMoreIcon > div .perIcon {
    background: url('../images/nan/more_share.svg') no-repeat center / 100% 100%;
  }

  .mapInputSuggest-S {
    margin: 70px 0 0 0px;
    width: 100%;
    /* height: calc(var(--mapH) - 100px); */
    font-size: 16px;
    line-height: 22px;
  }
  .mapInputSuggest-S > div {
    max-height: 400px;
  }
  .mapInputSuggest-S .suggestPer {
    padding: 10px 10px 10px 10px;
  }


  .m-search-agencymap-resultTxt-S.out {
    margin-left: -100vw;
  }
  .m-search-agencymap-resultTxt-detail-S.out {
    margin-left: -100vw;
  }
  .m-search-agencymap-select-S.out {
    margin-left: -100vw;
  }
  .m-search-agencymap-detail-S.out {
    margin-left: -100vw;
  }
}