﻿html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hide {
  display: none;
}

/* 图层瓦片 */
/* .newmap-tile {
  opacity: 0;
} */

/* 学校名搜索框 */
.input-box {
  position: absolute;
  /* right: 20px;
	top: 20px;*/
}

.input-school {
  width: 275px;
  padding: 5px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  outline: none;
}

.ui-widget.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* font-size: 12px; */
}

.ui-widget.ui-autocomplete::-webkit-scrollbar {
  width: 4px;
}

.ui-widget.ui-autocomplete::-webkit-scrollbar-thumb {
  height: 80px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}

.ui-widget.ui-autocomplete::-webkit-scrollbar-track {
  border-radius: 10px;
}

.ui-menu.ui-autocomplete .ui-menu-item {
  cursor: pointer;
}

.ui-menu.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-menu.ui-autocomplete .ui-menu-item a.ui-state-active {
  margin: 0;
}

.ui-state-hover,
.ui-widget-content.ui-autocomplete .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content.ui-autocomplete .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0;
  background: #fff;
  color: #009dfd;
}

/* 学段下拉框 */
.select-wrap {
  position: absolute;
  /* left: 75px;
  top: 15px; */
}

.selected-text {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #fff;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;

  padding-left: 10px;
  padding-right: 30px;

  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 2px;
  line-height: 30px;
  outline: 0;
  cursor: pointer;
}

/* .selected-text:hover {
  border-color: #D2D2D2;
}
.selected-text:focus {
  border-color: #C9C9C9;
} */

.arrow-edge {
  display: inline-block;
  width: 0;
  height: 0;

  position: absolute;
  right: 10px;
  top: 50%;

  overflow: hidden;
  vertical-align: middle;

  border-style: dashed;
  border-color: transparent;

  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  margin-top: -3px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}

:root .form-selected .arrow-edge {
  margin-top: -9px\0/IE9;
}

.form-selected .arrow-edge {
  margin-top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3px\9;
}

.select-box {
  position: relative;
  width: 120px;
  font-size: 12px;
  color: #333;
}

.select-box .opt-box {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 899;
  box-sizing: border-box;
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  padding: 5px 0;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

.select-box .opt-box .opt-section {
  list-style: none;
  cursor: pointer;

  padding: 0 10px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-box .opt-box .opt-section:hover {
  background-color: #f5f7fa;
  /* -webkit-transition: .5s all;
  transition: .5s all; */
}

.select-box .opt-box .opt-section.select-tips {
  padding-left: 10px !important;
  color: #999;
}

/* .select-box .opt-box .opt-section.on {
  color: #409eff;
} */

/* 聚合点图片 */
.newmap-marker-img {
  z-index: -1;
}

/* 热力点容器 */
.point-box {
  position: relative;
}

.dot {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* background-color: #64cfd8; */
}

.circle {
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  /* border:1px solid #64cfd8;box-shadow:0 0 4px #64cfd8,0 0 8px #64cfd8 inset; */
}

.anim1 {
  animation: warn 1.5s ease-out infinite both;
}

.anim2 {
  animation: warn 1.5s ease-out 0.5s infinite both;
}

.anim3 {
  animation: warn 1.5s ease-out 1s infinite both;
}

@keyframes warn {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* 学校标记点 */
.amap-ui-district-cluster-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 22px;
  /* border: 1px solid #8e8e8e; */
  border-radius: 5px 5px 5px 0;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  /* background-color: rgba(0, 134, 233, 0.8);
    color: #fff; */
}

.amap-ui-district-cluster-marker span {
  vertical-align: middle;
  padding: 3px 5px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}

.amap-ui-district-cluster-marker-title {
  border-radius: 5px 0 0 0;
}

.amap-ui-district-cluster-marker-body {
  /* background-color: rgba(0, 134, 233, 0.8);
    color: #fff; */
  border-radius: 0 5px 5px 0;
}

.district-cluster-marker-after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  left: 13px;
  bottom: -12px;
  /* border-top-color: rgba(80, 166, 230, 0.8); */
}

/* 遮罩层 */
.modal-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  z-index: 998;
  opacity: 0.5;
}

/* 弹层容器 */
.modal-box-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
}

.modal-box-wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.modal-box {
  display: inline-block;
  width: 550px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #020023;
  border-radius: 0;
  border: 1px solid #30528f;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5);
  font-size: 18px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}

.modal-header {
  position: relative;
  padding: 15px 15px 0;
  border-bottom: 1px solid #30528f;
}

.modal-header .modal-title {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}

.modal-header .icon-modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 101;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.modal-content {
  padding: 20px 20px 0;
  font-size: 14px;
}

.info-container {
  font-size: 0;
}

.info-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

.info-item-title {
  display: inline-block;
  width: 33%;
  min-width: 90px;
}

.info-item-value {
  display: inline-block;
  vertical-align: top;
}

.item-detail {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.item-detail a {
  text-decoration: none;
  color: #4182CE;
}

.image-box {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #30528f;
  text-align: center;
}

/* 面板开关按钮 */
.switch-panel {
  position: absolute;
  z-index: 900;

  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;

  background-color: #143E85;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

/* 指标面板 */
.input-card {
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  background-color: #0B1845;
  color: #fff;

  word-wrap: break-word;
  border: 1px solid #003366;
}

/* 面板头 */
.card-header {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #003366;
}

.card-header .title {
  font-size: 16px;
}

/* 面板关闭按钮 */
.card-header .icon-panel-close {
  position: absolute;
  top: 16px;
  right: 15px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.radio-box {
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 12px 0 12px 15px;
}

/*滚动条整体样式*/
.radio-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/*滚动条里面小方块*/
.radio-box::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

/*滚动条里面轨道*/
.radio-box::-webkit-scrollbar-track {
  background: transparent;
}

.input-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /* height: 30px; */
  cursor: pointer;
  margin-bottom: 5px;
}
.input-item:last-of-type {
	margin-bottom: 0;
}

.input-item label {
  display: inline-block;
  /* width: 150px; */
  cursor: pointer;
  line-height: 18px;
}

.-screen-widget-name-yiwuMap input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 8px 0 0;
  cursor: pointer;
  height: 18px;
}