.appInnerRoot {
  width: 1920px;
  height: 1080px;
  background: rgb(241, 241, 241);
  border-radius: 18px;
  border: 2px dashed rgb(228, 228, 228); /* 忽视本行 */
  box-sizing: border-box;
}

.list {
  position: absolute;
  width: 746px;
  height: 1036px;
  border-radius: 12px;
  background-color: white;
  left: 22px;
  top: 22px;
  padding-top: 181px;
  box-sizing: border-box;
  overflow: hidden;
}

.bud {
  position: absolute;
  color: rgb(165, 219, 34);
  top: 18px;
  left: -82px;
  transform: rotate(-12deg);
  font-size: 88px;
  margin: 0;
  filter: blur(5px);
}

.card {
  width: 610px;
  height: 222px;
  background-color: rgb(241, 241, 241);
  border-radius: 12px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(48, 48, 48);
  border-radius: 12px;
  z-index: 1;
}

.boxcode {
  overflow: auto;
  width: 588px;
  height: 388px;
  color: rgb(242, 242, 242);
  font-size: 24px;
}

.listcode {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(48, 48, 48);
  font-size: 24px;
}

.conerbox {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 79px;
  height: 79px;
  border-radius: 12px;
  background-color: rgb(48, 48, 48);
}

.conerbox2 {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 158px;
  height: 158px;
  border-radius: 12px;
  background-color: rgb(48, 48, 48);
}