::-webkit-scrollbar {
  display: none;
}
/* 左 */
.sub_left {
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
}
.sub_left_item {
  width: 100%;
  height: 32%;
  padding-top: 40px;
  background: url("../img/frameTwo.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}
.sub_title {
  width: 254px;
  height: 24px;
  text-align: center;
  line-height: 23px;
  border-image: linear-gradient(0deg, #0172de, #0172de) 10 10;
  margin: auto;
  border: 1px solid rgba(1, 114, 222, 0.2);
  font-size: 16px;
  font-weight: 400;
  color: #00fee3;
  text-shadow: 0px 2px 2px #002662;
  letter-spacing: 4px;
  background: url("../img/title.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  height: 28px;
  line-height: 25px;
}
.sub_title:last-child {
  margin: 0;
}
.sub_left_item_mix {
  padding: 0 16px;
  width: 100%;
  height: 33%;
}
.sub_mix {
  width: 100%;
  height: 100%;
}
.sub_Tatistics {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  overflow: hidden;
  justify-content: space-between;
}
.sub_Tatistics_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
}
.sub_Tatistics_item img {
  width: 68px;
}
.sub_Itemsum_name {
  margin-top: -16px;
}
.sub_Itemsum_name,
.sub_Itemsum_number {
  font-size: 14px;
  font-weight: 500;
  color: #e9fbff;
}
.sub_statisticsTwo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  color: #71d4f7;
  padding: 0 10px;
  box-sizing: border-box;
}
.sub_statisticsTwo_scroll {
  height: 94%;
  overflow-y: scroll;
}
.sub_table {
  width: 100%;
  border-spacing: 0;
}
.sub_thead {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 42px;
  color: #71d4f7;
  font-size: 18px;
  border: none;
  background: linear-gradient(92deg, #0825b7, #01b4ff);
  border-width: 0;
}
.sub_th {
  font-weight: normal;
  white-space: nowrap;
  border-width: 0 !important;
}
.sub_tr {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 42px;
  font-size: 18px;
  font-weight: normal;
  color: #71d4f7;
  text-align: center;
  line-height: 42px;
}
.sub_td {
  white-space: nowrap;
}
.sub_tr:nth-child(odd) {
  background-color: rgba(9, 47, 114, 0.1);
}

.sub_tr:nth-child(even) {
  background-color: rgba(110, 133, 246, 0.1);
}
.sub_left_item_one {
  padding-top: 15px;
}
@media screen and (max-width: 1680px) {
  .sub_left .sub_left_item_one {
    /* padding-top: 50px !important; */
  }
  .sub_left .sub_left_item .sub_title {
    width: 190px;
  }
  .sub_left_item {
    padding: 0;
    height: 33%;
    overflow: hidden;
    padding-top: 25px;
  }
  .sub_left_item_mix {
    padding: 0 16px;
  }
  .sub_td {
    font-size: 14px;
    white-space: nowrap;
    width: 100px;
    /* 不换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
  }
  .sub_th {
    white-space: nowrap !important;
    font-size: 14px;
    padding: 0;
    margin: 0;
    border-width: 0 !important;
  }

  .sub_thead {
    padding: 0;
    height: 30px;
  }
  .sub_statisticsTwo {
    overflow: hidden;
    padding-top: 10px;
  }
  .sub_Tatistics {
    padding: 0;
    padding-top: 16px;

    overflow: hidden;
    justify-content: start;
  }
  .sub_Tatistics_item {
    overflow: hidden;
    width: 33%;
    /* margin-bottom: 20px; */
  }
  .sub_Tatistics_item img {
    width: 58px;
  }
  .sub_Itemsum_name {
    white-space: nowrap;
    font-size: 14px;
  }
  .sub_left .sub_left_item .sub_Tatistics {
    justify-content: space-evenly;
  }

  .sub_left .sub_left_item .sub_Tatistics .sub_Tatistics_item {
    width: 33%;
  }

  .sub_left .sub_left_item .sub_statisticsTwo {
    height: 95%;
  }
  .fwjgbt {
    padding-top: 28px !important;
  }
}

@media screen and (max-width: 1440px) {
  .sub_left_item_mix {
    padding: 10px 15px;
  }
  .sub_left .sub_left_item .sub_statisticsTwo .sub_table .sub_thead .sub_th {
    font-size: 14px;
    border-width: 0 !important;
  }

  .sub_left .sub_left_item .sub_statisticsTwo {
    margin-top: 6px;
  }

  .sub_left .sub_left_item .sub_Tatistics .sub_Tatistics_item {
    margin: 0;
    margin-bottom: 10px;
  }
  .sub_left .sub_left_item .sub_Tatistics .sub_Tatistics_item img {
    width: 48px;
  }
}

@media screen and (max-width: 1280px) {
  .sub_title {
    font-size: 12px;
  }
  .sub_left .sub_left_item_one {
    padding-top: 24px;
  }
  .subsidy .sub_title {
    font-size: 30px;
  }

  .sub_left .sub_left_item .sub_Tatistics {
    padding: 0;
    justify-content: start;
  }

  .sub_left .sub_left_item .sub_Tatistics .sub_Tatistics_item {
    width: 33%;
    margin: 0;
    margin-top: 5px;
  }
  .sub_left .sub_left_item .sub_Tatistics .sub_Tatistics_item img {
    width: 33px;
  }

  .sub_tbody {
    width: 100%;
  }

  .sub_left .sub_left_item .sub_statisticsTwo {
    height: 91%;
    margin-top: 3px;
  }

  .sub_left .sub_left_item .sub_statisticsTwo .sub_table .sub_thead .sub_th {
    font-size: 14px;
    height: 100%;
    border-width: 0 !important;
  }

  .sub_left .sub_left_item .sub_statisticsTwo .sub_tr .sub_td {
    font-size: 12px;
  }

  .sub_left .sub_left_item .sub_statisticsTwo .sub_tr {
    height: 20px;
  }

  .sub_left .sub_left_item .sub_statisticsTwo .sub_tr .sub_td {
    height: 20px;
    padding: 0;
  }
  .sub_Itemsum_name {
    font-size: 12px;
  }
  .sub_Itemsum_name,
  .sub_Itemsum_number {
    font-size: 12px;
  }
}
@media screen and (max-height: 1080px) {
  .sub_left_item_one {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    padding-top: 30px;
  }
  .sub_Tatistics_item img {
    width: 52px;
  }
  .sub_Itemsum_name {
    margin-top: -10px;
  }
}
/* 中 */

.su_middle {
  width: 52%;
  height: 100%;
  background: url("../img/big_frame.png") no-repeat;
  background-size: 100% 100%;
}

.su_echarts {
  width: 100%;
  height: 100%;
  position: relative;
}
.echart_map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.echart_map_item {
  width: 343px;
  height: 378px;
  background: #071d4e;
  border: 2px solid #ff7e00;
  box-shadow: 0px 0px 62px 0px rgba(0, 61, 131, 0.94);
  border-radius: 6px;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  transform: translateY(-50%);
  left: -1px;
  color: #f5f5f7;
  font-weight: 400;
}
.echart_map_item .echart_item_img {
  width: 100%;
  height: 183px;
}
.ec_msg {
  width: 100%;
}
.msg_name {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}

.msg_name_item {
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
}
.echart_map_items {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 57px;
  bottom: 226px;
  font-size: 20px;
  z-index: 99999;
  color: #f5f5f7;
}
.echart_map_items img {
  width: 36px;
  height: 36px;
}

.echart_map_items_msg {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .su_middle .su_echarts .echart_map_items {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 57px;
    bottom: 100px;
    font-size: 20px;
  }

  .echart_map_item {
    width: 243px;
    height: 278px;
  }
  .echart_map_item img {
    width: 100%;
    height: 40%;
  }
  .msg_name {
    margin-bottom: 10px;
  }
  .echart_map_items_msg {
    font-size: 14px;
  }

  .msg_name_item {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 1440px) {
  .echart_map_item {
    width: 243px;
    height: 278px;
  }
  .echart_map_item img {
    width: 100%;
    height: 40%;
  }
  .echart_map_items_msg {
    font-size: 14px;
  }

  .msg_name_item {
    margin-bottom: 20px !important;
  }
  .sub_right .sub_left_bom_item {
    /* padding-bottom: 30px; */
  }
  .msg_name {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1680px) {
  .su_middle .su_echarts .echart_map_items {
    bottom: 100px;
  }
}

/* 右 */
.sub_right {
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_left_items {
  width: 100%;
  height: 33.3%;
  box-sizing: border-box;
  margin-bottom: 13px;
  background: url("../img/frameTwo.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.sub_statisticsTwos {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  color: #71d4f7;
  padding: 0 10px;
}
.Qybtffj {
  margin: 0 auto;
  padding: 0 !important;
}

.Qybtffj .WTable .WTable_th .WTable_td:nth-child(1) {
  width: 40%;
}
.Qybtffj .WTable .WTable_th .WTable_td:nth-child(2) {
  width: 30%;
}
.Qybtffj .WTable .WTable_th .WTable_td:nth-child(3) {
  width: 30%;
}
.Qybtffj .WTable .WTable_tr .WTable_td:nth-child(1) {
  width: 40%;
}
.Qybtffj .WTable .WTable_tr .WTable_td:nth-child(2) {
  width: 30%;
}
.Qybtffj .WTable .WTable_tr .WTable_td:nth-child(3) {
  width: 30%;
}
.Qybtffj .WTbody {
  height: 89% !important;
}
.sub_statisticsTwo_scrolls {
  height: 97%;
  width: 95%;
  overflow-y: scroll;
}

.sub_table {
  width: 100%;
  border-spacing: 0;
}

.sub_thead {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 42px;
  background: linear-gradient(92deg, #0825b7, #01b4ff);
  color: #71d4f7;
  font-size: 18px;
  border: none;
  white-space: nowrap;
}

.sub_th {
  font-weight: normal;
  border-width: 0 !important;
}

.sub_tr {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 42px;
  font-size: 18px;
  font-weight: normal;
  color: #71d4f7;
  text-align: center;
  line-height: 42px;
  white-space: nowrap;
}

.sub_tr:nth-child(odd) {
  background-color: rgba(9, 47, 114, 0.1);
}

.sub_tr:nth-child(even) {
  background-color: rgba(110, 133, 246, 0.1);
}
.sub_echarts {
  height: 100%;
  width: 100%;
}
.echar_right {
  height: 100%;
  width: 100%;
}
.sub_left_bom_item {
  height: 67%;
  padding-top: 40px;
}
@media screen and (max-width: 1680px) {
  .sub_right .sub_left_items .sub_title {
    width: 190px;
  }

  .sub_th {
    font-weight: normal;
    font-size: 14px;
    border-width: 0 !important;
  }

  .sub_left_bom_items {
    font-size: 14px;
  }
  .sub_statisticsTwos {
    font-size: 14px;
    height: 97%;
    width: 97%;
    padding: 0 15px;
  }

  .sub_td {
    font-size: 14px;
    white-space: nowrap;
    width: 100px;
    /* 不换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
  }
  .sub_right .sub_left_bom_items {
    padding-bottom: 30px;
  }
  .Qybtffj .WTable_td {
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) {
  .sub_right .sub_left_bom_items {
    padding-bottom: 30px;
  }

  .sub_right .sub_left_item .sub_statisticsTwos .sub_th {
    font-size: 12px;
    border-width: 0 !important;
  }

  .sub_td {
    font-size: 12px;
  }
  .Qybtffj .WTable_td {
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .sub_right .sub_left_item .sub_statisticsTwos .sub_th {
    font-size: 12px;
    border-width: 0 !important;
  }
  .sub_right .sub_left_bom_items {
    padding-bottom: 15px;
  }
  .sub_right {
    width: 22%;
  }
}

/* 机构监控 */
.mo_left_item {
  height: 28%;
  display: flex;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
}
.mo_bed {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.mo_bed img {
  width: 116px;
}
.mo_bed_name {
  margin-top: -47px;
}
.mo_bed_name_num {
  font-size: 16px;
}
.mo_bed_two {
  margin-top: 50px;
}
.pie_echart {
  width: 100%;
  height: 100%;
}
.pie_echart_msg {
  background: url("../img/zjhimg/jgjk/msg.png") no-repeat;
  background-size: 100% 100%;
  padding: 24px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pie_echart_msg_item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
}
.pie_echart_msg_item img {
  margin-right: 5px;
}
.pie_echart_msg_item_mar {
  margin: 17px 0;
}
.mo_left_item_two {
  height: 44%;
  overflow: hidden;
}
.mo_left_content {
  width: 100%;
  height: 94%;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px;
  box-sizing: border-box;
}
.mo_left_c_user {
  width: 45%;
  padding: 17px 6px 12px 12px;
  display: flex;
  -flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  background: url("../img/zjhimg/jgjk/bg_mo.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.mo_left_c_user img {
  width: 30%;
  margin-right: 8px;
}
.us_right {
  width: 100%;
  -overflow-x: scroll;
  position: relative;
  left: -5px;
}
.us_right_msg {
  white-space: nowrap;
  margin-bottom: 3px;
  font-size: 12px;
}
.mo_right_item {
  height: 28%;
}
.sub_echarts_two {
  width: 100%;
  height: 100%;
}
.sub_echarts_twos {
  width: 100%;
  height: 100%;
  zoom: 0.9;
  position: relative;
  top: -25px;
}
.sub_echarts_twoss {
  width: 100%;
  height: 100%;
  zoom: 0.9;
  position: relative;
  top: -25px;
}
.mo_right_item_two {
  height: 44%;
}
.mo_top {
  padding-left: 2%;
}
.mo_left {
  width: 24%;
}
.mo_right {
  width: 24%;
}
.mo_rights {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mo_middle {
  padding: 33px 43px 79px 43px;
  box-sizing: border-box;
  position: relative;
}
.mo_content {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  /* background-color: #103b74; */
  position: relative;
}
.mo_content img {
  position: fixed;
  z-index: 1;
  left: 28.5%;
}
.mo_content_title {
  width: 100%;
  /* background-color: #021132; */
  background-image: url("../img/zjhimg/jgjk/j_middle_top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 28px 30px;
  box-sizing: border-box;
  color: #00e4ff;
  font-size: 32px;
  position: absolute;
}

.monitoring_name {
  position: absolute;
  right: 10px;
  top: 15%;
  font-size: 22px;
  letter-spacing: 2px;
  display: flex;
  white-space: nowrap;
  color: #00b4ff;
}
.mo_content_title p {
  max-width: 50%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.mo_line {
  margin: 0 33px;
}
.mo_last {
  margin-left: 71px;
}
.mo_content_item {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-top: 10px;
}
.mo_content_item img {
  position: static !important;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1680px) {
  .us_right {
    width: 100%;
    overflow: scroll;
  }
  .mo_content_title {
    font-size: 24px;
  }
  .mo_last {
    margin-left: 41px;
  }
  .pie_echart_msg_item {
    font-size: 14px;
  }
  .pie_echart_msg_item img {
    width: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .mo_bed img {
    width: 90px;
  }
  .mo_left_item_s {
    padding-top: 30px;
  }
  .mo_left_c_user {
    width: 43%;
  }
  .us_right {
    width: 100%;
    overflow: scroll;
  }
  .us_right_msg {
    white-space: nowrap;
    margin-bottom: 3px;
    font-size: 12px;
  }
  .monitoring_name {
    font-size: 20px;
  }
  .mo_content_title {
    font-size: 24px;
  }
  .mo_last {
    margin-left: 21px;
  }
  .mo_line {
    margin: 0 16px;
  }
  .mo_content img {
    position: fixed;
    z-index: 1;
    left: 27.5%;
  }
  .pie_echart_msg_item img {
    width: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .mo_bed img {
    width: 70px;
  }
  .mo_bed_name {
    margin-top: -27px;
  }
  .pie_echart_msg {
    padding: 10px;
    box-sizing: border-box;
  }
  .pie_echart_msg_item {
    font-size: 12px;
    align-items: center;
  }
  .pie_echart_msg_item img {
    width: 20px;
  }
  .pie_echart_msg_item_mar {
    margin: 5px 0;
  }
  .mo_left_c_user {
    width: 42%;
  }
  .us_right {
    width: 100%;
    overflow: scroll;
  }
  .us_right_msg {
    white-space: nowrap;
    margin-bottom: 3px;
    font-size: 12px;
  }
  .monitoring_name {
    font-size: 16px;
  }
  .mo_content_title {
    font-size: 20px;
    padding: 28px 16px;
  }
  .mo_last {
    margin-left: 15px;
  }
  .mo_line {
    margin: 0 16px;
  }
}
@media screen and (max-height: 1080px) {
}

/* 居家服务监控 */
.hom_left {
  height: 41%;
  padding-top: 33px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.hom_left_two {
  height: 59%;
}

.order_num {
  width: 80%;
  padding: 17px;
  box-sizing: border-box;
  background: url("../img/zjhimg/jjfw/tip_one.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  white-space: nowrap;
}
.order_num span {
  font-size: 30px;
  font-weight: normal;
  color: #ffa800;
  font-size: 30px;
  opacity: 0.79;
  margin-left: 5px;
}
.order_num_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.order_num_content_s {
  width: 47%;
  background: url("../img/zjhimg/jjfw/tip_two.png") no-repeat;
  background-size: 100% 100%;
  padding: 9px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 12px;
}
.o_top {
  color: #09f250;
  font-size: 30px;
}
.o_tops {
  color: #4adfcb;
}
.o_bottom {
}
.or_echarts {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.or_ehcarts {
  width: 100%;
  height: 100%;
}
.mo_content_bom {
  width: 80%;
  height: 57px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/zjhimg/jjfw/middle_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 0 73px;
  line-height: 57px;
  /* display: flex;
  align-items: center; */
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
}
.ho_mid {
  background: url("../img/zjhimg/jjfw/ifrom_bg.png") no-repeat;
  background-size: 100% 100%;
}
#map {
  width: 100%;
  height: 100%;
}
.infoWindow {
  background-color: #071d4e;
}
.BMap_bubble_center {
  display: flex !important;
  align-items: center !important;
}
@media screen and (max-width: 1680px) {
  .order_num span {
    font-size: 20px;
  }
  .order_num_content_s {
    padding: 15px;
  }
  .order_num_content_s .o_top {
    font-size: 20px;
  }
  .hom_left_two {
    padding-top: 30px;
    box-sizing: border-box;
  }
  .order_num {
    margin-top: 10px;
    padding: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .order_num {
    flex-direction: column;
    padding: 17px;
  }
  .order_num span {
    font-size: 24px;
  }
  .order_num_content_s .o_top {
    font-size: 24px;
  }
  .o_bottom {
    white-space: nowrap;
  }
  .WTable_td {
    line-height: 35px;
  }
}
@media screen and (max-width: 1280px) {
  .hom_left {
    /* padding: 33px 33px 10px 33px; */
  }
  .order_num {
    padding: 5px;
    font-size: 12px;
  }
  .order_num_content_s {
    padding: 5px;
  }
  .mo_content_bom {
    font-size: 18px;
  }
}
@media screen and (max-height: 1080px) {
}
#se_map {
  width: 100%;
  height: 85%;
}
/* 服务商分布地图 */
.se_middle {
  width: 100%;
  height: 100%;
  padding: 27px;
  box-sizing: border-box;
  background: url("../img/zjhimg/fws/bg.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.se_ipt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.se_Institution {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00b4ff;
  font-size: 24px;
  white-space: nowrap;
  width: calc(50%);
}
.se_Institution input {
  width: 534px;
  height: 62px;
  margin: 0 20px;
  background: url("../img/zjhimg/fws/ipt.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  color: #00b4ff;
  padding: 0 20px;
  font-size: 24px;
  width: 100% !important;
}
.se_Institution select {
  width: 534px;
  height: 62px;
  margin: 0 20px;
  background: url("../img/zjhimg/fws/ipt.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  color: #00b4ff;
  padding: 0 20px;
  font-size: 24px;
  width: 100% !important;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.query_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.query_btns {
  padding: 8px 30px;
  font-size: 24px;
  border: 2px solid #00b4ff;
  color: #00b4ff;
  background-color: transparent;
  white-space: nowrap;
}
.query_btn_t {
  margin-left: 30px;
}
.se_statistics {
  background-color: #fff;
  position: fixed;
  top: 45%;
  left: 4%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 0px 8px 8px 0px;
}
.sta_item_top {
  width: 100%;
  padding: 12px 28px;
  box-sizing: border-box;
  background-color: #008ffe;
  color: #fff;
  font-size: 18px;
  border-radius: 0px 8px 0px 0px;
  text-align: center;
}
.st_item_bom {
  padding: 12px 20px;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 0px;
}
.st_item_bom_item {
  display: flex;
  align-items: center;
  color: #008ffe;
  margin-bottom: 20px;
}
.st_num {
  width: 18px;
  height: 18px;
  background: #ff0000;
  border-radius: 6px;
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.st_item_bom_item:nth-child(2) .st_num {
  background: #ffbf24;
}
.st_item_bom_item:nth-child(3) .st_num {
  background: #00ff00;
}
.st_item_bom_item:nth-child(4) .st_num {
  background: #0375d5;
}

.st_item_bom_item:nth-child(5) .st_num {
  background: #5f52a0;
}

.st_item_bom_item:nth-child(6) .st_num {
  background: #eb6877;
}

@media screen and (max-width: 1680px) {
  .se_Institution input {
    width: 425px;
  }
  .se_statistics {
    left: 76px;
  }
}
@media screen and (max-width: 1440px) {
  .se_statistics {
    left: 57px;
  }
  .se_Institution input {
    width: 336px;
  }
  #map {
    height: 100%;
  }
  .st_item_bom {
    padding: 6px 12px;
    font-size: 14px;
  }
  .fa_item_top {
    font-size: 16px;
  }
  .se_Institution input {
    height: 100%;
    padding: 5px 20px;
  }
  .se_Institution select {
    height: 100%;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1280px) {
  #map {
    height: 100%;
  }
  .se_statistics {
    top: 58%;
  }
  .se_Institution {
    font-size: 16px;
  }
  .se_Institution input {
    width: 296px;
  }
  .sta_item_top {
    padding: 6px 14px;
    font-size: 16px;
  }
  .st_item_bom {
    padding: 6px 10px;
    font-size: 14px;
  }
  .st_item_bom_item {
    margin-bottom: 10px;
  }
}

/*  家庭床位分布地图*/
.fa_middle {
  width: 100%;
  height: 100%;
  background: url("../img/zjhimg/bed/bg.png") no-repeat;
  background-size: 100% 100%;
}
.se_ipt_s {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.se_Institution_s input {
  width: 100%;
}
.fa_statistics_l {
  position: fixed;
  top: 45%;
  left: 4%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 0px 8px 8px 0px;
}
.fa_item_top_l {
  border-radius: 0px 8px 0px 0px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 18px;
}
.fa_item_middle {
  color: #2b2b2b;
  padding: 12px;
  box-sizing: border-box;
  margin: 4px 0;
  background-color: #fff;
}
.fa_item_middle span {
  color: #008ffe;
}
.fa_statistics_l .fa_item_middle:last-child {
  border-radius: 0 0 8px 0;
}
.fa_statistics_r {
  background-color: #fff;
  position: fixed;
  top: 45%;
  right: 4%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 8px 0px 0px 8px;
}
.fa_item_top {
  border-radius: 8px 0px 0px 0px;
}
@media screen and (max-width: 1690px) {
  .mo_left_c_user {
    width: 44%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1680px) {
  .fa_statistics_l {
    left: 77px;
  }
  .fa_statistics_r {
    right: 77px;
  }
  .us_right {
    left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .fa_statistics_l {
    left: 4%;
  }
  .fa_item_top_l {
    font-size: 16px;
  }
  .fa_item_middle {
    font-size: 14px;
  }
  .fa_statistics_r {
    right: 4%;
  }
  .se_Institution_s {
    font-size: 20px;
  }
  .se_Institution_s input {
    height: 100%;
  }
  .query_btns {
    font-size: 18px;
    padding: 0px 18px;
  }
}
@media screen and (max-width: 1280px) {
  #se_map {
    height: 83%;
  }
  .fa_statistics_l {
    left: 57px;
    top: 52%;
  }
  .fa_item_top_l {
    font-size: 16px;
  }
  .fa_item_middle {
    font-size: 14px;
  }
  .fa_statistics_r {
    right: 57px;
    top: 52%;
  }
}
.re_name,
.re_item {
  color: #ade1ff;
  font-size: 20px;
}
.re_name {
  margin-top: -20px;
}
.re_img img {
  width: 100px;
}
.re_num {
  font-size: 24px;
  margin-bottom: -26px;
}

.re_bing_echarts {
  width: 100%;
  height: 100%;
}

.progress-bar {
  width: 50%;
  height: 15px;
  background-color: #f2f2f2;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  margin: 0 5px;
}
.progress-bar .progress {
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #007eff, #3fffea);
  width: 0%;
  transition: width 0.5s;
}
.echar_msg {
  color: #3fffea;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  justify-content: center;
}
.re_l_pross {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* padding-bottom: 36px; */
  padding: 20px 0;
  box-sizing: border-box;
}
.re_msg_content {
  padding: 31px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.re_age {
  width: 100%;
}
.re_age_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-bottom: 4px solid #47b3ce;
}
.re_age_num {
  width: 24px;
  height: 24px;
  background: url("../img/zjhimg/yldata/jux.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
.re_age_preoss {
  width: 128px;
  background-color: #073360;
  height: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.re_age_preoss_cont {
  background: #00e4ff;
  height: 100%;
  width: 0%;
  transition: width 0.5s;
}
.re_middle {
  width: 58%;
  height: 100%;
}
.re_middle_t {
  height: 49%;
  width: 100%;
  background: url("../img/zjhimg/bed/bg.png");
  background-size: 100% 100%;
  padding: 10px 24px;
  padding-bottom: 35px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.re_middle_t img {
  width: 100%;
  height: 100%;
}
.re_middle_b {
  width: 100%;
  height: 51%;
  background: url("../img/big_frame.png");
  background-size: 100% 100%;
  position: relative;
}
.re_titles {
  /* top: -8px; */
  z-index: 2;
}
.re_right {
  height: 48%;
}
.re_right_two {
  height: 63%;
  padding: 0 22px;
  padding-top: 40px;
  box-sizing: border-box;
}
.re_right_bing {
  width: 100%;
  height: 100%;
}
.re_thead_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00edd8;
  /* padding: 0 11px; */
  box-sizing: border-box;
}
.re_thead {
  padding: 7px 30px;
  box-sizing: border-box;
  font-size: 18px;
  background: url("../img/zjhimg/yldata/jux2.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
  white-space: nowrap;
}
.re_thead:hover {
  background: url("../img/zjhimg/yldata/jux3.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.re_table {
  color: #00edd8;
  font-size: 15px;
  width: 100%;
}
.re_tbody {
  width: 100%;
}
.re_tr {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-top: 0 solid #4f89b2;
  border-bottom: 1px solid #4f89b2;
}
.re_tbody .re_tr:first-child {
  border-top: 1 solid #4f89b2;
}
.re_td {
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
}
.re_scroll {
  width: 100%;
  height: 82%;
  overflow-y: scroll;
}
.re_tbody .re_tr:nth-child(odd) {
  background-color: rgba(7, 198, 205, 0.2);
}
.echart_map_titles {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  box-sizing: border-box;
}
.echart_map_titles_content {
  display: flex;
  align-items: center;
  color: #ffffb2;
  /* background: linear-gradient(
    to bottom,
    #fff 0%,
    #ffffb2 50.68359375%,
    #ffffb2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  background-image: url(../img/icon_colh.png);
  background-size: 100% 100%;
  white-space: nowrap;
}
.echart_map_titles_content_two {
  color: #40ffeb;
  /* background: linear-gradient(
    to bottom,
    #fff 0%,
    #40ffeb 50.68359375%,
    #40ffeb 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  background-image: url(../img/icon_coll.png);
  background-size: 100% 100%;
}
.echart_map_titles_content_l {
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold;
}
.echart_map_titles_content_r {
  font-size: 36px;
  font-weight: bold;
}
.echart_map_msg {
  width: 387px;
  /* height: 500px; */
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid saddlebrown;
  background: url(../img/wjimg/tip_bg.png);
  background-size: 100% 100%;
  background-color:#071d4e;
}
.echart_map_msg_top_img {
  width: 100%;
}
.address_msg {
  display: flex;
  align-items: center;
  color: #a8cc08;
  font-size: 22px;
  margin: 12px 0;
}
.address_msg_dian {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #a8cc08;
  margin-right: 10px;
}
.user_info_msg {
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
}
.add_introduce {
  margin: 20px 0;
  border: 2px dashed #01d9e1;
  padding: 10px 5px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
  white-space: wrap;
}
.add_introduce_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add_introduce_img img {
  width: 32%;
}
@media screen and (max-width: 1680px) {
  .WTable_table {
    padding-top: 11px;
  }
  .sub_right .WTable_table {
    padding-top: 0px;
  }
  .re_thead {
    padding: 7px 20px;
  }
  .echart_map_titles_content_l{
    font-size: 20px;
  }
  .echart_map_titles_content_r{
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .re_num {
    font-size: 18px;
  }
  .mo_bed_name,
  .re_item {
    font-size: 14px;
  }
  .re_age_item {
    padding: 10px;
  }
  .re_age_con {
    white-space: nowrap;
  }
  .re_thead {
    padding: 7px 19px;
  }
  .re_img img {
    width: 92px;
  }
  .re_num {
    margin-bottom: -25px;
  }
  .WTable_table {
    padding-top: 7px;
  }
  .echart_map_titles_content_l{
    font-size: 16px;
  }
  .echart_map_titles_content_r{
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .re_msg_content {
    padding: 17px;
    padding-top: 48px;
  }
  .re_age_item {
    font-size: 12px;
    padding: 6px;
  }
  .re_thead {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .re_td {
    font-size: 12px;
    white-space: nowrap;
  }
  .WTable_table {
    padding-top: 7px;
  }
}

/* 居家服务实时 */
.ca_item_l {
  padding: 21px 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.ca_item_l_content {
  display: flex;
  align-items: center;
  color: #787878;
  font-size: 16px;
  margin-bottom: 8px;
}
.ca_item_l_content img {
  width: 20px;
  height: 24px;
  margin-right: 8px;
}
.ca_item_l_content span {
  color: #008ffe;
}
.ca_item_top {
  box-shadow: 2px 2px 2px 0px rgba(198, 198, 198, 0.94);
}
