/*宸︿晶鏂板垪琛�*/
#left_cavans_new {
  position: absolute;
  float: left;
  padding-top: 30px;
  padding-left: 20px;
}

#left_cavans_new .left_cavans_menu_new {
  width: 140px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  border-radius: 6px;
  padding-left: 6px;
  color: #cdedff;
  background-color: rgba(29, 158, 240, 0.6);
  border: 1px solid rgba(29, 158, 240, 1);
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

#left_cavans_new .left_cavans_menu_selected_new {
  background-color: #2888de;
}

#left_cavans_new .left_cavans_menu_new:first-child {
  margin-top: 0;
}

#left_cavans_new .left_cavans_menu_new .left_cavans_name_new {
  font-size: 15px;
  font-weight: bold;
}

#left_cavans_new .left_cavans_menu_new .foldArrow_new {
  margin-top: -3px;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  right: 4px;
  font-size: 14px;
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: absolute;
  top: 50%;
  border-width: 6px;
  border-top-color: rgba(255, 255, 255, 0.7);
}

#left_cavans_new .left_cavans_menu_selected_new .foldArrow_new {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

#left_cavans_new .left_cavans_body_new {
  background-image: url(../../../images/jl_sxyd/img_rrr.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  left: 150px;
  bottom: 32px;
  display: none;
}

#left_cavans_new .left_cavans_body_selected_new {
  display: inline-block;
}

#left_cavans_new .layer_manage_list_dl_new {
  padding: 10px 20px;
  display: inline-block;
}

#left_cavans_new .layer_manage_list_dl_new dd {
  height: auto;
  line-height: 40px;
  color: #92cdff !important;
  white-space: nowrap;
  text-decoration: none;
  box-sizing: border-box;
  text-overflow: clip;
}

#left_cavans_new .layer_manage_list_dl_new .layui-form-checkbox {
  height: 40px;
  line-height: normal !important;
  min-width: 18px;
  min-height: 18px;
  border: none !important;
  margin-right: 0;
  padding-left: 28px;
  padding-right: 0;
  background: 0 0;
}

#left_cavans_new .layer_manage_list_dl_new i {
  right: auto;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #92cdff;
  font-size: 12px;
  border-radius: 2px;
  background-color: #014b89;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  box-sizing: border-box;
  margin-top: 12px;
}

#left_cavans_new .layer_manage_list_dl_new .layui-form-checkbox:hover i {
  border-color: #5fb878;
  color: #fff;
}

#left_cavans_new .layer_manage_list_dl_new .layui-form-checkbox i:before {
  content: "";
}

#left_cavans_new .layer_manage_list_dl_new .layui-form-checkbox span {
  padding-left: 0;
  padding-right: 15px;
  margin-top: -1px;
  margin-left: -4px;
  line-height: 18px;
  background: 0 0;
  color: #92cdff !important;
  line-height: 40px;
}

#left_cavans_new .layer_manage_list_dl_new .layui-form-checkbox[checkbox="checked"] i {
  border-color: rgba(29, 158, 240, 1) !important;
  background-color: #1db1ff !important;
}

#left_cavans_new .layer_manage_list_dl_new .layui-form-checkbox[checkbox="checked"] i:before {
  content: "\e605";
}

#left_cavans_new .layer_manage_list_dl_new .layui-form-checkbox[checkbox="checked"] span {
  color: #1db1ff !important;
}

#left_cavans_new .secondLevel>.layui-form-checkbox>.foldArrow_new,
#left_cavans_new .thirdLevel>.layui-form-checkbox>.foldArrow_new {
  padding: 0;
  margin-top: -3px;
  right: -6px;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  border-top-color: rgba(255, 255, 255, 0.7);
}

#left_cavans_new .secondLevel>dl,
#left_cavans_new .thirdLevel>dl {
  display: none;
  padding: 0 0 0 20px;
}

#left_cavans_new .secondLevel[extended="extended"]>.layui-form-checkbox>.foldArrow_new,
#left_cavans_new .thirdLevel[extended="extended"]>.layui-form-checkbox>.foldArrow_new {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

#left_cavans_new .secondLevel[extended="extended"]>dl,
#left_cavans_new .thirdLevel[extended="extended"]>dl {
  display: block;
}

.map_tools .el_map_tool_select {
  width: 110px;
  padding-left: 4px;
  margin-top: 6px;
}

.map_tools .el_map_tool_select .el-input__inner {
  padding-left: 0;
  color: #fff;
  background-color: transparent;
  font-size: 12px;
  border: 0px solid rgba(29, 158, 240, 1);
}

.map_tools .el-input__prefix,
.el-input__suffix {
  color: rgba(29, 158, 240, 1);
}

.map_tools .el-select .el-input .el-select__caret {
  color: #fff;
}

#homePageBody .el-select-dropdown {
  background-color: rgba(62, 111, 163, 1);
  border-color: rgba(64, 158, 255, 1);
}

#homePageBody .el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: rgba(29, 158, 240, 1);
}

#homePageBody .el-select-dropdown__item {
  color: #ffffff;
}

#homePageBody .el-popper[x-placement^="top"] .popper__arrow {
  border-top-color: rgba(64, 158, 255, 1);
}

#homePageBody .el-popper[x-placement^="top"] .popper__arrow::after {
  border-top-color: rgba(64, 158, 255, 1);
}

#homePageBody .el-popper[x-placement^="bottom"] .popper__arrow {
  border-bottom-color: rgba(64, 158, 255, 1);
}

#homePageBody .el-popper[x-placement^="bottom"] .popper__arrow::after {
  border-bottom-color: rgba(64, 158, 255, 1);
}

#data_statistics_title {
  width: 100%;
  height: 40px;
  background-color: #014b89;
  margin-bottom: 6px;
}

.data_statistics_info {
  height: 100%;
  float: left;
  line-height: 40px;
  color: white;
  font-size: 20px;
}

#data_statistics_line {
  width: 4px;
  background: linear-gradient(180deg, #27daeb, #3986fa);
  margin-right: 5px;
}

#data_statistics_icon {
  font-size: 20px;
  margin-right: 5px;
}

#data_statistics_list {
  width: 100%;
  height: calc(100% - 90px);
  background-color: #03162d;
  overflow: auto;
}

#data_statistics_list .layui-colla-item {
  border-color: transparent !important;
  margin-bottom: 2px;
}

#data_statistics_list .layui-collapse {
  border-width: 0;
  border-color: transparent;
}

#data_statistics_list .layui-colla-title {
  color: #fff;
  background-image: url(../../../images/jl_sxyd/img_title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding-left: 35px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  font-weight: bold;
}

#data_statistics_list .layui-colla-title i {
  display: none;
}

#data_statistics_list .layui-colla-title .diamond {
  float: left;
  width: 10px;
  height: 10px;
  margin: 10px auto;
  margin-right: 10px;
  background-color: #99ee55;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Internet Explorer */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 锟斤拷 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

#data_statistics_list .layui-colla-content {
  border-top-width: 0;
  border-top-style: none;
  padding: 8px 10px !important;
  background-image: url(../../../images/jl_sxyd/img_m.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 4px 0;
}

#data_statistics_list .layui-colla-content .environment_unit_total_info {
  width: 100%;
  height: 80px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cdedff;
  padding-top: 18px;
  padding-left: 20px;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
}

#data_statistics_list .layui-colla-content .environment_unit_total_icon {
  background-image: url(../../../images/jl_sxyd/icon_b.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100px;
  height: 100%;
  float: left;
}

#data_statistics_list .layui-colla-content .environment_unit_total_num {
  height: 100%;
  width: calc(100% - 100px);
  float: left;
}

#data_statistics_list .layui-colla-content .environment_unit_total_value {
  width: 100%;
  height: 60%;
  overflow: hidden;
  text-align: center;
}

#data_statistics_list .layui-colla-content .environment_unit_total_value_item {
  background-image: url(../../../images/jl_sxyd/icon_n.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 30px;
  font-family: electronicFont;
  height: 90%;
  width: 30px;
  line-height: 40px;
  display: inline-block;
  margin-left: 10px;
}

#data_statistics_list .layui-colla-content .environment_unit_total_value_item:first-child {
  margin-left: 0;
}

#data_statistics_list .layui-colla-content .environment_unit_total_name {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}

#data_statistics_list .layui-colla-content .environment_unit_total {
  font-size: 34px;
  font-family: DS-Digital;
  font-weight: bold;
  color: #99ee55;
  padding-right: 4px;
}

#data_statistics_list .layui-colla-content .environment_unit_classify_info {
  width: 100%;
  height: 100px;
  white-space: nowrap;
  overflow: hidden;
}

#data_statistics_list .layui-colla-content .environment_unit_classify {
  height: 100%;
  width: 33%;
  float: left;
}

#data_statistics_list .environment_unit_classify_info .environment_unit_classify_chart {
  background-image: url(../../../images/jl_sxyd/environment_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 80%;
  height: 70%;
  margin-left: 10%;
  line-height: 50px;
  font-size: 20px;
  font-family: DS-Digital;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
  color: #1db1ff;
}

#data_statistics_list .environment_unit_classify_info #priority_protection {
  /*color: #36A51D;*/
  color: rgba(77, 230, 2, 1);
}

#data_statistics_list .environment_unit_classify_info #key_protection {
  /*color: #EE7879;*/
  color: rgba(245, 122, 122, 1);
}

#data_statistics_list .environment_unit_classify_info #general_control {
  /*color: #F6EBAB;*/
  color: rgba(246, 235, 171, 1);
}

#data_statistics_list .environment_unit_classify_info .environment_unit_classify_title {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  opacity: 0.8;
  height: 30%;
  margin-top: 8px;
  box-sizing: border-box;
  color: #cdedff;
}

#data_statistics_list .layui-colla-content #comparative_analysis {}

#data_statistics_list .layui-colla-content .city_unit_info {
  width: 100%;
  height: 20px;
  white-space: nowrap;
}

#data_statistics_list .layui-colla-content .city_unit_info .city_unit_rank {
  height: 12px;
  float: left;
  width: 12px;
  border: 2px solid #1b6ed8;
  border-radius: 12px;
  background-color: #1b6ed8;
  color: #fff;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
}

#data_statistics_list .layui-colla-content .city_unit_info .city_unit_rank[rank="r1"] {
  border-color: #ffcc03;
  background-color: #d99d01;
}

#data_statistics_list .layui-colla-content .city_unit_info .city_unit_rank[rank="r2"] {
  border-color: #facd89;
  background-color: #eb8e47;
}

#data_statistics_list .layui-colla-content .city_unit_info .city_unit_rank[rank="r3"] {
  border-color: #feecb8;
  background-color: #e96840;
}

#data_statistics_list .layui-colla-content .city_unit_info .city_unit_name {
  height: 100%;
  float: left;
  width: 60px;
  padding-left: 6px;
  padding-right: 8px;
  color: #cdedff;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  line-height: 15px;
}

#data_statistics_list .layui-colla-content .city_unit_info .city_unit_progress {
  float: left;
  margin-top: 4px;
}

#data_statistics_list .layui-colla-content .standardWidth {
  width: calc(100% - 160px);
}

#data_statistics_list .layui-colla-content .city_unit_info .layui-progress-bar {
  background: linear-gradient(90deg, #1d9ff1, #205ea8) !important;
}

#data_statistics_list .layui-colla-content .city_unit_info .city_unit_data {
  height: 100%;
  padding-left: 4px;
  float: left;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #cdedff;
  width: 60px;
  line-height: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#data_statistics_list .layui-colla-content #area_select {
  width: 100%;
  height: 20px;
  padding: 4px 0;
}

#data_statistics_list .layui-colla-content #area_contrast_1 {
  width: 100%;
  height: 20px;
  padding: 4px 0;
  text-align: center;
}

#data_statistics_list .layui-colla-content #area_contrast_2 {
  width: 100%;
  height: 20px;
  padding: 4px 0;
}

#data_statistics_list .layui-colla-content .area_label {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0096ff;
}

#data_statistics_list .layui-colla-content .area_city_select {
  display: inline-block !important;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.6);
  opacity: 0.9;
  border-radius: 13px;
  padding: 0 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

#data_statistics_list .layui-colla-content .area_city_select option {
  background: #03162d;
}

#data_statistics_list .layui-colla-content .area_radio {
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.6);
  opacity: 0.9;
  border-radius: 13px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 2px 8px;
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
}

#data_statistics_list .layui-colla-content .area_radio[radio="checked"] {
  background: #0096ff;
}

#data_statistics_list .layui-colla-content #area_analysis {
  margin: 8px 0;
}

#layer_manage_list .foldArrow {
  top: 20px;
}

#layer_manage_list .secondLevel {
  height: auto;
  padding: 0 0 0 20px;
}

#layer_manage_list .thirdLevel {
  height: auto;
  padding: 0 0 0 10px;
}

#layer_manage_list .fourthLevel {
  padding: 0 0 0 10px;
}

.layer_manage_list_dl dd {
  text-overflow: clip;
}

#layer_manage_list .secondLevel[extended="extended"]>.foldArrow {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

#layer_manage_list .secondLevel[extended="extended"]>dl {
  display: block;
}

#layer_manage_list .thirdLevel[extended="extended"]>.foldArrow {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}

#layer_manage_list .thirdLevel[extended="extended"]>dl {
  display: block;
}

/* 鏈�鏂扮増宸︿晶鍒楄〃 */
.homeMap_box {
  position: absolute;
  z-index: 401;
  left: 10px;
  top: 10px;
  width: 25%;
  height: calc(100% - 20px);
  transition: all 0.2s;
}

.homeMap_box .sthDiv1 {
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 310px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background-color: #969696e2;
}

.homeMap_box .sthDiv {
  position: fixed;
  left: 10px;
  bottom: 0px;
  width: 310px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background-color: #969696e2;
}
.homeMap_box .visitNum1{
  position: absolute;
  bottom: 35px;
  left: calc(0% + 200px);
  width: 100px;
  padding: 5px 5px;
  color: #fff;
  background-color: #969696e2;
  border-radius: 3px;
}
.homeMap_box .visitNum{
  position: fixed;
  bottom: 35px;
  left: 210px;
  width: 100px;
  padding: 5px 5px;
  color: #fff;
  background-color: #969696e2;
  border-radius: 3px;
}
.homeMap_box .version1{
  position: absolute;
  bottom: 35px;
  left: 0%;
  width: 185px;
  padding: 5px 5px;
  color: #fff;
  background-color: #969696e2;
  border-radius: 3px;
}
.homeMap_box .version{
  position: fixed;
  bottom: 35px;
  left: 10px;
  width: 185px;
  padding: 5px 5px;
  color: #fff;
  background-color: #969696e2;
  border-radius: 3px;
}

.homeMap_left,
.homeMap_left1 {
  width: 100%;
  height: 100%;
  /* background: orange; */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.homeMap_left_sliderIcon {
  width: 18px;
  height: 70px;
  border-radius: 0 15px 15px 0;
  position: absolute;
  top: 185px;
  right: -23px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #091c50c2;
  padding-left: 4px;
  cursor: pointer;
}

.homeMap_left-top {
  width: 100%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 2.3vh;
  color: #ffffff;
  line-height: 31px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background-image: url("../images/title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-bottom: 7px;
}

.homeMap_left-center {
  width: 100%;
  height: 33px;
  display: flex;
  margin-bottom: 7px;
}

.homeMap_left-centerItem {
  width: 50%;
  height: 100%;
  background: #091c50c2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left-centerItem-active {
  background: rgba(27, 86, 234, 0.744);
  border: 2px solid #005ed1;
  box-sizing: border-box;
}

.homeMap_left-bottom {
  flex: 1;
  overflow-y: scroll;
}

.homeMap_left-bottom::-webkit-scrollbar {
  width: 0 !important;
}

.homeMap_left-bottomItem {
  width: 100%;
  background: #091c50c2;
  box-shadow: 0px 4px 10px 0px #000000;
  border: 2px dashed #237be6;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.homeMap_left-bottomItem_active {
  border: 2px solid #237be6;
}

.homeMap_left-bottomItem::before,
.homeMap_left-bottomItem::after {
  content: "";
  position: absolute;
  width: 11px;
  /* 鍥剧墖瀹藉害 */
  height: 11px;
  /* 鍥剧墖楂樺害 */
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -1px;
}

.homeMap_left-bottomItem::before {
  background-image: url("../images/02宸︿笅@1x.png");
  /* 鏇挎崲涓哄疄闄呭浘鐗� URL */
  left: -1px;
}

.homeMap_left-bottomItem::after {
  background-image: url("../images/04鍙充笅@1x.png");
  /* 鏇挎崲涓哄疄闄呭浘鐗� URL */
  right: -1px;
}

.homeMap_left-bottomItem1 {
  height: 170px;
}

.homeMap_left-bottomItem2 {
  height: 175px;
}

.homeMap_left-bottomItem3 {
  height: 215px;
}

.homeMap_left-bottomItem-title {
  position: relative;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  background: linear-gradient(270deg, rgba(34, 136, 225, 0) 0%, #0887f5 100%);
  border: 2px solid;
  border-image: linear-gradient(180deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6800000071525574)) 2 2;
}

.homeMap_left-bottomItem-title>img {
  width: 16px;
  height: 16px;
  margin-right: 11px;
}

.homeMap_left-bottomItem-title>div {
  width: 110px;
  flex: 1;
  display: flex;
  align-items: center;
}

.homeMap_left-bottomItem-title>div>img {
  width: 26px;
  height: 26px;
  margin: 0 10px;
}

.homeMap_left-bottomItem-title>div>span {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left-bottomItem-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeMap_left-bottomItem-content #tips {
  z-index: 999;
  display: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 2px 10px;
  position: fixed;
  top: 0;
  left: 0;
}

.homeMap_left-bottomItem1 .homeMap_left-bottomItem-content .content-item {
  width: 98%;
  height: 25%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 1%;
}

.homeMap_left-bottomItem1 .homeMap_left-bottomItem-content .content-item span {
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left-bottomItem1 .homeMap_left-bottomItem-content .content-item div {
  width: 110px;
  display: flex;
  align-items: center;
}

.homeMap_left-bottomItem1 .homeMap_left-bottomItem-content .content-item img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.homeMap_left-bottomItem2 .homeMap_left-bottomItem-content .content-item1 {
  width: 100%;
  height: 26px;
  display: flex;
  margin: 10px 0;
}

.homeMap_left-bottomItem2 .homeMap_left-bottomItem-content .content-item1>div {
  width: 44%;
  height: 100%;
  margin: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left-bottomItem2 .homeMap_left-bottomItem-content .content-item1>div img {
  width: 26px;
  height: 26px;
}

.homeMap_left-bottomItem2 .homeMap_left-bottomItem-content .content-item1>div span:nth-child(2) {
  margin-right: 10px;
}

.homeMap_left-bottomItem2 .homeMap_left-bottomItem-content .content-item2 {
  width: 96%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: rgba(10, 125, 229, 0.38);
  padding: 0 10px;
  box-sizing: border-box;
  margin: 5px 10px;
}

.homeMap_left-bottomItem2 .homeMap_left-bottomItem-content .content-item2 div:nth-child(1) {
  width: 130px;
}

.homeMap_left-bottomItem3 .homeMap_left-bottomItem-content .content-item {
  width: 96%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: rgba(10, 125, 229, 0.38);
  padding: 0 10px;
  box-sizing: border-box;
  margin: 5px 10px;
}

.homeMap_left-bottomItem3 .homeMap_left-bottomItem-content .content-item div:nth-child(1) {
  width: 200px;
}

.homeMap_top {
  height: 28px;
  width: 46vw;
  position: absolute;
  left: calc(50% - 23vw);
  top: 12px;
  z-index: 401;
}

.homeMap_top-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sliderOpacity {
  width: 220px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #237be6;
  background: rgba(8, 135, 245, 0.34);
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0 5px;
  margin: 5px 3px;
}

.sliderOpacity .el-slider {
  width: 100px;
}

.el-input__inner {
  width: 130px;
  color: #fff;
  font-size: 12px;
  margin: 0 3px;
  padding: 0 15px 0 5px;
  border-radius: 0;
  border: 1px solid #237be6;
  background: linear-gradient(270deg,
      rgba(34, 136, 225, 0.29) 0%,
      rgba(8, 135, 245, 0.65) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.el-input__inner::placeholder {
  color: #fff;
}

.restoreLayer {
  width: 65px;
  height: 100%;
  color: #fff;
  font-size: 12px;
  margin: 0 3px;
  border: 1px solid #237be6;
  background: linear-gradient(270deg,
      rgba(34, 136, 225, 0.29) 0%,
      rgba(8, 135, 245, 0.65) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.homeMap_top-leftItem {
  margin: 0 3px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #237be6;
  box-sizing: border-box;
  background: linear-gradient(270deg,
      rgba(34, 136, 225, 0.29) 0%,
      rgba(8, 135, 245, 0.65) 100%);
  cursor: pointer;
}

.homeMap_top-leftItem>span {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 0 5px;
}

.homeMap_top-leftItem>img {
  width: 16px;
  height: 16px;
  margin: 0 14px 0 0;
}

.homeMap_top-right {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.homeMap_top-rightItem {
  height: 100%;
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #237be6;
  background: rgba(8, 135, 245, 0.34);
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.homeMap_top-rightItem>img {
  width: 15px;
  height: 15px;
}

.homeMap_left-bottom1 {
  flex: 1;
  background: #091c50c2;
  box-shadow: 0px 4px 10px 0px #000000;
  border: 2px dashed rgba(35, 123, 230, 0.5);
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.homeMap_left-bottom1>img {
  position: absolute;
  width: 11px;
  height: 11px;
}

.homeMap_left-bottom1>img:nth-child(1) {
  left: -1px;
  top: -1px;
}

.homeMap_left-bottom1>img:nth-child(2) {
  left: -1px;
  bottom: -1px;
}

.homeMap_left-bottom1>img:nth-child(3) {
  right: -1px;
  top: -1px;
}

.homeMap_left-bottom1>img:nth-child(4) {
  right: -1px;
  bottom: -1px;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Top {
  width: 100%;
  height: 33px;
  display: flex;
  justify-content: space-between;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Top>div {
  width: 75px;
  height: 33px;
  box-sizing: border-box;
  background: rgba(27, 84, 234, 0.6);
  border: 2px solid #005ed1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Top>div img {
  /* width: 20px;
	height: 20px; */
  margin-right: 5px;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Top>div span {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Center {
  flex: 1;
  margin: 13px 0;
  max-height: calc(100% - 132px);
}

.homeMap_left-bottom1Center .el-table {
  background: rgba(27, 84, 234, 0.4);
  border: none;
}

.homeMap_left-bottom1Center .el-table::before {
  height: 0;
}

.homeMap_left-bottom1Center .el-table .cell {
  height: 25px;
}

.homeMap_left-bottom1Center .el-table thead {
  color: #fff;
  background-color: transparent;
}

.homeMap_left-bottom1Center .el-table th,
.homeMap_left-bottom1Center .el-table tr {
  color: #fff;
  background-color: transparent;
}

.homeMap_left-bottom1Center .el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: transparent !important;
}

.homeMap_left-bottom1Center .el-table__empty-text {
  color: #fff;
  font-size: 18px;
}

.homeMap_left-bottom1Center .el-table td,
.el-table th.is-leaf {
  border-bottom: 1px solid #484848;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Bottom {
  margin-top: 12px;
  width: 100%;
  /* height: 73px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Bottom .jwType_label .el-radio__label {
  color: #fff;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Bottom .jwType_label .layui-unselect {
  display: none !important;
}

.homeMap_left-bottom1 #model_select {
  position: absolute;
  color: #fff;
  top: 50px;
  right: 6px;
  background: rgba(27, 84, 234);
  border: 2px solid #005ed1;
  display: none;
}

.homeMap_left-bottom1 #model_select li {
  padding: 2px 10px;
}

.homeMap_left-bottom1 #model_select li:hover {
  background: rgb(16, 61, 173);
}

.homeMap_left-bottom1 .homeMap_left-bottom1Bottom div {
  width: 100%;
  min-height: 33px;
  box-sizing: border-box;
  background: rgba(27, 84, 234, 0.4);
  border: 1px solid #005ecf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Bottom div input {
  width: 40%;
  height: 80%;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  border: 1px solid #237be6;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 10px;
}

.homeMap_left-bottom1 .homeMap_left-bottom1Bottom div img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.homeMap_left1 .homeMap_left1-bottomItem-title {
  width: 100%;
  height: 40px;
  border: 2px solid;
  border-image: linear-gradient(180deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6800000071525574)) 2 2;
  background: linear-gradient(180deg, #1f358d 0%, #2057c7 45%, #237be6 100%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.homeMap_left1 .homeMap_left1-bottomItem-title>img {
  width: 16px;
  height: 14px;
  margin-right: 11px;
}

.homeMap_left1 .homeMap_left1-bottomItem-title>div {
  flex: 1;
  display: flex;
  align-items: center;
}

.homeMap_left1 .homeMap_left1-bottomItem-title>div>img {
  width: 26px;
  height: 26px;
  margin: 0 10px;
}

.homeMap_left1 .homeMap_left1-bottomItem-title>div>span {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left1 .homeMap_left1-bottomItem-content {
  width: 100%;
  height: calc(100% - 58px);
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.homeMap_left1 .homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box {
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: #091c50c2;
  box-shadow: 0px 4px 10px 0px #000000;
  border: 2px dashed rgba(35, 123, 230, 0.5);
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.homeMap_left1 .homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box::-webkit-scrollbar {
  display: none;
}

.homeMap_left1 .homeMap_left1-bottomItem-content>img {
  position: absolute;
  width: 11px;
  height: 11px;
}

.homeMap_left1 .homeMap_left1-bottomItem-content>img:nth-child(1) {
  left: -1px;
  top: -1px;
}

.homeMap_left1 .homeMap_left1-bottomItem-content>img:nth-child(2) {
  left: -1px;
  bottom: -1px;
}

.homeMap_left1 .homeMap_left1-bottomItem-content>img:nth-child(3) {
  right: -1px;
  top: -1px;
}

.homeMap_left1 .homeMap_left1-bottomItem-content>img:nth-child(4) {
  right: -1px;
  bottom: -1px;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box>div .content1-title {
  border-left: 3px solid #0884ef;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 5px;
  margin: 7px 0 17px 0;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content1 {
  width: 100%;
  height: 96px;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content1 .content1-box {
  width: 100%;
  height: 56px;
  display: flex;
}

.homeMap_left1-bottomItem-content1 .content1-box .box-left {
  width: 56px;
  height: 56px;
  margin-left: 8px;
  background: rgba(10, 125, 229, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeMap_left1-bottomItem-content1 .content1-box .box-left>img {
  width: 25px;
  height: 29px;
}

.homeMap_left1-bottomItem-content1 .content1-box .box-right {
  width: 320px;
  height: 56px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(270deg,
      rgba(10, 125, 229, 0) 0%,
      rgba(10, 125, 229, 0.37) 100%);
}

.homeMap_left1-bottomItem-content1 .content1-box .box-right>div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.homeMap_left1-bottomItem-content1 .content1-box .box-right>div>span {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 3px 0;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content2 {
  width: 100%;
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content2>div {
  width: 150px;
  height: 0;
  border-bottom: 1px dashed #01e5eb;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content2>span {
  font-weight: 400;
  font-size: 14px;
  color: #01e5eb;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content3 {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content3 .homeMap_left1-bottomItem-content3-item {
  width: 100%;
  height: 45px;
  display: flex;
  margin: 0 10px 23px 10px;
}

.homeMap_left1-bottomItem-content3 .homeMap_left1-bottomItem-content3-item .bottomItem-content3-itemIcon {
  width: 45px;
  height: 45px;
}

.homeMap_left1-bottomItem-content3 .homeMap_left1-bottomItem-content3-item .bottomItem-content3-itemBox {
  width: 320px;
  height: 45px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.homeMap_left1-bottomItem-content3 .homeMap_left1-bottomItem-content3-item .bottomItem-content3-itemBox>div {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left1-bottomItem-content3 .homeMap_left1-bottomItem-content3-item .bottomItem-content3-itemBox .bottomItem-content3-itemBox-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homeMap_left1-bottomItem-content3 .homeMap_left1-bottomItem-content3-item .bottomItem-content3-itemBox .bottomItem-content3-itemBox-bottom span {
  position: relative;
  top: 1px;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content4 {
  width: 100%;
}

.homeMap_left1-bottomItem-content .homeMap_left1-bottomItem-content-box .homeMap_left1-bottomItem-content4 .bottomItem-content4-bottom {
  width: 100%;
  display: flex;
  align-items: center;
}

.homeMap_left1-bottomItem-content4 .bottomItem-content4-bottom .bottomItem-content4-bottom-echerts {
  width: 120px;
  height: 120px;
}

.homeMap_left1-bottomItem-content4 .bottomItem-content4-bottom .bottomItem-content4-bottom-right {
  width: 250px;
}

.homeMap_left1-bottomItem-content4 .bottomItem-content4-bottom .bottomItem-content4-bottom-right div {
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 22px;
  box-sizing: border-box;
  padding-left: 10px;
}

.homeMap_left1-bottomItem-content4 .bottomItem-content4-bottom .bottomItem-content4-bottom-right div span {
  width: 55px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.homeMap_left1-bottomItem-content4 .bottomItem-content4-bottom .bottomItem-content4-bottom-right div span:nth-child(1) {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arcMapWindow {
  width: 550px;
  height: 330px;
  position: fixed;
  right: 20%;
  top: calc(50% - 165px);
  background: #001429;
  z-index: 410;
  display: flex;
  flex-direction: column;
}

.arcMapWindow .arcMapWindow-title {
  width: 94%;
  height: 24px;
  padding: 0 3%;
  background: rgba(8, 135, 245, 0.65);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arcMapWindow .arcMapWindow-title span {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.arcMapWindow .arcMapWindow-tab {
  width: 100%;
  height: 27px;
  box-sizing: border-box;
  display: flex;
  background-color: #002954;
}

.arcMapWindow .arcMapWindow-tab div {
  width: 82px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.arcMapWindow .arcMapWindow-tab .arcMapWindow-tab-active {
  background-color: #001429;
}

.arcMapWindow .arcMapWindow-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 12px;
}

.arcMapWindow .arcMapWindow-content>div>.arcMapWindow-content-item-title {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.arcMapWindow .arcMapWindow-content>div>.arcMapWindow-content-item-title>div {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #50f100;
  margin-right: 8px;
}

.arcMapWindow .arcMapWindow-content>div>.arcMapWindow-content-item-title>span {
  font-weight: 400;
  font-size: 12px;
  color: #50f100;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.arcMapWindow .arcMapWindow-content>div>.arcMapWindow-content-item-text {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 16px;
}

.arcMapWindow .arcMapWindow-content .arcMapWindow-content-item1 {
  width: 170px;
}

.arcMapWindow .arcMapWindow-content .arcMapWindow-content-item2 {
  width: 95%;
}

.el-popover {
  background-color: rgb(1, 75, 137);
}

.el-popover .el-tree {
  background-color: rgb(1, 75, 137);
  color: #fff;
}

.el-popover .layui-unselect {
  display: none !important;
}

.el-tree-node:focus>.el-tree-node__content {
  background-color: rgb(1, 75, 137);
}

.el-tree-node__content:hover {
  background-color: rgb(1, 75, 137);
  color: #fff;
}

.el-dropdown-menu {
  background-color: rgb(1, 75, 137);
}

.el-dropdown-menu .el-dropdown-menu__item {
  color: #fff;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: rgb(1, 96, 174) !important;
  color: #fff;
}

.el-dropdown-item-active {
  background-color: rgb(1, 96, 174) !important;
  color: #fff;
}

.el-select-dropdown {
  background-color: rgb(1, 75, 137) !important;
}

.el-select-dropdown .el-select-dropdown__empty {
  color: #fff !important;
}

.el-select-dropdown .el-select-dropdown__item.hover,
.el-select-dropdown .el-select-dropdown__item:hover {
  background-color: rgb(1, 96, 174) !important;
}

.el-select-dropdown .el-select-dropdown__item span {
  color: #fff !important;
}

#data_query_list {
  width: 100%;
  height: calc(100% - 48px);
  background-color: #091c50c2;
  overflow: hidden;
}

#data_query_list .select_condition {
  width: 100%;
  padding: 8px 0;
  white-space: nowrap;
}

#data_query_list .select_condition .butList {
  margin-right: 25px;
  text-align: right;
}
#data_query_list .select_condition .layui-table, .layui-table-view {
    margin: 0 0;
}

#data_query_list .select_condition .layui-form-item {
  margin-bottom: 0;
}

#data_query_list .query_label {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-left: 8px;
  display: inline-block;
  width: 70px;
  text-align: right;
}

#data_query_list .select_box {
  display: inline-block !important;
  width: 24%;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.6);
  opacity: 0.9;
  border-radius: 13px;
  padding: 0 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

#data_query_list .select_box option {
  background: #03162d;
}

#data_query_list .el_select_box {
  width: 140px;
}

#data_query_list .el_select_box .el-input__inner {
  color: rgba(29, 158, 240, 1);
  background-color: rgba(29, 158, 240, 0.3);
  font-size: 15px;
  border: 1px solid rgba(29, 158, 240, 1);
}

#data_query_list .el-input__prefix,
.el-input__suffix {
  color: rgba(29, 158, 240, 1);
}

#data_query_list .el-select .el-input .el-select__caret {
  color: rgba(29, 158, 240, 1);
}

#data_query_list #select_condition_4 .el-input {
  width: 366px;
}

#data_query_list .el-input .el-input__inner {
  color: rgba(29, 158, 240, 1);
  background-color: rgba(29, 158, 240, 0.3);
  font-size: 15px;
  border: 1px solid rgba(29, 158, 240, 1);
}

#data_query_list .el-input .el-input__clear {
  color: rgba(29, 158, 240, 1);
}

#data_query_list .el-input .el-input__clear:hover {
  color: rgba(29, 158, 240, 1);
}

#data_query_list input::placeholder {
  color: rgba(29, 158, 240, 0.6);
}

#data_query_list .layui-table-view {
  border-color: #083b5e !important;
}

#data_query_list .layui-table-header {
  border-color: #083b5e;
  border-bottom: 1px #03152b solid;
  background-color: #083b5e;
}

#data_query_list .layui-table-header .layui-table {
  width: 100%;
}

#data_query_list .layui-table-header tr {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #18b3ff;
  background: #083b5e;
}

#data_query_list .layui-table-body tbody tr {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  background: #04284c;
  color: #d2e9ff;
  opacity: 0.96;
  width: 100%;
}

#data_query_list .layui-table-body .layui-table tbody tr:hover,
#data_query_list .layui-table-body .layui-table[lay-even] tr:nth-child(even) {
  background-color: #03162d;
}

#data_query_list .layui-table-body .unit_detail {
  color: #18b3ff;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px #18b3ff solid;
  height: 26px;
}

#data_query_list .layui-table-body tbody tr[clicked] {
  background-color: #005d90 !important;
  color: #00ff00 !important;
}

#data_query_list .layui-table-body .unit_detail[clicked] {
  color: #00ff00;
  border-bottom: 1px #00ff00 solid;
}

#data_query_list .layui-table-init {
  background-color: #083b5e;
}

#data_query_list .layui-table-init .layui-icon {
  color: #18b3ff;
}

.layui-table-tips-main {
  background-color: #04284c;
  color: #d2e9ff;
}

#data_query_list .layui-table-grid-down {
  background-color: #04284c;
  color: #d2e9ff;
}

/* #data_query_list .layui-table-cell {
  width: 100%;
} */

#data_query_list .layui-table-cell .layui-form-checkbox[lay-skin="primary"] {
  top: 4px;
}

/*琛ㄦ牸鍒嗛〉鏍峰紡*/
#data_query_list .layui-table-page {
  border-top-width: 0;
}

#data_query_list .layui-laypage-theme {
  float: right;
}

#data_query_list .layui-laypage-theme .layui-laypage-count {
  color: #d2e9ff;
}

#data_query_list .layui-laypage-theme a,
#data_query_list .layui-laypage-theme span {
  color: #d2e9ff;
}

#data_query_list .layui-laypage-theme .layui-icon {
  color: #d2e9ff;
}

#data_query_list .layui-laypage-theme .layui-laypage-spr {
  color: #d2e9ff;
}

#data_query_list .layui-laypage-theme .layui-laypage-curr .layui-laypage-em {
  background-color: #1e9fff;
}

#data_query_list .layui-laypage-theme .layui-laypage-skip {
  color: #d2e9ff;
}

.select_condition .layui-btn {
  width: 60px;
  height: 24px;
  border-radius: 3px;
  line-height: 24px;
  padding: 0;
  font-size: 14px;
  font-family: Lantinghei SC;
  font-weight: 200;
}

.select_condition .layui-btn-normal {
  background: rgba(27, 178, 255, 0.6);
  border: 1px solid #1bb2ff;
}

.select_condition .layui-btn-danger {
  background: rgba(236, 105, 65, 0.6);
  border: 1px solid #ec6941;
}

.select_condition .layui-btn-primary {
  color: #fff;
  background: rgba(65, 236, 136, 0.6);
  border: 1px solid #41ec58;
}


#data_query_list #select_condition_1 .layui-form-item {
  margin-bottom: 0;
}

#data_query_list #select_condition_1 .layui-form-item .query_label,
#data_query_list #select_condition_2 .layui-form-item .query_label {
  font-size: 0.7vw;
  width: 3.2vw;
}

#data_query_list #select_condition_1 .layui-form-item>.el-input {
  width: 30%;
}

#data_query_list #select_condition_1 .layui-form-item>.el-input .el-input__inner {
  width: 100%;
  padding-right: 15px !important;
}

#data_query_list #select_condition_1 .layui-form-item .el_select_box,
#data_query_list #select_condition_2 .layui-form-item .el_select_box {
  width: 30%;
}

#data_query_list #select_condition_1 .layui-form-item .el_select_box .el-input .el-input__inner,
#data_query_list #select_condition_2 .layui-form-item .el_select_box .el-input .el-input__inner {
  width: 100%;
}

#data_query_list #select_condition_1 .layui-form-item .el_select_box .el-input .el-input__inner,
#data_query_list #select_condition_2 .layui-form-item .el_select_box .el-input .el-input__inner {
  width: 100%;
}


#legendInfo {
  bottom: 10px !important;
}

.legendInfo1 {
  right: calc(26vw) !important;
}
#analysis_result_title{
  display: flex;
  align-items: center;
}
#analysis_result_title .analysis_result_info:nth-child(2){
  flex: 1;
}
#analysis_result_title .right_list-close{
  width: 10%;
  font-size: 1.5vw;
  color: #fff;
}

.elTree{
  height: 50vh;
  overflow-y: auto;
}
.legendDiv{
  padding-right: 10px;
}
