Newer
Older
Nanping_sponge_GCYPG / src / assets / styles / floodControlDrainage.scss
@liyingjing liyingjing on 25 Oct 53 KB 工程预评估
.floodControlDrainage {
  width: 100%;
  // height: calc(100vh - 64px) !important;
  height: 100%;
  padding: 0 !important;
  position: relative;
  .entiretyBox {
    width: 100%;
    // height: calc(100vh - 64px);
    height: 100%;
    background: url('@/assets/images/home/bg.png') center no-repeat;
    position: relative;
    background-size: 100% 100%;
  }

  .entiretyBox::before {
    // backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  // 防汛左侧
  .BoxPos {
    width: 436px;
    height: 100%;
    position: fixed;
    top: 65px;
    padding-top: 40px;
    z-index: 3;
    .eachBox {
      background: rgba(0, 13, 32, 0.8);
      margin-bottom: 16px;
    }
  }
  // 防汛右侧
  .BoxPosright {
    height: calc(100% - 94px);
    position: fixed;
    right: 0;
    top: 65px;
    padding-top: 40px;
    z-index: 3;
    .eachBox {
      background: rgba(0, 13, 32, 0.8);
      margin-bottom: 16px;
    }
  }

  .adaptH {
    height: calc(100vh - 835px);
  }
  .Hyetaladapt {
    height: 235px;
  }
  .adaptHAnalyse {
    height: calc(100vh - 845px);
  }
  .cutBtn {
    margin-right: 5px;
  }
  .eachBtn {
    display: inline-block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    box-sizing: border-box;
    margin-left: 3px;
    cursor: pointer;
  }
  // tab选择
  .riskPitch {
    border: 2px solid #97ccf6;
    background: linear-gradient(90deg, #15375d 0%, #521d31 100%);
    color: #fffdfd;
    border: 2px solid #97ccf6;
  }
  .noPitch {
    color: #7c7f90;
    background: #111425;
    border: 1px solid #3c3f50;
  }
  // 地图区域
  .map-content {
    position: absolute;
    left: 0;
    right: 0;
    // top: 5px;
    top: 0;
    bottom: 0;
  }

  .bg {
    position: relative;
    background: url('@/assets/images/siping-fangxun/bg.png') no-repeat !important;
    background-size: 100% 100% !important;
    backdrop-filter: blur(5px);
  }

  .bg-every {
    background: url('@/assets/images/siping-fangxun/bg.png') no-repeat !important;
    background-size: 100% 100% !important;
    backdrop-filter: blur(20px);
  }

  .bg-deep {
    position: relative;
    background: url('@/assets/images/siping-fangxun/bg-deep.png') no-repeat;
    background-size: 100% 100%;
  }

  .bg2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 208px;
    height: 83px;
    background: url('@/assets/images/siping-fangxun/bg2.png') no-repeat;
    background-size: 100% 100%;
    &.hidden {
      display: none;
    }
  }

  .bg3 {
    position: relative;
    background: url('@/assets/images/siping-fangxun/bg.png') no-repeat;
    background-size: 100% 100%;
    backdrop-filter: blur(5px);
  }

  .beonduty-flex {
    display: flex;
    flex: 1;
    align-items: center;
  }

  // 通用flex
  .beo-flex {
    display: flex;
  }

  .aligncenter {
    align-items: center;
  }

  .spaceBetween {
    justify-content: space-between;
  }

  .totalClass {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .dia-box {
    max-width: 300px;
    max-height: 70px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis; //溢出用省略号显示
    display: -webkit-box; // 将对象作为弹性伸缩盒子模型显示。
    // 控制行数
    -webkit-line-clamp: 2; //超出两行隐藏
    -webkit-box-orient: vertical; // 从上到下垂直排列子元素
    //(设置伸缩盒子的子元素排列方式)
  }

  // 通用标题文字
  .beonduty-title-word {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #aaaaaa;
    margin-bottom: 30px;
  }

  // 通用格子居中
  .beonduty-box-center-word {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #aaaaaa;
    font-family: PingFang SC;
  }

  .beo-word-box {
    padding-top: 10px;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 41px);
  }

  .beonduty-name-word {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #b5b5b5;
  }

  // 通用
  .marinleft {
    margin-left: 20px;
  }
  .paddingright {
    padding-right: 20px;
  }

  .marinleft30 {
    margin-left: 3px;
  }
  .padingleft30 {
    margin-left: 5px;
    padding-left: 24px;
    border-left: 6px solid #012951;
    border-radius: 3px;
    padding-bottom: 10px;
  }

  .marinleft35 {
    margin-left: 35px;
  }

  .beonduty-litter-box {
    width: 84px;
    height: 24px;
    margin-left: 20px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
  }
  .beo-box-blue {
    background: #052976;
    width: 54px;
  }

  .beo-box-red {
    background: #760526;
    width: 54px;
  }

  .beo-box-green {
    background: #003317;
  }

  .beonduty-zhiban-box {
    width: 436px;
    height: 282px;
    padding: 19px 21px;
  }

  .beo-blue {
    color: #0083fc;
  }

  .beo-iphone {
    cursor: pointer;
    width: 16px;
    height: 15px;
    margin-bottom: 3px;

    img {
      width: 100%;
      height: 100%;
    }
  }

  .beonduty-center {
    margin-top: 32px;
  }

  .beonduty-img {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    overflow: hidden;
    background: url('@/assets/images/siping-fangxun/User-icon.png');

    img {
      width: 100%;
      height: 100%;
    }
  }

  .beonduty-center-right {
    width: 50%;
    margin-left: 16px;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .beonduty-bottom {
    margin-top: 42px;
    justify-content: space-between;
    width: 392px;
    height: 44px;
    background: #001329;
  }

  .width100 {
    width: 100%;
    z-index: 333;
  }

  .arround {
    justify-content: space-around;
  }

  .center {
    justify-content: center;
  }

  .between {
    justify-content: space-between;
  }

  .link_title {
    font-size: 14px;
    text-decoration: underline;
    color: #0091ff;
  }

  .beonduty-xunqian-huiyi-box {
    display: flex;
    margin-top: 17px;
    width: 436px;
    height: 76px;
    padding: 10px 19px;
  }

  .beonduty-huiyi-bg-blue {
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('@/assets/images/siping-fangxun/bt-B.png');
    background-size: 100% 100%;
    color: #00c3ff;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
  }

  .beonduty-huiyi-bg-green {
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('@/assets/images/siping-fangxun/bt-G.png');
    background-size: 100% 100%;
    color: #08c74d;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
  }

  .phone-numb {
    font-family: PingFang SC;
    font-size: 18px;
    color: #0083fc;
    cursor: pointer;
  }

  .beonduty-warn {
    padding: 10px 19px;
    margin-top: 18px;
    width: 436px;
    // height: 549px;
    height: calc(100% - 488px);
    overflow: hidden;
  }

  .beonduty-warn-fxthree {
    padding: 10px 19px;
    margin-top: 28px;
    width: 436px;
    // height: 549px;
    height: 46%;
    overflow: hidden;
  }

  .xunzhong {
    height: calc(100% - 394px);
  }

  .xunzhong-word-title {
    cursor: pointer;
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
    z-index: 20;
  }

  .xunzhongbg {
    color: #0578d9;
    border-bottom: 2px solid #0578d9;
  }

  .xunzhong-tips {
    margin-left: 5px;
    padding: 0px 5px;
    font-size: 14px;
    background: #ed263b;
    border-radius: 10px;
    color: #fff;
  }

  .beo-warn-item {
    position: relative;
    padding: 10px 15px;
    width: 100%;
    // background: rgba(9, 53, 89, 1);
    // border-top: 3px solid #04234b;
    background: linear-gradient(0deg, #093559, #021e30);
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .warn-paifa {
    position: absolute;
    width: 56px;
    height: 26px;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    // right: 5px;
    // top: 25px;
    background: #008443;
    border-radius: 12px;
    display: none;
    font-size: 16px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
  }

  .beo-warn-item:hover {
    cursor: pointer;
    background: rgba(2, 75, 121, 1);
    // border-top: 3px solid #000407;

    .warn-paifa {
      display: block;
    }
  }

  .beo-warn-clickbg {
    background: rgba(2, 75, 121, 1);

    // background: #000407;
    // border-top: 3px solid #000407;
  }

  // 通用小文字
  .beo-warn-word {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    word-break: break-all;
  }

  .xianzhi-width {
    font-size: 13px;
    // max-width: 60%;
    max-width: 53%;
    color: #dededf;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ben-warn-toptitle {
    max-width: 100%;
    min-height: 20px;
  }

  .ben-warn-shuiwei-toptitle {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 20px;
  }

  .warn-gray {
    font-size: 13px;
    color: #dededf;

    .sanjiaoxing {
      width: 5px;
      margin-left: 5px;
    }
  }

  .beo-warn-icon {
    position: absolute;
    // top: -10px;
    // width: 40px;
    // height: 36px;

    top: 5px;
    width: 30px;
    height: 24px;
  }

  .xunhou-message {
    width: 64px;
    height: 73px;
    background: url('@/assets/images/siping-fangxun/xunhouicon.png');
    background-size: 100% 100%;
  }

  .warn-one {
    .warn-icon {
      background: url('@/assets/images/siping-fangxun/1.png');
      background-size: 100% 100%;
    }

    .warn-color {
      color: #2873ec;
    }
  }
  .warn-two {
    .warn-icon {
      background: url('@/assets/images/siping-fangxun/2.png');
      background-size: 100% 100%;
    }
    .warn-color {
      color: #bfa100;
    }
  }

  .warn-three {
    .warn-icon {
      background: url('@/assets/images/siping-fangxun/3.png');
      background-size: 100% 100%;
    }
    .warn-color {
      color: #e46a05;
    }
  }

  .warn-four {
    .warn-icon {
      background: url('@/assets/images/siping-fangxun/4.png');
      background-size: 100% 100%;
    }
    .warn-color {
      color: #df3e3e;
    }
  }

  .warn-green {
    position: absolute;
    right: 0;
    top: 0;
    background: #024913;
    padding: 2px 8px;
    color: #fff;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .warn-red {
    position: absolute;
    right: 0;
    top: 0;
    background: #68110e;
    padding: 2px 8px;
    color: #fff;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  // 下面是报警点详情的样式

  .beo-warn-detail {
    position: absolute;
    right: -473px;
    top: 0;
    padding: 10px 19px;
    margin-top: 39px;
    width: 436px;
    height: calc(100% - 133px);
    overflow: hidden;

    .beonduty-title-word {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }

  .fx3-warn-detail {
    position: absolute;
    left: -457px;
    top: 27px;
    padding: 10px 19px;
    margin-top: 39px;
    width: 436px;
    height: calc(100% - 73px);
    overflow: hidden;
  }

  .beo-detail-top {
    width: 100%;
    // height: 245px;
    background-color: rgba($color: #06263d, $alpha: 0.4);
    border-radius: 10px;

    .beonduty-title {
      min-width: 100px;
    }
  }

  .warn-tongzhi {
    position: absolute;
    padding: 2px 5px;
    right: 17px;
    background: #073732;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    color: #00b155;
  }

  .warn-chuli {
    position: absolute;
    padding: 2px 10px;
    right: 17px;
    background: #064b0e;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    color: #dce6dd;
  }

  .beo-detail-item {
    padding: 0 17px;
    position: relative;
    width: 100%;
    min-height: 50px;
    color: #fff;
    overflow: hidden;
    overflow-y: auto;

    .picClass {
      height: 100%;
      display: flex;
      flex-wrap: wrap;

      .img {
        height: 50px;
        width: 50px;
        margin-right: 5px;
        align-items: center;
        display: flex;
      }

      .image-slot {
        color: #fff;
      }
    }
  }

  .detail-text {
    border-top: 1px solid #083254;
    border-bottom: 1px solid #083254;
    max-height: 100px;
    color: #fff;
    font-size: 14px;
    padding: 5px 17px;

    &.d-four {
      color: #aa3235;
    }

    &.d-three {
      color: #d0610b;
    }

    &.d-two {
      color: #ae9304;
    }

    &.d-one {
      color: #2873ec;
    }
  }

  .online {
    color: #1cd7ef;
  }

  .unline {
    color: #b9b7b7;
  }

  .detail-four {
    .beo-detail-icon {
      width: 20px;
      height: 19px;
      background: url('@/assets/images/siping-fangxun/icon-lv4.png') no-repeat;
      background-size: 100% 100%;
    }

    .beo-detail-word {
      margin-left: 10px;
      color: #aa3235;
    }

    .shuiwei-word {
      width: 70%;
      color: #e52000;
    }
  }

  .detail-three {
    .beo-detail-icon {
      width: 20px;
      height: 19px;
      background: url('@/assets/images/siping-fangxun/icon-lv3.png') no-repeat;
      background-size: 100% 100%;
    }

    .beo-detail-word {
      margin-left: 10px;
      color: #d0610b;
    }

    // 水位间距
    .shuiwei-word {
      width: 70%;
      color: #d0610b;
    }
  }

  .detail-two {
    .beo-detail-icon {
      width: 20px;
      height: 19px;
      background: url('@/assets/images/siping-fangxun/icon-lv2.png') no-repeat;
      background-size: 100% 100%;
    }

    .beo-detail-word {
      margin-left: 10px;
      color: #ae9304;
    }

    // 水位间距
    .shuiwei-word {
      width: 70%;
      color: #ae9304;
    }
  }

  .beo-detail-iconlv2 {
    width: 20px;
    height: 19px;
    background: url('@/assets/images/siping-fangxun/icon-lv2.png') no-repeat;
    background-size: 100% 100%;
  }
  .beo-detail-iconlv3 {
    width: 20px;
    height: 19px;
    background: url('@/assets/images/siping-fangxun/icon-lv3.png') no-repeat;
    background-size: 100% 100%;
  }
  .beo-detail-iconlv4 {
    width: 20px;
    height: 19px;
    background: url('@/assets/images/siping-fangxun/icon-lv4.png') no-repeat;
    background-size: 100% 100%;
  }
  .beo-detail-iconlv1 {
    width: 20px;
    height: 19px;
    background: url('@/assets/images/siping-fangxun/icon-lv1.png') no-repeat;
    background-size: 100% 100%;
  }

  .flex-div {
    width: 20%;
    display: flex;
    justify-content: center;
  }

  .detail-one {
    .beo-detail-icon {
      width: 20px;
      height: 19px;
      background: url('@/assets/images/siping-fangxun/icon-lv1.png') no-repeat;
      background-size: 100% 100%;
    }

    .beo-detail-word {
      margin-left: 10px;
      color: #2873ec;
    }

    .shuiwei-word {
      width: 70%;
      color: #2873ec;
    }
  }

  .small-size {
    font-size: 13px;
  }

  .detail-size {
    font-size: 18px;
  }

  .big-size {
    font-size: 28px;
  }

  .beo-detail-center {
    position: relative;
    width: 100%;
    height: 223px;
    background: #000000;
    margin-top: 40px;
    border-radius: 10px;
  }

  .bg4 {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #000000;
    border-radius: 10px;

    .triangle {
      position: absolute;
      margin-left: 20px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      // border: 20px solid transparent;
      border-left: 20px solid #fff;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 20px solid transparent;
    }
  }

  .bg5 {
    display: none;
  }

  .beo-detail-bottom {
    margin-top: 40px;
    width: 100%;
    height: calc(100% - 350px);
    overflow: hidden;
    overflow-y: auto;
  }

  .detail-bottom-item {
    position: relative;
  }

  .bottom-point {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #064d10;
    border-radius: 50%;
  }

  .little-point {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background: #00d91f;
    border-radius: 50%;
  }

  .detail-blackbg {
    background: rgba($color: #080808, $alpha: 0.5);
    border-radius: 10px;
    padding: 0 8px;
    color: #fff;
  }

  .detail-des {
    display: inline;
    color: #585f67;
  }

  .picClass {
    height: 100%;

    .img {
      height: 50px;
      width: 50px;
      margin-right: 5px;
      align-items: center;
      display: flex;
    }

    .image-slot {
      color: #fff;
    }
  }

  // 右侧

  .menu-icon {
    // width: 29px;
    margin: 20px 0;
    width: 100%;
    height: 26px;
    cursor: pointer;
    background: url('@/assets/images/siping-fangxun/icon_menu.png') no-repeat;
    background-position: center;
    background-size: 14px 13px;
  }

  .menu-tabs {
    position: relative;
    height: 100%;
    display: flex;

    .menu-tabs-head {
      width: 41px;
      transform: translate(1px, 1px);
      height: calc(100% - 2px);
      align-items: center;
      // border: 1px solid #3b5082;
      // border-top: 2px solid #00ffff;
      z-index: 21474836471 !important;
      // background: rgba($color: #000000, $alpha: 0.6);
      border-left: 1px solid #0083fc;
      border-top: 3px solid #002d4b;
      border-bottom: 3px solid #002d4b;
      overflow: hidden;

      &.bg6 {
        // position: absolute;
        // height: 100%;
        // width: 42px;
        // top: 0;
        // left: 0;
        // background: url('@/assets/images/siping-fangxun/bg.png') no-repeat ;
        // background-size: 100% 100%;
        border-left: 1px solid #0083fc;
      }

      .menu-tabs-box {
        height: calc(100% - 66px);
        overflow-y: auto;
      }

      .menu-tabs-head-item {
        position: relative;
        color: #7ecff8;
        font-size: 16px;
        cursor: pointer;
        padding: 20px 10px;
        // padding-bottom: 40px;
        text-align: center;
        &:not(:last-child) {
          // margin-right: 40px;
        }
        // &.active::after {
        //   // position: absolute;
        //   // left: 0;
        //   // bottom: -6px;
        //   width: 100%;
        //   height: 100%;
        //   // background: #00ffff;
        //   content: '';
        //   background: rgba($color: #0083FC, $alpha: 0.3) no-repeat;
        //   background-size: 100% 100%;
        // }

        &.active {
          width: 100%;
          background: rgba($color: #0083fc, $alpha: 0.3) no-repeat;
          background-size: 100% 100%;
          border-left: 3px solid #0083fc;
        }
      }
    }

    .menu-tabs-body {
      width: 584px;
      height: 100%;
      z-index: 21474836471 !important;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      &.hidden {
        width: 0;
      }
      .content {
        padding: 20px;
      }
    }
  }

  .week-title {
    background: rgba($color: #052b47, $alpha: 0.5);
    padding: 21px 21px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
  }

  .week-word {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #b5b5b5;
  }

  .week-title-word {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #5aa1ca;
    text-align: left;
  }

  .marggin-top-bottom {
    margin: 20px 0;
  }

  .week-point {
    width: 10px;
    height: 10px;
    background: #008443;
    border-radius: 50%;
    margin-right: 10px;
  }

  // 雨情分析
  .menu-inner {
    display: flex;
    flex-direction: column;
  }
  .menu-table {
    display: flex;
    flex-direction: column;
    .menu-table-head {
      height: 133px;
    }

    .rain-table-head {
      height: 60px;
    }

    .menu-line {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 10px;
      width: 165px;
      height: 32px;
      background: url('@/assets/images/siping-fangxun/tip.png') no-repeat;
      background-size: 100% 100%;

      .menu-text {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #ffffff;
      }

      .menu-value {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #009640;
      }

      .write-text {
        color: #fff;
      }
    }

    .menu-filter {
      height: calc(100% - 32px);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .rain-filter {
      height: 100%;

      //   ::v-deep .avue-select {
      //     .el-input__inner {
      //       width: auto;
      //     }
      //   }
    }

    .rain-bigbox {
      margin-bottom: 20px;
      border-radius: 10px;
      overflow: hidden;
    }

    .bg-color {
      // background: rgba(#052b46, 0.5);
    }

    .yujing-table-box {
      width: 100%;
      height: calc(100% - 50px);
      overflow: hidden;
      overflow-y: auto;

      .yujing-item {
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba($color: #052b46, $alpha: 0.5);

        .yujing-pic {
          width: 75px;
          height: 80px;
        }

        .blue {
          background: url('@/assets/images/siping-fangxun/blue-yj.png')
            no-repeat;
        }

        .yellow {
          background: url('@/assets/images/siping-fangxun/yellow-yj.png')
            no-repeat;
        }

        .oranges {
          background: url('@/assets/images/siping-fangxun/oranges-yj.png')
            no-repeat;
        }

        .red {
          background: url('@/assets/images/siping-fangxun/red-yj.png') no-repeat;
        }

        .yujing-des {
          width: calc(100% - 150px);
          max-height: 130px;
          color: #b5b5b5;
          font-size: 14px;
          text-align: left;
          font-family: PingFang SC;
          box-sizing: border-box;
          // padding: 10px 15px;
          padding: 5px 5px;
          overflow: hidden;
          overflow-y: auto;
        }
        .button-box {
          width: 75px;
        }
      }
    }

    #fx_main_list {
      height: calc(100% - 161px);
      overflow: hidden;
      overflow-y: auto;
    }

    .ck_bigbox {
      background: rgba($color: #062740, $alpha: 0.5);
      border-radius: 10px 10px 0 0;
      overflow: hidden;
      border-bottom: 1px solid #2d2d2d;
    }
    .ck_bigbox .rain-box:nth-child(2n) {
      // background: rgba($color: #080808, $alpha: 0.5);
      background: rgba($color: #052d4a, $alpha: 0.5);
    }

    .rain-box {
      color: #fff;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 10px;
      // border-bottom: 1px solid #222665;

      .rain-item {
        min-width: 33%;
        text-align: left;
        padding: 5px 10px;
        display: flex;

        .item {
          margin-left: 10px;
          color: #ece3e3;
        }
      }

      .fx_item {
        min-width: 30%;
        max-width: 30%;
        text-align: left;
        padding: 3px 10px;
      }

      .fx_num {
        min-width: 10%;
        max-width: 10%;
      }

      .right_text {
        text-align: right;
      }

      .center_text {
        text-align: center;
      }

      .rain_fangxun {
        padding: 5px 10px;
        display: flex;
      }

      .fx-point {
        width: 10px;
        height: 10px;
        background: #008443;
        border-radius: 50%;
      }
    }

    .rain-bottom-box {
      background: rgba($color: #052b47, $alpha: 1);
      color: #fff;
      display: flex;
      flex-wrap: wrap;
      padding: 10px;

      .rain-img {
        min-width: 24%;
        text-align: left;
        padding: 5px 10px;
        box-sizing: border-box;
        display: flex;

        .item {
          margin-left: 10px;
          color: #ece3e3;
        }
      }

      .linka {
        color: #bff8ff !important;
        text-decoration: revert;
      }
    }

    .isonline {
      position: absolute;
      color: #008000;
      left: 20px;
      top: 10px;
    }

    .isonlinegray {
      color: #ff0000;
    }

    ::v-deep .BoxPos-filter {
      width: 100%;
      height: 57px;
      margin-bottom: 20px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: center;

      .el-date-editor--daterange.el-input__inner {
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        border: 1px solid #33393c;

        .el-range-input {
          // background: rgba(0, 0, 0, 0.5);
          background: transparent;
          color: #fff;
        }
      }
    }

    .menu-table-box {
      height: calc(100% - 170px);
      padding: 20px;

      .menu-echarts-box {
        height: 250px;

        .rain-chart-body {
          height: 100%;
        }
      }

      .menu-table-body {
        height: calc(100% - 400px);
        .menu-table-list {
          height: 100%;
          .head {
            padding: 15px 0 15px;
            .item-secend {
              flex: 4;
              display: flex;
              flex-direction: column;
              justify-content: space-around;
            }

            .item-first {
              flex: 3;
            }
          }
          .body {
            .item {
              // height: 40px;
              // border-top: 1px solid #1d2124;
              border-top: 1px solid #093559;

              .item-secend {
                flex: 4;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
              }

              .item-first {
                flex: 3;
              }
            }

            .item:nth-child(2n) {
              background: rgba(11, 64, 103, 0.5);
              // background: rgba($color: #fff, $alpha: 0.5);
            }
          }
        }
      }
    }

    .menu-table-filter {
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .menu-table-body {
      border-radius: 5px;
      display: flex;
      flex: 1;
      overflow: hidden;
      flex-direction: column;
      background: rgba($color: #052b46, $alpha: 1);

      .page-filter {
        padding-top: 20px;
        padding-left: 20px;
      }
      .menu-table-list {
        height: 100%;
        .head {
          display: flex;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          padding: 29px 0 20px;
          align-items: center;
          & > div {
            flex: 2;
            text-align: center;
            overflow: hidden;
          }

          .item-first {
            flex: 3;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
          }
        }
        .body {
          height: calc(100% - 67px);
          overflow: hidden;
          overflow-y: auto;
          .item {
            display: flex;
            height: 80px;
            color: #fff;
            font-size: 14px;
            align-items: center;
            margin-bottom: 1px;
            // background-color: #0B204B;

            & > div {
              flex: 2;
              text-align: center;
              overflow: hidden;
            }

            .item-first {
              flex: 3;
              display: flex;
              flex-direction: column;
              justify-content: space-around;

              &.online {
                color: #1cd7ef;
              }
            }
          }
          .item:nth-child(2n) {
            background: rgba(11, 64, 103, 0.5);
          }

          .item-white {
            color: #fff;
          }

          .item-blue {
            color: #0083fc;
            cursor: pointer;
          }

          // 雨情分析的样式
          .five {
            border-left: 2px solid #db0000;

            .item-first .detail-size {
              color: #db0000;
            }
          }

          .two {
            border-left: 2px solid blue;
            .item-first .detail-size {
              color: blue;
            }
          }

          .three {
            border-left: 2px solid yellow;
            .item-first .detail-size {
              color: yellow;
            }
          }

          .four {
            border-left: 2px solid orange;
            .item-first .detail-size {
              color: orange;
            }
          }

          // .three {
          //   border-left: 2px solid #7531ff;

          //   .item-first .detail-size {
          //     color: #7531ff;
          //   }
          // }
        }
      }
    }
  }

  .jianju {
    margin-bottom: 10px;
  }

  .filter-select-box {
    display: flex;
  }

  .filter-date {
    height: 32px;
    margin-left: 10px;

    ::v-deep .avue-date .el-date-editor,
    ::v-deep .avue-select {
      .el-input__inner {
        height: 32px;
        color: #7ecff8;
        background: rgba($color: #000000, $alpha: 0.5);
        border: transparent;
      }

      .el-input__icon {
        line-height: 32px;
      }
    }

    ::v-deep .avue-select {
      .el-input__inner {
        width: 110px;
      }
    }
    ::v-deep .el-date-editor.el-input {
      height: 100%;
    }

    ::v-deep .el-input--prefix .el-input__inner {
      height: 100%;
      line-height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      border: none;
    }
    ::v-deep .el-input__icon {
      line-height: 100%;
    }
  }

  .success-row {
    background: #154669 !important;
    div {
      // color: #fff;
    }
  }

  .gray-row {
    background: #bcc8cf !important;
    div {
      color: #000;
    }
  }

  .menu-left-title {
    background: #ed263b;
    font-size: 13px;
    border-radius: 10px;
    transform: translate(-15px, 19px) rotate(90deg);
    width: 50px;
  }

  .echartitem {
    width: 100%;
    height: calc(100% - 109px);
    // background-color: #070e40;

    .rain-chart-body {
      position: relative;
      width: 100%;
      height: 100%;
    }
  }

  .message-title {
    color: #fe341f;
  }

  // 污水专题
  // 污水左侧
  .BoxPos-wushui {
    width: 604px;
    height: 100%;
    position: fixed;
    top: 75px;
    left: 20px;
    padding-top: 40px;
    z-index: 3;
    .eachBox {
      background: rgba(0, 13, 32, 0.8);
      margin-bottom: 16px;
    }
  }
  // 污水右侧
  .BoxPosright-wushui {
    // height: calc(100% - 94px);
    height: 100%;
    width: 448px;
    position: fixed;
    right: 0;
    top: 75px;
    // padding-top: 40px;
    z-index: 3;
    .eachBox {
      background: rgba(0, 13, 32, 0.8);
      margin-bottom: 16px;
    }
  }

  .beonduty-title-word-wushui {
    position: relative;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #c7c7cb;

    .title-close {
      position: absolute;
      right: 0;
    }
  }

  .bottommargins {
    margin-bottom: 10px;
  }

  .anjian-title {
    cursor: pointer;
    font-size: 15px;
    color: #7ecff8;
    margin-left: 30px;

    img {
      width: 15px;
      height: 15px;
      vertical-align: middle;
    }
  }

  .beonduty-warn-wushui {
    padding: 10px 19px;
    margin-top: 28px;
    width: 436px;
    // height: 549px;
    height: calc(100% - 534px);
    overflow: hidden;

    .echartitem {
      width: 100%;
      height: calc((100% - 71px) / 2);
      // background-color: #070e40;

      .rain-chart-body {
        position: relative;
        width: 100%;
        height: 100%;
      }
    }

    // 通用标题文字
  }

  .gw-anjian-box {
    margin-top: 20px;
    width: 436px;
    height: 385px;
    padding: 10px 19px;
  }

  .GwmapClass {
    position: absolute;
    top: 0;
    height: 100%;
    // width: 100%;
  }

  // 官网一张图
  .gwmap-right-box {
    position: fixed;
    right: 10px;
    top: 180px;
    // width: 604px;
    height: calc(100% - 220px);
    padding-top: 40px;
    z-index: 3;
  }
  // 菜单按钮
  .gw-btn-box {
    position: absolute;
    cursor: pointer;
    right: -10px;
    top: 80px;
    width: 32px;
    height: 127px;
    border: 1px solid;
    border-image: linear-gradient(0deg, #071529, #4f7492) 10 10;
    background: linear-gradient(-90deg, #010e2b 0%, #4f7492 100%);
    border-radius: 3px;
    color: #7ecff8;
  }

  .boxnone {
    display: none;
  }

  .btn-icon {
    width: 100%;
    height: 26px;
    cursor: pointer;
    background: url('@/assets/images/siping-fangxun/icon_menu.png') no-repeat;
    background-position: center;
    background-size: 14px 13px;
  }

  .btn-word {
    text-align: center;
  }

  .gwmap-right-bg {
    position: fixed;
    right: 10px;
    top: 100px;
    width: 590px;
    height: 99px;
  }

  // 官网一张图头部
  .gwmap-right-top,
  .gwmap-right-top2 {
    position: fixed;
    right: 10px;
    top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 590px;
    height: 99px;
    background: url('@/assets/images/siping-guanwang/gwbg.png') no-repeat;
    background-size: 100% 100%;
    padding: 0 25px;

    .right-un {
      position: absolute;
      color: #fff;
      right: 37px;
      top: 4px;
    }

    .top-box {
      color: #2364ff;
      font-size: 15px;
    }

    .wushui-box {
      color: #2364ff;
      font-size: 15px;
      width: 25%;
      overflow: hidden;
      div {
        display: flex;
      }
    }

    .wushui-box:nth-child(2n) {
      color: #01dd7d;
    }

    .top-size {
      font-size: 31px;
      font-weight: bold;
      cursor: pointer;
      max-width: 88%;
      overflow: hidden;
      display: block;
    }

    .top-word {
      text-align: center;
    }
  }

  // 官网一张图 下面
  .gwmap-right-bottom {
    background: rgba($color: #001a2f, $alpha: 0.9);
    margin-top: 20px;
    padding: 29px 29px 5px 29px;
    // height: calc(100% - 220px);
    height: 100%;
    width: 630px;
    z-index: 3;
    transition: all 0.3s ease-in-out;

    &.hidden {
      width: 0;
      padding: 0;
    }

    .echarts-box {
      width: 100%;
      height: calc((100% - 93px) / 3);
      overflow: hidden;

      .line-item-box {
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        padding-top: 20px;
      }

      .echartitem {
        width: 100%;
        height: 100%;
        padding: 10px 0;

        .rain-chart-body {
          position: relative;
          width: 100%;
          height: 100%;
        }
      }

      .linebox {
        height: 30px;
        display: flex;
        align-items: center;
      }

      .line-name {
        min-width: 80px;
        margin-right: 10px;
        text-align: right;
      }

      ::v-deep.line-percen {
        width: calc(100% - 120px);
        padding-right: 20px;

        .el-progress-bar__outer {
          background: transparent;
        }
      }

      .colorbg0 {
        color: #fd8258;

        .linecolor {
          background: linear-gradient(90deg, rgba(3, 5, 8, 0.7));
          opacity: 0.4;
          border-radius: 2px;
        }
      }
      .colorbg1 {
        color: #00d7e9;
        .linecolor {
          background: linear-gradient(90deg, rgba(3, 5, 8, 0.7));
          opacity: 0.4;
          border-radius: 2px;
        }
      }
      .colorbg2 {
        color: #e8395d;
        .linecolor {
          background: linear-gradient(90deg, rgba(3, 5, 8, 0.7));
          opacity: 0.4;
          border-radius: 2px;
        }
      }
      .colorbg3 {
        color: #974df4;
        .linecolor {
          background: linear-gradient(90deg, rgba(3, 5, 8, 0.7));
          opacity: 0.4;
          border-radius: 2px;
        }
      }
      .colorbg4 {
        color: #7cffb2;
        .linecolor {
          background: linear-gradient(90deg, rgba(3, 5, 8, 0.7));
          opacity: 0.4;
          border-radius: 2px;
        }
      }
      .colorbg5 {
        color: #fd8258;
        .linecolor {
          background: linear-gradient(90deg, rgba(3, 5, 8, 0.7));
          opacity: 0.4;
          border-radius: 2px;
        }
      }
    }
  }

  .menu-btn {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 16px;
    height: 14px;
    background: url('@/assets/images/siping-guanwang/icon-hide.png') no-repeat;
    background-size: 100% 100%;
    z-index: 100;
  }

  .Gwlegend {
    display: flex;
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 1228px;
    height: 54px;
    background: rgba($color: #000000, $alpha: 0.8);
    border: 1px solid #1e1e1e;
    border-radius: 27px;
    color: #7f7f7f;
  }

  .LegendClass {
    display: flex;

    .legend-img {
      width: 20px;
      height: 19px;
      margin-right: 5px;
      img {
        width: 100%;
        height: 100%;
      }
    }
  }

  .gw-checkbtn {
    cursor: pointer;
    position: absolute;
    top: 36px;
    left: 30px;
    width: 48px;
    height: 48px;
    background: rgba($color: #002237, $alpha: 0.95);
    border: 1px solid #033658;
    border-radius: 4px;
    text-align: center;
    line-height: 55px;
    z-index: 3;

    img {
      width: 24px;
      height: 22px;
    }
  }

  #gongjulan {
    position: absolute;
    left: 30px;
    top: 175px;
    z-index: 2147483650;
  }

  #gongjulan2 {
    position: absolute;
    left: 30px;
    top: 105px;
    z-index: 2147483650;
  }

  .gw-checkbtn2 {
    cursor: pointer;
    // position: absolute;
    // top: 50px;
    // left: 30px;
    margin-bottom: 5px;
    width: 48px;
    height: 48px;
    background: rgba($color: #002237, $alpha: 0.95);
    border: 1px solid #033658;
    border-radius: 4px;
    text-align: center;
    line-height: 55px;
    z-index: 3;

    img {
      width: 24px;
      height: 22px;
    }

    &.actived {
      background: rgba(5, 15, 22, 0.95);
    }
  }

  .title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: url('@/assets/images/siping-home/contan-linght.png') no-repeat;
    background-size: 100% 100%;
  }

  .custom-title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #aaaaaa;
    line-height: 36px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;

    .control {
      display: flex;
      align-items: center;
      cursor: pointer;

      .name {
        color: #5b88b6;
        font-size: 18px;
        font-weight: normal;
      }

      .value {
        width: 17px;
        height: 20px;
        margin-left: 5px;
        background: url('@/assets/images/siping-guanwang/icon-3d.png');
        background-size: 100% 100%;
      }
    }
    // background: url('@/assets/images/siping-guanwang/layers.png');

    &.hideens {
      display: none;
    }

    .control-text {
      color: #7ecff8;
      text-shadow: 0px 0px 0px #0049c1;
      font-weight: normal;
    }

    .control-text:before {
      content: attr(text);
      position: absolute;
      z-index: 10;
      color: #fff;
      -webkit-mask: linear-gradient(to bottom, red, transparent);
    }
  }

  .gw-check-box {
    width: auto;
    max-height: 600px;
    position: absolute;
    padding: 17px 22px;
    color: #f9feff;
    top: 36px;
    left: 80px;
    background: #071116;
    border: 1px solid #062d4c;
    border-right: 1px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    z-index: 3;

    &.hideens {
      border: none;
      padding: 0;
    }
  }

  .Gwcheckbox {
    width: 427px;
    border-top: 1px solid #1f2536;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;

    &.hideens {
      width: 0;
      border: none;
    }
  }
  .no_topline {
    border-top: 1px solid transparent;
  }

  .box-item {
    color: #ffffff;
    // background: #0f191e;
    padding: 5px 15px;
    &.hideens {
      padding: 0;
    }
  }

  .gw-check-item {
    // background: #071116;

    ::v-deep .el-checkbox-button {
      margin: 3px 0;
      padding: 5px 4px;
      color: rgb(159, 163, 163);

      .el-checkbox-button__inner {
        background: transparent;
        border: none;
        color: #a9bdd3;
        border-radius: 6px;
      }
    }

    ::v-deep .is-checked {
      .el-checkbox-button__inner {
        background: #187dd2;
        color: #fff;
        box-shadow: none;
      }
    }

    ::v-deep .el-radio-button {
      margin: 3px 0;
      padding: 5px 4px;
      color: rgb(159, 163, 163);

      .el-radio-button__inner {
        background: transparent;
        border: none;
        color: #a9bdd3;
        border-radius: 6px;
      }
    }

    ::v-deep .is-active {
      .el-radio-button__inner {
        background: #187dd2;
        color: #fff;
        box-shadow: none;
      }
    }
  }

  .flex-box {
    display: flex;
  }

  .itemcheck {
    margin: 5px 0;
  }
}

// 地图弹框
#map-box,
#map-boxblue {
  position: absolute;
  z-index: 21483650;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  max-height: 715px;
  height: 715px;
  // height: 550px;
  padding: 15px;
  // filter: opacity(1);
  .map-bottom {
    height: calc(100% - 100px);
  }

  .map-bottom-operation {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .map-bottom-operation > span {
    margin-right: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease-in;
  }

  .map-bottom-operation > span:hover {
    color: #007ef2;
  }

  .point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #08c74d;
    margin-right: 10px;
  }

  .map-title {
    margin-left: 30px;

    .title {
      margin-left: 30px;
      cursor: pointer;
      font-weight: normal;
      font-size: 17px;

      &.actived {
        color: #fff;
        border-bottom: 3px solid #0083fc;
        background: rgba(0, 131, 252, 1);
        border-radius: 10px;
        padding: 0 10px;
      }
    }
  }

  .map_left_bottom {
    width: 100%;
    height: 100%;
  }

  .map-bottom-titlebox {
    background: rgba(9, 53, 89, 0.5);
    border-radius: 10px;
    margin-top: 15px;
    padding: 0 5px;
    display: flex;
    max-height: 270px;
    overflow: hidden;
    overflow-y: auto;
    justify-content: space-around;

    .titlebox-item {
      padding: 5px;
      display: flex;
      align-items: center;
      font-size: 14px;
    }

    .name {
      color: #a5a5a6;
    }

    .value {
      color: #a5a5a6;
      margin-left: 10px;
    }
  }

  .map-bottom-person {
    width: 100%;
    height: 100%;
    // background: rgba(9, 53, 89, 0.5);
    border-radius: 10px;
    margin-top: 15px;
    padding: 5px;
  }

  .person-title {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
  }

  .person_item {
    width: 30%;
    text-align: center;
  }

  .perison_25item {
    width: 25%;
    text-align: center;
  }

  .perison_20item {
    width: 20%;
    text-align: center;
  }

  .person_num {
    width: 10%;
  }

  .blue_color {
    color: #007ef2;
  }

  .map-bottom-main {
    background: rgba(9, 53, 89, 0.5);
    border-radius: 10px;
    margin-top: 15px;
    padding: 8px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 270px;
    // min-height: 270px;
    overflow: hidden;
    overflow-y: auto;
    .main-item {
      padding: 10px;
      width: 50%;
      display: flex;
      border-bottom: 1px solid #2e5573;
      .name {
        width: 50%;
        color: #b5b5b5;
        display: flex;
        align-items: center;
      }

      .value {
        width: 50%;
        display: flex;
        align-items: center;
        color: #fff;
        overflow: hidden;
        overflow-x: auto;
      }
    }

    .main-item2 {
      width: 25%;
    }
  }

  .heichou-bottom-box {
    display: flex;
    margin-top: 10px;
  }
  // 黑臭报警弹框使用
  .heishou-bottom-main {
    margin: 0;
    padding: 10px;
    min-height: 100px;
    max-height: 130px;
    overflow: hidden;
    overflow-y: auto;
    color: #fff;
  }

  .heichou-name {
    color: #aaaaaa;
    width: 123px;
    text-align: center;
    padding: 10px 0;
  }

  .map-bottom-main2 {
    background: rgba(9, 53, 89, 0.5);
    // border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    // max-height: 270px;
    // min-height: 270px;
    overflow: hidden;
    overflow-y: auto;
    .main-item {
      padding: 10px;
      width: 100%;
      display: flex;
      border-bottom: 1px solid #151414;
      .name {
        width: 50%;
        color: #b5b5b5;
        display: flex;
        align-items: center;
      }

      .value {
        width: 50%;
        display: flex;
        align-items: center;
        color: #fff;
        overflow: hidden;
        overflow-x: auto;
      }
    }
  }

  .map-bottom-main3 {
    justify-content: start;
  }

  .video {
    margin-top: 10px;
    width: 100%;
    // height: 50%;
    height: 300px;
    background: #000;
    border-radius: 10px;
  }
}

// 地图弹框
#map-box8 {
  position: absolute;
  z-index: 214748365;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 730px;
  max-height: 650px;
  // height: 550px;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  // filter: opacity(1);
  .map-bottom {
    height: calc(100% - 100px);
  }

  .map-bottom-operation {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .map-bottom-operation > span {
    margin-right: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease-in;
  }

  .map-bottom-operation > span:hover {
    color: #007ef2;
  }

  .point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #08c74d;
    margin-right: 10px;
  }

  .point2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120px;
    width: 26px;
    height: 26px;
    background: blue;
    margin-right: 10px;

    background: url('@/assets/images/siping-fangxun/lishiIcon.png') no-repeat;
    background-size: 100% 100%;
  }

  .point3 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    width: 26px;
    height: 26px;
    background: red;
    margin-right: 10px;

    background: url('@/assets/images/siping-fangxun/shishiIcon.png') no-repeat;
    background-size: 100% 100%;
  }

  .map-title {
    margin-left: 30px;

    .title {
      margin-left: 30px;
      cursor: pointer;
      font-weight: normal;
      font-size: 17px;

      &.actived {
        color: #fff;
        border-bottom: 3px solid #0083fc;
        background: rgba(0, 131, 252, 1);
        border-radius: 10px;
        padding: 0 10px;
      }
    }
  }

  .map_left_bottom {
    width: 100%;
    height: 100%;
  }

  .map-bottom-titlebox {
    background: rgba($color: #000000, $alpha: 0.6);
    border-radius: 10px;
    margin-top: 15px;
    padding: 0 5px;
    display: flex;
    max-height: 270px;
    overflow: hidden;
    overflow-y: auto;
    justify-content: space-around;

    .titlebox-item {
      padding: 5px;
      display: flex;
      align-items: center;
      font-size: 14px;
    }

    .name {
      color: #a5a5a6;
    }

    .value {
      color: #a5a5a6;
      margin-left: 10px;
    }
  }

  .map-bottom-person {
    width: 100%;
    height: 100%;
    background: rgba($color: #000000, $alpha: 0.6);
    border-radius: 10px;
    margin-top: 15px;
    padding: 5px;
  }

  .person-title {
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #a5a5a6;
  }

  .person_item {
    width: 30%;
    text-align: center;
  }

  .perison_25item {
    width: 25%;
    text-align: center;
  }

  .person_num {
    width: 10%;
  }

  .blue_color {
    color: #007ef2;
  }

  .map-bottom-main {
    background: rgba(9, 53, 89, 0.5);
    border-radius: 10px;
    margin-top: 15px;
    // margin-bottom: 15px;
    padding: 8px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 270px;
    // min-height: 270px;
    overflow: hidden;
    overflow-y: auto;
    .main-item {
      padding: 10px;
      width: 50%;
      display: flex;
      border-bottom: 1px solid #2e5573;
      .name {
        width: 50%;
        color: #b5b5b5;
        display: flex;
        align-items: center;
      }

      .value {
        width: 50%;
        display: flex;
        align-items: center;
        color: #fff;
        overflow: hidden;
        overflow-x: auto;
      }
    }
  }

  .video {
    margin-top: 15px;
    width: 100%;
    // height: 50%;
    height: 300px;
    background: #000;
    border-radius: 10px;
  }
}

.map_box9 {
  height: auto !important;
}

#map-boxblue {
  position: absolute;
  z-index: 314748365;
  width: 900px;
  height: 550px;

  .map-title {
    margin: 0 20px;
    .title {
      margin: 0;
      margin-right: 20px;
      font-size: 20px;
      color: #fff;
    }
  }
}

.noword {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b5b5b5;
}

.RYdia {
  position: absolute;
  padding-top: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2147483651;
  background: #333333;
  padding: 30px;
  border-radius: 5px;
}

.closeBtn {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 0px;
  top: 0px;
  color: #fff;
  text-align: center;
}

.sameDia {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  // background: linear-gradient(0deg, #071116 85%, #00202e 100%);

  background: url('@/assets/images/siping-fangxun/bg.png') no-repeat !important;
  background-size: 100% 100% !important;
  backdrop-filter: blur(20px);

  border: 1px solid #062d4c;
  width: 600px;
  max-height: 808px;
  // height: auto;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  // overflow: hidden;
}

#FX-Map_right {
  width: 500px;
  height: 90%;
  overflow: hidden;
  position: absolute;
  right: 0.5%;
  top: 5%;
  z-index: 10;
  border-radius: 10px 10px 0 0;
  background: rgba($color: #000, $alpha: 0.3);
}

.Main-list-Title {
  background: rgba($color: #080808, $alpha: 0.5);
  color: #fff;
  font-size: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}

.map_bigbox_top {
  background: rgba($color: #080808, $alpha: 0.5);
  height: 48px;
  overflow: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #2d2d2d;
}

.map_bigbox {
  height: calc(100% - 98px);
  background: rgba($color: #080808, $alpha: 0.5);
  overflow: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #2d2d2d;
}
.map_bigbox .map-table-box:nth-child(2n) {
  // background: rgba($color: #080808, $alpha: 0.5);
}

.map-table-box {
  cursor: pointer;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  // border-bottom: 1px solid #222665;

  &.actived {
    background: rgba($color: #3f3e3e, $alpha: 0.5);
  }

  .rain-item {
    min-width: 33%;
    text-align: left;
    padding: 5px 10px;
    display: flex;

    .item {
      margin-left: 10px;
      color: #ece3e3;
    }
  }

  .right {
    position: absolute;
    right: 0;
  }

  .map-table-item {
    min-width: 15%;
    max-width: 15%;
    text-align: center;
  }

  .fx_item {
    min-width: 37%;
    max-width: 37%;
    padding: 3px 10px;
    text-align: center;
  }

  .fx_num {
    min-width: 10%;
    max-width: 10%;
  }

  .right_text {
    text-align: right;
  }

  .center_text {
    text-align: center;
  }

  .rain_fangxun {
    padding: 5px 10px;
    display: flex;
  }

  .fx-point {
    width: 10px;
    height: 10px;
    background: #008443;
    border-radius: 50%;
  }
}

.ToolTips {
  position: absolute;
  background: rgba(5, 32, 48, 0.8);
  color: #fff;
  bottom: 10%;
  right: 78.5%;
  transform: translateX(-78.5%);
  width: 140px;
  height: 260px;
  z-index: 3;
  overflow: hidden;

  .ToolTitle {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
  }
  .Tool-bottom-box {
    overflow: hidden;
    height: calc(100% - 40px);
    overflow-y: auto;
  }

  .Tool-item {
    position: relative;
    display: flex;
    padding: 5px 0;
    .tool-icon {
      text-align: center;
      width: 50%;
    }

    .tool-value {
      text-align: left;
      width: 50%;
      font-size: 14px;
      display: flex;
      align-items: center;
      color: #ececec;
      position: relative;
      left: -10px;
    }
  }
}

.ToolTips-right {
  right: 0.5%;
  transform: translateX(0.5%);
}

.NL-bottom-btn {
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: 500px;
  height: 50px;
  line-height: 50px;
  bottom: 0.5%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba($color: #080808, $alpha: 0.8);
  border-radius: 10px;
  z-index: 10;
  color: #fff;

  .Nl-item {
    cursor: pointer;
    &.active {
      color: #007ef2;
    }
  }
}

.NL_bg {
  position: absolute;
  background: url('@/assets/images/siping-fangxun/bg.png') no-repeat;
  background-size: 100% 100%;
}

.blue-echarts {
  width: 100%;
  height: calc(100% - 40px);

  .rain-chart-body {
    width: 100%;
    height: 100%;
  }
}

.main-item-new {
  width: 100% !important;

  .name {
    width: calc((100% - 20px) / 4) !important;
  }

  .value {
    width: calc((100% - 20px) / 4 * 3) !important;
  }
}