@charset "UTF-8";
/**
 * service_new
 * date: 2026-8-18
 * author: 吴子恒;
 */
[v-cloak] {
  display: none !important;
}

.layout-width {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  min-height: 320px;
  color: #fff;
  background: url("../images/banner.png") no-repeat center center/100% 100%;
  border-bottom: 1px solid #dcecff;
}
.banner .topbar {
  height: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.banner .topbar__nav {
  display: flex;
  width: 1200px;
  height: 52px;
  margin: 0 auto;
  align-items: center;
  gap: 54px;
}
.banner .topbar__nav a {
  color: #fff;
  font-size: 16px;
}
.banner .topbar__nav .active {
  position: relative;
}
.banner .topbar__nav .active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
}

.module {
  padding: 38px 0 42px;
  background: #fff;
}

.section-heading {
  margin-bottom: 32px;
}
.section-heading h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2e3033;
  font-family: "Source Han Sans CN";
  font-size: 28px;
  font-weight: 700;
}
.section-heading h2 i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../images/icon_label.png") no-repeat center center/100% 100%;
}
.section-heading p {
  margin-top: 8px;
  color: #7890aa;
  font-size: 12px;
}

.section-intro {
  margin-bottom: 22px;
  color: #415165;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-weight: 400;
}
.section-intro em {
  color: #2e3033;
  font-weight: 700;
}

.function-module {
  display: flex;
  flex-direction: column;
  min-height: 621px;
  background: url("../images/bg_function.png") no-repeat center center/100% 100%;
  justify-content: center;
  align-items: center;
}

.function-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
}

.function-card {
  display: flex;
  flex-direction: column;
  min-height: 82px;
  padding: 16px 20px;
  align-items: flex-start;
  gap: 14px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
}
.function-card img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.function-card div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.function-card h3 {
  color: #2e3033;
  font-size: 18px;
  font-weight: 700;
}
.function-card p {
  color: #2e3033;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.appeal-module {
  min-height: 545px;
  padding-top: 34px;
}

.appeal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.appeal-card {
  display: flex;
  flex-direction: column;
  min-height: 156px;
  align-items: flex-start;
  padding: 24px 20px;
  justify-content: space-between;
  border-radius: 4px;
  transition: all 0.3s;
}
.appeal-card h3 {
  max-width: 268px;
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.appeal-card span {
  display: inline-block;
  padding: 4px 12px;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 99px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #3773f7;
  cursor: pointer;
}
.appeal-card:first-child {
  background: url("../images/bg_card1.png") no-repeat center center/100% 100%;
}
.appeal-card:nth-child(2) {
  background: url("../images/bg_card2.png") no-repeat center center/100% 100%;
}
.appeal-card:nth-child(3) {
  background: url("../images/green-bg.png") no-repeat center center/100% 100%;
}
.appeal-card:nth-child(3) span{
  color:#28A8E4;
}
.appeal-card:nth-child(4) {
  background: url("../images/bg_card4.png") no-repeat center center/100% 100%;
}
.appeal-card:nth-child(4) h3 {
  color: #2e3033;
}
.appeal-card:nth-child(5) {
  background: url("../images/bg_card5.png") no-repeat center center/100% 100%;
}
.appeal-card:nth-child(5) h3 {
  color: #2e3033;
}
.appeal-card:last-child {
  background: url("../images/bg_card6.png") no-repeat center center/100% 100%;
}
.appeal-card:last-child h3 {
  color: #2e3033;
}
.appeal-card:hover {
  transform: translateY(-5px);
}

.laws-module {
  min-height: 660px;
  background: url("../images/bg_laws.png") no-repeat center center/100% 100%;
}

.law-panels {
  display: flex;
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  gap: 20px;
}

.law-panel {
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  overflow: hidden;
  box-sizing: border-box;
  width: calc(50% - 10px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-heading {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
}
.panel-heading h3 {
  color: #2e3033;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-weight: 500;
}
.panel-heading a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 76px;
  min-height: 32px;
  color: #1b76e8;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 99px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
}
.panel-heading a:hover {
  background: rgba(55, 115, 247, 0.05);
}

.law-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #2e3033;
  font-family: "Source Han Sans CN";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  /* flex: 1; */
}
.law-item  > span{
display:block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.law-item:not(:last-child) {
  margin-bottom: 8px;
}
.law-item:hover {
  border: 1px solid #3773f7;
}

@media (max-width: 1120px) {
  .layout-width,
  .topbar__nav {
    width: calc(100% - 40px);
  }
}/*# sourceMappingURL=index.css.map */