@charset "UTF-8";
.zwfw-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.zwfw-container .section-title-container {
  border-bottom: solid 1px #c3d2f0;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.zwfw-container .section-title-container .section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zwfw-container .section-title-container .section-title img {
  height: 24px;
  width: auto;
  margin-right: 10px;
}
.zwfw-container .section-title-container .section-title span {
  color: #2e5394;
  font-size: 23px;
  font-weight: bold;
}
.zwfw-container .section-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zwfw-container .section-1 .card-item {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
  padding-top: 40px;
}
.zwfw-container .section-1 .card-item img {
  display: block;
  height: 68px;
  width: auto;
  margin: 0 auto;
}
.zwfw-container .section-1 .card-item .name {
  text-align: center;
  margin-top: 20px;
  font-size: 19px;
  color: #333;
  line-height: 1.5;
}
.zwfw-container .section-1 .card-item:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.zwfw-container .section-1 .section-zwfwsx {
  width: 25.7142857%;
}
.zwfw-container .section-1 .section-rmfw {
  width: 71.35714286%;
}
.zwfw-container .section-1 .section-rmfw .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zwfw-container .section-1 .section-rmfw .items .card-item {
  width: 23.72372372%;
}
.zwfw-container .section-wsbs {
  margin-top: 40px;
}
.zwfw-container .section-wsbs .wsbs-tabs {
  text-align: center;
  margin-bottom: 30px;
}
.zwfw-container .section-wsbs .wsbs-tabs span {
  display: inline-block;
  color: #666;
  font-size: 23px;
  font-weight: bold;
  cursor: default;
}
.zwfw-container .section-wsbs .wsbs-tabs span:nth-child(2) {
  margin: 0 20px;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
  border-left: solid 2px #666;
  border-right: solid 2px #666;
}
.zwfw-container .section-wsbs .wsbs-tabs span.active {
  color: #2e5394;
}
.zwfw-container .section-wsbs .wsbs-contents > div {
  display: none;
  *zoom: 1;
}
.zwfw-container .section-wsbs .wsbs-contents > div:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item {
  float: left;
  width: 14.92857143%;
  margin-left: 2.0857%;
  margin-top: 2.0857%;
  height: 200px;
  background-color: #f5f5f5;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(6n+1) {
  margin-left: 0;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(-n+6) {
  margin-top: 0;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item > a img {
  display: block;
  height: 68px;
  width: auto;
  margin: 0 auto;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item > a .name {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1.33;
  text-align: center;
  padding: 0 15px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 200%;
  box-shadow: 0 0 5px 0 #d0d7e4;
  background-color: #fff;
  z-index: 10;
  padding: 15px 30px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop::before {
  content: "";
  position: absolute;
  border-top: solid 14px transparent;
  border-bottom: solid 14px transparent;
  border-right: solid 14px #fff;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list {
  height: 100%;
  overflow-y: auto;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list::-webkit-scrollbar {
  width: 4px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 2px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list::-webkit-scrollbar-thumb {
  background: #3164bf;
  border-radius: 2px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list::-webkit-scrollbar-thumb:hover {
  background: #3164bf;
  border-radius: 2px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list::-webkit-scrollbar-thumb:active {
  background: #3164bf;
  border-radius: 2px;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
  line-height: 42px;
  padding-left: 17px;
  font-size: 18px;
  color: #333;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3164bf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list a:hover {
  color: #2e5394;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item:hover .pop {
  display: block;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(6n-1) .pop, .zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(6n) .pop {
  left: initial;
  right: 100%;
}
.zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(6n-1) .pop::before, .zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(6n) .pop::before {
  left: initial;
  right: -12px;
  border-left: solid 14px #fff;
  border-right: none;
}
.zwfw-container .section-wsbs .wsbs-contents > div.active {
  display: block;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(3) .card-item:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) {
  background: #f8f7f7;
  padding: 40px 30px;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: solid 1px #D3D5DA;
  margin-bottom: 26px;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs span.active {
  color: #4d6da4;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .swiper-img-prev,
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .swiper-img-next {
  flex-shrink: 0;
  cursor: pointer;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .swiper-img-prev.swiper-button-disabled,
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .swiper-img-next.swiper-button-disabled {
  cursor: no-drop;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs {
  margin: 0 12px;
  flex: 1;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide {
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  background: #e5e5e5;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide div {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide.active {
  background: #3165be;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide.active div {
  color: #FFF;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide + .swiper-slide::before {
  content: "";
  width: 42px;
  height: 1px;
  position: absolute;
  left: -62px;
  top: 50%;
  transform: translateY(-50%);
  background: #e5e5e5;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list a {
  width: 48%;
  height: 45px;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(to right, #EFF0F2 0%, #EFF0F2 70%, transparent 100%);
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list a span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #b9b7b7;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list a .title {
  margin-left: 15px;
  font-size: 18px;
  color: #3c3c3c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list a:nth-child(-n+3) span {
  background: #f7af03;
}
.zwfw-container .section-bsznjd {
  margin-top: 40px;
}
.zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination {
  position: absolute;
  right: 0;
  bottom: 28px;
}
.zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #a5beeb;
  opacity: 1;
  margin: 0;
}
.zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 4px;
}
.zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 9px;
  border-radius: 4.5px;
  background-color: #f5d264;
  opacity: 1;
}
.zwfw-container .section-bsznjd .swiper-container .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 257px;
  overflow: hidden;
  border-radius: 6px;
}
.zwfw-container .section-bsznjd .swiper-container .swiper-slide a img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.zwfw-container .section-bsznjd .swiper-container .swiper-slide a:hover img {
  transform: scale(1.02);
}
.zwfw-container .section-bmdt {
  margin-top: 40px;
}
.zwfw-container .section-bmdt .bmdt-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.zwfw-container .section-bmdt .bmdt-tabs div {
  width: 13.42857%;
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px #7992bf;
}
.zwfw-container .section-bmdt .bmdt-tabs div span {
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #333;
  font-size: 15px;
  width: 100%;
  display: block;
}
.zwfw-container .section-bmdt .bmdt-tabs div.active {
  background-color: #3165be;
}
.zwfw-container .section-bmdt .bmdt-tabs div.active span {
  color: #fff;
}
.zwfw-container .section-bmdt .bmdt-tabs div.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #3165be;
}
.zwfw-container .section-blsj {
  margin-top: 40px;
}
.zwfw-container .section-blsj .tip {
  text-align: left;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
}
.zwfw-container .section-blsj .blsj-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.zwfw-container .section-blsj .blsj-container > div {
  width: 31.333%;
  height: 148px;
  padding-left: 50px;
  padding-top: 36px;
  overflow: hidden;
  background-image: url(../images/yj-gaj-zwfw-img-blsj-bg.png);
}
.zwfw-container .section-blsj .blsj-container > div .name {
  font-size: 19px;
  color: #2e5394;
  font-weight: bold;
}
.zwfw-container .section-blsj .blsj-container > div .count-container {
  margin-top: 16px;
}
.zwfw-container .section-blsj .blsj-container > div .count-container .count {
  font-weight: bold;
  font-size: 28px;
  color: #2e5394;
  letter-spacing: 1.8px;
}
.zwfw-container .section-blsj .blsj-container > div .count-container .unit {
  font-weight: bold;
  font-size: 16px;
  color: #2e5394;
}
.zwfw-container .section-blsj .blsj-container > div::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 75px;
  position: absolute;
  right: 50px;
  top: 36px;
}
.zwfw-container .section-blsj .blsj-container > div:nth-child(1)::after {
  background-image: url(../images/yj-gaj-zwfw-img-blsj-1.png);
  width: 84px;
}
.zwfw-container .section-blsj .blsj-container > div:nth-child(2)::after {
  background-image: url(../images/yj-gaj-zwfw-img-blsj-2.png);
  width: 82px;
}
.zwfw-container .section-blsj .blsj-container > div:nth-child(3)::after {
  background-image: url(../images/yj-gaj-zwfw-img-blsj-3.png);
  width: 91px;
}

.bmdt-container #map {
  height: 622px;
  box-shadow: 0 0 10px 0 #d1e1f3;
}
.bmdt-container .map-search-box {
  z-index: 998;
  position: absolute;
  top: 26px;
  bottom: 50px;
  left: 28px;
  width: 24.85875%;
  min-width: 360px;
  box-shadow: 0 0 10px 0 rgba(9, 34, 78, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 22px 17px 17px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.bmdt-container .map-search-box .map-search-container {
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #f7f4f3;
}
.bmdt-container .map-search-box .map-search-container input {
  height: 100%;
  width: 100%;
  padding-right: 56px;
  font-size: 16px;
  padding-left: 15px;
  background: none;
}
.bmdt-container .map-search-box .map-search-container button {
  width: 56px;
  height: 100%;
  background-color: #1b54b8;
  background-image: url(../images/yj-gaj-common-ic-search.png);
  background-size: 21px 21px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.bmdt-container .map-search-box .poi-list {
  flex: 1;
  padding-right: 10px;
  position: relative;
  height: 100%;
  overflow-y: auto;
  margin-top: 20px;
}
.bmdt-container .map-search-box .poi-list .item {
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.bmdt-container .map-search-box .poi-list .item:nth-child(1) {
  margin-top: 0;
}
.bmdt-container .map-search-box .poi-list .item .num-container {
  width: 23px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/yj-gaj-bmdt-ic-location.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bmdt-container .map-search-box .poi-list .item .name {
  font-size: 16px;
  text-align: left;
  color: #333;
}
.bmdt-container .map-search-box .poi-list .item .address {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  margin-top: 5px;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar {
  width: 4px;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 2px;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-thumb {
  background: #3164bf;
  border-radius: 2px;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-thumb:hover {
  background: #3164bf;
  border-radius: 2px;
}
.bmdt-container .map-search-box .poi-list::-webkit-scrollbar-thumb:active {
  background: #3164bf;
  border-radius: 2px;
}
.bmdt-container .map-search-box #panel-fold {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.bmdt-container .map-search-box.fold {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 0 10px 0 rgba(7, 100, 204, 0.35);
  min-height: auto;
}
.bmdt-container .map-search-box.fold .map-search-container,
.bmdt-container .map-search-box.fold .poi-list {
  display: none;
}
.bmdt-container .map-search-box.fold #panel-fold {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) rotate(180deg);
}
.bmdt-container .map-search-box.fold .map-navigation {
  display: none !important;
}

.BMapLib_SearchInfoWindow *,
.BMap_pop * {
  box-sizing: content-box;
  font-size: 14px;
}

.search-info-window {
  min-height: 112px;
}

.search-info-window .info-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.search-info-window .info-content .info {
  line-height: 1.5;
  font-size: 14px;
  flex: 1;
  overflow-y: auto;
}

.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: #1b54b8;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
}

.search-info-window .btns button + button {
  margin-left: 10px;
}

.BMap_bubble_title {
  font-size: 16px;
}

.BMapLib_nav_tab li {
  box-sizing: content-box !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

@media screen and (max-width: 1440px) {
  .zwfw-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .zwfw-container .section-title-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .zwfw-container .section-title-container .section-title span {
    font-size: 20px;
  }
  .zwfw-container .section-1 .card-item {
    height: 160px;
    padding-top: 30px;
  }
  .zwfw-container .section-1 .card-item img {
    height: 50px;
  }
  .zwfw-container .section-1 .card-item .name {
    font-size: 18px;
  }
  .zwfw-container .section-wsbs {
    margin-top: 30px;
  }
  .zwfw-container .section-wsbs .wsbs-tabs {
    margin-bottom: 20px;
  }
  .zwfw-container .section-wsbs .wsbs-tabs span {
    font-size: 20px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item {
    height: 160px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item > a {
    padding-top: 30px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item > a img {
    height: 50px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item > a .name {
    margin-top: 15px;
    font-size: 18px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop {
    padding: 15px;
  }
  .zwfw-container .section-bsznjd {
    margin-top: 30px;
  }
  .zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination {
    bottom: 20px;
  }
  .zwfw-container .section-bsznjd .swiper-container .swiper-slide a {
    height: 220px;
  }
  .zwfw-container .section-bmdt {
    margin-top: 30px;
  }
  .zwfw-container .section-bmdt .bmdt-tabs div {
    width: 14%;
  }
  .zwfw-container .section-bmdt .bmdt-tabs div span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs {
    justify-content: start;
    overflow-x: auto;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs span {
    word-break: keep-all;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs span + span {
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .zwfw-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .zwfw-container .section-title-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .zwfw-container .section-title-container .section-title img {
    height: 12px;
    margin-right: 5px;
  }
  .zwfw-container .section-title-container .section-title span {
    font-size: 18px;
  }
  .zwfw-container .section-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .zwfw-container .section-1 .card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    padding-top: 0;
    padding-left: 15px;
  }
  .zwfw-container .section-1 .card-item img {
    height: 20px;
    margin: 0;
  }
  .zwfw-container .section-1 .card-item .name {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .zwfw-container .section-1 .section-zwfwsx {
    width: auto;
  }
  .zwfw-container .section-1 .section-rmfw {
    width: auto;
    margin-top: 15px;
  }
  .zwfw-container .section-1 .section-rmfw .items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .zwfw-container .section-1 .section-rmfw .items .card-item {
    width: 100%;
  }
  .zwfw-container .section-1 .section-rmfw .items .card-item + .card-item {
    margin-top: 5px;
  }
  .zwfw-container .section-wsbs {
    margin-top: 20px;
  }
  .zwfw-container .section-wsbs .wsbs-tabs {
    margin-bottom: 20px;
  }
  .zwfw-container .section-wsbs .wsbs-tabs span {
    font-size: 18px;
  }
  .zwfw-container .section-wsbs .wsbs-tabs span:nth-child(2) {
    margin: 0 15px;
    padding: 0 15px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    height: auto;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(-n+6) {
    margin-top: 5px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item:nth-child(1) {
    margin-top: 0;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item > a img {
    height: 20px;
    margin: 0;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item > a .name {
    text-align: left;
    margin-top: 0;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 1; /*设置多行的行数*/
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop {
    position: relative;
    display: block;
    left: initial !important;
    right: initial !important;
    width: 100%;
    box-shadow: none;
    background-color: #fcfcfc;
    height: 170px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop::before {
    display: none;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item .pop .list a {
    height: 35px;
    line-height: 35px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div .card-item:hover .pop {
    display: block;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) {
    padding: 15px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .frbs-tabs span {
    font-size: 16px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    border-radius: 16px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide div {
    font-size: 16px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .sub-tabs-container .sub-tabs .swiper-slide + .swiper-slide::before {
    display: none;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list a {
    width: 100%;
    height: 35px;
    margin-top: 10px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list a span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .zwfw-container .section-wsbs .wsbs-contents > div:nth-child(2) .fr-data-list a .title {
    margin-left: 10px;
    font-size: 16px;
  }
  .zwfw-container .section-bsznjd {
    margin-top: 20px;
  }
  .zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 4px;
  }
  .zwfw-container .section-bsznjd .section-title-container .bsznjd-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    border-radius: 4px;
  }
  .zwfw-container .section-bsznjd .swiper-container .swiper-slide a {
    height: 120px;
    border-radius: 6px;
  }
  .zwfw-container .section-bmdt {
    margin-top: 40px;
  }
  .zwfw-container .section-bmdt .bmdt-tabs {
    flex-wrap: wrap;
    position: absolute;
    top: 430px;
    z-index: 2;
  }
  .zwfw-container .section-bmdt .bmdt-tabs div {
    width: 33%;
    margin-bottom: 5px;
  }
  .zwfw-container .section-bmdt .bmdt-tabs div span {
    height: 32px;
    line-height: 32px;
  }
  .zwfw-container .section-bmdt .bmdt-tabs div.active::before {
    display: none;
  }
  .zwfw-container .section-blsj .tip {
    font-size: 12px;
    margin-top: 0;
  }
  .zwfw-container .section-blsj .blsj-container {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .zwfw-container .section-blsj .blsj-container > div {
    width: 100%;
    height: 100px;
    padding-left: 50px;
    padding-top: 25px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .zwfw-container .section-blsj .blsj-container > div .name {
    font-size: 16px;
  }
  .zwfw-container .section-blsj .blsj-container > div .count-container {
    margin-top: 20px;
  }
  .zwfw-container .section-blsj .blsj-container > div .count-container .count {
    font-size: 18px;
  }
  .zwfw-container .section-blsj .blsj-container > div .count-container .unit {
    font-size: 16px;
  }
  .zwfw-container .section-blsj .blsj-container > div::after {
    background-position: right center;
    background-size: contain;
    height: 50px;
    right: 50px;
    top: 25px;
  }
  .bmdt-container #map {
    height: 350px;
  }
  .bmdt-container .map-search-box {
    z-index: 998;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-width: unset;
    height: 400px;
    max-height: unset;
    min-height: unset;
    border-radius: 0;
    box-shadow: 0;
    background-color: #fff;
    padding: 10px;
    margin-top: 140px;
  }
  .bmdt-container .map-search-box .map-search-container {
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #f7f4f3;
  }
  .bmdt-container .map-search-box .map-search-container input {
    height: 100%;
    width: 100%;
    padding-right: 56px;
    font-size: 16px;
    padding-left: 15px;
    background: none;
  }
  .bmdt-container .map-search-box .map-search-container button {
    width: 56px;
    height: 100%;
    background-color: #1b54b8;
    background-image: url(../images/yj-gaj-common-ic-search.png);
    background-size: 21px 21px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .bmdt-container .map-search-box .poi-list {
    flex: 1;
    padding-right: 10px;
    position: relative;
    height: 100%;
    overflow-y: auto;
    margin-top: 20px;
  }
  .bmdt-container .map-search-box .poi-list .item {
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .bmdt-container .map-search-box .poi-list .item:nth-child(1) {
    margin-top: 0;
  }
  .bmdt-container .map-search-box .poi-list .item .num-container {
    width: 23px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/yj-gaj-bmdt-ic-location.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .bmdt-container .map-search-box .poi-list .item .name {
    font-size: 16px;
    text-align: left;
    color: #333;
  }
  .bmdt-container .map-search-box .poi-list .item .address {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-top: 5px;
  }
  .bmdt-container .map-search-box #panel-fold {
    display: none;
  }
  .BMapLib_SearchInfoWindow *,
  .BMap_pop * {
    font-size: 12px;
  }
  .search-info-window {
    min-height: 80px;
  }
  .search-info-window .info-content .info {
    font-size: 12px;
  }
  .BMapLib_nav_tab li {
    box-sizing: content-box !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
}