* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
}
body .app {
  width: 100%;
}
body .app .container {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
body .app .banner {
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
}
body .app .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body .app .banner .container .banner-main {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 80%;
  margin-top: 217px;
  margin-left: 119px;
}
body .app .banner .container .banner-main span {
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}
body .app .banner .container .banner-main .text {
  width: auto;
  max-width: 700px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
}
body .app .banner .container .banner-main .text div {
  width: 4px;
  min-width: 4px;
  height: 31px;
  background: #ffffff;
}
body .app .banner .container .banner-main .text p {
  width: auto;
  color: #fff;
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
body .app .page1 {
  min-height: 1074px;
  height: auto;
}
body .app .page1 .container .header {
  width: 1200px;
  width: 83.3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 106px auto 60px;
}
body .app .page1 .container .header .left {
  height: 100%;
}
body .app .page1 .container .header .left h1 {
  color: #171717;
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  letter-spacing: -1.2px;
  margin-bottom: 8px;
}
body .app .page1 .container .header .left p {
  color: #737373;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
body .app .page1 .container .header .right {
  width: fit-content;
  height: 42px;
  display: inline-flex;
  place-content: flex-end;
  place-items: center;
  gap: 12px;
  flex-shrink: 0;
  box-sizing: border-box;
}
body .app .page1 .container .header .right button {
  height: 42px;
  padding: 11.5px 24px;
  border-radius: 16777200px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #ffffff;
  color: #525252;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body .app .page1 .container .header .right .active {
  background: #1d218d;
  color: #ffffff;
}
body .app .page1 .container .header .right button:hover {
  background: #1d218d;
  color: #ffffff;
}
body .app .page1 .container main {
  display: flex;
  justify-content: space-between;
  width: 83.33%;
  height: auto;
  margin: 0 auto 0;
}
body .app .page1 .container main .left {
  width: 65.83%;
  height: auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
}
body .app .page1 .container main .left img.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
body .app .page1 .container main .left .red {
  position: absolute;
  top: 394px;
  top: 58%;
  left: 48px;
  left: 6%;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  width: 91.8px;
  height: 24px;
  border-radius: 8px;
  background: #e22924;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .app .page1 .container main .left h1 {
  position: absolute;
  top: 62%;
  left: 48px;
  left: 6%;
  width: 88%;
  max-width: 651px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
}
body .app .page1 .container main .left p {
  position: absolute;
  top: 536px;
  top: 78%;
  left: 48px;
  left: 6%;
  color: #e5e5e5;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 88%;
  max-width: 651px;
}
body .app .page1 .container main .left a {
  position: absolute;
  top: 616px;
  top: 90%;
  left: 48px;
  left: 6%;
  width: 143.8px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
body .app .page1 .container main .left a img {
  width: 20px;
  height: 20px;
}
body .app .page1 .container main .left:hover img.bg {
  transform: scale(1.1);
}
body .app .page1 .container main .right {
  width: 31.33%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
body .app .page1 .container main .right .right1,
body .app .page1 .container main .right .right2 {
  width: 100%;
  min-height: 320px;
  height: auto;
  border-radius: 24px;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
body .app .page1 .container main .right .right1 .img,
body .app .page1 .container main .right .right2 .img {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
body .app .page1 .container main .right .right1 .img img,
body .app .page1 .container main .right .right2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
body .app .page1 .container main .right .right1 .img span,
body .app .page1 .container main .right .right2 .img span {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 80.1px;
  height: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #1d218d;
  font-family: Inter;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .app .page1 .container main .right .right1 .text,
body .app .page1 .container main .right .right2 .text {
  width: 100%;
  min-height: 146px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 0 5%;
  background: #ffffff;
}
body .app .page1 .container main .right .right1 .text h3,
body .app .page1 .container main .right .right2 .text h3 {
  width: 100%;
  height: auto;
  color: #171717;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
body .app .page1 .container main .right .right1 .text .textBottom,
body .app .page1 .container main .right .right2 .text .textBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .app .page1 .container main .right .right1 .text .textBottom span,
body .app .page1 .container main .right .right2 .text .textBottom span {
  font-size: 14px;
  color: #6e6e73;
}
body .app .page1 .container main .right .right1 .text .textBottom img,
body .app .page1 .container main .right .right2 .text .textBottom img {
  width: 16px;
  height: 16px;
  align-self: flex-end;
  margin-top: -28px;
}
body .app .page1 .container main .right .right1:hover .img img,
body .app .page1 .container main .right .right2:hover .img img {
  transform: scale(1.1);
}
body .app hr {
  width: 83.3%;
  max-width: 1200px;
  height: 1px;
  background: #e5e5e5;
  border: none;
  margin: 0 auto 0;
}
body .app .page2 {
  min-height: 1135px;
  height: auto;
  padding: 60px 0;
  background: #fff;
}
body .app .page2 .container {
  margin: 0 auto;
}
body .app .page2 .container .title {
  margin: 0 auto 60px;
  width: 83.3%;
  min-height: 36px;
  height: auto;
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
body .app .page2 .container .title h1 {
  color: #171717;
  font-family: Inter;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
}
body .app .page2 .container .title .right {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2534b3;
  font-size: 16px;
  cursor: pointer;
  width: 129.6px;
  height: 24px;
}
body .app .page2 .container .title .right span {
  color: #1d218d;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
body .app .page2 .container .title .right img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
body .app .page2 .container .cards {
  margin: 0 auto 60px;
  width: 83.3%;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 2%;
  flex-shrink: 0;
}
body .app .page2 .container .cards .card {
  width: 32%;
  min-height: 559px;
  height: auto;
  border-radius: 24px;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
body .app .page2 .container .cards .card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
body .app .page2 .container .cards .card:hover .img img {
  transform: scale(1.05);
}
body .app .page2 .container .cards .card .img {
  position: relative;
  width: 100%;
  height: 260.9px;
  overflow: hidden;
}
body .app .page2 .container .cards .card .img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
  display: block;
}
body .app .page2 .container .cards .card .img span {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 92.9px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #262626;
  font-family: Inter;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
body .app .page2 .container .cards .card .text {
  padding: 31px;
  width: 100%;
  min-height: 296.1px;
  height: auto;
}
body .app .page2 .container .cards .card .text h2 {
  color: #171717;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 15px;
}
body .app .page2 .container .cards .card .text .p {
  width: 100%;
  color: #525252;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 24.4px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .app .page2 .container .cards .card .text .footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45px;
  display: flex;
  place-content: space-between;
  place-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border-top: 1px solid #f5f5f5;
  background: none;
}
body .app .page2 .container .cards .card .text .footer span {
  color: #a1a1a1;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
body .app .page2 .container .cards .card .text .footer a {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #2534b3;
  text-decoration: none;
  width: 54.2px;
  height: 20px;
}
body .app .page2 .container .cards .card .text .footer a p {
  width: fit-content;
  height: fit-content;
  color: #1d218d;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
body .app .page2 .container .cards .card .text .footer a img {
  width: 16px;
  height: 16px;
}
body .app .page2 .container .newsletter {
  margin: 0 auto 0;
  border-radius: 16px;
  padding: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83.3%;
  min-height: 299px;
  height: auto;
  border-radius: 32px;
  background: #1d218d;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}
body .app .page2 .container .newsletter .left {
  width: 576px;
  width: 56%;
  height: auto;
}
body .app .page2 .container .newsletter .left span {
  display: block;
  margin-bottom: 7px;
  color: #8ec5ff;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
body .app .page2 .container .newsletter .left h1 {
  color: #ffffff;
  font-family: Inter;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 24px;
}
body .app .page2 .container .newsletter .left p {
  width: 100%;
  max-width: 508px;
  color: #dbeafe;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.3px;
}
body .app .page2 .container .newsletter .right {
  width: 44%;
}
body .app .page2 .container .newsletter .right .button {
  overflow: hidden;
  margin-bottom: 16px;
  width: 448px;
  width: 100%;
  height: 74px;
  padding: 0 9px 0 29px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05) inset;
}
body .app .page2 .container .newsletter .right .button input {
  color: rgba(190, 219, 255, 0.6);
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: none;
  background-color: transparent;
}
body .app .page2 .container .newsletter .right .button input::placeholder {
  color: rgba(190, 219, 255, 0.6);
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
body .app .page2 .container .newsletter .right .button input:focus {
  outline: none;
}
body .app .page2 .container .newsletter .right .button button {
  width: 182.3px;
  width: 40.62%;
  height: 56px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  place-content: center;
  place-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #1d218d;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: none;
  transition: transform 0.3s ease;
}
body .app .page2 .container .newsletter .right .button button:hover {
  transform: scale(1.05);
}
body .app .page2 .container .newsletter .right p {
  width: 399px;
  max-width: 100%;
  height: auto;
  color: rgba(190, 219, 255, 0.6);
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
/* ── Patch: dynamic rendering structure ── */
body .app.blog {
  /* category buttons (a.cat-btn replaces button) */
  /* page1 main: featured/right1/right2 are now <a> */
  /* read more pseudo-link inside featured (now a span) */
  /* page2 title right is now an <a> */
  /* page2 cards container supports any item count */
  /* a.card replaces div.card */
  /* read pseudo-link inside card footer */
  /* empty state */
  /* pagination */
}
body .app.blog .page1 .container .header .right {
  flex-wrap: wrap;
  height: auto;
  gap: 12px;
}
body .app.blog .page1 .container .header .right .cat-btn {
  height: 42px;
  padding: 0 24px;
  border-radius: 16777200px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #ffffff;
  color: #525252;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 42px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}
body .app.blog .page1 .container .header .right .cat-btn.active,
body .app.blog .page1 .container .header .right .cat-btn:hover {
  background: #1d218d;
  color: #ffffff;
}
body .app.blog .page1 .container main .left {
  display: block;
  text-decoration: none;
  color: #fff;
}
body .app.blog .page1 .container main .right .right1,
body .app.blog .page1 .container main .right .right2 {
  display: block;
  text-decoration: none;
  color: inherit;
}
body .app.blog .page1 .container main .left .read-more {
  position: absolute;
  top: 90%;
  left: 6%;
  width: 143.8px;
  height: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
body .app.blog .page1 .container main .left .read-more img {
  width: 20px;
  height: 20px;
}
body .app.blog .page2 .container .title .right {
  text-decoration: none;
  color: inherit;
}
body .app.blog .page2 .container .cards {
  flex-wrap: wrap;
  row-gap: 24px;
  align-items: stretch;
}
body .app.blog .page2 .container .cards .card {
  text-decoration: none;
  color: inherit;
  display: block;
}
body .app.blog .page2 .container .cards .card .text .footer .read-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  width: 54.2px;
  height: 20px;
}
body .app.blog .page2 .container .cards .card .text .footer .read-link p {
  width: fit-content;
  height: fit-content;
  color: #1d218d;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
body .app.blog .page2 .container .cards .card .text .footer .read-link img {
  width: 16px;
  height: 16px;
}
body .app.blog .page2 .container .cards .empty-news {
  width: 100%;
  text-align: center;
  color: #999;
  padding: 40px 0;
  font-family: Inter;
  font-size: 16px;
}
body .app.blog .page2 .container .pages {
  width: 83.3%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 30px;
}
body .app.blog .page2 .container .pages .btn {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #1d218d;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
body .app.blog .page2 .container .pages .btn:hover {
  opacity: 0.85;
}
body .app.blog .page2 .container .pages .btn.disabled {
  background: #d4d4d4;
  cursor: not-allowed;
}
body .app.blog .page2 .container .pages .btn img {
  width: 18px;
  height: 18px;
}
body .app.blog .page2 .container .pages .btn:last-child {
  transform: rotate(180deg);
}
body .app.blog .page2 .container .pages .nums {
  max-width: calc(100% - 200px);
  display: flex;
  align-items: center;
  padding: 0 30px;
}
body .app.blog .page2 .container .pages .nums span,
body .app.blog .page2 .container .pages .nums a {
  font-family: Inter;
  font-size: 22px;
  color: #818181;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  transition: color 0.3s ease;
}
body .app.blog .page2 .container .pages .nums span:hover,
body .app.blog .page2 .container .pages .nums a:hover {
  color: #171717;
}
body .app.blog .page2 .container .pages .nums .cur {
  color: #1d218d;
  font-weight: 700;
  border-bottom: 2px solid #1d218d;
}
/* ── Responsive ── */
@media only screen and (max-width: 1700px) {
  body .blog .container {
    width: 92%;
    max-width: 1440px;
  }
}
/* 1470px: 主布局堆叠断点 - 覆盖 1366/1440 笔记本 */
@media only screen and (max-width: 1470px) {
  body .blog .banner {
    height: 560px;
  }
  body .blog .banner .container .banner-main {
    margin-left: 5%;
    margin-top: 180px;
  }
  body .blog .banner .container .banner-main span {
    font-size: 32px;
    line-height: 42px;
  }
  body .blog .page1 {
    height: auto;
    padding: 60px 0;
    /* main 区域: 特色文章上, 列表卡片下 */
  }
  body .blog .page1 .container .header {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  body .blog .page1 .container .header .left h1 {
    font-size: 40px;
  }
  body .blog .page1 .container main {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }
  body .blog .page1 .container main .left {
    width: 100%;
    height: 480px;
  }
  body .blog .page1 .container main .right {
    width: 100%;
    flex-direction: row;
    gap: 16px;
    height: auto;
  }
  body .blog .page1 .container main .right .right1,
  body .blog .page1 .container main .right .right2 {
    width: 50%;
    height: auto;
  }
  body .blog .page2 {
    height: auto;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1280px) {
  body .blog .banner {
    height: 480px;
  }
  body .blog .banner .container .banner-main {
    margin-top: 140px;
  }
  body .blog .banner .container .banner-main span {
    font-size: 28px;
    line-height: 38px;
  }
  body .blog .page1 {
    padding: 50px 0;
  }
  body .blog .page1 .container .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: auto;
    margin: 40px auto 30px;
  }
  body .blog .page1 .container .header .left {
    width: 100%;
  }
  body .blog .page1 .container .header .left h1 {
    font-size: 36px;
  }
  body .blog .page1 .container .header .right {
    width: 100%;
  }
  body .blog .page1 .container main .left {
    height: 420px;
  }
  body .blog .page1 .container main .left h1 {
    font-size: 28px;
    line-height: 36px;
  }
  body .blog .page1 .container main .left p {
    font-size: 14px;
    line-height: 22px;
  }
  body .blog .page2 .container .title h1 {
    font-size: 26px;
  }
  body .blog .page2 .container .cards {
    gap: 2%;
  }
  body .blog .page2 .container .cards .card {
    width: 32%;
    height: auto;
  }
  body .blog .page2 .container .newsletter {
    height: auto;
    padding: 5%;
  }
  body .blog .page2 .container .newsletter .left h1 {
    font-size: 36px;
    line-height: 46px;
  }
  body .blog .page2 .container .newsletter .right .button {
    width: 100%;
  }
  body .blog .page2 .container .newsletter .right .button button {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  body .blog .banner {
    height: 400px;
  }
  body .blog .banner .container .banner-main {
    margin-top: 110px;
  }
  body .blog .banner .container .banner-main span {
    font-size: 24px;
    line-height: 32px;
  }
  body .blog .banner .container .banner-main .text p {
    font-size: 14px;
  }
  body .blog .page1,
  body .blog .page2 {
    padding: 50px 0;
  }
  body .blog .page1 .container .header .left h1 {
    font-size: 30px !important;
  }
  body .blog .page1 .container main .left {
    height: 360px;
  }
  body .blog .page1 .container main .left h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  body .blog .page1 .container main .right {
    flex-direction: column;
  }
  body .blog .page1 .container main .right .right1,
  body .blog .page1 .container main .right .right2 {
    width: 100%;
  }
  body .blog .page2 .container .title h1 {
    font-size: 22px !important;
  }
  body .blog .page2 .container .cards {
    gap: 16px;
  }
  body .blog .page2 .container .cards .card {
    width: calc(50% - 8px);
    height: auto;
  }
  body .blog .page2 .container .newsletter {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  body .blog .page2 .container .newsletter .left,
  body .blog .page2 .container .newsletter .right {
    width: 100%;
  }
  body .blog .page2 .container .newsletter .left h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  body .blog .page2 .container .newsletter .left p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 800px) {
  body .blog .banner {
    height: 320px;
  }
  body .blog .banner .container .banner-main {
    max-width: 90%;
    margin-top: 90px;
  }
  body .blog .banner .container .banner-main span {
    font-size: 22px;
    line-height: 28px;
  }
  body .blog .page1,
  body .blog .page2 {
    padding: 40px 0;
  }
  body .blog .page1 .container .header .left h1 {
    font-size: 26px !important;
  }
  body .blog .page1 .container .header .left p {
    font-size: 13px !important;
  }
  body .blog .page1 .container main .left {
    height: 320px;
  }
  body .blog .page1 .container main .left h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  body .blog .page1 .container main .left p {
    font-size: 13px !important;
  }
  body .blog .page2 .container .title h1 {
    font-size: 20px !important;
  }
  body .blog .page2 .container .cards .card {
    width: 100%;
  }
  body .blog .page2 .container .cards .card .text {
    padding: 20px;
  }
  body .blog .page2 .container .cards .card .text h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  body .blog .page2 .container .newsletter {
    padding: 6%;
  }
  body .blog .page2 .container .newsletter .left h1 {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  body .blog .page2 .container .newsletter .right .button {
    flex-direction: column;
    height: auto;
    padding: 12px;
    gap: 10px;
  }
  body .blog .page2 .container .newsletter .right .button input {
    width: 100%;
    padding: 10px 0;
  }
  body .blog .page2 .container .newsletter .right .button button {
    width: 100%;
    height: 48px;
  }
}
@media only screen and (max-width: 640px) {
  body .blog .banner {
    height: 260px;
  }
  body .blog .banner .container .banner-main {
    margin-top: 70px;
  }
  body .blog .banner .container .banner-main span {
    font-size: 20px;
    line-height: 26px;
  }
  body .blog .page1,
  body .blog .page2 {
    padding: 30px 0;
  }
  body .blog .page1 .container .header .left h1 {
    font-size: 22px !important;
  }
  body .blog .page1 .container main .left {
    height: 280px;
  }
  body .blog .page1 .container main .left h1 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  body .blog .page2 .container .newsletter .left h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
/* ── Blog 页面统一规范化（移除写死高度 + 标题2行 + 描述3行 + 分类标签自适应）── */
body .app.blog {
  /* === Featured 左卡片 === */
  /* === Right1 / Right2 缩略卡片 === */
  /* === Page2 Latest Articles 卡片 === */
  /* ── Pagination 修复（箭头方向 + 激活态箭头可见性 + 间距）── */
  /* ── Featured 卡片手机端适配 ── */
}
body .app.blog .page1,
body .app.blog .page2 {
  min-height: 0 !important;
  height: auto !important;
}
body .app.blog .page1 .container main {
  min-height: 0 !important;
  height: auto !important;
  align-items: stretch;
}
body .app.blog .page1 .container main .left {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1.45454545;
}
body .app.blog .page1 .container main .left .red {
  width: auto !important;
  height: auto !important;
  padding: 5px 14px !important;
  white-space: nowrap;
}
body .app.blog .page1 .container main .left h1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .app.blog .page1 .container main .left p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .app.blog .page1 .container main .right {
  height: auto !important;
}
body .app.blog .page1 .container main .right .right1,
body .app.blog .page1 .container main .right .right2 {
  min-height: 0 !important;
  height: auto !important;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
body .app.blog .page1 .container main .right .right1 .img,
body .app.blog .page1 .container main .right .right2 .img {
  height: auto !important;
  aspect-ratio: 1.77777778;
}
body .app.blog .page1 .container main .right .right1 .img span,
body .app.blog .page1 .container main .right .right2 .img span {
  width: auto !important;
  height: auto !important;
  padding: 4px 10px !important;
  white-space: nowrap;
}
body .app.blog .page1 .container main .right .right1 .text,
body .app.blog .page1 .container main .right .right2 .text {
  min-height: 0 !important;
  height: auto !important;
  padding: 16px 20px !important;
  gap: 12px;
  flex: 1;
  justify-content: space-between !important;
}
body .app.blog .page1 .container main .right .right1 .text h3,
body .app.blog .page1 .container main .right .right2 .text h3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto !important;
}
body .app.blog .page2 .container .cards .card {
  min-height: 0 !important;
  height: auto !important;
  display: flex;
  flex-direction: column;
}
body .app.blog .page2 .container .cards .card .img {
  height: auto !important;
  aspect-ratio: 1.6;
}
body .app.blog .page2 .container .cards .card .img span {
  width: auto !important;
  height: auto !important;
  padding: 5px 12px !important;
  white-space: nowrap;
}
body .app.blog .page2 .container .cards .card .text {
  min-height: 0 !important;
  height: auto !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
body .app.blog .page2 .container .cards .card .text h2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
}
body .app.blog .page2 .container .cards .card .text .p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
}
body .app.blog .page2 .container .cards .card .text .footer {
  margin-top: auto !important;
  height: auto !important;
  padding-top: 16px;
}
body .app.blog .page2 .container .newsletter {
  min-height: 0 !important;
  height: auto !important;
}
body .app.blog .banner .container .banner-main span {
  height: auto !important;
}
@media only screen and (max-width: 800px) {
  body .app.blog .page1 .container main .left {
    aspect-ratio: 0.8 !important;
  }
  body .app.blog .page1 .container main .left h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  body .app.blog .page1 .container main .left p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  body .app.blog .page1 .container main .left {
    aspect-ratio: 0.75 !important;
  }
  body .app.blog .page1 .container main .left .red {
    top: 50% !important;
  }
  body .app.blog .page1 .container main .left h1 {
    top: 56% !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  body .app.blog .page1 .container main .left p {
    top: 72% !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }
  body .app.blog .page1 .container main .left .read-more {
    top: 88% !important;
    font-size: 14px !important;
  }
}
body .app.blog .page2 .container .pages {
  gap: 24px;
  padding: 40px 0 60px;
  flex-wrap: wrap;
}
body .app.blog .page2 .container .pages .btn {
  flex-shrink: 0;
}
body .app.blog .page2 .container .pages .btn:last-child {
  transform: none;
}
body .app.blog .page2 .container .pages .btn:first-child {
  transform: rotate(180deg);
}
body .app.blog .page2 .container .pages .btn:not(.disabled) img {
  filter: brightness(0) invert(1);
}
body .app.blog .page2 .container .pages .nums {
  max-width: none;
  padding: 0;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}
body .app.blog .page2 .container .pages .nums a,
body .app.blog .page2 .container .pages .nums span {
  padding: 4px 12px;
  min-width: 32px;
  text-align: center;
}
