.webagree{
  padding: 1px 15px 108px 15px;
  background: #1A1926;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 400;
}
.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{
  line-height: 20px;
  margin-bottom: 8px;
}

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

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

.mt20{
  margin-top: 20px;
}

.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;
}