.option h2 {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #3E4E59;
  line-height: 20px;
  margin-bottom: 6px;
}

.option ul li {
  margin-top: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.option ul li span {
  width: 12px;
  height: 12px;
  background: url("../images/reduce-square-s@1x.svg") no-repeat;
  margin-right: 5px;
}

.option ul li div {
  background: #F5F8FA;
  border-radius: 2px;
  width: 163px;
  height: 27px;
  line-height: 27px;
}

.option ul li div span {
  margin: 0 5px;
  width: 12px;
  height: 14px;
  background-image: url("../images/GroupCopy2.svg");
  background-position: 0px 8px;
  border-radius: 0px 2px 2px 0px;
  padding: 7px;
  line-height: 20px;
}
