body, body.qwq {
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
body *, body.qwq * {
  box-sizing: border-box;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body *, body.qwq * {
    letter-spacing: 0;
  }
}
body * img, body.qwq * img {
  max-width: 100%;
  display: block;
  user-select: none;
}
body * button, body * input, body * select, body * textarea, body.qwq * button, body.qwq * input, body.qwq * select, body.qwq * textarea {
  outline: none;
}
body * a, body.qwq * a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #333333;
}
body * ul, body * ol, body.qwq * ul, body.qwq * ol {
  list-style: none;
}

.bk-scope.help_center-category .breadcrumbs-wrap {
  padding: 20px 0;
}
.bk-scope.help_center-category section.page-title {
  padding-top: 73px;
}
.bk-scope.help_center-category section.category .category-section-wrap {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-category section.category .category-section-wrap {
    padding: 30px 0;
  }
}
.bk-scope.help_center-category section.category .category-section-wrap .container {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-category section.category .category-section-wrap .container {
    padding: 0 5px;
  }
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap {
  width: 50%;
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap {
    width: 100%;
  }
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap .category-box .box-title .title-wrap {
  padding-bottom: 12px;
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap .category-box .box-title .title-wrap .text {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap .category-box .category-item-wrap {
  padding: 6px 0;
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap .category-box .category-item-wrap .category-item {
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 18px 20px;
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap .category-box .category-item-wrap .category-item .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
}
.bk-scope.help_center-category section.category .category-section-wrap .container .category-flex-wrap .category-wrap .category-box .category-item-wrap .category-item .item-title .text {
  font-size: 16px;
  color: #333333;
}