.fs-guide .title {
  font-size: 18px;
  font-weight: 600;
}
.fs-guide .desc {
  color: #666;
}
.fs-guide .content {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding: 8%;
  background-color: #f7f8fa;
  border-radius: 6px;
  border: 1px solid #f7f8fa;
}
.fs-guide .content img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.fs-demo-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
::-webkit-scrollbar {
  width: 10px;
  height: 16px;
}
::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: rgba(224, 224, 224, 0.2);
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ant-input-affix-wrapper .ant-input {
  min-height: auto;
}
.ant-checkbox + span,
span.ant-radio + * {
  padding: 0 4px;
}
