body[data-theme="theme4"] {
  .c7ncd-theme4-appService {
    background: #f5f6fa;
    display: flex;
    height: 100%;
    align-items: flex-start;
    p {
      margin: 0;
    }
    .c7n-tabs-line .c7n-tabs-nav-container::after {
      display: none;
    }
    &-left {
      width: 63%;
      background: white;
      height: calc(100% + 60px);
      overflow: auto;
      padding-right: 16px;
      position: relative;
      padding-bottom: 60px;
    }
    &-blockTop {
      position: absolute;
      width: 16px;
      height: 16px;
      background: #f5f6fa;
      left: 62.6%;
      top: -4px;
    }
    &-blockDown {
      position: absolute;
      width: 16px;
      height: 16px;
      background: #f5f6fa;
      left: 62.6%;
      bottom: -4px;
    }
    &-divided {
      width: 1px;
      height: calc(100% + 12px + 60px);
      background: var(--divider);
      position: relative;
      bottom: 12px;
    }
    &-right {
      width: calc(100% - 63%);
      height: 100%;
      background: white;
      padding: 0 16px 16px 16px;
      overflow: auto;
      .c7n-spin-nested-loading {
        height: 100%;
        .c7n-spin-spinning {
          height: 100%;
        }
      }
      .c7n-spin-container {
        padding-bottom: 60px;
      }
      .c7n-tabs-bar {
        top: 0 !important;
        padding-top: 0 !important;
        margin: 0;
      }
      .page-container {
        position: inherit;
        background: white;
      }
    }
    .c7ncd-appService-item {
      position: relative;
      padding: 12px;
      border-bottom: 1px solid #d9e6f2;
      display: flex;
      align-items: center;
      cursor: pointer;
      &-icon {
        //display: inline-block;
        width: 32px;
        height: 32px;
        background: #f0f5ff;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #5365ea;
      }
      &-center {
        margin-left: 8px;
        width: 55%;
        &-line {
          display: flex;
          align-items: center;
          time {
            font-size: 12px;
            font-weight: 400;
            color: var(--text-color);
          }
          &-updateUserName {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #f0f5ff;
            //display: inline-block;
            font-weight: 400;
            color: rgba(15, 19, 88, 0.45);
            font-size: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-size: cover;
          }
          &-gxy {
            font-size: 12px;
            font-weight: 400;
            color: rgba(15, 19, 88, 0.45);
          }
          &-url {
            white-space: nowrap;
            &-git {
              font-size: 12px;
              color: #5365ea;
            }
            a {
              text-decoration: underline;
            }
          }
          &-type {
            font-size: 10px;
            font-weight: 400;
            color: #5365ea;
            background: #f0f5ff;
            border-radius: 4px;
            border: 1px solid #adc6ff;
            padding: 0 4px;
            margin-right: 6px;
          }
          &-in {
            &-type {
              font-size: 10px;
              font-weight: 400;
              color: #4d90fe;
              background: #e6f7ff;
              border-radius: 4px;
              border: 1px solid #91d5ff;
              padding: 0 4px;
              margin-right: 6px;
            }
          }
          &-name {
            font-size: 13px;
            font-weight: 400;
            color: var(--text-color);
            margin-right: 6px;
            white-space: nowrap;
            max-width: 30%;
            overflow: hidden;
            display: inline-block;
            text-overflow: ellipsis;
          }
          &-code {
            font-size: 12px;
            font-weight: 400;
            color: rgba(15, 19, 88, 0.45);
          }
        }
      }
    }
  }
}
