<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#faq {
  background-color: #f4f4f4;
}*/

#faq .section-heading {
  text-align: center;
}

.wrapper {
  text-align: left;
}

#faq .title-list {
  list-style: none;
  margin-top: 10px;
}

#faq .title-list li {
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

#faq .title-list a {
  text-decoration: none;
}
#faq .text-brief {
  margin-bottom: 20px;
  font-size: 15px;
}
#faq .text-title {
  display:block;
  text-align: left;
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color:#121212;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 5px;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 10px #cdcdcd;
}

#faq .text-content {
  margin-top: 20px;
}

#faq .detail-title {
  color: #000;
}

#faq .detail-content {
  margin-bottom: 10px;
}

#first-tab-group img {
  width: 100%;
  overflow: hidden;
}


.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#faq .image-faq-div {
  text-align: center;
  margin-top: 20px;
}
#faq .image-faq-div .image-single-div {
  display: inline-block;
}
#faq .image-faq-double-div {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
#faq .image-double-div {
  padding: 0 3px;
}

/*ç£¨æ–™é…æ¯”è¡¨æ&nbsp;¼*/

table.hovertable-media {
  font-family: verdana,arial,sans-serif;
  font-size:13px;
  color:#333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;  
  margin-top: 20px;
}
table.hovertable-media th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #fff;
/*  border-color: #a9c6c9;*/
}
table.hovertable-media th{
  position: relative;
  background-color: #7d7d7d;
  color: white;
  text-align: center;
  padding: 10px 0;
}
table.hovertable-media th:nth-of-type(1) {
    width: 30%;
  }
table.hovertable-media tr {
  background-color:#eee;
}
table.hovertable-media td:hover {
  background-color: #c7d4dd !important;
}
table.hovertable-media td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
  text-align: center;
  vertical-align: middle;
  width: 65px;
}

table.hovertable-media th {
  vertical-align: middle;
}

table.hovertable-media td:nth-of-type(even) {
    background-color: #fff;
  }

</pre></body></html>