.computePowerAllocation_wrap {
  height: 100%;
  .computePowerAllocation_body {
    h3 {
      font-weight: bold;
      font-size: 16px;
      color: #333333;
      line-height: 19px;
    }
    /* header */
    .head_info {
      // font-size: 28px;
      .bg_header_logo {
        width: 80px;
        height: 80px;
        background: url("@/assets/computePower/banner.png");
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
    /* banner */
    .banner_group {
      padding-top: 24px;
      & > li {
        width: 306px;
        height: 88px;
        background-color: rgba(256, 256, 256, 0.1);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px 8px 8px 8px;
        position: relative;
        overflow: hidden;
        .cp_bg_logo_icon {
          min-width: 24px;
          height: 26px;
          background: url("@/assets/computePower/type1.svg") no-repeat 0 0;
        }
        .cp_bg_logo_icon_0 {
          width: 44px;
          height: 16px;
          background: url("@/assets/computePower/ruiyinweilogo1.svg") no-repeat
            0 0;
        }

        .bg_banner_group_logo {
          width: 316px;
          height: 88px;
          position: absolute;
          background: url("@/assets/computePower/guoqi.svg") no-repeat 0 0;
          background-size: cover;
          opacity: 0.1;
        }
        .bg_banner_group_logo_1 {
          background: url("@/assets/computePower/NVIDIA.svg");
        }
      }
    }

    /* footer */
  }

  .computePower_header {
    text-align: center;
    position: relative;
    height: 46px;

    & > span {
      position: absolute;
      line-height: 46px;
      font-size: 24px;
      font-weight: 700;
      background: linear-gradient(180deg, #014be6 0%, #014be6 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  .computePower_banner {
    padding: 32px 32px 0;

    .banner_left {
      .banner_group {
        & > li {
          width: 266px;
          height: 88px;
          border-radius: 8px;
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
          position: relative;
          overflow: hidden;

          .bg_banner_group_logo {
            width: 266px;
            height: 166.25px;
            top: -38px;
            position: absolute;
            left: 52px;
            background: url("@/assets/computePower/computerTypeLogo.png")
              no-repeat 0 0;
            background-size: cover;
            opacity: 0.05;
          }
        }
      }
    }

    .banner_right {
      .computePowerCube_wrap {
        padding: 16px;
        width: 266px;
        height: 400px;
        border-radius: 8px;
        background-color: white;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
      }
    }
  }
}