.card {
  border: none;
  margin-bottom: 20px;
}
.accordion {
  width: 100%;
  min-height: 70px;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  word-break: break-all;
}
.card-header {
  width: 100%;
  font-size: 16px;
  /* color: #333333; */
  transition: color 0.3s ease;
  display: flex !important;
  /* justify-content: space-between; */
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  line-height: 48px;
  background-color: #fff;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
.mb-0 {
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 26px;
}
.mb-0 .iconfont {
  font-size: 18px;
}
.btn-link {
  border: none;
  color: #333;
  font-weight: normal;
  width: 95%;
  justify-content: space-between;
}
.collapsed.btn-link {
  color: #333;
}
.btn-link:hover,
.btn:hover {
  color: var(--theme-color);
  text-decoration: none;
}
.button-collapse,
.btn,
.btn-link {
  color: var(--theme-color);
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}
.collapsed {
  color: #333333;
  border: none;
  /* font-weight: normal; */
  /* transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); */
}
.collapsed:hover {
  color: var(--theme-color);
  border: none;
  /* font-weight: normal; */
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.collapsed,
.show {
  outline: none !important;
  box-shadow: none;
  text-decoration: none;
}
.card {
  width: 100%;
}
.card-body {
  padding: 20px 24px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  background-color: #f8f8f8;
  word-break: break-all;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.show,
.collapse {
  margin-top: -1px;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1240px) {
  .accordion {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .search-problem {
    width: 92% !important;
    padding-bottom: 20px;
  }
  .search-problem .list-top {
    padding: 8px 0;
  }
  .search-problem .list-top .question {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .btn-link {
    /* display: flex; */
    font-family: MiSansVF;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-style: normal;
    margin-right: 9px !important;
    word-break: break-word;
  }
  .mb-0 .iconfont {
    font-size: 14px;
  }
  .card {
    margin-bottom: 16px;
  }
  .card-header {
    padding-bottom: 16px;
  }
}
