.tutorial {
  padding: 108px 15px 108px 15px;
  padding-top: 0.44rem;
  background: #1a1926;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prohibited-list {
  list-style-type: decimal; /* 数字序号 */
  list-style-position: inside; /* 序号与内容一起缩进 */
  padding-left: 0; /* 取消默认缩进 */
}
.prohibited-list li {
  text-indent: -1em; /* 内容反向缩进，对齐序号 */
  padding-left: 1em; /* 保持内容缩进 */
  margin-bottom: 0.5em; /* 调整行间距 */
}

p {
  max-width: 600px;
  width: 96%;
  line-height: 20px;
  margin: 8px 0;
}

.h1 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.4rem;
  text-align: center;
}

.h2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.color-10 {
  color: #fff;
}

.mt20 {
  margin-top: 0.2rem;
}

.mb40 {
  margin-bottom: 0.4rem;
}

.mb6 {
  margin-bottom: 6px;
}

.text-indent-1 {
  text-indent: -0.6em;
}

.email_label {
  color: #7960ff;
}

.bold {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
}

body::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.webagree::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

body {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

a {
  color: #7960ff;
}

img {
  width: 96%;
  max-width: 600px;
}
