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-list section {
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.bk-scope.help_center-list section .wrap-title {
  padding-bottom: 10px;
}
.bk-scope.help_center-list section .wrap-title .title-wrap .text {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
}
.bk-scope.help_center-list section.hero-section {
  z-index: 1;
  padding-top: 70px;
}
.bk-scope.help_center-list section.hero-section .fixed-title-wrap {
  position: fixed;
  top: 107px;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .bk-scope.help_center-list section.hero-section .fixed-title-wrap {
    top: 170px;
  }
}
.bk-scope.help_center-list section.hero-section .fixed-title-wrap .content-wrap .text {
  text-align: center;
}
.bk-scope.help_center-list section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
  font-size: 50px;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .bk-scope.help_center-list section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
    font-size: 42px;
  }
}
@media screen and (max-width: 769px) {
  .bk-scope.help_center-list section.hero-section .fixed-title-wrap .content-wrap .title-wrap .text {
    font-size: 30px;
  }
}
.bk-scope.help_center-list section.hero-section .fixed-title-wrap .content-wrap .subtitle-wrap {
  padding: 12px 0;
}
.bk-scope.help_center-list section.hero-section .fixed-title-wrap .content-wrap .subtitle-wrap .text {
  font-size: 16px;
  color: #555555;
}
.bk-scope.help_center-list section.hero-section .hero-image-box {
  position: relative;
}
.bk-scope.help_center-list section.hero-section .hero-image-box .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bk-scope.help_center-list section.hero-section .hero-image-box .image-box .background {
  width: 100%;
  height: 246px;
  background-image: url("/app-assets/images/about/hero_background.png");
}
@media screen and (max-width: 768px) {
  .bk-scope.help_center-list section.hero-section .hero-image-box .image-box .background {
    height: 268px;
    background-image: url("/app-assets/images/about/hero_background_mb.png");
  }
}
.bk-scope.help_center-list section.hero-section .hero-image-box .image-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}
.bk-scope.help_center-list section.hero-section .hero-image-box .image-bottom .background {
  width: 100%;
  height: 127px;
  background-image: url("/app-assets/images/about/hero_bottom.png");
}
@media screen and (max-width: 768px) {
  .bk-scope.help_center-list section.hero-section .hero-image-box .image-bottom .background {
    height: 85.75px;
    background-image: url("/app-assets/images/about/hero_bottom_mb.png");
  }
}
.bk-scope.help_center-list section.search {
  background-color: transparent;
  padding: 0 20px;
}
.bk-scope.help_center-list section.search .search-wrap {
  display: flex;
  justify-content: center;
  margin-top: -27px;
}
.bk-scope.help_center-list section.search .search-wrap .wrap {
  width: 100%;
  max-width: 590px;
  background-color: #fff;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box {
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 30px;
  border-radius: 999px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .input {
  flex-grow: 1;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .input input {
  width: 100%;
  font-size: 16px;
  color: #333333;
  border: none;
  background-color: transparent;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .input input::placeholder {
  color: #CCCCCC;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .input input:-ms-input-placeholder {
  color: #CCCCCC;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .input input::-ms-input-placeholder {
  color: #CCCCCC;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .icon-wrap {
  padding-left: 24px;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .icon-wrap .icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .icon-wrap .icon:hover {
  background-color: #0084FF;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .input-wrap .input-box .icon-wrap .icon:hover svg path {
  fill: #FFFFFF;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .common-keywords {
  padding-top: 20px;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .common-keywords .keyword-flex-wrap {
  display: flex;
  align-items: center;
  max-width: 488px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .common-keywords .keyword-flex-wrap .flex-item-wrap {
  padding: 4px;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .common-keywords .keyword-flex-wrap .flex-item-wrap .flex-item {
  padding: 5px 10px;
  background-color: #F1F8FF;
  font-size: 13px;
  color: #0084FF;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .common-keywords .keyword-flex-wrap .flex-item-wrap .flex-item .text {
  transition: all 0.2s ease-in-out;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .common-keywords .keyword-flex-wrap .flex-item-wrap .flex-item:hover {
  background-color: #0084FF;
}
.bk-scope.help_center-list section.search .search-wrap .wrap .common-keywords .keyword-flex-wrap .flex-item-wrap .flex-item:hover .text {
  color: #FFFFFF;
}
.bk-scope.help_center-list section.question .question-wrap {
  padding: 40px 0;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap {
  display: flex;
  align-items: center;
  padding: 6px 0;
  flex-wrap: wrap;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap {
  width: 50%;
  padding: 6px 15px;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap {
    width: 100%;
  }
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap:nth-of-type(2n-1) {
  padding: 6px 15px 6px 0;
}
@media screen and (max-width: 1279px) {
  .bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap:nth-of-type(2n-1) {
    padding: 6px 6px 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap:nth-of-type(2n-1) {
    padding: 6px 0;
  }
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap:nth-of-type(2n) {
  padding: 6px 0 6px 15px;
}
@media screen and (max-width: 1279px) {
  .bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap:nth-of-type(2n) {
    padding: 6px 0 6px 6px;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap:nth-of-type(2n) {
    padding: 6px 0;
  }
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  transition-property: background-color, opacity;
  transition-duration: 0.2s, 0.6s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 12px;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item .icon-wrap .icon path {
  transition: all 0.2s ease-in-out;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item .title-wrap .text {
  transition: all 0.2s ease-in-out;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item:hover {
  background-color: #0084FF;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item:hover .icon-wrap .icon path {
  fill: #FFFFFF;
}
.bk-scope.help_center-list section.question .question-wrap .question-flex-wrap .flex-item-wrap .flex-item:hover .title-wrap .text {
  color: #FFFFFF;
}
.bk-scope.help_center-list section.guide .guide-wrap {
  padding: 73.5px 0;
  background-image: url("/app-assets/images/help_center/list/guide_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bk-scope.help_center-list section.guide .guide-wrap .container {
  padding: 0 26.5px;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.guide .guide-wrap .container {
    padding: 0 6.5px;
  }
}
.bk-scope.help_center-list section.guide .guide-wrap .wrap-title {
  padding: 0 13.5px 10px;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap {
  width: 25%;
  padding: 13.5px;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap {
    width: 50%;
  }
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 28.5px 15px;
  transition-property: background-color, opacity;
  transition-duration: 0.2s, 0.6s;
  transition-timing-function: ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item.animate {
  opacity: 1;
  visibility: visible;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.free {
  background-image: url("/app-assets/images/help_center/list/free.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.pay {
  background-image: url("/app-assets/images/help_center/list/pay.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.seo {
  background-image: url("/app-assets/images/help_center/list/seo.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.domain {
  background-image: url("/app-assets/images/help_center/list/domain.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.google {
  background-image: url("/app-assets/images/help_center/list/google.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.set-site {
  background-image: url("/app-assets/images/help_center/list/set_site.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.editor {
  background-image: url("/app-assets/images/help_center/list/editor.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.function {
  background-image: url("/app-assets/images/help_center/list/function.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.menu {
  background-image: url("/app-assets/images/help_center/list/menu.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.page {
  background-image: url("/app-assets/images/help_center/list/page.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-icon .icon.refund {
  background-image: url("/app-assets/images/help_center/list/refund.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-title {
  padding: 10px 0 5px;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item .item-title .text {
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover {
  background-color: #0084FF;
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.free {
  background-image: url("/app-assets/images/help_center/list/hover/free.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.pay {
  background-image: url("/app-assets/images/help_center/list/hover/pay.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.seo {
  background-image: url("/app-assets/images/help_center/list/hover/seo.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.domain {
  background-image: url("/app-assets/images/help_center/list/hover/domain.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.google {
  background-image: url("/app-assets/images/help_center/list/hover/google.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.set-site {
  background-image: url("/app-assets/images/help_center/list/hover/set_site.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.editor {
  background-image: url("/app-assets/images/help_center/list/hover/editor.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.function {
  background-image: url("/app-assets/images/help_center/list/hover/function.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.menu {
  background-image: url("/app-assets/images/help_center/list/hover/menu.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.page {
  background-image: url("/app-assets/images/help_center/list/hover/page.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-icon .icon.refund {
  background-image: url("/app-assets/images/help_center/list/hover/refund.png");
}
.bk-scope.help_center-list section.guide .guide-wrap .guide-flex-wrap .flex-item-wrap .flex-item:hover .item-title .text {
  color: #FFFFFF;
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap {
  display: flex;
  align-items: center;
  max-width: 793px;
  margin: 0 auto;
  background-image: url("/app-assets/images/help_center/list/mascot_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap {
    flex-wrap: wrap;
    background-image: url("/app-assets/images/help_center/list/mascot_background_mb.png");
    background-size: 100% auto;
    background-position: top center;
    padding-top: 65px;
  }
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .image-wrap {
  padding: 23px 106px 0 94px;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .image-wrap {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .image-wrap .image {
  position: relative;
  width: 235px;
  height: 235px;
}
@keyframes rotate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .image-wrap .image .finger {
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 235px;
  background-image: url("/app-assets/images/help_center/list/test.png");
  animation: rotate 0.5s linear 0s infinite alternate both;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap {
    width: 100%;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .text {
    text-align: center;
  }
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .title-wrap .text {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .subtitle-wrap {
  padding: 10px 0;
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .subtitle-wrap .text {
  font-size: 16px;
  color: #333333;
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .button-wrap {
  padding: 20px 0 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .button-wrap {
    justify-content: center;
  }
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .button-wrap .button {
  cursor: pointer;
  padding: 10px 23px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .button-wrap .button .text {
  font-size: 16px;
  color: #0084FF;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.bk-scope.help_center-list section.mascot .mascot-wrap .mascot-flex-wrap .content-wrap .button-wrap .button:hover .text {
  color: rgba(0, 132, 255, 0.8);
}