.container2 {
  max-width: 1160px;
  margin: 0 auto;
  width: 90vw;
  padding-bottom: 80px;
}
.block-article{
  padding: 0px !important;
}
.block-article__container{
  padding: 0px !important;

}
.container{
  max-width: 100% !important;
  padding:0px !important;
}
.border-aesop-border {
  border: 1px solid rgba(51, 51, 51, 0.2);
}

a:hover {
  text-decoration: underline;
}

/* 右边内容 */
.cta {
  width: 300px;
}

a.cta {
  text-align: left;
  padding: 19px 55px 19px 23px;
  font-size: 14px;
  line-height: 1.33;
  position: relative;
  margin: 5px 0;
  min-width: 200px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  cursor: pointer;
  display: inline-block;
}

a.cta:hover,
.button:hover {
  background-color: rgba(51, 51, 51, 1);
  color: rgba(255, 254, 242, 1);
  text-decoration: none;
}

a.cta::after {
  content: '';
  width: 12px;
  height: 10px;
  top: 50%;
  right: 15px;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
  background-color: rgba(51, 51, 51, 1);
  mask: url(/faq/icon/theming.svg);
  cursor: pointer;
  margin-right: 10px;
}

a.cta:hover::after {
  background-color: rgba(255, 254, 242, 1);
}

/* 新增样式示例 */
.box-item {
  transition: all 0.3s ease;
}

.box-item:hover {
  background-color: #f5f5f5;
}

/* 所有主题部分样式 */
.faq-topics {
  /*            margin-top: 2rem;*/
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 15px;
}

.faq-topics h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.topic-item {
  display: block;
  width: 80%;
  align-items: center;
  padding: 10px 30px 10px 15px;
  /* border: 1px solid #333; */
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  font-size: 16px;
}

.topic-item a:hover {
  text-decoration: none;
}

.blocks-item-title:hover::before {
  width: 100%;
}

.blocks-item-title {
  position: relative;
}

.blocks-item-title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: rgba(51, 51, 51, 1);
  transition: width 500ms;
}

.topic-item i {
  margin-right: 0.5rem;
  font-size: 1rem;
}

/* 标签页容器基本样式 */
.tabs {
  margin-bottom: 24px;
  position: relative;
}

/* 标签页导航列表样式 */
.tabs .tabs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

/* 标签页单个选项样式 */
.tabs .tabs-item {
  margin: 0 8px;
}

/* 标签页选项链接样式 */
.tabs .tabs-link {
  display: inline-block;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #666;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

/* 标签页选中状态样式 */
.tabs .tabs-link.is-active {
  color: #333;
  border-bottom-color: #3498db;
}

/* 标签页悬停状态样式 */
.tabs .tabs-link:hover {
  color: #333;
}

/* 标签页内容区域样式 */
.tabs .tabs-content {
  padding-top: 16px;
}

.tab {
  width: 100%;
  overflow: hidden;
}

.tab-label {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  cursor: pointer;
}

.articles h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}

.articles ul li a {
  cursor: pointer;
}

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 100%;
  }
}

.promoted-articles-item a {
  display: block;
  /* border-bottom: 1px solid rgba(51, 51, 51, 0.2); */
  padding: 10px 0;
  font-size: 16px;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  cursor: pointer;
}

#faq-overview h1 {
  flex-grow: 1;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  font-family: "Suisse regular", sans-serif;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .topic-list {
    gap: 0.5rem;
  }

  .topic-item {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}

/* 新增样式：默认隐藏 tab-content */
.tab-content {
  display: none;
}

/* 新增箭头样式 */
.tab-icon {
  transition: transform 0.3s ease;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-icon.open {
  transform: rotate(180deg);
}

/* 左侧主题图标 */
.svg-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(51, 51, 51, 1);
  cursor: pointer;
  mask: url(/faq/icon/deliver.svg) no-repeat 50% 50%;
}

.svg-icon[data-id="2"] {
  mask: url(/faq/icon/product.svg) no-repeat 50% 50%;
}

.svg-icon[data-id="3"] {
  mask: url(/faq/icon/gift.svg) no-repeat 50% 50%;
}

.svg-icon[data-id="4"] {
  mask: url(/faq/icon/payment.svg) no-repeat 50% 50%;
}

.svg-icon[data-id="5"] {
  mask: url(/faq/icon/environment.svg) no-repeat 50% 50%;
}

.svg-icon[data-id="6"] {
  mask: url(/faq/icon/other.svg) no-repeat 50% 50%;
}

/* contact-us */
/* .contact h2 {
  font-size: 25px;
  font-weight: 400;
  padding: 30px 0;
  line-height: 1.5;
} */

/* help */
/* .help {
  margin-top: 50px !important;
}

.help p {
  font-size: 16px;
} */

.article-votes-controls {
  display: flex;
  justify-content: left;
}

.button.article-vote.article-vote-up {
  border-right: 0;
}

.button.article-vote {
  margin: 15px 0;
  padding: 13px 15px;
  min-width: 140px;
  font-size: 14px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}


/* 答案的样式 */
.article-body ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.article-body ul li {
  list-style-type: disc;
  padding-bottom: 10px;
}

.article-votes {
  padding: 30px 0;
  text-align: center;
}

.article-body p a {
  text-decoration: underline;
}

figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  unicode-bidi: isolate;
}

figure.wysiwyg-table {
  display: table;
  margin: .9em auto;
}

figure.wysiwyg-table table {
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}

table.wysiwyg-table-resized {
  table-layout: fixed;
}

colgroup {
  display: table-column-group;
  unicode-bidi: isolate;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

col {
  display: table-column;
  unicode-bidi: isolate;
}

tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}