@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html.zcfw-page {
  font-size: 1.1111111111vw;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
li,
figure {
  margin: 0;
}

body {
  min-width: 90rem;
  color: rgba(30, 32, 39, 1);
  font-family: "Alibaba PuHuiTi 2.0", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: linear-gradient(180deg, rgba(235, 247, 255, 1) 0, rgba(247, 248, 250, 1) 29rem);
  -webkit-font-smoothing: antialiased;
}

:root {
  --design-shell-left: 9.8125rem;
  --design-shell-width: 70.375rem;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  border: 0;
  color: inherit;
  font: inherit;
  outline: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  padding-bottom: 2rem;
  background: transparent;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 23.5rem;
  background-image: url(banner.png);
  background-size: 100% 23.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 7.25rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 248, 250, 0) 0%, rgba(247, 248, 250, 1) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: var(--design-shell-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1.8125rem;
}

.hero__content {
  width: 41.25rem;
  padding-left: 0;
}

.hero__title__logo {
  display: block;
  margin-top: 3.5rem;
  width: 31.6875rem;
  height: 5.3125rem;
  background-image: url(title-logo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero__stats {
  margin-top: 0.875rem;
  max-width: 27.5rem;
  line-height: 2.375rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 0.1875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  padding: 0 0.6875rem;
  font-weight: 400;
  font-size: 0.9375rem;
  color: rgba(15, 48, 149, 0.8);
}

.hero__stats em {
  color: #182f8f;
  font-size: 1.1875rem;
  font-style: normal;
}

.hero-search {
  width: 41.25rem;
  min-height: 2.375rem;
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 0.5rem;
}

.hero-search input {
  flex: 1;
  min-width: 0;
  padding: 0 0.75rem;
  background: transparent;
  color: #333;
  font-size: 0.875rem;
}

.hero-search button {
  flex: 0 0 auto;
  width: 5rem;
  height: 1.875rem;
  margin-right: 0.5rem;
  color: #fff;
  background-color: #fa8805;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.login-card {
  width: 21.0625rem;
  height: 12.25rem;
  margin-top: 4.125rem;
  padding: 1.75rem 1.375rem 0;
  background: #FFFFFF;
  border-radius: 0.625rem;
  background-image: url(login-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.login-card .login-hello {
  margin-bottom: 0.75rem;
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: 400;
  font-size: 1.125rem;
  color: #153E6C;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.login-card .login-describe {
  width: 12.1875rem;
  margin-bottom: 2.125rem;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 0.875rem;
  color: #153E6C;
  line-height: 1.625rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.login-card .login-true__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 12.0625rem;
  height: 1.875rem;
  padding: 0 1.25rem;
  background: linear-gradient(90deg, #1F7EF2 0%, #5BBCF5 100%);
  border-radius: 6.25rem;
  color: #FFFFFF;
}

.login-card .login-true__button span {
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.login-card .login-true__button::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 0.875rem;
  background: currentColor;
  -webkit-mask: url("arrow-right.svg") center / contain no-repeat;
  mask: url("arrow-right.svg") center / contain no-repeat;
}

.quick-entry {
  position: relative;
  z-index: 1;
  width: 70.375rem;
  margin: 1.25rem auto 0;
}

.quick-entry__inner {
  gap: 0.5rem;
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.625rem;
  border: 0.0625rem solid #ffffff;
  padding: 0.75rem 1rem;
}

.quick-entry__item {
  height: 3.75rem;
  width: 13.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  background: linear-gradient(94deg, rgba(229, 247, 255, 0.96) 0%, rgba(248, 252, 255, 0.98) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(183, 221, 255, 0.16) 100%);
  box-shadow:
    inset 0 0.25rem 0.75rem rgba(255, 255, 255, 0.68),
    inset 0 -0.1875rem 0.625rem rgba(121, 192, 255, 0.12);
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(142, 207, 255, 0.32);
  font-weight: normal;
  color: rgba(51, 51, 51, 1);
  font-family: "DingTalk JinBuTi", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.quick-entry__item:hover,
.quick-entry__item:focus-visible {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.625rem 1.125rem rgba(31, 111, 210, 0.12);
  color: #165dff;
}

.quick-entry__item img {
  width: 2.5rem;
  height: 2.5rem;
}

.banner-center {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: var(--design-shell-width);
  margin: 1rem 0 0 var(--design-shell-left);
}

.banner-center .banner-item {
  flex: 1;
  height: 5.375rem;
  padding: 0.9375rem 1.875rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.banner-center .banner-find {
  background-image: url(banner-find.png);
}

.banner-center .banner-calculate {
  background-image: url(banner-calculate.png);
}

.banner-center .banner-item p {
  margin-bottom: 0.25rem;
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1.625rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.banner-center .banner-item span {
  display: flex;
  align-items: center;
  position: relative;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.625rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.banner-center .banner-item span::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 0.875rem;
  background: currentColor;
  -webkit-mask: url("arrow-right.svg") center / contain no-repeat;
  mask: url("arrow-right.svg") center / contain no-repeat;
}

.banner-center .banner-item:hover,
.banner-center .banner-item:focus-visible {
  transform: translateY(-0.375rem);
}

.policy-center {
  width: var(--design-shell-width);
  margin: 1.25rem 0 0 var(--design-shell-left);
}

.section-head {
  position: relative;
  min-height: 3.75rem;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.625rem;
  box-shadow: 0 0.425rem 0.85rem rgba(0, 72, 180, 0.03);
}

.section-head h2 {
  color: rgba(51, 51, 51, 1);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  bottom: 0;
  width: 5.125rem;
  height: 0.1875rem;
  background: rgba(255, 115, 10, 1);
  border-radius: 0.1875rem;
}

.section-head a {
  margin-left: auto;
  color: rgba(102, 102, 102, 1);
  font-size: 0.85rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.section-head__more-icon {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.25rem;
  display: block;
  flex: 0 0 auto;
}

.section-head a:hover,
.section-head a:focus-visible {
  color: #165dff;
}

.policy-layout {
  display: flex;
  align-items: stretch;
  overflow: visible;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.5rem;
  box-shadow: 0 0.425rem 0.85rem rgba(0, 72, 180, 0.03);
}

.category-list {
  width: 8.5rem;
  flex: 0 0 8.5rem;
  padding: 0.75rem 0 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0.125rem 0 0.375rem 0px rgba(158, 112, 64, 0.1);
  border-radius: 0.625rem 0px 0px 0.625rem;
}

.category-list button {
  --category-icon: url(zc-all.png);
  position: relative;
  min-height: 3.375rem;
  padding: 0.875rem 1.25rem 0.875rem 3.25rem;
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: background-color 0.2s ease;
  border: 0;
}

.category-list button::before {
  content: "";
  position: absolute;
  left: 1.375rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-image: var(--category-icon);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.category-list button:nth-of-type(2) {
  --category-icon: url(zc-manufacture.png);
}

.category-list button:nth-of-type(3) {
  --category-icon: url(zc-technology.png);
}

.category-list button:nth-of-type(4) {
  --category-icon: url(zc-market.png);
}

.category-list button:nth-of-type(5) {
  --category-icon: url(zc-development.png);
}

.category-list button:nth-of-type(6) {
  --category-icon: url(zc-employment.png);
}

.category-list button:nth-of-type(7) {
  --category-icon: url(zc-entrepreneurship.png);
}

.category-list button:nth-of-type(8) {
  --category-icon: url(zc-industrial.png);
}

.category-list button:nth-of-type(9) {
  --category-icon: url(zc-other.png);
}

.category-list button.active {
  color: rgba(0, 0, 0, 1);
  background: linear-gradient(90deg, rgba(238, 193, 145, 0) 0%, rgba(250, 136, 5, 0.3) 100%);
}

.policy-list-wrap {
  flex: 1;
  min-width: 0;
  padding: 1rem 1.25rem 0.75rem 1.25rem;
}

.filter-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.policy-filter {
  position: relative;
  min-width: 0;
}

.policy-filter__button {
  position: relative;
  width: 100%;
  min-height: 1.75rem;
  padding: 0.25rem 1.75rem 0.25rem 0.875rem;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(255, 255, 255, 1);
  border: 0.0625rem solid rgba(232, 235, 241, 1);
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.policy-filter__button span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.policy-filter__button::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.3125rem solid currentColor;
  background: transparent;
  transform: translateY(-50%);
  opacity: 0.6;
}

.policy-filter__button.active {
  color: rgba(250, 140, 14, 1);
  border-color: rgba(250, 140, 14, 0.66);
}

.policy-filter__button:hover {
  color: rgba(250, 140, 14, 1);
  border-color: rgba(250, 140, 14, 0.66);
}

.policy-filter.open .policy-filter__button {
  color: rgba(250, 140, 14, 1);
  border-color: rgba(250, 140, 14, 0.72);
  box-shadow: 0 0 0 0.125rem rgba(250, 140, 14, 0.08);
}

.policy-filter__button:hover::after,
.policy-filter__button.active::after,
.policy-filter.open .policy-filter__button::after {
  opacity: 1;
}

.policy-filter__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.25rem);
  z-index: 12;
  max-height: 14rem;
  padding: 0.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 1);
  border: 0.0625rem solid rgba(226, 232, 242, 1);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(24, 63, 112, 0.12);
}

.policy-filter__option {
  width: 100%;
  min-height: 1.75rem;
  padding: 0.3125rem 0.5rem;
  display: block;
  color: rgba(74, 84, 104, 1);
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  background: transparent;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

.policy-filter__option.active {
  color: rgba(250, 140, 14, 1);
  background: rgba(255, 246, 235, 1);
}

.result-count {
  margin: 0.875rem 0;
  font-size: 0.85rem;
  line-height: 1.25rem;
  color: #636363;
}

.result-count.is-loading {
  visibility: hidden;
}

.result-count strong {
  color: rgba(30, 32, 39, 1);
  font-size: 1rem;
  font-weight: 700;
}

.result-count button {
  float: right;
  color: rgba(153, 153, 153, 1);
  background: transparent;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.result-count button:hover,
.result-count button:focus-visible {
  color: #165dff;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.275rem;
}

.policy-card {
  position: relative;
  min-height: 9.225rem;
  padding: 1rem 1rem 1rem;
  background: rgba(255, 255, 255, 1);
  border: 0.0625rem solid rgba(238, 238, 238, 1);
  border-radius: 0.25rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.policy-card:hover {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1.125rem rgba(24, 63, 112, 0.08);
}

.policy-card[data-badge]::before {
  content: "";
  position: absolute;
  right: -0.0625rem;
  top: -0.0625rem;
  width: 4.5rem;
  aspect-ratio: 73 / 17;
  background: url(corner-mark.png) center / contain no-repeat;
}

.policy-card h3 {
  padding-right: 2.75rem;
  display: -webkit-box;
  overflow: hidden;
  color: rgba(30, 32, 39, 1);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.policy-card:hover h3 {
  color: #165dff;
}

.policy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.875rem;
}

.policy-tags span {
  padding: 0 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  color: rgba(59, 125, 254, 1);
  background: rgba(228, 237, 253, 1);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.policy-tags .policy-tag-days {
  color: rgba(18, 169, 104, 1);
  background: rgba(233, 249, 242, 1);
}

.policy-tags .policy-tag-days::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  flex: 0 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='%2312A968'/%3E%3Cpath d='M5 2.4v2.8l1.9 1.1' stroke='%23fff' stroke-width='1' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.policy-tags .policy-tag-days.is-warning {
  color: rgba(18, 169, 104, 1);
  background: rgba(233, 249, 242, 1);
}

.policy-tags .policy-tag-days.is-safe {
  color: rgba(18, 169, 104, 1);
  background: rgba(233, 249, 242, 1);
}

.policy-tags .policy-tag-reward {
  color: rgba(176, 138, 92, 1);
  background: rgba(255, 255, 255, 1);
  border: 0.0625rem solid rgba(230, 209, 184, 1);
  line-height: 1rem;
}

.policy-tags .policy-tag-badge {
  color: rgba(55, 186, 77, 1);
  background: rgba(237, 253, 241, 1);
}

.policy-card p {
  margin-top: 0.8125rem;
  padding-right: 5.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(102, 102, 102, 1);
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.policy-card p+p {
  margin-top: 0.625rem;
}

.policy-card p img {
  width: 0.6875rem;
  height: 0.75rem;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 0.72;
}

.policy-card p+p img {
  height: 0.6875rem;
}

.policy-card em {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 0.625rem;
  padding: 0 0.375rem;
  color: rgba(240, 138, 35, 1);
  font-style: normal;
  font-size: 0.6875rem;
  background: rgba(255, 253, 249, 1);
  border: 0.0625rem solid rgba(250, 161, 59, 0.8);
  border-radius: 0.25rem;
  line-height: 1rem;
}

.policy-card em.is-safe {
  color: rgba(39, 184, 74, 1);
  background: rgba(237, 253, 241, 1);
  border-color: rgba(150, 232, 169, 1);
}

.policy-card em.is-warning {
  color: rgba(240, 138, 35, 1);
  background: rgba(255, 253, 249, 1);
  border-color: rgba(250, 161, 59, 0.8);
}

.policy-card a {
  position: absolute;
  right: 0.875rem;
  bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  height: 1.25rem;
  padding: 0 0.375rem;
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, rgba(253, 167, 58, 1), rgba(250, 144, 15, 1));
  border-radius: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.policy-card__actions {
  position: absolute;
  right: 0.875rem;
  bottom: 1.5rem;
  display: flex;
  gap: 0.25rem;
}

.policy-card__actions a {
  position: static;
}

.policy-card__actions a.policy-card__pay {
  background: rgba(59, 125, 254, 1);
}

.policy-message {
  grid-column: 1 / -1;
  min-height: 7rem;
  padding: 2.25rem 1rem;
  color: rgba(102, 112, 128, 1);
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border: 0.0625rem solid rgba(238, 238, 238, 1);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.policy-message.is-loading {
  min-height: 7rem;
  padding: 2.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
}

.policy-loading-spinner {
  width: 2rem;
  height: 2rem;
  display: block;
  border: 0.1875rem solid rgba(250, 140, 14, 0.18);
  border-top-color: #fa8c0e;
  border-radius: 50%;
  animation: policy-loading-spin 0.8s linear infinite;
}

@keyframes policy-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.policy-message.is-error {
  color: rgba(194, 68, 57, 1);
  background: rgba(255, 247, 246, 1);
  border-color: rgba(255, 212, 207, 1);
}

.more-policy {
  width: auto;
  min-width: 0;
  min-height: 1.3125rem;
  margin: 0.625rem 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(102, 102, 102, 1);
  border: 0;
  border-radius: 0;
  font-size: 0.85rem;
  line-height: 1.3125rem;
}

.more-policy[hidden] {
  display: none;
}

.more-policy::before,
.more-policy::after {
  content: "";
  flex: 1;
  height: 0.0625rem;
}

.more-policy::before {
  background: linear-gradient(90deg, rgba(224, 224, 224, 0), rgba(223, 223, 223, 1));
}

.more-policy::after {
  background: linear-gradient(90deg, rgba(223, 223, 223, 1), rgba(224, 224, 224, 0));
}

.site-dialog {
  padding: 1rem;
  border: 0;
  border-radius: 0.625rem;
  width: 41.1875rem;
  max-height: calc(100vh - 2rem);
  overflow: visible;
}

.site-dialog[open] {
  display: flex;
  flex-direction: column;
}

.site-dialog::backdrop {
  background: rgba(0, 0, 0, 0.66);
}

.site-dialog__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 0 1rem 0.25rem;
  border-bottom: 0.0625rem solid rgba(238, 238, 238, 0.93);
}

.site-dialog__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0;

  &::-webkit-scrollbar {
    display: none;
  }
}

.site-dialog__title {
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.site-dialog__close {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(153, 153, 153, 1);
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: 0.3125rem;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-dialog__close:hover,
.site-dialog__close:focus-visible {
  color: rgba(51, 51, 51, 1);
  background-color: rgba(0, 0, 0, 0.05);
}

.site-dialog__body .hero-search {
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #FA8805;
}

.site-dialog__body .hero-search input {
  padding: 0 1rem;
}

.site-dialog__body .hero-search button {
  width: 3.375rem;
  height: auto;
  line-height: 1.625rem;
}

.policy-option {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(238, 238, 238, 0.93);
}

.policy-option__title {
  margin-bottom: 0.875rem;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 0.875rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.policy-option__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.policy-option__list button {
  height: 1.75rem;
  padding: 0 0.625rem;
  background: rgba(158, 112, 64, 0);
  border-radius: 0.4375rem;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.6875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.policy-option__list button.active {
  background: rgba(250, 136, 5, 0.1);
  color: #FA8805;
}

.site-dialog__true {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  width: 16.5625rem;
  height: 2.25rem;
  margin: 0 auto;
  background: linear-gradient(180deg, #FFB45E 0%, #FA8805 100%);
  border-radius: 6.25rem;
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.site-dialog__true::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 0.875rem;
  background: currentColor;
  -webkit-mask: url("arrow-right.svg") center / contain no-repeat;
  mask: url("arrow-right.svg") center / contain no-repeat;
}

.calculator-card__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5625rem;
  margin-bottom: 1.25rem;
  color: rgba(9, 57, 150, 0.45);
  font-family: "DingTalk JinBuTi", "Microsoft YaHei", sans-serif;
}

.calculator-card__tabs span {
  padding-top: 0.75rem;
  line-height: 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  background-image: url(step-number-1.svg);
  background-size: auto 1.3125rem;
  background-position: left top;
  background-repeat: no-repeat;
}

.calculator-card__tabs span:nth-of-type(2) {
  background-image: url(step-number-2.svg);
}

.calculator-card__tabs span:nth-of-type(3) {
  background-image: url(step-number-3.svg);
}

.calculator-card__tabs span.active {
  color: rgba(9, 57, 150, 1);
  font-size: 1rem;
}

.calculator-card__tabs .calculator-card__line {
  width: 4.375rem;
  height: 0;
  padding-top: 0.75rem;
  border-bottom: 0.0625rem dotted #849CCB;
}

.calculator-card__tabs .calculator-card__line.active {
  border-bottom: 0.0625rem solid #093996;
}

.calculator-card__form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.calculator-card__form label {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.calculator-card__form label>span {
  text-align: left;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 0.875rem;
  color: #444855;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.calculator-card__form label.require>span {
  padding-left: 0;
  display: flex;
}

.calculator-card__form label.require>span::before {
  display: inline-block;
  margin-right: 0.125rem;
  color: #ff4d4f;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.calculator-card__form input,
.calc-select__button {
  width: 25.75rem;
  height: 2.25rem;
  padding: 0 0.75rem;
  background: #F8FAFC;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #E1E7EF;
  font-size: 0.875rem;
}

.calculator-card__form input::placeholder {
  color: rgba(153, 153, 153, 1);
  opacity: 1;
}

.calc-select {
  position: relative;
  width: 25.75rem;
  min-width: 0;
}

.calc-select__button {
  position: relative;
  width: 100%;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.calc-select__button::after {
  content: "";
  position: absolute;
  right: 0.875rem;
  top: 50%;
  width: 0.625rem;
  height: 0.625rem;
  font-size: 0.625rem;
  background: url("arrow-down.svg") center / contain no-repeat;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.calc-select__text {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: rgba(51, 51, 51, 1);
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.75rem;
}

.calc-select__button.is-placeholder .calc-select__text {
  color: rgba(153, 153, 153, 1);
}

.calc-select.is-invalid .calc-select__button {
  border-color: rgba(255, 77, 79, 0.9);
  box-shadow: 0 0 0 0.125rem rgba(255, 77, 79, 0.12);
}

.calc-select.open .calc-select__button {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(45, 151, 240, 0.45);
  box-shadow: 0 0 0 0.125rem rgba(45, 151, 240, 0.08);
}

.calc-select.open .calc-select__button::after {
  transform: translateY(-50%) rotate(180deg);
}

.calc-select__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.25rem);
  z-index: 30;
  max-height: 11rem;
  padding: 0.25rem;
  overflow-y: auto;
  background: rgba(255, 255, 255, 1);
  border: 0.0625rem solid rgba(206, 226, 244, 1);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(20, 83, 145, 0.14);
}

.calc-select__option {
  width: 100%;
  min-height: 1.75rem;
  padding: 0.3125rem 0.625rem;
  display: block;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  background: transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.calc-select__option:hover,
.calc-select__option.active {
  color: rgba(12, 99, 214, 1);
  background: rgba(233, 245, 255, 1);
}

.calculator-card__submit {
  position: relative;
  width: 16.5625rem;
  margin: 0 auto;
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  color: rgba(255, 255, 255, 1);
  font-family: "DingTalk JinBuTi", "Microsoft YaHei", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  background: linear-gradient( 180deg, #FFB45E 0%, #FA8805 100%);
  border-radius: 6.25rem;
}

.calculator-card__submit::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 0.875rem;
  background: currentColor;
  -webkit-mask: url("arrow-right.svg") center / contain no-repeat;
  mask: url("arrow-right.svg") center / contain no-repeat;
}

/* 算一算 - 加载遮罩 */
.calc-loading {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.3125rem;
}

.calc-loading[hidden] {
  display: none;
}

.calc-loading__spinner {
  width: 2rem;
  height: 2rem;
  border: 0.1875rem solid rgba(250, 140, 14, 0.18);
  border-top-color: #fa8c0e;
  border-radius: 50%;
  animation: policy-loading-spin 0.8s linear infinite;
}

.calc-loading__text {
  font-size: 0.875rem;
  color: #686868;
}

/* 算一算 - 结果区域 */
.calc-result[hidden] {
  display: none;
}

.calc-result__empty {
  width: 25.75rem;
  padding: 3rem 1rem;
  text-align: center;
  color: rgba(102, 112, 128, 1);
  font-size: 0.875rem;
}

.calc-result__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 25.75rem;
  max-height: 15rem;
  overflow-y: auto;
}

.calc-result__item {
  padding: 0.625rem 0.875rem;
  background: #F8FAFC;
  border-radius: 0.3125rem;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.5rem;
  text-align: left;
}