@charset "utf-8";
body,
html {
  background-color: var(--bg-color-grayer) !important;
  padding-bottom: 3rem;
}
.sub_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.header {
  padding: 1.5rem 0.75rem;
}
.header .category_list {
  margin-top: 0.75rem;
}
.header .category_list > ul {
  width: 21.875rem;
}
.header .category_list .category_item {
  display: block;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: 6.94rem;
  height: 6.94rem;
  padding: 1rem 0.5rem 1.44rem;
  overflow: hidden;
  background-color: var(--bg-color);
  border-radius: 0.5rem;
}
.header .category_list .category_item:nth-child(3n) {
  margin-right: 0;
}
.header .category_list .category_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header .category_list .category_item a img {
  margin: 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
.header .category_list .category_item a label {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--txt-color);
}
.faq {
  margin-top: 1.5rem;
  padding: 0 0.75rem;
}
.faq .faq_list {
  margin-top: 0.75rem;
  background-color: var(--bg-color);
  border-radius: 0.5rem;
  padding: 0.25rem 0;
}
.faq .faq_list .block {
  padding: 0 1rem;
}
.faq .faq_list .block .question {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}
.faq .faq_list .block .question h3 {
  width: 18.1875rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--title-color);
  line-height: 1.5rem;
  word-break: break-word;
}
.faq .faq_list .block .question .arrow {
  min-height: 1rem;
  height: 100%;
  line-height: 100%;
  width: 1rem;
  background: url("https://staticcdn.buzud.com/help/goto.svg") no-repeat center center;
  background-size: 100% auto;
}
.faq .faq_list .block:last-of-type .question {
  border-bottom: none;
}
.faq .faq_list .block.zh-cn .question h3 {
  word-break: break-all;
}
body.dark .faq .faq_list .block .question .arrow {
  background: url("https://staticcdn.buzud.com/help/goto-dark.svg") no-repeat center center;
  background-size: 100% auto;
}


/*# sourceMappingURL=index.616d56c8.css.map*/