<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroll-banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 460px;
}
.scroll-banner .scroll-content {
  height: 460px;
}
.scroll-banner .scroll-content li {
  position: absolute;
  height: 460px;
  width: 100%;
}
.scroll-banner .scroll-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}
.scroll-banner .scroll-index {
  position: relative;
  -webkit-filter: inherit;
  filter: inherit;
  /* width: 1200px; */
  height: 460px;
  margin: 0 auto;
}
.scroll-banner .scroll-item .sc-big {
  position: relative;
}
.fadeInR {
  animation-name: fadeInR;
  animation-duration: 1.5s;
  animation-timing-function: linear;
}
@keyframes fadeInR {
  from {
    left: -20px;
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
}
.scroll-btn {
  position: absolute;
  overflow: hidden;
  bottom: 30px;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.scroll-btn span {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 1px;
  cursor: pointer;
  background: #fff;
}
.scroll-btn span.current {
  background: var(--highlight);
}
.guanggao ul {
  justify-content: space-between;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.guanggao li {
  width: 25%;
}
.guanggao li img {
  display: block;
}
.guanggao2 {
  padding-bottom: 1.5em;
}
.guanggao2 img {
  display: block;
  width: 100%;
}
.bigTitle {
  height: 4em;
  padding-bottom: 4em;
  overflow: hidden;
}
.bigTitle p {
  height: 4em;
  border-bottom: 1px solid #efefef;
  position: relative;
  text-align: center;
}
.bigTitle p span {
  display: inline-block;
  padding: 0 3em;
  height: 7.5em;
  background-color: #fff;
}
.bigTitle p span em {
  font-size: 2.1em;
  display: block;
  padding-top: 1em;
  text-align: center;
  color: #666;
}
.bigTitle p span em {
  color: var(--color);
}
.bigTitle p span &gt; i {
  color: #bbb;
  display: none;
}
.navO,
.navT,
.navTh,
.navF {
  margin-bottom: 1.5em;
}
.navO,
.navO_left,
.navO_center,
.navT,
.navTh,
.tab_list_1 ul,
.navF,
.navF_left {
  justify-content: space-between;
  align-items: flex-start;
}
.navO_left {
  width: 37%;
}
.navO_left li {
  width: 49%;
  height: 11em;
}
.navO_left li:first-child,
.navO_left li:nth-child(2) {
  margin-bottom: 1em;
}
.navO_left li a {
  display: block;
  position: relative;
}
.navO_left li a img {
  display: block;
  width: 100%;
  height: 11em;
  object-fit: cover;
}
.navO_left li a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 0.9em;
  box-sizing: border-box;
}
.navO_left li.i_img,
.navO_center li.i_img {
  width: 40%;
  height: 12em;
  overflow: hidden;
}
.navO_left li.i_img img,
.navO_center li.i_img img {
  width: 100%;
  display: block;
  height: 12em;
  object-fit: cover;
}
.navO_left li.i_list,
.navO_center li.i_list {
  width: 57%;
  height: 12em;
  overflow: hidden;
}
.navO_left li.i_list a,
.navO_center li.i_list a {
  display: block;
  line-height: 2em;
  font-size: 0.9em;
}
.navO_center {
  width: 37%;
}
.navO_center li:first-child,
.navO_center li:nth-child(2) {
  width: 100%;
}
.navO_center li:first-child h2,
.navO_center li:nth-child(2) h2 {
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  color: var(--color);
  margin-bottom: 0.5em;
}
.navO_center li:first-child p,
.navO_center li:nth-child(2) p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.navO_right {
  width: 20%;
  padding: 0.5% 1%;
  box-sizing: border-box;
  font-size: 0.9em;
  border: 1px solid #efefef;
}
.navT_left,
.navTh_left,
.navF_left {
  width: 77%;
}
.tab_t,
.tab_t_1 {
  text-align: right;
}
.tab_t a,
.tab_t_1 a {
  padding-left: 0.7em;
}
.tab_t a.active,
.tab_t a:hover,
.tab_t_1 a.active,
.tab_t_1 a:hover {
  color: var(--color);
  text-decoration: underline;
}
.tab_list ul {
  /* display: none; */
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
}
.tab_list ul.active {
  display: block;
}
.tab_list ul li {
  width: 48%;
  line-height: 2.75em;
  font-size: 0.9em;
}
.tab_list ul li:first-child {
  /* background-color: #f4f4f4; */
  /* color: #999; */
}
.tab_list ul li:first-child span {
  border-right: 1px solid #e5e5e5;
}
.tab_list ul li:first-child span.youhui {
  border-right: none;
}
.tab_list ul li span {
  /* display: block; */
  padding-right: 0.2em;
}
.tab_list ul li span.name,
.tab_list ul li span.tese {
  flex: 3;
  padding-left: 0.5em;
}
.tab_list ul li span.xzhi {
  flex: 2;
  padding-left: 0.5em;
}
.tab_list ul li span.price {
  flex: 2;
  text-align: center;
}
.tab_list ul li span.price em {
  color: var(--color);
}
.tab_list ul li span.youhui {
  flex: 2;
  text-align: center;
}
.tab_list ul li span.youhui a {
  background-color: var(--color);
  color: #fff;
  padding: 0.2em 0.5em;
}
.navT_right,
.navTh_right {
  width: 20%;
  border: 1px solid #efefef;
  background: #fafafa;
}
.navT_right p,
.navTh_right p {
  border-bottom: 1px solid #efefef;
  padding: 0.4em 0.5em;
  font-size: 1em;
}
.navT_right li,
.navTh_right li {
  padding: 0.2em 0.5em;
  font-size: 0.9em;
}
.tab_list_1 ul {
  display: none;
}
.tab_list_1 ul.active {
  display: flex;
}
.tab_list_1 ul li {
  width: 15%;
}
.tab_list_1 ul li .d_img,
.tab_list_1 ul li .d_img img {
  height: 10em;
  width: 100%;
  overflow: hidden;
}
.tab_list_1 ul li .d_img img {
  object-fit: cover;
  display: block;
}
.tab_list_1 ul li h2 {
  font-size: 1em;
  font-weight: normal;
  margin-top: 1em;
  line-height: 0.8em;
}
.tab_list_1 ul li h2 span {
  padding-left: 0.2em;
}
.tab_list_1 ul li h2 span,
.tab_list_1 ul li p {
  color: #9a9898;
  font-size: 0.9em;
}
.tab_list_1 .more {
  text-align: center;
  font-size: 0.9em;
  margin-top: 1.5em;
}
.tab_list_1 .more a {
  border: 1px solid #efefef;
  color: #9a9898;
  padding: 0.5em 1em;
}
.tab_list_1 .more a:hover {
  color: #fff;
  background-color: var(--color);
}
.navTh_right li .ico-square {
  display: inline-block;
  font-size: 0;
  width: 4px;
  height: 4px;
  background-color: #cacaca;
  vertical-align: middle;
  margin-right: 10px;
}
.navF_left li {
  width: 24%;
  margin-bottom: 1em;
  overflow: hidden;
  height: 12.1em;
}
.navF_left li a {
  display: block;
  position: relative;
}
.navF_left li div,
.navF_left li div img {
  width: 100%;
  height: 12.1em;
}
.navF_left li div img {
  object-fit: cover;
}
.navF_left li p {
  display: none;
  font-size: 0.9em;
  line-height: 1.5em;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  padding: 0.4em;
  box-sizing: border-box;
  color: #fff;
}
.navF_left li p.active {
  display: block;
}
.navF_right p {
  background: var(--color);
}
.navF_right p a {
  color: #fff;
}
.link {
  border: 1px solid #e1e1e1;
  margin-bottom: 1.5em;
}
.link .link_t {
  height: 36px;
  line-height: 36px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e1e1e1;
  color: #999;
}
.link .link_t span {
  padding-left: 1em;
  font-size: 1em;
  display: block;
  width: 6em;
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
}
.link_l {
  padding: 1em;
  font-size: 0.9em;
}
.link_l a {
  display: block;
  margin-right: 1em;
}
.editor {
  color: #c0c4cc;
  padding: 0.5rem 0 1.5rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #f0f0f0;
  margin: 0.7rem 0 1rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.editor .user-name {
  text-align: left;
}
.editor .user-other span {
  padding-right: 0.5rem;
}
.editor p a {
  color: #555ba6;
}
.shenming {
  border: 1px solid #eee;
  padding: 10px;
  box-sizing: border-box;
  color: #7d7d7d;
}
.shenming div {
  text-align: center !important;
  margin-bottom: 0.3rem;
  line-height: 1.5rem;
  font-size: 1rem;
}
.shenming span {
  font-size: 0.9rem;
}
.container.ask-list {
  flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .editor p {
    width: 100%;
  }
  .editor .user-name {
    margin-bottom: 0.5rem;
  }
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.fcf {
  color: #fff;
}
.fc0 {
  color: #000;
}
.fc3 {
  color: #333;
}
.fc5 {
  color: #555;
}
.fc6 {
  color: #666;
}
.fc8 {
  color: #888;
}
.fc9 {
  color: #999;
}
.fcc {
  color: #ccc;
}
.fcd {
  color: #ddd;
}
.fce {
  color: #eee;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mt5 {
  margin-top: 5px;
}
.mt6 {
  margin-top: 6px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt16 {
  margin-top: 16px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
/*padding*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.bd1 {
  border: 1px solid #eee;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh30 {
  line-height: 30px;
}
.lh32 {
  line-height: 32px;
}
.lh34 {
  line-height: 34px;
}
.lh36 {
  line-height: 36px;
}
.lh38 {
  line-height: 38px;
}
.lh40 {
  line-height: 40px;
}
.green {
  color: #27cdb0;
}
.bb1 {
  border-bottom: 1px solid #eee;
}
.flr {
  float: right;
}
/**
 * å¼¹æ€§å¸ƒå±€
 */
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
}
.flex-sb-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-a-center {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-down {
  display: flex;
  flex-direction: column;
}
.flex-a-down {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mla {
  margin-left: auto !important;
}
.mra {
  margin-right: auto !important;
}
.hover:hover .name,
.hover:hover .title {
  color: var(--color);
  transition: all 0.1s;
}
.hoverUp {
  transition: all 0.3s;
}
.hoverUp:hover {
  transform: translateY(-5px);
}
.paginations {
  margin: 30px 0 30px;
  clear: both;
  text-align: center;
}
.paginations ul {
  display: inline-block !important;
  height: 42px;
}
.paginations li {
  float: left;
  margin: 0 5px;
  overflow: hidden;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 0;
}
.paginations li i {
  transition: none;
}
.paginations li a {
  display: block;
  padding: 0 5px;
  min-width: 30px;
  color: #676767;
}
.paginations li a:hover {
  color: #ffffff;
  background-color: var(--color);
  border-color: var(--color);
}
.paginations li.on a {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}
.article-content {
  font-size: 16px !important;
  font-weight: normal !important;
  position: relative;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #F0F0F0;
}
.article-content p {
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 16px;
}
.article-content p + img {
  margin-top: 25px;
}
.article-content h1 {
  font-weight: bold !important;
  font-size: 26px !important;
  color: var(--color);
  line-height: 39px;
  margin: 15px 0;
}
.article-content h1 + * {
  margin-top: 0;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-weight: bold !important;
  font-size: 20px !important;
  color: var(--color);
  line-height: 42px;
  margin: 15px 0;
}
.article-content h2 + img,
.article-content h3 + img,
.article-content h4 + img,
.article-content h5 + img,
.article-content h6 + img {
  margin-top: 0;
}
.article-content img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
.article-content img + * {
  margin-top: 0;
}
.index-tabBars {
  position: fixed;
  z-index: 97;
  bottom: 0;
  left: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  /* iPhone X å…¼å®¹ï¼ŒæŠŠå¯äº¤äº’çš„éƒ¨åˆ†æ¸²æŸ“åˆ°å®‰å…¨åŒºåŸŸå†…*/
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: content-box;
  width: 100%;
  height: 3rem;
}
.index-tabBars::after {
  position: fixed;
  width: 100%;
  height: 2.35rem;
  content: "";
  display: block;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.index-tabBars &gt; div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  max-width: 16.2rem;
  background-image: url(../../../static/common/img/footerbar.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 16.2rem;
  height: 3rem;
  width: 15rem;
}
.index-tabBars &gt; div ul {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 0.2rem;
}
.index-tabBars &gt; div ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.index-tabBars &gt; div ul li a img,
.index-tabBars &gt; div ul li a svg {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--color);
}
.index-tabBars &gt; div ul li a .pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.index-tabBars &gt; div ul li a p {
  font-weight: 500;
  font-size: 0.52rem;
  color: #2D322A;
  line-height: 0.76rem;
  text-align: center;
}
.index-tabBars &gt; div ul .app_xiazai {
  position: relative;
}
.index-tabBars &gt; div ul .app_xiazai .xiazai {
  display: inline-block;
  width: 100;
  height: 100;
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.index-tabBars &gt; div ul .app_xiazai .xiazai svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  color: var(--color);
}
.index-tabBars &gt; div ul .app_xiazai p {
  margin-top: 1.4rem;
}
img {
  max-width: 100%;
}
.article-body ol,
.article-content ol,
.News-details-text ol,
.content ol {
  list-style: none;
  counter-reset: custom-counter;
  margin: 0.7rem auto;
}
.article-body ol li,
.article-content ol li,
.News-details-text ol li,
.content ol li {
  counter-increment: custom-counter;
  position: relative;
  margin-bottom: 0.7rem;
  line-height: 1.6;
  font-size: 0.95em;
  color: #555;
  margin-left: 40px;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 6px;
}
.article-body ol li::before,
.article-content ol li::before,
.News-details-text ol li::before,
.content ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: var(--color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-40px);
}
.article-body ol li::after,
.article-content ol li::after,
.News-details-text ol li::after,
.content ol li::after {
  content: '';
  width: 4px;
  height: 100%;
  background-color: var(--color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0 0 6px;
}
.article-body ol li strong,
.article-content ol li strong,
.News-details-text ol li strong,
.content ol li strong {
  color: var(--color);
  font-weight: 600;
}
@media (max-width: 768px) {
  .article-body ol li::before,
  .article-content ol li::before,
  .News-details-text ol li::before,
  .content ol li::before {
    width: 22px;
    height: 22px;
  }
}
.f18 {
  font-size: 18px !important;
}
.ask-list &gt; .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.ask-list &gt; .ul .li {
  width: 444px;
  height: 146px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #EAEAEA;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.ask-list &gt; .ul .li .title {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 35px;
  display: flex;
  align-items: center;
}
.ask-list &gt; .ul .li .title::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../../../../static/v2/images/") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: -5px 10px 0 0;
}
.ask-list &gt; .ul .li .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ask-list &gt; .ul .li p {
  font-weight: 400;
  font-size: 14px;
  color: #9A9898;
  line-height: 22px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ask-list &gt; .ul .li .row {
  font-weight: 400;
  font-size: 12px;
  color: #9A9898;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.ask-list &gt; .ul .li .row .view {
  display: flex;
  align-items: center;
}
.ask-list &gt; .ul .li .row .view::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../static/v2/images/eye.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0 4px 0 0;
}
.ask-list &gt; .ul.down {
  margin-top: 20px;
}
.ask-list &gt; .ul.down .li {
  width: 100%;
}
.ask-list .home-ask-card {
  width: 252px;
  height: 322px;
  background: var(--color);
  border-radius: 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 23px 20px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ask-list .home-ask-card::after {
  content: '';
  display: block;
  width: 98px;
  height: 98px;
  background: url("../../../../../static/v2/images/ask-card-bg.webp") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0;
}
.ask-list .home-ask-card:after {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background-color: var(--color);
  background-blend-mode: luminosity;
}
.ask-list .home-ask-card .hd {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  text-shadow: 0px 2px 2px rgba(2, 139, 149, 0.2);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.ask-list .home-ask-card .hd.top-icon::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../../../../static/v2/images/top.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0;
}
.ask-list .home-ask-card .hd::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../../../../static/v2/images/ask-card-bg.webp") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0;
}
.ask-list .home-ask-card .hd:after {
  background-color: var(--color);
}
.ask-list .home-ask-card .ul {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}
.ask-list .home-ask-card .li {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ask-list .home-ask-card .btn {
  width: 102px;
  height: 29px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(2, 141, 151, 0.2);
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color);
  line-height: 21px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ask-list .home-ask-card .btn::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url("../../../../../static/v2/images/chevron-right.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0;
}
.line-hd {
  font-weight: 400;
  font-size: 16px;
  color: #F7A61E;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-hd::before,
.line-hd::after {
  display: block;
  content: '';
  width: 44px;
  height: 0;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px solid #F7A61E;
  margin: 0 10px;
}
.line-hd + .pic {
  height: auto;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto 18px;
}
.right .ask {
  width: 235px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  margin-left: auto;
  padding: 15px 10px 30px;
  box-sizing: border-box;
}
.right .ask .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.right .ask .list li {
  display: flex;
  align-items: center;
}
.right .ask .list li::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url("../../../../../static/v2/images/") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0 4px 0 0;
}
.right .ask .list li a {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.right .new-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.right .new-list li a {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.transparent {
  background-color: transparent;
  box-shadow: none;
}
.bf {
  background-color: #fff !important;
}
.page-show {
  text-align: left;
}
.page-show.ask-lists &gt; .li {
  background: url('../../../../../static/v2/images/ask_show_top_bg.svg') left top no-repeat;
  background-size: contain;
  border-radius: 6px;
  width: 100%;
  padding: 25px 20px 0;
  box-sizing: border-box;
  transform: none;
}
.page-show.ask-lists &gt; .li .title {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 42px;
  align-items: flex-start;
  padding-left: 34px;
}
.page-show.ask-lists &gt; .li .title:before {
  left: 0;
  top: 7px;
}
.page-show.ask-lists &gt; .li .title span {
  display: inline-block;
}
.page-show.ask-lists &gt; .li .info {
  padding: 0;
  background-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}
.page-show.ask-lists &gt; .li .info:before {
  display: none;
}
.page-show.ask-lists &gt; .li .info p {
  display: block;
}
.page-show.ask-lists &gt; .li .info .row {
  margin-top: 14px;
}
.page-show.ask-lists &gt; .li:hover .title {
  color: #21261E;
}
.page-show.ask-lists &gt; .li .tits {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  margin-top: 17px;
  margin-bottom: 10px;
}
.images {
  position: relative;
  display: flex;
  align-items: center;
}
.images img {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  margin-right: -12px;
}
.images img:last-child {
  margin-right: 12px;
}
i {
  font-style: normal;
}
.n2 .ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.n2 .ul .li {
  width: calc(50% - 10px);
}
.ask-lists {
  gap: 29px 50px;
}
.ask-lists.down {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.ask-lists.down .li {
  transition: all 0.3s;
}
.ask-lists.down .li:hover {
  transform: translateY(-5px);
}
.ask-lists.down .li .title:before {
  left: 20px;
  top: 8px;
  background-image: url('../../../../../static/v2/images/help-circle.svg');
}
.ask-lists &gt; .li:hover .name,
.ask-lists &gt; .li:hover .title {
  color: var(--color);
  transition: all 0.1s;
}
.ask-lists &gt; .li .title {
  font-weight: 400;
  font-size: 18px;
  color: #21261E;
  line-height: 27px;
  padding-left: 54px;
  position: relative;
  display: flex;
  align-items: center;
}
.ask-lists &gt; .li .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ask-lists &gt; .li .title::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url("../../../../../static/v2/images/") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0;
}
.ask-lists &gt; .li .title:before {
  position: absolute;
  left: 20px;
  top: 2px;
}
.ask-lists &gt; .li .btn {
  width: 114px;
  height: 40px;
  background: var(--color);
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ask-lists &gt; .li .info {
  background: #F7F8FA;
  border-radius: 12px 12px 12px 12px;
  position: relative;
  padding: 17px 54px;
  margin-top: 14px;
}
.ask-lists &gt; .li .info p {
  font-weight: 400;
  font-size: 14px;
  color: #676767;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ask-lists &gt; .li .info .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.ask-lists &gt; .li .info::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../../../../static/v2/images/twitch.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0;
}
.ask-lists &gt; .li .info:before {
  position: absolute;
  left: 20px;
  top: 20px;
}
.ask-lists &gt; .li .row {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.ask-lists &gt; .li .row .view {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.ask-lists &gt; .li .row .view i {
  margin: 0 3px;
  color: var(--color);
}
.ask-lists &gt; .li .row .pinlun {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  margin-right: 30px;
}
.ask-lists &gt; .li .row .pinlun::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../../../../static/v2/images/pinlun.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0 3px 0 0;
}
.ask-lists &gt; .li .row .pinlun:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #999999;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 7px;
}
.ask-lists &gt; .li .row .time {
  margin-top: 0;
}
.v2 .index-left-side .hd {
  display: flex;
  flex-direction: column;
  position: relative;
  clear: both;
  width: 100%;
}
.v2 .index-left-side .hd.row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.v2 .index-left-side .hd .tip {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  margin-left: 12px;
}
.v2 .index-left-side .hd .tip::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../../../../static/v2/images/tip.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0 7px 0 0;
}
.v2 .index-left-side .hd .tit {
  font-weight: bold;
  font-size: 20px;
  color: #2D322A;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.v2 .index-left-side .hd .tit.line {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: 100%;
}
.v2 .index-left-side .hd .tit.line i {
  color: var(--color);
}
.v2 .index-left-side .hd .tit.line::before,
.v2 .index-left-side .hd .tit.line::after {
  display: block;
  content: '';
  height: 1px;
  background-color: #F0F0F0;
  flex-grow: 1;
  margin-left: 10px;
}
.v2 .index-left-side .hd .tit.line::before {
  margin-right: 10px;
  margin-left: 0;
  display: none;
}
.answer-ul-list {
  margin-top: 12px;
}
.answer-ul-list .li {
  margin-top: 28px;
}
.answer-ul-list .li:first-child {
  margin-top: 0;
}
.answer-ul-list .li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.answer-ul-list .li .p {
  border-radius: 12px 12px 12px 12px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #2D322A;
  line-height: 24px;
  display: flex;
  margin-top: 0px;
}
.answer-ul-list .li .p span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.answer-ul-list .li .p.on span {
  display: block;
}
.answer-ul-list .li .p.on label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.answer-ul-list .li .p.on label::before {
  font-family: "iconfont";
  content: 'æ”¶èµ·å…¨éƒ¨';
}
.answer-ul-list .li .p.on label::after {
  transform: rotate(180deg);
}
.answer-ul-list .li .p::before {
  display: inline-flex;
  transform: translateY(0.08rem);
}
.answer-ul-list .li .p i {
  height: 1em;
  float: right;
  display: block;
  background: red;
}
.answer-ul-list .li .p label {
  position: relative;
  clear: both;
  padding: 0 8px;
  font-weight: 400;
  font-size: 14px;
  color: #8F9994;
  line-height: 24px;
  cursor: pointer;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.answer-ul-list .li .p label::before {
  font-family: "iconfont";
  content: 'å±•å¼€å…¨éƒ¨';
}
.answer-ul-list .li .p label::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../../../../../static/v2/images/arrow-down.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0 0 0 0;
}
.answer-ul-list .li .author {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #8F9994;
  height: auto;
  line-height: unset;
}
.answer-ul-list .li .author img {
  width: 28px;
  height: 28px;
  border-radius: 78px 78px 78px 78px;
  margin-right: 2px;
  object-fit: cover;
}
.answer-ul-list .li .author i {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.answer-ul-list .li .author i:before {
  content: '';
  width: 0px;
  height: 10px;
  border-radius: 0px 0px 0px 0px;
  border-left: 1px solid #8F9994;
  margin-right: 10px;
}
.answer-ul-list .li .author .btn {
  width: 114px;
  height: 38px;
  background: var(--color);
  border-radius: 28px 28px 28px 28px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.answer-ul-list .li.best {
  background: url('../../../../../static/v2/images/best_bg.webp') top center no-repeat;
  background-size: contain;
}
.answer-ul-list .li.best .tit {
  width: 112px;
  height: 36px;
  background: linear-gradient(180deg, #ffe9e7 0%, #ffcac7 100%);
  border-radius: 6px 0px 10px 0px;
  font-weight: bold;
  font-size: 16px;
  color: #FB5926;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.answer-ul-list .li.best .tit::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url("../../../../../static/v2/images/best_icon.svg") center center / contain no-repeat;
  transition: all 0.3s;
  flex-shrink: 0;
  margin: 0 4px 0 0;
}
.page-show .pd-box {
  padding: 20px;
  margin-top: 10px;
  border-radius: 6px;
}
.related.ask .ask-lists {
  margin-top: 15px;
}
.related.ask .ask-list &gt; .ul .li .title::before {
  width: 24px;
  height: 24px;
}
.related.ask .hd {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
}
.pb2 {
  padding-bottom: 2rem;
}
.container.link {
  margin-top: 55px;
}
/*# sourceMappingURL=index.css.map */</pre></body></html>