<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=== ���������顚��� ===*/
.faq {
  margin-bottom: 45px;
}
.faq-item {
  margin-top: 35px;
}
.faq-question,
.faq-answer {
  display: flex;
  justify-content: space-between;
}
.faq-answer {
  margin-top: 30px;
}
.faq-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  background-color: #419ac3;
}
.faq-answer .faq-icon {
  background-color: #c35341;
}
.faq-question_cont {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #f2f8fb;
}
.faq-answer_cont {
  /*display: flex;*/
  align-items: center;
  flex: 1;
  width: 100%;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #fcf6f5;
}
.faq-answer_list {
  margin: 5px 0 0 10px;
}
.faq-answer_list li {
  margin: 5px 0;
}
.faq-answer_cont a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.faq-transition {
  margin-top: 40px;
  text-align: right;
}
a.faq-btn {
  position: relative;
  display: inline-block;
  padding: 7px 20px 5px;
  color: #232b35;
  font-size: 14px;
  text-decoration: none;
  background-color: #efeff8;
  border-radius: 3px;
}
.faq-btn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  right: 0;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  border-top: 2px solid #5f6b78;
  border-right: 2px solid #5f6b78;
  transform: rotate(45deg);
}
a.faq-btn:visited {
  color: #232b35;
}
a.faq-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
</pre></body></html>