:root {
  --c-w: #fff;
  --c-y: #fccd70;
  --c-r: #e00005;
  --c-lb: #2856c5;
  --c-db: #0d2869;
  --bg-lb-db-90: linear-gradient(90deg, var(--c-lb), var(--c-db));
  --bg-lb-db-135: linear-gradient(135deg, var(--c-lb), var(--c-db));
}

.block-title {
  color: var(--c-db);
  font-size: 2.55rem /* 52/16 */;
  letter-spacing: 0.25rem /* 4/16 */;
}

.btns a {
  width: auto;
  height: 3.75rem /* 60/16 */;
  line-height: 3.75rem /* 60/16 */;
  background-image: none;
  background-color: var(--c-r);
  font-size: 1.625rem /* 26/16 */;
  border-radius: 0.625rem /* 10/16 */;
  box-shadow: none;
  padding: 0 1.875rem /* 30/16 */;
}

.btns a:hover {
  background-image: none;
  background-color: var(--c-y);
}

.advantage {
  padding: 3.5rem /* 70/20 */ 0;
}

.advantage h3 {
  color: #000;
}

.advantage h3 span {
  color: #d60101;
}

.advantage .item {
  display: block;
  background-image: linear-gradient(to bottom, #4553dd, #1c2bbc);
  color: #fff;
  line-height: 3rem /* 40/20 */;
  border-radius: 1.5rem /* 20/20 */;
  text-align: center;
  font-size: 1.1rem /* 16/20 */;
  letter-spacing: 0.05rem /* 1/20 */;
}

.advantage .item.more {
  color: #ff0;
}

.dont-worry {
  padding: 3.5rem /* 70/20 */ 0;
  background-color: #ecf1fd;
}

.dont-worry h2 {
  font-size: 2.4rem /* 28/20 */;
  color: #000;
  text-align: center;
  letter-spacing: 0.1rem /* 2/20 */;
}

.dont-worry h3 {
  color: #000;
  font-size: 1.4rem;
}

.dont-worry h4 {
  font-size: 1.6rem /* 32/20 */;
  font-weight: bold;
  line-height: 1;
}

.dont-worry h4 span {
  color: #1a29ba;
}

.dont-worry h5 {
  font-size: 1.4rem /* 28/20 */;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem /* 2/20 */;
}

.dont-worry h5 span {
  background-color: #d60101;
  padding: 0.5rem /* 5/20 */ 1.5rem /* 20/20 */;
  border-radius: 1.5rem /* 30/20 */;
}

.cases {
  padding: 3.5rem /* 70/20 */ 0;
  background-color: #1a29ba;
}

.cases h3 {
  color: #fff;
}

.cases .btns {
  margin-top: 2rem /* 40/20 */;
}

.cases .btns a {
  background-color: #fff600;
  color: #1a29ba;
  border-radius: 2rem /* 40/20 */;
}

.biz {
  padding: 3.5rem /* 70/20 */ 0;
}

.biz h3 {
  color: #000;
}

.biz h4 {
  color: #1a29ba;
  font-size: 1.35rem;
}

.biz .item {
  text-align: center;
}
.biz .others {
  padding: 0.5rem /* 10/20 */;
}

.biz .btns a {
  border-radius: 2rem /* 40/20 */;
}

.flow {
  padding: 3.5rem /* 70/20 */ 0;
  background: url(../images/gz/flow-bg.png) center no-repeat;
  background-size: cover;
}

.flow-list {
  font-size: 1.35rem;
}

.flow-list > .flex {
  position: relative;
  padding: 0 0.75rem;
  line-height: 1.5rem;
}
.flow-list > .flex > div {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1rem 0;
  word-break: normal;
  white-space: pre-wrap;
}
.flow-list > .flex > div:nth-of-type(1) {
  width: 40%;
  padding-right: 3rem;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a29ba;
  display: flex;
  align-items: center;
}
.flow-list > .flex > div:nth-of-type(1)::after {
  display: block;
  content: "";
  width: 0.15rem /* 5/20 */;
  height: 100%;
  position: absolute;
  right: 1.5rem;
  top: 0;
  background-color: #1a29ba;
}
.flow-list > .flex > div:nth-of-type(1)::before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1a29ba;
  border-radius: 50%;
}


.flow-list > .flex:nth-of-type(4) > div:nth-of-type(2),
.flow-list > .flex:nth-of-type(6) > div:nth-of-type(2) {
  line-height: 3rem;
}

.why {
  padding: 2.375rem
    /* 70/16 */
    0;
}

.why .item {
  background-color: var(--c-db);
  border-radius: 1.25rem
    /* 20/16 */
  ;
  padding: .5rem 1rem;
}

.why .item h4 {
  color: var(--c-y);
  font-size: 1.25rem
    /* 24/16 */
  ;
  font-weight: normal;
  letter-spacing: .125rem
    /* 2/16 */
  ;
  line-height: 2;
  text-align: left;
}

.why .item>div {
  margin-bottom: auto;
}

.why .item p {
  color: var(--c-w);
  font-size: 1rem
    /* 18/16 */
  ;
}

.why .item i {
  width: 6rem
    /* 50/16 */
  ;
  height: 6rem
    /* 50/16 */
  ;
}

.why .item:nth-of-type(1) i {
  background-image: url(../images/gz/why-ico-1.png);
}

.why .item:nth-of-type(2) i {
  background-image: url(../images/gz/why-ico-2.png);
}

.why .item:nth-of-type(3) i {
  background-image: url(../images/gz/why-ico-3.png);
}

.why .item:nth-of-type(4) i {
  background-image: url(../images/gz/why-ico-4.png);
}

.annoyance {
  padding: 2.375rem
    /* 70/16 */
    0;
  --section-margin: 0;
  background-color: #f0f4ff;
}

.annoyance h4 {
  line-height: 1.5;
  font-size: 1.825rem
    /* 34/16 */
  ;
  font-weight: bold;
  letter-spacing: .125rem
    /* 2/16 */
  ;
}

.annoyance .wrapper {
  margin-top: 3.75rem
    /* 60/16 */
  ;
  height: 15rem
    /* 320/16 */
  ;
  background: url(../images/gz/annoyance-img.png) top center/40% no-repeat;
  position: relative;
}

.annoyance .wrapper .item {
  display: inline-block;
  padding: 0 .5rem
    /* 20/16 */
  ;
  line-height: 1.8
    /* 50/16 */
  ;
  border: .125rem
    /* 2/16 */
    solid var(--c-db);
  border-radius: 1.875rem
    /* 30/16 */
  ;
  font-size: 1.05rem
    /* 21/16 */
  ;
  font-weight: bold;
  letter-spacing: .125rem
    /* 2/16 */
  ;
  position: absolute;
}

.annoyance .wrapper .item.light {
  background-color: var(--c-w);
  color: var(--c-db);
}

.annoyance .wrapper .item.dark {
  background-color: var(--c-db);
  color: var(--c-y);
}

.annoyance .wrapper .item:nth-of-type(1) {
  left: 6vw;
  top: -5%;
}


.annoyance .wrapper .item:nth-of-type(2) {
  left: 1vw;
  top: 20%;
}

.annoyance .wrapper .item:nth-of-type(3) {
  left: 2vw;
  top: 45%;
}

.annoyance .wrapper .item:nth-of-type(4) {
  right: 6vw;
  top: -5%;
}


.annoyance .wrapper .item:nth-of-type(5) {
  right: 1vw;
  top: 20%;
}

.annoyance .wrapper .item:nth-of-type(6) {
  right: 2vw;
  top: 45%;
}

/* 标题样式 */
.dif{
    margin:2rem 0;
}
        .notary-title {
            text-align: center;
            font-size: 2.55rem;
            font-weight: bold;
            color: #002060;
            margin-bottom: 20px;
        }
        /* 公证服务列表 - 移动端三列布局 */
        .notary-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 10px; /* 缩小间距适配三列 */
            justify-content: center;
        }
        /* 单个公证项（li）样式 - 三列布局核心 */
        .notary-item {
            width: calc(33.333% - 6.666px); /* 三列均分，减去间距的2/3 */
            max-width: 150px; /* 限制最大宽度，适配手机屏幕 */
            text-align: center;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        /* 公证图片样式 - 适配三列缩小尺寸 */
        .notary-img {
            width: 100%;
            height: 120px; /* 缩小图片高度，适配三列布局 */
            object-fit: cover;
            display: block;
        }
        /* 公证标签样式 - 文字上下居中 */
        .notary-label {
            display: flex;
            align-items: center;
            justify-content: center;
            height:48px;
            background-color: #002060;
            color: #fff;
            font-size: 14px; /* 缩小字体，适配三列窄宽度 */
            font-weight: 500;
            line-height: 1.3;
            padding: 0 5px;
        }
        /* 特殊颜色文字 */
        .text-yellow {
            color: #ffd700;
        }