@charset "utf-8";

.home-section-kicker {
  display: inline-block;
  color: var(--color);
  font-size: 0.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-banner-kicker {
  display: inline-block;
  color: var(--color);
  font-size: 0.2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_h2 {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}

.h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_h2 .home-banner-title {
  font-size: 0.64rem;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0.08rem 0.24rem rgba(23, 31, 53, 0.18);
  margin: 0;
}

.h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_h2 .home-banner-kicker {
  order: -1;
}

.h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_p.home-banner-copy {
  max-width: 7rem;
}

.h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_p.home-banner-copy p {
  color: rgba(248, 251, 255, 0.86);
  font-size: 0.2rem;
  line-height: 1.8;
  text-shadow: 0 0.06rem 0.18rem rgba(23, 31, 53, 0.16);
}

.h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt {
  align-items: stretch;
  padding: 0.28rem;
  background:
    linear-gradient(180deg, rgba(23, 31, 53, 0.04) 30%, rgba(23, 31, 53, 0.72) 100%);
}

.h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-copy {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  width: 100%;
}

.h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt h3 {
  margin: 0;
  line-height: 1.2;
}

.h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-summary {
  margin: 0;
  max-width: 90%;
  font-size: 0.17rem;
  line-height: 1.65;
  color: rgba(241, 244, 250, 0.82);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(0.16rem);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
  text-shadow: 0 0.04rem 0.12rem rgba(20, 24, 38, 0.14);
}

.h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-action {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  margin-top: 0.02rem;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translateY(0.16rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-action::after {
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.h_sul .h_sul_box .h_sul_con.home-seo-card:hover .box .txt {
  background:
    linear-gradient(180deg, rgba(23, 31, 53, 0.14) 12%, rgba(23, 31, 53, 0.88) 100%);
}

.h_sul .h_sul_box .h_sul_con.home-seo-card:hover .box .txt .home-card-summary,
.h_sul .h_sul_box .h_sul_con.home-seo-card:hover .box .txt .home-card-action {
  opacity: 1;
  transform: translateY(0);
}

.h_sul .h_sul_box .h_sul_con.home-seo-card:hover .box .txt .home-card-summary {
  max-height: 2.4rem;
}

.home-buying-section,
.home-faq-section {
  padding: 0.5rem 0 1rem;
  background: #fff;
}

.home-buying-section {
  border-top: 1px solid #f2e9e3;
}

.home-buying-section .pub_tit,
.home-faq-section .pub_tit {
  display: flex;
  justify-content: space-between;
}

.home-buying-section .pub_tit .pub_tit_r,
.home-faq-section .pub_tit .pub_tit_r {
  max-width: 52%;
}

.home-buying-section .pub_h2 h2,
.home-faq-section .pub_h2 h2 {
  margin-top: 0.16rem;
  font-size: 0.48rem;
  line-height: 1.2;
}

.home-buying-section .g_p p,
.home-faq-section .g_p p {
  color: #666;
}

.home-buying-grid {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.22rem;
}

.home-buying-card {
  position: relative;
  overflow: hidden;
  min-height: 2.6rem;
  padding: 0.34rem 0.3rem;
  background: #fff;
  border: 1px solid #eee2da;
  border-radius: 0.24rem;
  box-shadow: none;
}

.home-buying-card::after {
  display: none;
}

.home-buying-card h3 {
  font-size: 0.28rem;
  line-height: 1.25;
  margin-bottom: 0.14rem;
}

.home-buying-card p {
  color: #666;
  line-height: 1.72;
  margin: 0;
}

.home-buying-icon {
  width: 0.52rem;
  height: 0.52rem;
  margin-bottom: 0.18rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-buying-icon img {
  width: 0.52rem;
  height: 0.52rem;
  object-fit: contain;
}

.home-buying-icon svg {
  width: 0.34rem;
  height: 0.34rem;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-faq-section {
  border-top: 1px solid #f2e9e3;
}

.home-faq-list {
  margin-top: 0.46rem;
  display: grid;
  gap: 0.18rem;
}

.home-faq-item {
  border: 1px solid #eee2da;
  border-radius: 0.22rem;
  background: #fff;
  overflow: hidden;
}

.home-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  padding: 0.28rem 0.32rem;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-question {
  color: #222;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.45;
}

.home-faq-toggle {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  flex-shrink: 0;
}

.home-faq-toggle::before,
.home-faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.18rem;
  height: 1px;
  background: #333;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.home-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq-item[open] .home-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.home-faq-answer {
  padding: 0 0.32rem 0.32rem;
  color: #666;
  line-height: 1.8;
}

.home-faq-answer p {
  margin: 0;
}

.home-faq-answer a {
  color: var(--color);
  text-decoration: underline;
}

.h_news .hot .txt .home-news-title {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 0.16rem;
  color: #fff;
  text-shadow: 0 0.08rem 0.24rem rgba(16, 22, 38, 0.28);
}

.h_news .container1510 .h_news_box .right a .right .home-news-list-title {
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  margin: 0 0 0.12rem;
}

.h_news .pub_tit {
  gap: 0.28rem;
}

.h_news .pub_tit .pub_h2 {
  flex: 1 1 auto;
  min-width: 0;
}

.h_news .pub_tit .pub_tit_r {
  max-width: none;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}

.h_news .pub_tit .pub_tit_r .pub_a {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.h_news .pub_a p {
  margin-right: 0.16rem;
  white-space: nowrap;
}

.h_news .pub_a .r_svg {
  flex: 0 0 0.52rem;
  min-width: 0.52rem;
  min-height: 0.52rem;
  aspect-ratio: 1 / 1;
}

@media (max-width: 1260px) {
  .home-buying-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_h2 .home-banner-title {
    font-size: 0.52rem;
  }

  .h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt {
    padding: 0.22rem;
  }

  .h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-summary,
  .h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-action {
    opacity: 1;
    transform: translateY(0);
  }

  .h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-summary {
    max-height: 2.4rem;
    font-size: 0.16rem;
  }

  .home-buying-section .pub_tit,
  .home-faq-section .pub_tit {
    flex-direction: column;
    gap: 0.2rem;
  }

  .home-buying-section .pub_tit .pub_tit_r,
  .home-faq-section .pub_tit .pub_tit_r {
    max-width: 100%;
  }

  .h_news .pub_tit {
    flex-direction: column;
    align-items: flex-start;
  }

  .h_news .pub_tit .pub_tit_r {
    width: auto;
  }
}

@media (max-width: 767px) {
  .home-section-kicker,
  .home-banner-kicker {
    font-size: 0.22rem;
  }

  .h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_h2 .home-banner-title {
    font-size: 0.62rem;
  }

  .h_banner .home_swi .h_b_box .h_b_txt_box .h_b_txt .box .g_p.home-banner-copy p {
    font-size: 0.24rem;
  }

  .h_sul .h_sul_box .h_sul_con.home-seo-card {
    width: 100%;
  }

  .h_sul .h_sul_box .h_sul_con.h_sul_con2 {
    width: 100%;
  }

  .h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt {
    padding: 0.28rem 0.24rem;
  }

  .h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-summary {
    max-width: 100%;
    font-size: 0.24rem;
  }

  .h_sul .h_sul_box .h_sul_con.home-seo-card .box .txt .home-card-action {
    font-size: 0.2rem;
  }

  .home-buying-section,
  .home-faq-section {
    padding: 0.2rem 0 0.8rem;
  }

  .home-buying-section .pub_h2 h2,
  .home-faq-section .pub_h2 h2 {
    font-size: 0.52rem;
  }

  .home-buying-grid {
    grid-template-columns: 1fr;
    gap: 0.16rem;
  }

  .home-buying-card {
    min-height: auto;
    padding: 0.28rem 0.24rem;
  }

  .home-buying-card h3 {
    font-size: 0.32rem;
  }

  .home-faq-item summary {
    padding: 0.26rem 0.22rem;
  }

  .home-faq-question {
    font-size: 0.28rem;
  }

  .home-faq-answer {
    padding: 0 0.22rem 0.28rem;
  }

  .h_news .pub_a .r_svg {
    flex-basis: 0.7rem;
    min-width: 0.7rem;
    min-height: 0.7rem;
  }
}
