@charset "UTF-8";
.section9 .flex img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}

@font-face {
  font-family: "title1";
  src: url(../font/yYLl0h7WyfzTzI44.woff2);
}
:root {
  --color: #165DFF; /* 主色（全局） */
  --color-light: rgba(22, 93, 255, 0.1); /* 主色透明 */
  --color1: #165DFF; /* 主色1 */
  --color2: #165DFF; /* 主色2 */
  --color-gradient: linear-gradient(135deg, #165DFF 0%, #4080FF 100%); /* 渐变 */
  
  --nav_height: 50px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
}
html {
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #000; /* 文字颜色 */
  font-size: 14px;
  min-height: calc(100vh - var(--nav_height));
  overflow-x: hidden;
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

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

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table th,
table td {
  border: 1px solid #e5e5e5; /* 表格边框色 */
  padding: 10px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.con {
  line-height: 2;
}
.con ul {
  padding-left: 20px;
  list-style: unset;
}
.con li {
  list-style: unset;
}

/* 响应式容器 */
.bx {
  width: 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (max-width: 359px) {
  .bx {
    padding-left: 6px;
    padding-right: 6px;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

@media (min-width: 360px) and (max-width: 413px) {
  .bx {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

@media (min-width: 414px) and (max-width: 767px) {
  .bx {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100% !important;
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .bx {
    max-width: 750px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .bx {
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1440px) {
  .bx {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.clear {
  clear: both;
}

#fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* 遮罩背景 */
  z-index: 999;
}
#fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
#fixed .son {
  width: 80%;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fixed .son.on {
  display: none !important;
}
#fixed .son .txt {
  background-color: #fff; /* 弹窗背景白 */
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
#fixed .son .txt .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  display: flex;
}
#fixed .son .txt .h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
#fixed .son .txt .son_con {
  line-height: 2;
}
#fixed .video {
  width: 90%;
  height: auto;
  background-color: #fff; /* 视频弹窗背景 */
  border-radius: 10px;
  padding: 10px;
}
#fixed .video video {
  width: 100%;
  max-width: 100%;
}

#page_1 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
#page_1 a {
  padding: 0px 12px;
  line-height: 38px;
  min-width: 40px;
  display: inline-block;
  border: solid 1px #ccc; /* 分页边框 */
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
#page_1 a:hover,
#page_1 a.on {
  background: #165DFF; /* 分页选中背景 */
  color:#fff; /* 分页选中文字 */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 2px; /* 阴影色 */
}
#page_1 a.on {
  pointer-events: none;
}
#page_1 a i {
  font-size: 12px;
}

#page_2 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#page_2 a {
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
}
#page_2 a:hover,
#page_2 a.on {
  color: var(--color); /* 页码高亮色 */
}

#mbx_2 {
  font-size: 16px;
  padding: 23px 0;
  line-height: 50px;
}
#mbx_2 span {
  margin: 0 5px;
}

#banner_1 {
  background-color: transparent;
  overflow: hidden;
  border-radius: var(--radius-md);
  padding-top: calc(var(--nav_height) + 10px);
  height: 300px;
  margin-top: -5px;
}
#banner_1 .bx {
  padding: 0;
  height: 100%;
}
#banner_1 .banner_1 {
  height: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
}
#banner_1 .swiper-slide {
  font-size: 0;
}
#banner_1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}

#banner_2 {
  background-color: #fff; /* 轮播背景 */
  overflow: hidden;
  border-radius: 4px;
  height: 150px;
}
#banner_2 .bx {
  padding: 0;
  height: 100%;
}
#banner_2 .banner_2 {
  height: 100%;
}
#banner_2 .swiper-slide {
  font-size: 0;
}
#banner_2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner_2 .pag_2 span {
  background-color: #fff; /* 指示器白 */
}

#banner_3 .bx {
  background-image: linear-gradient(180deg, var(--color1) 50%, #fff 0); /* 渐变 */
  padding-top: 10px;
  padding-bottom: 10px;
}
#banner_3 .banner_3 {
  border-radius: 8px;
  height: 160px;
  width: 100%;
}
#banner_3 .swiper-slide {
  font-size: 0;
}
#banner_3 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner_3 .pag_2 span {
  background-color: var(--color1); /* 指示器主色 */
}

header {
  height: var(--nav_height);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #165DFF !important; /* 头部背景 */
  box-shadow: var(--shadow-md);
}
header::after {
  display: none !important;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.header {
  height: 100%;
  position: relative;
  font-size: 16px;
  color: #fff; /* 头部文字白 */
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}
.header i {
  position: absolute;
  left: 15px;
  font-size: 18px;
}
.header a {
  position: absolute;
  right: 10px;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.2); /* 按钮透明白 */
  color: #fff; /* 按钮文字白 */
  border-radius: 20px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
.header a:active {
  background-color: rgba(255, 255, 255, 0.3); /* 按下更亮 */
  transform: scale(0.95);
}
.header a.share-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}
.header a.share-btn i {
  position: static;
  font-size: 16px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
footer .bx {
  padding: 0;
  background: #165DFF; /* 底部导航背景 */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05); /* 阴影 */
}
footer .flex .son {
  flex-grow: 1;
  text-align: center;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.3s ease;
}
footer .flex .son:active {
  background-color: var(--color-light); /* 按下透明主色 */
}
footer .flex .son i {
  font-size: 22px;
  color: #fff; /* 图标白 */
}
footer .flex .son p {
  font-size: 11px;
  line-height: 1;
  color: #fff; /* 文字白 */
}

.footer_top {
  padding-top: 96px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.footer_top .l {
  width: 33.3333333333%;
}
.footer_top .l .logo {
  height: 96px;
  display: flex;
}
.footer_top .l .logo img {
  height: 100%;
}
.footer_top .l .img {
  margin-top: 16px;
  height: 40px;
  display: flex;
}
.footer_top .l .img img {
  height: 100%;
}
.footer_top .l .add {
  margin-top: 16px;
  line-height: 2;
}
.footer_top .r {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: 4rem;
}
.footer_top .r h3 {
  font-size: 22px;
}
.footer_top .r ul {
  margin-top: 24px;
}
.footer_top .r li {
  margin-top: 16px;
}
.footer_top .r li:nth-child(1) {
  margin-top: 0;
}
.footer_top .r a {
  display: block;
  font-size: 14px;
  line-height: 2;
}
.footer_top .r .icon {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer_top .r .icon a {
  width: 18px;
  height: 18px;
}
.footer_top .r .icon a img {
  width: 100%;
  height: 100%;
}

.footer_bottom .flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); /* 边框透明白 */
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer_bottom span {
  padding-right: 50px;
}
.footer_bottom select {
  padding: 10px 12px;
  margin-left: 8px;
  color: #fff; /* 文字白 */
}
.footer_bottom select option {
  color: #000; /* 下拉黑 */
}

main {
  margin-top: 0;
}

.home1 {
  background-color: transparent;
  padding-top: 5px;
}
.home1 .bx {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%); /* 公告渐变黄 */
  overflow: hidden;
  padding: 10px 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.home1 .flex {
  flex-wrap: nowrap;
  position: relative;
}
.home1 i {
  font-size: 20px;
  background: transparent;
  color: #165DFF; /* 图标主色 */
  position: relative;
  z-index: 10;
  padding-left: 12px;
  padding-right: 12px;
}
.home1 p {
  color: #165DFF; /* 文字主色 */
  white-space: nowrap;
  flex-shrink: 0;
  position: absolute;
  display: flex;
  animation: nots 20s linear 0s infinite;
  animation-play-state: running;
}

.home2 {
  background-color: transparent;
  padding: 5px 0;
}
.home2 .bx {
  padding-top: 0;
  padding-bottom: 0;
}
.home2 .tab {
  background: #fff; /* 标签背景白 */
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  height: 38px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
}
.home2 .tab a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.home2 .tab a.on {
  background: #165DFF; /* 选中背景 */
  color: #fff; /* 选中文字白 */
  box-shadow: var(--shadow-sm);
}
.home2 .tab a:not(.on):active {
  background-color: var(--color-light); /* 按下透明主色 */
}

.home3 {
  background-color: transparent;
  padding: 0;
}
.home3 .bx {
  padding-bottom: 0;
  background: #fff; /* 背景白 */
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 10px 12px;
}
.home3 .txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.home3 .txt p {
  line-height: 24px;
  font-size: 13px;
}
.home3 .txt p:first-child {
  font-weight: 600;
}
.home3 .txt p a {
  display: block;
  padding: 2px 8px;
  background: var(--color-light); /* 按钮透明主色 */
  border-radius: 4px;
  font-size: 12px;
}
.home3 .txt .color {
  color: var(--color); /* 强调色 */
}
.home3 .txt .red {
  color: #ff4d4f; /* 红色警告 */
  font-weight: 600;
}
.home3 .box {
  border: 2px solid var(--color); /* 边框主色 */
  padding: 8px 6px;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, rgba(22, 93, 255, 0.02) 0%, rgba(22, 93, 255, 0.05) 100%); /* 透明渐变 */
  overflow: hidden;
}
.home3 .box ul {
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.home3 .box li {
  padding: 0 3px;
}
.home3 .box img,
.home3 .box .img {
  width: 42px;
  height: 42px;
  position: relative;
}
.home3 .box span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home3 .box ul li .img span.blue {
  background-image: url(../image/icon1_on.png);
}
.home3 .box ul li .img span.red {
  background-image: url(../image/icon2_on.png);
}
.home3 .box ul li .img span.green {
  background-image: url(../image/icon3_on.png);
}


.home3 .box span.on {
  background-image: url(../image/icon_on.png);
}
.home3 .box span.on i {
  opacity: 0;
}
.home3 .box span i {
  font-style: normal;
  opacity: 1;
  transition: all 0.3s ease;
}
.home3 .box p {
  text-align: center;
  line-height: 20px;
  font-style: normal;
  opacity: 1;
  transition: all 0.3s ease;
  font-size: 11px;
  color: #666; /* 灰色文字 */
}
.home3 .box p.on {
  opacity: 0;
}
.home3 .box .p {
  padding-top: 8px;
  color: #ff4d4f; /* 红色提示 */
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
}

.home3 .box li.plus-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  height: 42px;
  vertical-align: middle;
  margin-top: -15px;
}
.home3 .box .plus-icon {
  width: 28px;
  height: 28px;
  background: #165DFF; /* 加号背景主色 */
  color: #fff; /* 加号白 */
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(22, 93, 255, 0.4); /* 阴影 */
  animation: pulse-plus 2s ease-in-out infinite;
  position: relative;
  margin-top: -10px;
}
@keyframes pulse-plus {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 6px rgba(22, 93, 255, 0.4); /* 阴影 */
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(22, 93, 255, 0.6); /* 阴影 */
  }
}

.home4 {
  background-color: transparent;
  padding: 5px 0;
}
.home4 .bx {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.home4 .flex {
  border-bottom: none;
  width: 100%;
  background: #fff; /* 背景白 */
  border-radius: var(--radius-md);
  padding: 8px 6px;
  box-shadow: var(--shadow-sm);
}
.home4 .son {
  width: calc(100% / 4 - 8px);
  margin: 4px;
}
.home4 .son a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.home4 .son a:active {
  transform: scale(0.95);
}
.home4 .son img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
}
.home4 .son p {
  padding: 4px 0 0;
  line-height: 1.3;
  font-size: 11px;
  color: #333; /* 深灰文字 */
}

.home5 {
  background-color: transparent;
  padding: 5px 0;
}
.home5 .bx {
  display: flex;
  padding: 0;
}
.home5 .box {
  overflow: auto hidden;
  padding: 6px 0;
  background: #fff; /* 背景白 */
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  flex: 1;
}
.home5 .box .flex_1 {
  white-space: normal;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
}
.home5 .box .flex_1.cat-more {
  margin-top: 8px;
  border-top: 1px dashed #e0e0e0; /* 虚线灰 */
  padding-top: 8px;
}
.home5 .box a {
  padding: 8px 4px;
  border-radius: 14px;
  color: #666; /* 灰色文字 */
  background: #f0f0f0; /* 浅灰背景 */
  font-size: 12px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #e0e0e0; /* 边框灰 */
}
.home5 .box a.on,
.home5 .box a.active {
  color: #fff; /* 白字 */
  background: #165DFF; /* 主色背景 */
  border-color: transparent;
}
.home5 .box a.cat-expand,
.home5 .box a.cat-collapse {
  color: #fff; /* 白字 */
  background: #165DFF; /* 主色背景 */
  border-color: transparent;
}
.home5 .box a:active {
  transform: scale(0.95);
  opacity: 0.9;
}
.home5 .but {
  flex-shrink: 0;
  padding-left: 8px;
  display: flex;
  align-items: center;
}
.home5 .but a {
  white-space: nowrap;
  display: block;
  padding: 6px 12px;
  border-radius: 16px;
  color: #fff; /* 白字 */
  background: #165DFF; /* 主色背景 */
}

.home6 {
  background-color: #f5f5f5; /* 页面背景浅灰 */
  padding-bottom: 10px;
}
.home6 .bx {
  padding: 8px;
}
.home6 .box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home6 .son {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* 阴影 */
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff; /* 卡片白 */
  transition: all 0.3s ease;
}
.home6 .son:active {
  transform: scale(0.98);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); /* 阴影 */
}

/* 文章标题背景 强制生效 */
.home6 .son .title {
  font-size: 15px;
  font-weight: bold;
  color: #fff !important; /* 标题白字 */
  padding: 12px 12px 8px;
  margin: 0;
  text-align: center;
  line-height: 1.4;
  background: #165DFF !important; /* 标题背景 */
  border:none;
}

.home6 .son .image-box {
  padding: 10px 12px;
  background: #fff; /* 图片区白 */
}
.home6 .son .image-box img {
  width: 100%;
  display: block;
  border-radius: 4px;
  max-height: 200px;
  object-fit: contain;
}
.home6 .son .content-box {
  padding: 8px 12px 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #333; /* 内容深灰 */
  word-break: break-all;
}
.home6 .son .content-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 8px 0;
  border-radius: 4px;
}
.home6 .son .content-box table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0;
}
.home6 .son .content-box table th,
.home6 .son .content-box table td {
  border: 1px solid #e5e5e5; /* 表格边框灰 */
  padding: 8px 6px;
  font-size: 12px;
  text-align: center;
}
.home6 .son .content-box table th {
  background: #f5f5f5; /* 表头浅灰 */
  font-weight: bold;
}
.home6 .son .content-box p {
  margin: 0 0 6px;
  line-height: 1.6;
}
.home6 .son .content-box ul,
.home6 .son .content-box ol {
  padding-left: 20px;
  margin: 6px 0;
}
.home6 .son .content-box li {
  margin: 4px 0;
  line-height: 1.6;
}
.home6 .son .content-box.content1 {
  border-top: 1px solid #f0f0f0; /* 边框浅灰 */
  margin-top: 8px;
}
.home6 .son .content-box pre {
  background: #f8f9fa; /* 代码浅灰 */
  padding: 10px;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0;
}
.home6 .son .content-box code {
  background: #f0f0f0; /* 行内代码灰 */
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
}
.home6 .son .content-box blockquote {
  border-left: 3px solid var(--color); /* 引用边框主色 */
  padding-left: 12px;
  margin: 8px 0;
  color: #666; /* 引用灰 */
  font-style: italic;
}
.home6 .son .content-box a {
  color: var(--color); /* 链接主色 */
  text-decoration: underline;
}
.home6 .son .content-box h1,
.home6 .son .content-box h2,
.home6 .son .content-box h3,
.home6 .son .content-box h4,
.home6 .son .content-box h5,
.home6 .son .content-box h6 {
  margin: 10px 0 6px;
  font-weight: bold;
}
.home6 .son .content-box h1 { font-size: 16px; }
.home6 .son .content-box h2 { font-size: 15px; }
.home6 .son .content-box h3 { font-size: 14px; }
.home6 .son .content-box h4,
.home6 .son .content-box h5,
.home6 .son .content-box h6 { font-size: 13px; }

.home6 .son .content-box .module-body {
  padding: 0;
}
.home6 .son .content-box .module-body table {
  margin: 0;
}
.home6 .son .content-box .highlight {
  color: #ff4d4f; /* 高亮红 */
  font-weight: bold;
}
.home6 .son .content-box .red-text {
  color: #ff4d4f; /* 红字 */
}
.home6 .son .content-box .green-text {
  color: #52c41a; /* 绿字 */
}

.home6 .cat-section {
  scroll-margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.home6 .cat-section:empty {
  display: none;
}
.home5 .cat-btn.active {
  box-shadow: 0 2px 10px rgba(22, 93, 255, 0.5); /* 阴影 */
  transform: scale(1.05);
}
.home6 .son .content-box .blue-text {
  color: #1890ff; /* 蓝字 */
}

.section1 .bx {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section1 .tab {
  overflow: auto hidden;
}
.section1 .tab .flex {
  flex-wrap: nowrap;
  gap: 10px;
  white-space: nowrap;
}
.section1 .tab a {
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
}
.section1 .tab a.on {
  background-color: #165DFF; /* 选中背景 */
  color: #fff; /* 白字 */
}
.section1 .tab2 {
  margin-top: 5px;
  overflow: auto hidden;
}
.section1 .tab2 .flex {
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  height: 34px;
  white-space: nowrap;
}
.section1 .tab2 a {
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.9); /* 边框黑 */
}
.section1 .tab2 a.on {
  background-color: #165DFF; /* 选中背景 */
  color: #fff; /* 白字 */
  font-weight: bold;
  border-color: #165DFF; /* 边框主色 */
}
.section1 .box {
  margin-top: 5px;
  border: 1px solid var(--color); /* 边框主色 */
  padding-bottom: 10px;
}
.section1 .box ul {
  margin-top: 10px;
  display: flex;
}
.section1 .box li {
  padding: 0 2px;
}
.section1 .box img,
.section1 .box .img {
  width: 40px;
  height: 40px;
  position: relative;
}
.section1 .box span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .box span.blue {
  background-image: url(../image/icon1_on.png);
}
.section1 .box span.red {
  background-image: url(../image/icon2_on.png);
}
.section1 .box span.green {
  background-image: url(../image/icon3_on.png);
}
.section1 .box p {
  line-height: 22px;
  margin-bottom: 5px;
  text-align: center;
  color: var(--color); /* 文字主色 */
}
.section1 .img {
  margin-top: 7px;
  font-size: 0;
}
.section1 .img img {
  width: 100%;
}

.section2 .bx {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section2 .period {
  background-color: #fff; /* 背景白 */
  font-size: 16px;
  display: flex;
  align-items: center;
}
.section2 .period i,
.section2 .period input {
  color: rgb(50, 50, 51); /* 深灰文字 */
  background-color: rgb(235, 236, 238); /* 浅灰背景 */
  height: 30px;
  width: 35px;
  line-height: 30px;
  margin: 0 2px;
  font-size: 14px;
  text-align: center;
}

.section3 {
  border-top: 10px solid #f5f5f5; /* 分隔浅灰 */
}
.section3 .bx {
  padding-top: 5px;
  padding-bottom: 5px;
}
.section3 p {
  line-height: 22px;
}
.section3 ul {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 ul li {
  padding: 5px 4px;
  display: flex;
  align-items: center;
}
.section3 ul li img {
  width: 100%;
  height: 100%;
}

.section4 {
  border-top: 10px solid #f5f5f5; /* 分隔浅灰 */
}
.section4 ul {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.section4 ul li {
  width: 50%;
  line-height: 22px;
}
.section4 ul li:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.section5 {
  border-top: 10px solid #f5f5f5; /* 分隔浅灰 */
}
.section5 ul {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.section5 ul li {
  width: 50%;
  line-height: 22px;
}
.section5 ul li:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.section5 ul .green {
  color: #18cf32; /* 绿色 */
}
.section5 ul .blue {
  color: #2f85dd; /* 蓝色 */
}
.section5 ul .red {
  color: #f05a5a; /* 红色 */
}

.section6 .bx {
  padding-left: 0;
  padding-right: 0;
}
.section6 .top {
  font-size: 12px;
  line-height: 35px;
  background: #fff; /* 背景白 */
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section6 .top .l {
  width: 30%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.section6 .top .r {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.section6 .bottom label {
  padding: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.section6 .bottom label input {
  width: 18px;
  height: 18px;
}
.section6 .bottom .table .tr {
  border-bottom: 1px solid #b8b8b8; /* 边框灰 */
  display: flex;
}
.section6 .bottom .table .tr:nth-child(1) {
  background: #165DFF; /* 表头背景 */
  color: #fff; /* 表头白字 */
}
.section6 .bottom .table .th,
.section6 .bottom .table .td {
  line-height: 30px;
  text-align: center;
  flex: 1;
  border-left: 1px solid #b8b8b8; /* 边框灰 */
}
.section6 .bottom .table .th:nth-child(1),
.section6 .bottom .table .td:nth-child(1) {
  border-left: none;
  flex: 3;
}

.section7 .top {
  font-size: 18px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.section7 .top p {
  width: 50%;
}
.section7 .top p span {
  color: var(--color); /* 主色 */
}
.section7 .top ul {
  width: 50%;
  display: flex;
}
.section7 .top ul li {
  font-size: 14px;
  border: 1px solid #999; /* 边框灰 */
  padding: 3px 5px;
  color: #999; /* 文字灰 */
  border-radius: 5px;
  margin-left: 12px;
}
.section7 .bottom .son {
  padding-top: 5px;
}
.section7 .bottom .title {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 22px;
}
.section7 .bottom .box {
  border: 1px solid var(--color); /* 边框主色 */
}
.section7 .bottom ul {
  margin-top: 10px;
  padding: 5px 0;
  display: flex;
}
.section7 .bottom li {
  padding: 0 2px;
}
.section7 .bottom img,
.section7 .bottom .img {
  width: 40px;
  height: 40px;
  position: relative;
}
.section7 .bottom span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7 .bottom span.blue {
  background-image: url(../image/icon1_on.png);
}
.section7 .bottom span.red {
  background-image: url(../image/icon2_on.png);
}
.section7 .bottom span.green {
  background-image: url(../image/icon3_on.png);
}
.section7 .bottom p {
  text-align: center;
  line-height: 22px;
}

.section8 {
  position: sticky;
  top: var(--nav_height);
  z-index: 100;
}
.section8 .bx {
  padding-top: 15px;
  background-color: #f5f5f5; /* 背景浅灰 */
}
.section8 .tab {
  display: flex;
  justify-content: space-between;
}
.section8 .tab a {
  width: 49%;
  background: #fff; /* 背景白 */
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px 8px 0 0;
}
.section8 .tab a.on {
  background-color: #165DFF; /* 选中背景 */
  color: #fff; /* 白字 */
}
.section8 .box {
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid var(--color); /* 边框主色 */
  background-color: #fff; /* 背景白 */
  border-radius: 0 0 4px 4px;
}
.section8 .box .txt {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.section8 .box .txt .red {
  color: red; /* 红字 */
}
.section8 .box .txt .red span {
  font-size: 12px;
}
.section8 .box .txt .color {
  color: var(--color); /* 主色 */
}
.section8 .box ul {
  display: flex;
  align-items: center;
}
.section8 .box ul li {
  width: 13.5%;
  padding: 0 2px;
}
.section8 .box ul img,
.section8 .box ul .img {
  width: 40px;
  height: 40px;
  position: relative;
}
.section8 .box ul span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section8 .box ul span.blue {
  background-image: url(../image/icon1_on.png);
}
.section8 .box ul span.red {
  background-image: url(../image/icon2_on.png);
}
.section8 .box ul span.green {
  background-image: url(../image/icon3_on.png);
}
.section8 .box ul .last {
  width: 5%;
}
.section8 .box ul img {
  width: 100%;
}
.section8 .box ul p {
  text-align: center;
}
.section8 .box .p {
  padding-top: 5px;
  color: red; /* 红字 */
  text-align: center;
  font-size: 12px;
}

.section9 .bx {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section9 .txt {
  padding-bottom: 5px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.section9 .txt .color {
  color: var(--color); /* 主色 */
}
.section9 .tab {
  height: 30px;
  border: 1px solid var(--color); /* 边框主色 */
  display: flex;
}
.section9 .tab a {
  width: 50%;
  height: 100%;
  text-align: center;
  border-left: 1px solid var(--color); /* 边框主色 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.section9 .tab a.on {
  background-color: #165DFF; /* 选中背景 */
  color: #fff; /* 白字 */
}
.section9 .flex {
  gap: 20px;
  padding-top: 10px;
}
.section9 .flex .son {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  box-shadow: 0 0.02rem 0.08rem 0 hsla(0, 0%, 62.7%, 0.5); /* 阴影 */
}
.section9 .flex a {
  display: block;
}
.section9 .flex .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.section9 .flex p {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.section10 .bx {
  padding: 0;
}
.section10 .list .tit {
  padding: 5px 15px;
  background-color: #eaf4fe; /* 浅蓝背景 */
  font-size: 15px;
}
.section10 .list .tit span {
  color: var(--color); /* 主色 */
  margin: 0 5px;
}
.section10 .list ul {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 2;
}
.section10 .list ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section10 .list ul .red {
  margin-left: auto;
  background-color: red; /* 红背景 */
  color: #fff; /* 白字 */
  padding: 0 5px;
  border-radius: 20px;
  height: 20px;
  line-height: 20px;
}
.section10 .list ul .color {
  color: var(--color); /* 主色 */
}

.section11 .bx {
  border-top: 10px solid #f5f5f5; /* 分隔浅灰 */
  padding-top: 12px;
}
.section11 .top {
  display: flex;
}
.section11 .top .son {
  width: calc(100% / 4 - 0px * (4 - 1) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section11 .top i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  background-color: #165DFF; /* 图标背景 */
  color: #fff; /* 图标白 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.section11 .top i.back {
  background: #d8d8d8; /* 禁用灰 */
}
.section11 .top p {
  padding: 10px 0;
}
.section11 .bottom {
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  gap: 5px;
}
.section11 .bottom .item {
  flex: 1;
  padding: 8px;
  line-height: 1;
  background-color: #165DFF; /* 按钮背景 */
  color: #fff; /* 白字 */
  border-radius: 5px;
  text-align: center;
}
.section11 .bottom .more {
  padding: 8px;
  line-height: 1;
  border-radius: 5px;
  background: #eee; /* 浅灰 */
  color: var(--color); /* 主色 */
}

.section12 .bx {
  padding-top: 15px;
  background-color: #f5f5f5; /* 背景浅灰 */
}
.section12 .tab {
  display: flex;
  justify-content: space-between;
}
.section12 .tab a {
  width: 49%;
  background: #fff; /* 背景白 */
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px 8px 0 0;
}
.section12 .tab a.on {
  background-color: #165DFF; /* 选中背景 */
  color: #fff; /* 白字 */
}
.section12 .box {
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid var(--color); /* 边框主色 */
  background-color: #fff; /* 背景白 */
  border-radius: 0 0 4px 4px;
}
.section12 .box .txt {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.section12 .box .txt .red {
  color: red; /* 红字 */
}
.section12 .box .txt .red span {
  font-size: 12px;
}
.section12 .box .txt .color {
  color: var(--color); /* 主色 */
}
.section12 .box ul {
  display: flex;
}
.section12 .box ul li {
  padding: 0 2px;
}
.section12 .box ul .last {
  width: 5%;
}
.section12 .box ul .last img {
  width: 100%;
  line-height: 40px;
}
.section12 .box ul .img {
  width: 40px;
  height: 40px;
  position: relative;
}
.section12 .box ul span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section12 .box ul span.blue {
  background-image: url(../image/icon1_on.png);
}
.section12 .box ul span.red {
  background-image: url(../image/icon2_on.png);
}
.section12 .box ul span.green {
  background-image: url(../image/icon3_on.png);
}
.section12 .box ul p {
  text-align: center;
  line-height: 22px;
}
.section12 .box .p {
  padding-top: 5px;
  color: red; /* 红字 */
  text-align: center;
  font-size: 12px;
}

.section13 {
  position: sticky;
  top: var(--nav_height);
  z-index: 100;
}
.section13 .bx {
  padding: 0;
  background-color: var(--color1); /* 背景主色 */
  position: relative;
}
.section13 .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0 16px;
  color: #fff; /* 白字 */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section13 .logo span {
  font-size: 11px;
}
.section13 .tab {
  width: 120px;
  height: 50px;
  margin: 0 auto;
  color: #fff; /* 白字 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section13 .tab a {
  font-size: 20px;
  position: relative;
}
.section13 .tab a.on {
  padding-bottom: 8px;
}
.section13 .tab a.on::after {
  content: "";
  position: absolute;
  bottom: -0.16rem;
  background-color: #fff; /* 下划线白 */
  width: 20px;
  height: 4px;
  left: 0;
  border-radius: 4px;
  right: 0;
  margin: auto;
}

.section14 .bx {
  color: rgb(0, 0, 0); /* 黑字 */
  background: rgb(242, 244, 247); /* 浅灰背景 */
  height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.section14 .bx .txt {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.section14 .bx p {
  display: flex;
  position: absolute;
  flex-shrink: 0;
  white-space: nowrap;
  animation: nots 20s linear 0s infinite;
  animation-play-state: running;
}

.section15 .bx {
  padding-top: 12px;
  padding-bottom: 12px;
}
.section15 .tab {
  display: flex;
  justify-content: space-between;
}
.section15 .tab a {
  width: 49%;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  background-color: #f2f4f7; /* 浅灰背景 */
  position: relative;
}
.section15 .tab a.on {
  background-color: #165DFF; /* 选中背景 */
  color: #fff; /* 白字 */
}
.section15 .tab a.on::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #165DFF; /* 三角主色 */
}
.section15 .tab a .tit {
  font-weight: bolder;
  font-size: 16px;
  padding-bottom: 5px;
}
.section15 .tab a p {
  font-size: 12px;
  transform: scale(0.8);
}
.section15 .txt {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.section15 .txt p {
  height: 20px;
}
.section15 .txt .color {
  color: var(--color1); /* 主色 */
}
.section15 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section15 ul li {
  width: 13.5%;
  padding: 0 2px;
}
.section15 ul .last {
  width: 5%;
}
.section15 ul .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.section15 ul .img span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section15 ul .img .blue {
  background-image: url(../image/icon1.png);
}
.section15 ul .img .red {
  background-image: url(../image/icon2.png);
}
.section15 ul .img .green {
  background-image: url(../image/icon3.png);
}
.section15 ul p {
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
}
.section15 .but {
  padding-top: 10px;
  color: #666; /* 灰字 */
  text-align: center;
  font-size: 12px;
}

.section16 .bx {
  border-top: 10px solid #f5f5f5; /* 分隔浅灰 */
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
}
.section16 .top {
  display: flex;
}
.section16 .top .son {
  width: calc(100% / 4 - 0px * (4 - 1) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section16 .top .txt {
  padding-top: 6px;
  padding-bottom: 10px;
}
.section16 .bottom {
  display: flex;
}
.section16 .bottom .son {
  width: calc(100% / 4 - 0px * (4 - 1) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section16 .bottom .img {
  width: 32px;
  height: 32px;
}
.section16 .bottom .txt {
  padding-top: 6px;
  padding-bottom: 10px;
}

.section17 .bx {
  background-color: #f2f4f7; /* 浅灰背景 */
  padding-top: 10px;
  padding-bottom: 10px;
}
.section17 form {
  display: flex;
}
.section17 form label {
  flex-grow: 1;
  height: 35px;
  background-color: #fff; /* 搜索框白 */
  border-radius: 35px;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.section17 form i {
  padding-right: 10px;
}
.section17 form input {
  flex-grow: 1;
  height: 100%;
}
.section17 form button {
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
}

.section18 .bx {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section18 .flex {
  gap: 10px;
}
.section18 .flex .son {
  width: calc(100% / 4 - 10px * (4 - 1) / 4);
  display: block;
  background-color: #f2f2f2; /* 浅灰背景 */
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  line-height: 22px;
}

.info_1 .bx {
  padding-top: 10px;
  padding-bottom: 10px;
}
.info_1 .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.info_1 .con {
  margin-top: 10px;
}

@keyframes nots {
  0% {
    transform: translateX(100%);
    right: 0;
  }
  100% {
    transform: translateX(0);
    right: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.home3 .box span {
  animation: fadeIn 0.3s ease;
}

.home3 .box ul li .img span.blue {
  animation: fadeIn 0.3s ease, pulse 2s ease-in-out infinite;
}
.home3 .box ul li .img span.red {
  animation: fadeIn 0.3s ease, pulse 2s ease-in-out infinite;
}
.home3 .box ul li .img span.green {
  animation: fadeIn 0.3s ease, pulse 2s ease-in-out infinite;
}

.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); /* 骨架屏渐变灰 */
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条背景浅灰 */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--color); /* 滚动条主色 */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0E4BD9; /* 滚动条 hover 色 */
}

::selection {
  background: var(--color); /* 选中背景主色 */
  color: #fff; /* 选中白字 */
}

main > section {
  animation: fadeIn 0.4s ease;
}

main > section:nth-child(2) {
  animation-delay: 0.1s;
}

main > section:nth-child(3) {
  animation-delay: 0.2s;
}

@media (hover: none) {
  a:active,
  button:active {
    opacity: 0.8;
  }
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .home1 .bx {
    padding: 15px 0;
  }
  .home1 i {
    font-size: 24px;
  }
  .home1 p {
    font-size: 15px;
  }
  #banner_1 {
    height: 300px;
  }
  .home2 .tab {
    height: 48px;
  }
  .home2 .tab a {
    font-size: 16px;
  }
  .home3 .bx {
    padding: 15px 20px;
  }
  .home3 .txt p {
    font-size: 15px;
    line-height: 28px;
  }
  .home3 .box {
    padding: 12px 10px;
  }
  .home3 .box img,
  .home3 .box .img {
    width: 52px;
    height: 52px;
  }
  .home3 .box span {
    font-size: 18px;
  }
  .home3 .box p {
    font-size: 13px;
    line-height: 24px;
  }
  .home3 .box .p {
    font-size: 14px;
    padding-top: 12px;
  }
  .home4 .flex {
    padding: 12px 8px;
  }
  .home4 .son {
    width: calc(100% / 6 - 8px);
  }
  .home4 .son img {
    width: 50px;
    height: 50px;
  }
  .home4 .son p {
    font-size: 13px;
  }
  .home5 .box a {
    padding: 6px 12px;
    font-size: 13px;
  }
  .home6 .bx {
    padding: 12px;
  }
  .home6 .son .title {
    font-size: 17px;
    padding: 15px;
  }
  .home6 .son .content-box {
    font-size: 15px;
    padding: 12px 15px 15px;
  }
  .section7 .top {
    font-size: 20px;
  }
  .section7 .bottom .title {
    font-size: 20px;
  }
  .section7 .bottom img,
  .section7 .bottom .img {
    width: 50px;
    height: 50px;
  }
  .section7 .bottom span {
    font-size: 16px;
  }
  .section7 .bottom p {
    font-size: 13px;
  }
  .info_1 .title {
    font-size: 20px;
  }
  .info_1 .con {
    font-size: 15px;
    line-height: 1.8;
  }
  #page_1 a {
    padding: 0 16px;
    line-height: 44px;
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .home3 .box ul {
    gap: 8px;
  }
  .home6 .box {
    gap: 15px;
  }
  .home6 .cat-section {
    gap: 15px;
  }
  .section7 .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .section7 .bottom .son {
    border: 1px solid var(--color); /* 边框主色 */
    border-radius: 8px;
    padding: 10px;
  }
}

@media (min-width: 1440px) {
  .section7 .bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 374px) {
  html {
    font-size: 14px;
  }
  .home3 .box {
    padding: 6px 4px;
  }
  .home3 .box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -2px;
  }
  .home3 .box li {
    padding: 0 0px;
    flex-shrink: 0;
  }
  .home3 .box img,
  .home3 .box .img {
    width: 30px;
    height: 30px;
  }
  .home3 .box span {
    font-size: 13px;
  }
  .home3 .box p {
    font-size: 9px;
    line-height: 16px;
  }
  .home3 .box .plus-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin-top: -8px;
  }
  .home3 .box li.plus-sign {
    height: 36px;
  }
  .home4 .son img {
    width: 32px;
    height: 32px;
  }
  .home4 .son p {
    font-size: 9px;
  }
  .home5 .box .flex_1 {
    gap: 6px;
    padding: 6px;
  }
  .home5 .box a {
    padding: 6px 2px;
    font-size: 11px;
  }
  .home6 .son .title {
    font-size: 13px;
    padding: 10px;
  }
  .home6 .son .content-box {
    font-size: 12px;
  }
}

@media (min-width: 375px) and (max-width: 413px) {
  html {
    font-size: 15px;
  }
  .home3 .box img,
  .home3 .box .img {
    width: 34px;
    height: 34px;
  }
  .home3 .box span {
    font-size: 14px;
  }
  .home3 .box li {
    padding: 0 2px;
  }
}

@media (min-width: 414px) and (max-width: 767px) {
  .home3 .box img,
  .home3 .box .img {
    width: 38px;
    height: 38px;
  }
  .home3 .box span {
    font-size: 16px;
  }
  .home5 .box a {
    font-size: 13px;
  }
  .home3 .box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  footer {
    position: relative;
  }
}

@media (prefers-color-scheme: dark) {}

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

.home6 .son .content-box img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.home6 .son .content-box table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .home6 .son .content-box table {
    font-size: 12px;
  }
  .home6 .son .content-box table th,
  .home6 .son .content-box table td {
    padding: 6px 4px;
    white-space: nowrap;
  }
}

.home6 .son .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .bx,
  .bx > div,
  .container,
  .content,
  .main,
  .wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }
  
  table[style*="width: 100%"] {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 15px 0 !important;
    margin-left: calc(50% - 50vw) !important;
    text-align: center !important;
  }
  table th, table td {
    text-align: center !important;
  }
}

.id1-section {
  background: transparent;
  margin: 5px 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.id1-section .bx {
  background: #fff; /* 背景白 */
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 15px;
  padding-bottom: 10px;
}
.id1-header {
  margin-bottom: 10px;
  position: relative;
}
.id1-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 14px 20px;
  background: #165DFF; /* 标题背景 */
  color: #fff; /* 标题白字 */
  border-radius: var(--radius-sm);
  margin: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.id1-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  padding: 8px;
  background: transparent;
  border-radius: var(--radius-sm);
  border: none;
}
.id1-tab-btn {
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  color: #888; /* 灰字 */
  background: #165DFF; /* 背景主色 */
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.id1-tab-btn.on {
  background: #165DFF; /* 选中背景 */
  color: #fff; /* 白字 */
  font-weight: bold;
}
.id1-tab-btn:hover {
  transform: translateY(-1px);
  border-color: #666; /* 边框灰 */
  color: #aaa; /* 浅灰 */
}
.id1-panels {
  position: relative;
}
.id1-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.id1-panel.on {
  display: block;
}
.id1-image-box {
  margin-bottom: 15px;
  text-align: center;
}
.id1-image-box img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}
.id1-content-box {
  padding: 15px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); /* 深色渐变 */
  border-radius: var(--radius-sm);
  font-size: 14px;
  line-height: 1.8;
  color: #e0e0e0; /* 浅灰文字 */
  border: 1px solid #165DFF; /* 边框主色 */
}
.id1-content-box.content1 {
  margin-top: 10px;
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); /* 深色渐变 */
  border: 1px solid #165DFF; /* 边框主色 */
  color: #e0e0e0; /* 浅灰文字 */
}
.id1-empty {
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
}
.id1-empty span {
  display: inline-block;
  padding: 10px 20px;
  background: #f5f5f5; /* 浅灰背景 */
  border-radius: 20px;
}
.home6.id1-section {
  padding-bottom: 10px;
  margin-bottom: 0;
}