.cs-tools {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  margin: 0;
}
.cs-tools .cs-tools-item-wrap {
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 44px;
  height: 44px;
  background: url('../assets/footer.png') no-repeat 0 0;
  background-size: 100% 100%;
  font-size: 20px;
}
.cs-tools .cs-tools-item-wrap i {
  background: -webkit-gradient(linear, left bottom, left top, from(#3dc6ff), to(#97e0ff));
  background: linear-gradient(0deg, #3dc6ff 0%, #97e0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-tools .cs-tools-item-wrap:last-child::before {
  height: 0;
}
.cs-tools .cs-active-tools-item-wrap {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
}
.cs-tools .ant-checkbox-wrapper {
  color: #fff;
}
.cs-tools-item-popover .ant-popover-inner {
  padding: 0;
  background: rgba(0, 35, 65, 0.9);
  border: 1px solid rgba(1, 211, 252, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(1, 211, 252, 0.75) inset;
          box-shadow: 0 0 5px rgba(1, 211, 252, 0.75) inset;
  border-radius: 5px;
}
.cs-tools-item-popover .ant-popover-inner-content {
  color: #fff;
  min-width: 130px;
}
.cs-tools-item-popover .ant-popover-arrow-content {
  background: rgba(0, 35, 65, 0.9);
}
.cs-tools-item-popover .ant-popover-arrow-content::before {
  background: rgba(1, 211, 252, 0.5);
}
.cs-tools-btn {
  background: rgba(0, 35, 65, 0.9);
  border: 1px solid #26425f;
  color: #97e0ff;
}
.cs-tools-layer-tree-wrap {
  max-height: 400px;
  overflow-y: auto;
  background: transparent;
}
.cs-tools-layer-tree-wrap::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
.cs-tools-layer-tree-wrap .cs-tools-layer-tree {
  background: transparent;
  color: #fff;
}
.cs-tools-layer-tree-wrap .cs-tools-layer-tree .ant-tree-icon__customize {
  margin-right: 4px;
}
.cs-tools-layer-tree-wrap .cs-tools-layer-tree .ant-tree-icon__customize .cs-tools-layer-tree-legend {
  max-height: 24px;
  padding-bottom: 4px;
}
.cs-autoComplete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-autoComplete .ant-select-selector {
  background: rgba(4, 32, 61, 0.96) !important;
  color: #fff;
  border: 1px solid #26425f;
}
.cs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-close-btn {
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.cs-tools-close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 999;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.cs-map-tools-tip-title {
  color: #fff;
  font-size: 18px;
}
.cs-map-tools-tip-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
.cs-map-tools-tip-item-text {
  color: #4b89dd;
  margin-left: 14px;
}
.cs-map-tools-tip-item-title {
  margin-left: 20px;
}
.cs-search-wrap {
  background: rgba(4, 32, 61, 0.96);
}
.cs-search-wrap .ant-select-auto-complete {
  color: #fff;
}
.cs-search-wrap .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: rgba(4, 32, 61, 0.96);
  border-color: #26425f;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(6, 93, 181, 0.5);
          box-shadow: 0px 2px 7px 0px rgba(6, 93, 181, 0.5);
  border-radius: 4px;
}
.cs-search-wrap .ant-select-dropdown {
  background: rgba(4, 32, 61, 0.96);
}
.cs-search-wrap .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background: rgba(6, 93, 181, 0.5);
  color: #fff;
}
.cs-search-wrap .ant-select-item-option-grouped {
  color: #fff;
}
.cs-search-wrap .ant-select-item-option-content {
  color: #fff;
}
.cs-search-wrap .ant-select-item-group {
  color: #aaa;
}
.cs-map-base-map-switch-active {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  overflow: hidden;
}
.cs-map-base-map-switch-list-wrap {
  width: 300px;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list-title {
  font-size: 18px;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list {
  max-height: 400px;
  overflow-y: scroll;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-label {
  font-size: 14px;
  margin: 5px 0;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-item-wrap {
  border: 1px solid #888;
  border-radius: 5px;
  padding: 5px;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-item {
  cursor: pointer;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-item .base-map-switch-list-item-img {
  width: 100%;
  border: solid 1px #444;
  border-radius: 9px;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-item .base-map-switch-list-item-label {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-item:hover .base-map-switch-list-item-img {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px #fff, 0 0 8px #fff;
          box-shadow: 0 0 8px #fff, 0 0 8px #fff;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-item-active .base-map-switch-list-item-img {
  border: double 4px #bdecf8;
}
.cs-map-base-map-switch-list-wrap .base-map-switch-list .base-map-switch-list-item-active .base-map-switch-list-item-label {
  color: #bdecf8;
}
.cs-tools-layer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-height: 400px;
  overflow-y: auto;
}
.cs-tools-layer::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
.cs-tools-layer .cs-tools-layer-check-all {
  width: 100%;
  border-bottom: 1px silver solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
}
.cs-tools-layer .cs-tools-layer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 6px;
  white-space: nowrap;
}
.cs-tools-layer .ant-checkbox-wrapper {
  color: #fff;
}
.cs-tools-layer .ant-checkbox-wrapper .cs-tools-layer-tree-legend {
  max-height: 24px;
  margin-right: 4px;
  vertical-align: bottom;
}
.cs-tools-layer .cs-tools-layer-list {
  padding-top: 2px;
}
.cs-tools-layer .cs-tools-layer-list .cs-tools-layer-sub-list {
  max-height: 400px;
  overflow-y: auto;
}
.cs-tools-layer .cs-tools-layer-list .cs-tools-layer-sub-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}
