.windowBox {
  background-size: 100% 100% !important;
  .title {
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .titleLabel {
      font-weight: bold;
      color: transparent;
      background-image: linear-gradient(180deg, #ffffff, #a9ddff 57%, #39abff 91%);
      -webkit-background-clip: text;
    }
    .closeBtn {
      cursor: pointer;
      width: 15px;
      height: 15px;
    }
  }
  .Content {
    line-height: 15px;
    padding: 0 10px;
    margin: 10px 0;
    .contentLabel {
      display: inline-block;
      display: flex;
      align-items: center;
      .contentKey {
        width: 25%;
        text-align: justify;
        text-align-last: justify;
      }
      .contentValue {
        color: #00ffff;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 5px;
        width: 70%;
      }
    }
    img {
      width: 100%;
      height: 120px;
      margin-bottom: 10px;
    }
  }
}
