@imgSrc: '@/assets/images/integration/qinzhou/';


.integrationQinzhou {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: url('@/assets/images/integration/taihu2/背景2.jpg') center/100% 100% no-repeat;

  .iframeExitIcon {
    position: absolute;
    top: 0;
    left: -45px;
    display: flex;
    height: 44px;
    width: 44px;
    background: rgba(28, 94, 180, 0.95);
    border-radius: 0 7px 7px 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    transition: all 0.2s;
    padding: 3px 0;

    img {
      width: 17px;
      height: 12px;
    }
  }


  .iframeExit:hover {
    .iframeExitIcon {
      left: 0;
    }

    .iframeBackLeft {
      left: -15px;
    }
  }


  .iframeBackLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 44px;
    background: rgba(28, 94, 180, 0.95);
    border-radius: 0 7px 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;

    img {
      width: 6px;
      height: 11px;
    }
  }

  .iframeExit {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 4px;
    left: 0;
    color: #FFF;
    cursor: pointer;
    user-select: none;
    position: absolute;
    z-index: 110;


  }

  .integrationQinzhou_exit {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
  }

  .integration_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: left top;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px 20px 10px;
  }

  .integration_row {
    display: flex;
    width: 1360px;
    overflow: hidden;
    margin-bottom: 14px;

    .integration_row_title {
      flex: none;
      margin-right: 8px;
      position: relative;
      writing-mode: vertical-rl;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      line-height: 33px;
      text-shadow: 0 0 18px rgba(0, 144, 255, 0.5);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      letter-spacing: 3px;
      padding-right: 30px;

    }

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

  }

  .integration_row_col {
    position: relative;
    cursor: pointer;
  }

  .integration_row_col_text {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.1s;
    position: relative;
    white-space: nowrap;

  }

  .integration_row_col_no {
    filter: grayscale(100%) brightness(90%);
    cursor: not-allowed;
  }

  .integration_row_col_link:hover {
    filter: brightness(120%);

    .integration_row_col_hover {
      display: block !important;
    }

    .integration_row_col_tip {
      display: none;
    }

    .integration_row_col_text {
      color: #fff !important;
    }

    .integration_row_col_sub {
      color: #fff !important;

    }
  }

  .integration_row_title[type='业务应用'] {
    width: 71px;
    height: 133px;
    background: url('@{imgSrc}/业务应用left.png') center center no-repeat;
    background-size: 100% 100%;
  }

  .integration_row_title[type='应用系统'] {
    width: 74px;
    height: 318px;
    background: url('@{imgSrc}/应用系统left.png') center center no-repeat;
    background-size: 100% 100%;

  }

  .integration_row_title[type='基础平台'] {
    width: 73px;
    height: 133px;
    background: url('@{imgSrc}/基础平台left.png') center center no-repeat;
    background-size: 100% 100%;

  }

  // 业务应用start
  .integration_row[type='业务应用'] {
    overflow: hidden;
    display: flex;
    align-items: center;

    .integration_row_list {
      height: 100%;
      padding-top: 6px;
      flex: 1;
      padding-left: 2px;

    }
  }

  .integration_row_grid[type='业务应用'] {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .integration_row_col[type='业务应用'] {
    width: 416px;
    height: 111px;
    position: relative;
    flex: none;

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #FFED9A;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }

    .integration_row_col_sub {
      font-weight: 400;
      font-size: 13px;
      color: rgba(231, 215, 138, 0.6);
    }

    .integration_row_col_content {
      width: 100%;
      height: 100%;
      display: flex;
      // justify-content: center;
      align-items: center;
      padding-left: 62px;
      line-height: 1;

    }

    .integration_row_col_content[name='综合业务大屏'] {
      background: url('@{imgSrc}/业务应用bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/综合业务大屏.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }

    }

    .integration_row_col_content[name='OA办公系统'] {
      background: url('@{imgSrc}/业务应用bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/OA办公系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }

    }

    .integration_row_col_content[name='营业收费系统'] {
      background: url('@{imgSrc}/业务应用bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/营业收费系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }

    }

  }

  // 业务应用end

  // 应用系统
  .integration_row[type='应用系统'] {
    display: flex;
    margin-bottom: 10px;
  }

  .integration_row_list[type='应用系统'] {
    flex-direction: column;
    padding-top: 4px;

    .integration_row_col_one {}

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #AEEFFF;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }


    .integration_row_col_content {
      width: 100%;
      height: 100%;
      padding-left: 182px;

    }

  }

  .integration_row_grid[type='应用系统'] {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;

  }

  .integration_row_col[type='应用系统'] {
    width: 416px;
    height: 93px;
    margin-bottom: 12px;

    .integration_row_col_content {
      display: flex;
      align-items: center;
      padding-left: 63px;
    }

  }

  .integration_row_col[type='综合监控管理平台'] {
    width: 100%;
    height: 93px;
    margin-bottom: 12px;

    .integration_row_col_content[name='综合监控管理平台'] {
      background: url('@{imgSrc}/综合监控管理平台bg.png') center center no-repeat;
      background-size: 100% 100%;
      padding-left: 488px;
      line-height: 93px;
      display: flex;
      align-items: center;
      padding-bottom: 5px;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/综合监控管理平台.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }
    }

  }

  .integration_row_list[type='应用系统'] {
    .integration_row_col_content[name='管网GIS系统'] {
      background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/管网GIS系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }
    }

    .integration_row_col_content[name='水厂监控系统'] {
      background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/水厂监控系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }
    }

    .integration_row_col_content[name='污水厂监控系统'] {
      background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/污水厂监控系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }
    }

    .integration_row_col_content[name='管网采集系统'] {
      background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/管网采集系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }
    }

    .integration_row_col_content[name='二供监控系统'] {
      background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/二供监控系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }
    }

    .integration_row_col_content[name='污水站监控系统'] {
      background: url('@{imgSrc}/管网GIS系统bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/污水站监控系统.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 65px;
      }
    }

  }

  // 应用系统end


  // 基础平台start
  .integration_row[type='基础平台'] {
    display: flex;
    align-items: flex-start;

  }

  .integration_row_list[type='基础平台'] {
    flex: 1;
    overflow: hidden;
    padding-top: 6px;

    .integration_row_grid {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #89FFDC;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }

    .integration_row_col_sub {
      font-weight: 400;
      font-size: 13px;
      color: rgba(137, 255, 220, 0.6);
    }

    .integration_row_col_content {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 33px;

    }

    .integration_row_col {
      width: 308px;
      height: 111px;

    }

    .integration_row_col_content[name='物联接入平台'] {
      background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/物联接入平台.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 60px;
      }
    }

    .integration_row_col_content[name='视频接入平台'] {
      background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/视频接入平台.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 60px;
      }
    }

    .integration_row_col_content[name='报警管理平台'] {
      background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/报警管理平台.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 60px;
      }
    }

    .integration_row_col_content[name='运维管理平台'] {
      background: url('@{imgSrc}/基础平台bg.png') center center no-repeat;
      background-size: 100% 100%;

      .integration_row_col_img {
        width: 48px;
        height: 48px;
        background: url('@{imgSrc}/运维管理平台.png') center center no-repeat;
        background-size: 100% 100%;
        margin-right: 60px;
      }
    }

  }

  //基础平台end

  .integrationQinzhou_title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;


    &_left {
      width: 372px;
      height: 75px;
      background: url('@/assets/images/integration2/left.png') center/100% 100% no-repeat;

    }

    &_text {
      flex: none;
      color: #fff;

      span {
        line-height: 97px;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 4px;
        background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        // top: -8px;
        font-weight: bolder;
        padding: 0px 10px;
      }
    }

    &_right {
      width: 372px;
      height: 75px;
      background: url('@/assets/images/integration2/right.png') center/100% 100% no-repeat;

    }
  }
}

.integrationJumpLoad {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1080;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.6);


}

.hide {
  visibility: hidden;
}



@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

.scaleInCenter {
  visibility: visible;
  -webkit-animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

& :global {
  .integrationQinzhou {
    .anticon {
      vertical-align: 0.125em;
    }
  }
}