/* 统一协议页面样式 */
body {
  background-color: #131313;
  color: var(--Basic_Dark-6, #BFBFBF);
  font-family: "PingFang SC", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 173.333% */
  padding: 0 16px;
}

/* 标题样式 */
.title {
  color: var(--Basic_Dark-10, #FFF);
  text-align: center;
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  margin: 0.0px 0.0px 16.0px 0.0px;
  padding-bottom: 16px;
}

/* 段落样式 */
p {
  margin: 0.0px 0.0px 6.0px 0.0px;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 173.333% */
  color: var(--Basic_Dark-6, #BFBFBF);
}

/* 段落间距 */
p.p1 {margin: 0.0px 0.0px 24.0px 0.0px; text-align: center; font-weight: 600; color: #ffffff}
p.p2 {margin: 0.0px 0.0px 6.0px 0.0px;}
p.p3 {margin: 0.0px 0.0px 6.0px 0.0px; font-family: Courier; min-height: 11.0px}
p.p4 {margin: 0.0px 0.0px 6.0px 0.0px;}
p.p5 {margin: 0.0px 0.0px 6.0px 0.0px; text-align: justify; font-family: Courier; min-height: 11.0px}
p.p6 {margin: 0.0px 0.0px 6.0px 0.0px; font-weight: 600; color: #ffffff}
p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; text-indent: 9.0px;}
p.p8 {margin: 0.0px 0.0px 0.0px 0.0px;}
p.p9 {margin: 0.0px 0.0px 6.0px 0.0px; font-family: Courier;}
p.p10 {margin: 0.0px 0.0px 0.0px 18.0px; text-align: justify; text-indent: -18.0px;}
p.p11 {margin: 0.0px 0.0px 0.0px 18.0px; text-align: justify; text-indent: -18.0px; font-weight: 600;}
p.p12 {margin: 0.0px 0.0px 6.0px 0.0px; text-align: justify;}
p.p13 {margin: 0.0px 0.0px 12.0px 0.0px; text-align: justify; font-weight: 600;}
p.p14 {margin: 0.0px 0.0px 0.0px 18.0px; text-align: justify; text-indent: -18.0px;}
p.p15 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font-weight: 600;}

/* 列表样式 */
ol.ol1 {list-style-type: decimal}
ol.ol2 {list-style-type: decimal}
ol.ol3 {list-style-type: none; counter-reset: none;}
ol.ol3 > li {counter-increment: none; list-style-type: none;}
ol.ol3 > li:before {content: none;}
li {
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 173.333% */
  color: var(--Basic_Dark-6, #BFBFBF);
}
li.li4 {margin: 0.0px 0.0px 6.0px 0.0px;}
li.li7 {margin: 0.0px 0.0px 0.0px 0.0px; text-indent: 9.0px;}

/* 字体样式 */
span.s1 {font-family: Courier;}
span.s2 {font-family: "PingFang SC";}
span.s3 {font-family: Courier;}
span.s4 {font-family: "PingFang SC";}
span.s5 {font-family: Courier;}
span.s6 {font-family: "PingFang SC";}

/* 章节标题 */
.section-title {
  color: var(--Basic_Dark-10, #FFF);
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 16px 0 8px 0;
}
