@charset "UTF-8";
/**!
* 政务地图
* date:2022-07-13
* author: qcn;
*/
body {
  min-width: 1200px;
  color: #6a90f1;
}

/* banner */
.banner {
  height: 150px;
  background: url("../images/map/banner.jpg") no-repeat center;
}

.banner-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 48px 0 6px 0;
  display: block;
}

.banner-introduce {
  font-size: 20px;
  color: #fff;
}

/* 主区域 */
.content {
  height: 806px;
  background: #edf2ff;
  padding-top: 18px;
}

.content .location {
  font-size: 16px;
  color: #333;
  padding-left: 31px;
  position: relative;
}

.content .location::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url("../images/map/location.png") no-repeat center;
  position: absolute;
  top: 2px;
  left: 0;
}

.content .location-page {
  display: inline-block;
  margin-left: -4px;
}

.content .location-name {
  color: #228aff;
  display: inline-block;
  margin-left: 3px;
}

.content .map {
  height: 712px;
  background: url("../images/map/map-bg.jpg") no-repeat center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 24px;
  padding: 24px;
  position: relative;
}

.content .map-content {
  width: 1144px;
  height: 648px;
  border-radius: 10px;
  position: relative;
}

.content .information {
  position: absolute;
  top: 48px;
  left: 48px;
  z-index: 999;
}

.content .information .condition-choose {
  width: 90px;
  height: 34px;
  display: inline-block;
  background: #4c7fff url("../images/map/arrow.png") no-repeat 69px center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  padding-left: 14px;
}

.content .information .condition-choose.active {
  background-image: url("../images/map/arrow-a.png");
}

.content .information .condition {
  position: relative;
}

.content .information .condition-choose-name {
  display: inline-block;
  width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .information .choose-box {
  width: 420px;
  height: 400px;
  background: #fff;
  border-radius: 6px;
  padding: 19px 22px 0 18px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
          box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
  display: none;
}

.content .information .choose-box.active {
  display: block;
}

.content .information .choose-name {
  font-size: 18px;
  color: #333;
}

.content .information .choose-name-word {
  color: #228aff;
}

.content .information .county-name {
  font-size: 18px;
  color: #333;
  height: 30px;
  display: block;
  margin-top: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.content .information .choose-list {
  margin-top: 12px;
  padding-left: 4px;
}

.content .information .choose-item {
  width: 25%;
  float: left;
}

.content .information .choose-item-name {
  font-size: 16px;
  color: #666;
}

.content .information .choose-item:nth-child(n + 5) {
  margin-top: 12px;
}

.content .information .choose-item:hover .choose-item-name {
  color: #5d9eff;
}

.content .information .search {
  margin-left: 10px;
  position: relative;
}

.content .information .search-input {
  width: 320px;
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-left: 12px;
  font-size: 16px;
  color: #999;
}

.content .information .search-input:focus {
  outline: none;
}

.content .information .search-btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/map/search.png") no-repeat center;
  position: absolute;
  top: 8px;
  right: 12px;
}

.content .information .condition-detail {
  width: 420px;
  height: 533px;
  background: #fff;
  padding: 0 0 0 11px;
  border-radius: 6px;
}

.content .information .hall-alo {
  margin: 0 27px 0 7px;
  border-bottom: 1px solid #e6e6e6;
  height: 44px;
  margin-top: 10px;
}

.content .information .hall-alo-item {
  float: left;
  height: 100%;
  line-height: 51px;
  position: relative;
}

.content .information .hall-alo-item + .hall-alo-item {
  margin-left: 31px;
}

.content .information .hall-alo-item a {
  font-size: 16px;
  color: #666;
}

.content .information .hall-alo-item.active a {
  font-size: 18px;
  color: #3167f0;
  font-weight: bold;
}

.content .information .hall-alo-item.active::after {
  content: '';
  display: inline-block;
  width: 58px;
  height: 4px;
  background: #6a90f1;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content .information .info-list {
  height: 475px;
  width: 406px;
  padding-bottom: 5px;
}

.content .address {
  width: 352px;
  background: #fff;
}

.content .address-box {
  padding: 0 10px 14px 15px;
}

.content .address .info-item-value {
  width: 240px;
}

.content .address-title {
  margin: 5px 5px 0 0;
}

.content .address .title-name {
  width: 234px;
  color: #3167f0;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.content .address .title-link {
  width: 15px;
  height: 16px;
  background: url("../images/map/code.png") no-repeat center;
  margin-top: 5px;
}

.content .address .title-route {
  background-image: url("../images/map/route.png");
  margin-right: 17px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.content .address .title-route:hover .title-route-title {
  display: inline-block;
}

.content .address .title-route-title {
  width: 65px;
  height: 30px;
  line-height: 30px;
  background: rgba(244, 245, 246, 0);
  border: 0px solid #2868b1;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(19, 96, 206, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(19, 96, 206, 0.1);
  border-radius: 4px;
  font-size: 14px;
  color: #3167f0;
  text-align: center;
  position: absolute;
  bottom: -39px;
  left: -17px;
  display: none;
}

.content .address-info {
  margin-top: 4px;
}

.content .address .cando {
  margin-top: 11px;
  text-align: left;
}

.content .address .cando-name {
  width: 74px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 18px;
  font-family: SourceHanSansCN-Medium;
  position: relative;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../images/map/map-item-ico1.png") no-repeat left center;
}

.content .address .cando-name + .cando-name {
  margin-left: 6px;
}

.content .address .cando-name:nth-child(1) {
  background: url("../images/map/map-item-ico1.png") no-repeat left center;
}

.content .address .cando-name:nth-child(2) {
  background: url("../images/map/map-item-ico2.png") no-repeat left center;
}

.content .address .cando-name:nth-child(3) {
  background: url("../images/map/map-item-ico3.png") no-repeat left center;
}

.content .address .cando-name:nth-child(4) {
  background: url("../images/map/map-item-ico4.png") no-repeat left center;
}

.content .address .cando-name:hover {
  color: #3167f0;
}

.content .address .cando-name:hover:nth-child(1) {
  background: url("../images/map/map-item-ico1-a.png") no-repeat left center;
}

.content .address .cando-name:hover:nth-child(2) {
  background: url("../images/map/map-item-ico2-a.png") no-repeat left center;
}

.content .address .cando-name:hover:nth-child(3) {
  background: url("../images/map/map-item-ico3-a.png") no-repeat left center;
}

.content .address .cando-name:hover:nth-child(4) {
  background: url("../images/map/map-item-ico4-a.png") no-repeat left center;
}

.content .address-detail {
  width: 240px;
  font-size: 16px;
  line-height: 24px;
  max-height: 44px;
  margin-top: -2px;
  color: #333;
}

.content .tag {
  margin-top: 8px;
}

.content .tag-item {
  float: left;
  height: 26px;
  padding: 0 8px;
  color: #058bfc;
  line-height: 26px;
  background: #ebf4fc;
  border-radius: 2px;
}

.content .tag-item.paking {
  color: #fa8c16;
  background: #fff1e3;
}

.content .tag-item.rest {
  color: #6b93fa;
  background: #e3ebfe;
}

.content .tag-item.baby {
  color: #ed53a7;
  background: #fdebf5;
}

.content .tag-item + li {
  margin-left: 10px;
}

.content .work-time {
  width: 322px;
  min-height: 91px;
  border-radius: 6px;
  background: url("../images/map/work-time-bg.png") no-repeat center;
  background-size: cover;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16px;
  margin: 12px 0 18px;
}

.content .work-time-title {
  margin-bottom: 6px;
  font-weight: 600;
}

.content .position {
  display: inline-block;
  width: 46px;
  height: 63px;
  background: url("../images/map/marker.png") no-repeat center;
}

.content .position.active {
  background-image: url("../images/map/marker-a.png");
}

.content .leaflet-popup-content {
  margin: 0 !important;
  width: 352px !important;
}

.content .leaflet-popup-content-wrapper,
.content .leaflet-popup-tip {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.content .leaflet-container a.leaflet-popup-close-button {
  width: 24px !important;
  height: 24px !important;
  color: #228aff;
  border-radius: 50%;
  border: 1px solid #228aff;
  padding-left: 4px;
  top: -11px;
  right: -8px;
  background: #fff;
}

.content .leaflet-container a.leaflet-popup-close-button:hover {
  color: #228aff;
}

.content .leaflet-popup-tip-container {
  display: none;
}

.content .leaflet-touch .leaflet-control-layers,
.content .leaflet-touch .leaflet-bar {
  display: none;
}

.content .info-item {
  width: 389px;
  height: 143px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(72, 135, 205, 0.15);
          box-shadow: 0px 2px 5px 0px rgba(72, 135, 205, 0.15);
  border-radius: 6px;
  text-align: left;
  border: 1px solid transparent;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content .info-item + .info-item {
  margin-top: 10px;
}

.content .info-item:hover {
  border: 1px solid #3167f0;
}

.content .info-item:hover .info-item-title {
  color: #3167f0;
}

.content .info-item.active {
  border: 1px solid #3167f0;
}

.content .info-item.active .info-item-title {
  color: #3167f0;
}

.content .info-item a {
  display: block;
  padding: 0 0 0 16px;
}

.content .info-item:first-child {
  margin-top: 17px;
}

.content .info-item-title {
  font-size: 18px;
  color: #333;
  font-family: SourceHanSansCN-Medium;
  font-weight: bold;
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
  width: 355px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .info-item-title::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 21px;
  background: url("../images/map/info-before.png") no-repeat center;
  position: absolute;
  top: 1px;
  left: 0;
}

.content .info-item-field {
  font-size: 16px;
  color: #666;
  margin-bottom: 4px;
}

.content .info-item-value {
  color: #666;
  width: 273px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: -4px;
  vertical-align: top;
  text-align: left;
}

/* 弹窗样式 */
.layui-layer-title {
  font-size: 24px !important;
  font-weight: bold !important;
  background: #fff !important;
  height: 64px !important;
  line-height: 64px !important;
}

.layui-layer-ico {
  width: 26px !important;
  height: 26px !important;
  background: url("../images/map/layer-close.png") no-repeat center !important;
}

.layui-layer-setwin {
  top: 19px !important;
  right: 16px !important;
}
