body,
html,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}

i {
  font-style: normal;
}
.wrap {
  background: #0f1423;
}
.content {
  padding-top: 12px;
}
.clause {
  margin: 0 16px;
  background: #1a1f30;
  border-radius: 8px;
  padding-top: 12px;
}
.clause > .title {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #ffffff;
}
.clause > .title span {
  padding-left: 12px;
}
.clause > .title::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #ffb400;
  border-radius: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.ul {
  padding: 17px 12px 12px;
}
.ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.ul > li:last-child {
  padding-bottom: 0;
}
.ul > li > span:first-child {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #959db7;
  /* line-height: 22px; */
}

.ul > li > span:nth-child(2) {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #ffffff;
  /* line-height: 22px; */
}

.part_2 {
  margin: 12px 16px 0;
  background: #1a1f30;
  border-radius: 8px;
  border: 0.5px solid #525a75;
}
.part_2_content {
  font-size: 12px;
  font-weight: 500;
  color: #bfc7de;
  line-height: 22px;
  text-align: justify;
}
.part_2_content > ul {
  padding: 12px;
}
.tips {
  padding: 12px 10px 32px 16px;
}
.tips > .t {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffb400;
  line-height: 17px;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 0 16px 24px;
}
.footer > .canel {
  width: 156px;
  height: 40px;
  background: #2a3148;
  border-radius: 12px 0px 12px 0px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.footer > .sure {
  width: 156px;
  height: 40px;
  background: #ffb400;
  border-radius: 12px 0px 12px 0px;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #161617;
  line-height: 40px;
  text-align: center;
}

.tips > .down {
  display: flex;
  align-items: center;
  padding-top: 8px;
  font-size: 14px;
  justify-content: center;
  margin-left: -6px;
}
.tips > .down > span:nth-child(2) {
  /* font-size: 12px; */
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  text-decoration: underline;
  padding-left: 8px;
  padding-right: 12px;
}
.tips > .down > span:nth-child(3) {
  /* font-size: 12px; */
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffb400;
  line-height: 18px;
}
.color {
  color: #ffb400 !important;
}

.op {
  opacity: 0.6;
}

.down-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../../images/index_1/pdf.svg') no-repeat;
  background-size: 100%;
}

.fcn-icon {
  display: inline-block;
  width: 31px;
  height: 14px;
  font-size: 10px;
  margin-left: 6px;
  color: #ffb400;
  border-radius: 2px;
  border: 0.5px solid #ffb400;
  text-align: center;
  line-height: 14px;
}