* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
 
    body {
      width: 100vw;
      height: 100vh;
      padding: 60px;
      padding: 30px;
      background: url(https://wen0224.oss-accelerate.aliyuncs.com/go_public/clould_static/cmd_uu_sy/img/bg.jpg) no-repeat;
      background-size: cover;
      background-position: center;
    }

    div:has(> .xterm-cursor) {
      /* opacity: 0; */
      pointer-events: none;
    }

    .xterm-cursor {
      opacity: 0;
      pointer-events: none;
    }

    .xterm-rows span {
      letter-spacing: 1px !important;
    }

    .my_input_tag {
      display: flex;
      /* display: none; */
      /* align-items: center; */
    }

    .my_input_tag>div {
      letter-spacing: 1px;
      opacity: 0;
      padding: 0;
      color: #fff;
      line-height: 19px;
      font-size: 16px;
      white-space: break-spaces;
      font-family: "Cascadia Mono", "Consolas", "微软雅黑";
    }

    .my_input_tag>input {
      letter-spacing: 1px;
      outline: none;
      border: none;
      padding: 0;
      color: #fff;
      line-height: 19px;
      font-size: 16px;
      font-family: "Cascadia Mono", "Consolas", "微软雅黑";
      background: rgba(0, 0, 0, 0);
    }

    .xterm-viewport::-webkit-scrollbar {
      width: 6px;
      height: 8px;
    }

    .xterm-viewport::-webkit-scrollbar-thumb {
      border-radius: 100px;
      background: #9f9f9f;
    }

    .xterm-viewport::-webkit-scrollbar-track {
      border-radius: 0;
      background: rgba(0, 0, 0, 0);
    }

    /* head */

    .tit {
      width: 100%;
      /* height: 35px; */
      height: 100%;
      padding: 0 5px;
      background: #2e2e2e;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .round {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-right: 8px;
    }

    .one {
      background: #ff5f56;
    }

    .two {
      background: #ffbd2e;
    }

    .three {
      background: #27c93f;
    }

    .ccc {
      padding: 5px;
      height: 100%;
    }
