body::before {  
  content: "";  
  position: fixed;  
  top: 0;  
  left: 0;  
  width: 100%;  
  height: 100%;  
  z-index: -1; /* 确保它位于内容之下 */  
  background: linear-gradient(to bottom, #001733, #000914) ;
}

body {
  color: rgba(255, 255, 255, 0.86);
}

.span {
  font-weight: bold;
}
p {
  word-break: break-word;
}
.p {
  text-indent: 2em;
  font-size: 16px;
}
.p1,
li {
  font-size: 16px;
  flex: 1;
}

.title {
  font-weight: bold;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}
.t {
  display: flex;
  /* align-items: center;  */
}
.t .p1 {
  display: inline-block;
}
.t .title {
  display: inline-block;
}
.dot {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #000000;
  margin-right: 0.2rem;
  margin-top: 0.27rem;
}
a {
  color: blue;
}
