@charset "UTF-8";
/* 由 less 生成 */
.zwfwdt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.zwfwdt-map {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.zwfwdt-type-list {
  position: absolute;
  right: 26px;
  top: 42px;
  z-index: 2;
}
.zwfwdt-type-item {
  width: 180px;
  height: 44px;
  margin-bottom: 12px;
  padding: 0 10px;
  line-height: 44px;
  text-align: center;
  background: url('../../../images/jszwfw/wuxi/zwfwdt/group.png') center no-repeat;
  font-size: 16px;
  color: #286AB1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
  cursor: pointer;
}
.zwfwdt-type-item:hover {
  opacity: 0.75;
}
.zwfwdt-type-item._active {
  background-image: url('../../../images/jszwfw/wuxi/zwfwdt/group_h.png');
  color: #fff;
}
.zwfwdt-left {
  position: absolute;
  left: 20px;
  top: 42px;
  width: 512px;
  z-index: 1;
}
.zwfwdt-search {
  position: relative;
  display: flex;
  height: 64px;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px rgba(180, 202, 241, 0.3);
  overflow: hidden;
}
.zwfwdt-search-input {
  flex: 1;
  width: 0;
  height: 100%;
  padding: 0 10px;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
}
.zwfwdt-search-input::placeholder {
  color: #BCBCBC;
}
.zwfwdt-search-btn {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #51BFFF, #0074EB);
  cursor: pointer;
}
.zwfwdt-search-btn:hover {
  opacity: 0.75;
}
.zwfwdt-search-btn-icon {
  width: 100%;
  height: 100%;
  background: url('../../../images/jszwfw/wuxi/zwfwdt/icon_search.png') center no-repeat;
}
.zwfwdt-list {
  padding: 22px 32px;
  border-radius: 8px;
  background: #fff;
}
.zwfwdt-list-item {
  position: relative;
  padding: 6px 0 16px 50px;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
}
.zwfwdt-list-item:hover {
  opacity: 0.75;
}
.zwfwdt-list-item._active .zwfwdt-list-item-index {
  background-image: url('../../../images/jszwfw/wuxi/zwfwdt/loc_h.png');
}
.zwfwdt-list-item._active .zwfwdt-list-item-name {
  color: #1285F0;
}
.zwfwdt-list-item + .zwfwdt-list-item {
  margin-top: 10px;
}
.zwfwdt-list-item-index {
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 38px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background: url('../../../images/jszwfw/wuxi/zwfwdt/loc.png') center no-repeat;
}
.zwfwdt-list-item-name {
  font-size: 18px;
  font-weight: bold;
}
.zwfwdt-list-item-detail {
  color: #666666;
}
.zwfwdt-list-item-detail-row {
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 省略号 */
  word-break: normal;
  /* 防止被父级 wordwrap 样式影响 */
  word-wrap: normal;
}
.manu {
  margin-top: 12px;
  font-size: 14px;
}
.manu-lnk {
  padding: 0 8px;
}
.manu-page .manu-lnk:first-child {
  border-left: 1px solid #ddd;
}
