.type-title-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.type-title-box .type-title-item {
  display: block;
  margin: 0 35px;
  margin: 0 0.35rem;
  width: 382px;
  width: 3.82rem;
  height: 52px;
  height: 0.52rem;
  opacity: 0.4;
}

.type-title-box .type-title-item-active {
  display: block;
  width: 471px;
  width: 4.71rem;
  height: 58px;
  height: 0.58rem;
  opacity: 1;
}

.person-company .person-company-item {
  display: none;
}

.ykb-container {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.ykb-container img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  font-size: 0.38rem;
  font-weight: bold;
  text-align: center;
  color: #3771bb;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}
.section-title::before {
  content: "";
  width: calc(50% - 0.95rem);
  height: 0.17rem;
  background-image: url(../images/yj-yy-zwfw-img-section-title-left.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-title::after {
  content: "";
  width: calc(50% - 0.95rem);
  height: 0.17rem;
  background-image: url(../images/yj-yy-zwfw-img-section-title-right.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-title.bsznjd::before,
.section-title.bsznjd::after {
  width: calc(50% - 1.3rem);
}

/* #region 地图 */
.map-container {
  height: 6.4rem;
  position: relative;
  border-radius: 0.2rem;
  box-shadow: 0px 0px 0.3rem 0px rgba(21, 38, 65, 0.15);
}
.map-container div {
  box-sizing: border-box;
  position: relative;
}
.map-container #map {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
.map-container .panel-container {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0.02rem 0.2rem 0 rgba(35, 100, 185, 0.2);
  width: 4.6rem;
  height: 90%;
  max-height: 5rem;
  border-radius: 0.08rem;
  padding: 0.25rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  overflow: hidden;
}
.map-container .panel-container .swiper-btns > div {
  position: absolute;
  width: 0.15rem;
  height: 0.3rem;
  background-color: #3771bb;
  background-image: url(yj-yy-map-ic-arrow-right.png);
  background-position: center center;
  background-size: 0.06rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
.map-container .panel-container .swiper-btns > div.swiper-button-disabled {
  background-color: #e4e7eb;
  cursor: no-drop;
}
.map-container .panel-container .swiper-btns > div.prev {
  left: -0.25rem;
  top: 0;
  transform: rotate(180deg);
}
.map-container .panel-container .swiper-btns > div.next {
  right: -0.25rem;
  top: 0;
}
.map-container .panel-container .swiper-container {
  border-bottom: solid 2px #ebebeb;
}
.map-container .panel-container .swiper-container .swiper-slide {
  cursor: pointer;
  text-align: center;
  padding-bottom: 0.14rem;
  width: auto;
  margin-right: 0.3rem;
}
.map-container
  .panel-container
  .swiper-container
  .swiper-slide:nth-last-child(1) {
  margin-right: 0;
}
.map-container
  .panel-container
  .swiper-container
  .swiper-slide.swiper-slide-clicked {
  color: #3771bb;
}
.map-container
  .panel-container
  .swiper-container
  .swiper-slide.swiper-slide-clicked::after {
  content: "";
  display: block;
  height: 0.02rem;
  width: 0.6rem;
  background-color: #3771bb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.map-container .panel-container .unit-list {
  margin-top: 0.24rem;
  *zoom: 1;
}
.map-container .panel-container .unit-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.map-container .panel-container .unit-list .item {
  cursor: pointer;
  float: left;
  padding: 0.08rem 0.1rem;
  border-radius: 0.04rem;
  background-color: rgba(55, 113, 187, 0.08);
  color: #3771bb;
  font-size: 0.14rem;
  font-size: calc(16 * var(--font-scale) * 1px);
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.map-container .panel-container .unit-list .item.active {
  background-color: #3771bb;
  color: #fff;
}
.map-container .panel-container .map-search-container {
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.04rem;
  overflow: hidden;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.map-container .panel-container .map-search-container input {
  height: 100%;
  width: 100%;
  padding-right: 0.8rem;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  background-color: #f2f5fa;
  padding-left: 0.15rem;
}
.map-container .panel-container .map-search-container button {
  width: 0.8rem;
  height: 100%;
  background-color: #3771bb;
  color: #fff;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.map-container .panel-container .poi-list {
  height: 1.5rem;
  overflow-y: auto;
}
.map-container .panel-container .poi-list::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.03rem;
}
.map-container .panel-container .poi-list::-webkit-scrollbar-track {
  border-radius: 0.03rem;
  background: #e6eaef;
}
.map-container .panel-container .poi-list::-webkit-scrollbar-thumb {
  border-radius: 0.03rem;
  background: #3771bb;
}
.map-container .panel-container .poi-list .item {
  padding-left: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.map-container .panel-container .poi-list .item::before {
  content: "";
  background-image: url(yj-yy-map-ic-location.png);
  background-repeat: no-repeat;
  background-size: 0.1rem 0.14rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.14rem;
}
.map-container .panel-container .poi-result-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 0 0.4rem;
  display: none;
}
.map-container .panel-container .poi-result-container .search-container .tabs {
  border-bottom: solid 1px #ededed;
  text-align: center;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .tabs
  span {
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  margin-right: 0.4rem;
  color: #999;
  font-size: 0.18rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .tabs
  span:nth-child(2) {
  margin-right: 0;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .tabs
  span.cur {
  color: #2c63b3;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .tabs
  span.cur::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2c63b3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .search-box {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.06rem;
  background-color: #f2f6fc;
  z-index: 2;
  overflow: hidden;
  margin-top: 0.18rem;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .search-box
  .bus-car-inputs {
  width: calc(100% - 0.57rem);
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .search-box
  .bus-car-inputs
  input {
  width: calc(50% - 0.22rem);
  height: 100%;
  display: inline-block;
  padding-left: 0.15rem;
  font-size: 0.18rem;
  background-color: #f2f6fc;
  box-sizing: border-box;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .search-box
  .bus-car-inputs
  input:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 0.05rem;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .search-box
  .bus-car-inputs
  img {
  vertical-align: middle;
  width: 0.34rem;
}
.map-container
  .panel-container
  .poi-result-container
  .search-container
  .search-box
  #btnNav {
  display: inline-block;
  width: 0.57rem;
  height: 100%;
  background-image: url(yj-yy-map-ic-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.23rem 0.23rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.map-container .panel-container .poi-result-container .search-title-bar {
  border-bottom: solid 1px #d9e2ee;
  height: 0.58rem;
  line-height: 0.58rem;
}
.map-container .panel-container .poi-result-container .search-title-bar button {
  position: absolute;
  top: 0.11rem;
  right: 0;
  width: 0.8rem;
  height: 0.36rem;
  line-height: 0.36rem;
  background: #edf3fc;
  border-radius: 0.04rem;
  text-align: center;
  color: #2c63b3;
  font-size: 0.16rem;
  cursor: pointer;
}
.map-container .panel-container .poi-result-container .bus-type-tabs {
  margin: 0.1rem 0;
  display: none;
}
.map-container .panel-container .poi-result-container .bus-type-tabs::after {
  display: block;
  content: "";
  clear: both;
}
.map-container .panel-container .poi-result-container .bus-type-tabs li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  border-left: 0;
}
.map-container .panel-container .poi-result-container .bus-type-tabs li.cur {
  background-color: #e9f3ff;
  color: #2775cc;
}
.map-container
  .panel-container
  .poi-result-container
  .bus-type-tabs
  li:nth-child(1) {
  border-left: 1px solid #eee;
}
.map-container .panel-container .poi-result-container .drive-type-tabs {
  margin: 0.1rem 0;
  display: none;
}
.map-container .panel-container .poi-result-container .drive-type-tabs::after {
  display: block;
  content: "";
  clear: both;
}
.map-container .panel-container .poi-result-container .drive-type-tabs li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  border-left: 0;
}
.map-container .panel-container .poi-result-container .drive-type-tabs li.cur {
  background-color: #e9f3ff;
  color: #2775cc;
}
.map-container
  .panel-container
  .poi-result-container
  .drive-type-tabs
  li:nth-child(1) {
  border-left: 1px solid #eee;
}
.map-container .panel-container .poi-result-container #poi-result {
  height: calc(100% - 2.3rem);
  overflow-y: auto;
}
.map-container
  .panel-container
  .poi-result-container
  #poi-result
  > div:nth-child(1)
  > h1:nth-child(1) {
  display: none;
}
.map-container
  .panel-container
  .poi-result-container
  #poi-result::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.03rem;
}
.map-container
  .panel-container
  .poi-result-container
  #poi-result::-webkit-scrollbar-track {
  border-radius: 0.03rem;
  background: #e6eaef;
}
.map-container
  .panel-container
  .poi-result-container
  #poi-result::-webkit-scrollbar-thumb {
  border-radius: 0.03rem;
  background: #3771bb;
}

.search-info-window {
  min-height: 112px;
}
.search-info-window .info-content {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-info-window .info-content .info {
  line-height: 1.5;
  font-size: 14px;
  flex: 1;
}
.search-info-window .info-content img {
  width: 100px;
  display: block;
}
.search-info-window .btns {
  text-align: center;
  margin-top: 10px;
}
.search-info-window .btns button {
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  background-color: #3771bb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
}
.search-info-window .btns button + button {
  margin-left: 10px;
}

.tangram-suggestion-main {
  z-index: 1000;
}
/* #endregion 地图 */

/* #region 办事指南解读 */
.bsznjd-list {
  margin-top: 0.5rem;
  overflow: hidden;
}
.bsznjd-list a {
  display: block;
  width: 100%;
  height: 2.2rem;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.bsznjd-list a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bsznjd-list a .title {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  padding: 0 0.1rem;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
/* #endregion 办事指南解读 */

/* #region 办理数据 */
.blsj-container {
  background-color: #f2f6fa;
  padding-top: 0.5rem;
  padding-bottom: 0.88rem;
  margin-top: 0.5rem;
}
.blsj-container .section-title {
  margin: 0;
}
.blsj-wrapper {
  padding-top: 0.9rem;
}
.blsj-wrapper img {
  width: 31.642857%;
  height: auto;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blsj-wrapper .blsj-card {
  margin-left: 8.57142857%;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.3rem 0 rgba(22, 39, 65, 0.1);
  background-color: #fff;
  height: 2.6rem;
  padding-right: 5.2142857%;
  padding-left: 25%;
}
.blsj-data-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blsj-data-container > div {
  height: 50%;
}
.blsj-data-container .row-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.blsj-data-container .row-1 > div {
  text-align: center;
  flex: 1;
}
.blsj-data-container .row-1 .num {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000;
}
.blsj-data-container .row-1 .name {
  font-size: 0.18rem;
  color: #999;
}
.blsj-data-container .row-2 {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding-top: 0.57rem;
  padding-bottom: 0.3rem;
  position: relative;
  box-sizing: border-box;
}
.blsj-data-container .row-2::before {
  content: "数据截至上一自然月";
  position: absolute;
  left: 50%;
  top: 0.26rem;
  transform: translateX(-50%);
  font-size: 0.16rem;
  color: #175197;
}
.blsj-data-container .row-2 > div {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.blsj-data-container .row-2 .name {
  font-size: 0.18rem;
  color: #999;
}
.blsj-data-container .row-2 .num {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  margin-left: 0.15rem;
}
/* #endregion 办理数据 */

/****  手机端 ****/
@media screen and (max-width: 768px) {
  .section-1 {
    padding-top: 40px;
    padding-top: 0.4rem;
    background-size: cover;
  }
  .section-1 #section-swiper1 .swiper-slide .list-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section-1 #section-swiper1 .swiper-slide .list-box ul li {
    float: none;
  }
  .type-title-box .type-title-item {
    margin: 0 5px;
    max-width: 150px;
    width: 40%;
    height: auto;
  }
  .type-title-box .type-title-item-active {
    max-width: 200px;
    width: 50%;
    height: auto;
  }

  .ykb-container {
    margin-top: 15px;
  }
  .ykb-container img {
    height: 42px;
    object-fit: cover;
    object-position: center;
  }
  .section-title {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-title.bsznjd::before,
  .section-title.bsznjd::after {
    width: calc(50% - 0.95rem);
  }
  /* #region 地图  */
  .map-container {
    min-height: auto;
    height: auto;
    box-shadow: none;
  }
  .map-container #map {
    height: 300px;
    /* margin: 15px; */
    width: auto;
  }
  .map-container .panel-container {
    margin-top: 15px;
    width: auto;
    height: 350px;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    left: auto;
    top: auto;
  }
  .map-container .panel-container .swiper-btns > div {
    position: absolute;
    width: 15px;
    height: 30px;
    background-size: 6px;
  }
  .map-container .panel-container .swiper-btns > div.prev {
    left: -15px;
  }
  .map-container .panel-container .swiper-btns > div.next {
    right: -15px;
  }
  .map-container .panel-container .swiper-container .swiper-slide {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    padding-bottom: 14px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }
  .map-container
    .panel-container
    .swiper-container
    .swiper-slide.swiper-slide-clicked::after {
    height: 2px;
    width: 40px;
  }
  .map-container .panel-container .unit-list {
    margin-top: 15px;
  }
  .map-container .panel-container .unit-list .item {
    float: left;
    padding: 4px 5px;
    border-radius: 4px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .map-container .panel-container .map-search-container {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .map-container .panel-container .map-search-container input {
    height: 100%;
    width: 100%;
    padding-right: 80px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    padding-left: 15px;
  }
  .map-container .panel-container .map-search-container button {
    width: 80px;
    height: 100%;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .map-container .panel-container .poi-list {
    height: 150px;
  }
  .map-container .panel-container .poi-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .map-container .panel-container .poi-list::-webkit-scrollbar-track {
    border-radius: 3px;
  }
  .map-container .panel-container .poi-list::-webkit-scrollbar-thumb {
    border-radius: 3px;
  }
  .map-container .panel-container .poi-list .item {
    padding-left: 20px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-bottom: 10px;
  }
  .map-container .panel-container .poi-list .item::before {
    background-size: 10px 14px;
    width: 10px;
    height: 14px;
  }
  .map-container .panel-container .poi-result-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 0 10px;
    display: none;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .tabs {
    border-bottom: solid 1px #ededed;
    text-align: center;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .tabs
    span {
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 40px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .tabs
    span.cur {
    color: #2c63b3;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .tabs
    span.cur::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #2c63b3;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .search-box {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 6px;
    background-color: #f2f6fc;
    z-index: 2;
    overflow: hidden;
    margin-top: 10px;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .search-box
    .bus-car-inputs {
    width: calc(100% - 40px);
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .search-box
    .bus-car-inputs
    input {
    width: calc(50% - 11px);
    height: 100%;
    display: inline-block;
    padding-left: 15px;
    font-size: 14px;
    background-color: #f2f6fc;
    box-sizing: border-box;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .search-box
    .bus-car-inputs
    input:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 5px;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .search-box
    .bus-car-inputs
    img {
    vertical-align: middle;
    width: 20px;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-container
    .search-box
    #btnNav {
    display: inline-block;
    width: 40px;
    height: 100%;
    background-image: url(yj-yy-map-ic-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px 23px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .map-container .panel-container .poi-result-container .search-title-bar {
    border-bottom: solid 1px #d9e2ee;
    height: 58px;
    line-height: 58px;
  }
  .map-container
    .panel-container
    .poi-result-container
    .search-title-bar
    button {
    position: absolute;
    top: 11px;
    right: 0;
    width: 80px;
    height: 36px;
    line-height: 36px;
    background: #edf3fc;
    border-radius: 4px;
    text-align: center;
    color: #2c63b3;
    font-size: 16px;
    cursor: pointer;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs {
    margin: 10px 0;
    display: none;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs::after {
    display: block;
    content: "";
    clear: both;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
    border-left: 0;
  }
  .map-container .panel-container .poi-result-container .bus-type-tabs li.cur {
    background-color: #e9f3ff;
    color: #2775cc;
  }
  .map-container
    .panel-container
    .poi-result-container
    .bus-type-tabs
    li:nth-child(1) {
    border-left: 1px solid #eee;
  }
  .map-container .panel-container .poi-result-container .drive-type-tabs {
    margin: 10px 0;
    display: none;
  }
  .map-container
    .panel-container
    .poi-result-container
    .drive-type-tabs::after {
    display: block;
    content: "";
    clear: both;
  }
  .map-container .panel-container .poi-result-container .drive-type-tabs li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
    border-left: 0;
  }
  .map-container
    .panel-container
    .poi-result-container
    .drive-type-tabs
    li.cur {
    background-color: #e9f3ff;
    color: #2775cc;
  }
  .map-container
    .panel-container
    .poi-result-container
    .drive-type-tabs
    li:nth-child(1) {
    border-left: 1px solid #eee;
  }
  .map-container .panel-container .poi-result-container #poi-result {
    height: calc(100% - 200px);
    overflow-y: auto;
  }
  .map-container
    .panel-container
    .poi-result-container
    #poi-result
    > div:nth-child(1)
    > h1:nth-child(1) {
    display: none;
  }
  .map-container
    .panel-container
    .poi-result-container
    #poi-result::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .map-container
    .panel-container
    .poi-result-container
    #poi-result::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #e6eaef;
  }
  .map-container
    .panel-container
    .poi-result-container
    #poi-result::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #3771bb;
  }
  .BMap_pop > div:nth-child(9) {
    overflow-y: auto !important;
  }
  /* #endregion 地图 */

  /* #region 办事指南解读 */
  .bsznjd-list {
    margin-top: -10px;
  }
  .bsznjd-list a {
    display: block;
    height: 120px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
  }
  /* #endregion 办事指南解读 */

  /* #region 办理数据 */
  .blsj-container {
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 15px;
  }
  .blsj-container .section-title {
    margin: 0;
  }
  .blsj-wrapper {
    padding-top: 0;
    margin-top: 15px;
  }
  .blsj-wrapper img {
    display: none;
  }
  .blsj-wrapper .blsj-card {
    margin-left: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(22, 39, 65, 0.1);
    background-color: #fff;
    height: auto;
    padding: 15px;
  }
  .blsj-data-container .row-1 {
    padding-bottom: 15px;
  }
  .blsj-data-container .row-1 > div:nth-child(1) {
    flex: none;
    flex-shrink: 0;
    width: 26%;
  }
  .blsj-data-container .row-1 .num {
    font-size: 24px;
  }
  .blsj-data-container .row-1 .name {
    font-size: 12px;
  }
  .blsj-data-container .row-2 {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .blsj-data-container .row-2::before {
    top: 10px;
    font-size: 12px;
  }
  .blsj-data-container .row-2 > div {
    flex-direction: column-reverse;
  }
  .blsj-data-container .row-2 .name {
    font-size: 12px;
  }
  .blsj-data-container .row-2 .num {
    font-size: 24px;
    margin-left: 0;
  }
  /* #endregion 办理数据 */
}
