.c {
  width: 100%;
  max-width: 1400px;
}

img {
  max-width: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination li {
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e5e6eb;
  text-align: center;
  box-sizing: border-box;
  color: #4e5969;
  list-style: none;
  font-size: 14px;
}

.pagination li.active {
  background-color: #b8292d;
  border-color: #b8292d;
  color: #fff;
}

.pagination li.disabled {
  color: #e5e6eb;
  cursor: not-allowed;
}

.inner-banner {
  display: flex;
  align-items: center;
  position: relative;
}

.inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.inner-banner-desc {
  color: #fff;
  font-size: 50px;
  padding-bottom: 26px;
  position: relative;
  font-weight: 600;
  position: relative;
  z-index: 3;
}

.inner-banner-desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 2px;
  background-color: #fff;
}

.footer-wrap {
  border-top: 6px solid #b8292d;
  /* margin-top: 60px; */
}

/* 大屏幕 (PC) */
@media (min-width: 641px) {
  body {
    min-width: 1400px;
  }

  .mobile {
    display: none;
  }

  .pc {
    display: block;
  }

  #menu-small {
    display: none;
  }

  #menu-large {
    color: #fff;
    position: sticky;
    top: 0;
    margin-bottom: -74px;
  }

  #menu-large .logo {
    height: 38px;
  }

  #menu-large .logo-scrolling {
    display: none;
  }

  #menu-large .menu-items {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(90%);
    background-color: #fff;
    border-radius: 5px;
    padding: 6px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  #menu-large .menu-item.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 34px;
    height: 3px;
    background-color: #b8292d;
  }

  #menu-large .menu-item:hover .menu-items {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(100%);
  }

  body.scrolling #menu-large {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #333;
  }

  body.scrolling #menu-large .logo {
    display: none;
  }

  body.scrolling #menu-large .logo-scrolling {
    display: block;
  }

  body.scrolling #menu-large a {
    color: #333;
  }

  .footer .logo {
    height: 36px;
  }

  .float-wrap > div {
    cursor: pointer;
    position: relative;
  }

  .float-wrap .qrcode {
    width: 121px;
    height: 113px;
    background: url(/assets/qrcode-bg.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(-100% - 5px), calc(-50% - 15px));
    display: none;
  }

  .float-wrap .qrcode img {
    width: 100px;
    margin: 7px;
  }

  .float-wrap > div:hover .qrcode {
    display: block;
  }

  .float-wrap > div:hover .desc {
    color: #b8292d;
  }

  .float-wrap > div:hover .icon {
    background-color: #b8292d;
  }

  .news-list a {
    position: relative;
    transition: all 1s;
  }

  .news-list a > div {
    position: relative;
    z-index: 2;
  }

  .news-list a::after {
    content: "";
    position: absolute;
    transition: all 1s;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 0%;
    height: 100%;
  }

  .news-list a:hover::after {
    width: 100%;
  }

  .nav a {
    color: #ffbcbc;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .nav a.active {
    color: #fff;
  }
}

/* 移动的媒体 */
@media (max-width: 640px) {
  .mobile {
    display: block;
  }

  .pc {
    display: none;
  }

  .-mt-43px {
    margin-top: 0 !important;
  }

  .container-title {
    margin-top: 1.25rem !important;
    font-size: 1.5rem !important;
  }

  .container-title + div {
    margin-top: 1.25rem;
  }

  .tag {
    display: flex;
    height: 2.125rem;
    padding: 0.125rem 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: linear-gradient(270deg, #ffdada 0%, #fdfafa 91.41%);
    color: #333;
  }

  #menu-large {
    display: none;
  }

  .inner-banner {
    width: 100vw;
    min-width: 100vw !important;
    height: 11.25rem !important;
    padding-left: 1.87rem;
    box-sizing: border-box;
    margin-top: 3.25rem;
  }

  .inner-banner + div {
    margin-top: 0;
  }

  .inner-banner .inner-banner-desc {
    font-size: 1.375rem;
    padding-bottom: 0.62rem;
  }

  .inner-banner-desc::after {
    width: 2.75rem;
  }

  body.menu {
    height: 0;
    overflow-y: hidden;
  }

  body.menu #menu-large {
    display: block;
    inset: 0;
    top: 3.25rem;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100vw;
    height: 100vh;
  }

  body.menu #menu-large > .c .logo {
    margin-left: 1.2rem;
  }

  body.menu #menu-large > .c .icon-nav {
    width: 1.375rem;
  }

  body.menu #menu-large .menu-wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
    position: fixed;
    top: 52px;
    background: white;
    z-index: 10;
  }

  body.menu #menu-large .menu-wrap .menu-title {
    color: #b8292d;
    font-size: 0.875rem;
  }

  body.menu #menu-large .menu-wrap .icon-item-nav {
    width: 0.75rem;
    transform: rotate(45deg);
  }

  body.menu #menu-large .menu-wrap > div,
  body.menu #menu-large .menu-wrap > a {
    width: 100vw;
  }

  body.menu #menu-large .menu-item {
    margin-left: 1.88rem;
    margin-right: 1.88rem;
    padding: 0.87rem 0;
    border-bottom: 1px solid #dcdcdc;
  }

  body.menu #menu-large .menu-item.active .menu-items {
    display: flex;
  }

  body.menu #menu-large .menu-wrap .menu-item.active .icon-item-nav {
    transform: rotate(0);
  }

  body.menu #menu-large .menu-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.94rem;
    display: none;
  }

  body.menu #menu-large .menu-items a {
    display: block;
    width: 50%;
    font-size: 0.75rem;
    text-align: left;
  }

  #menu-small {
    height: 3.25rem;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(3px);
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }

  #menu-small .logo {
    width: 5.44rem;
    margin-left: 1.2rem;
  }

  #menu-small .icon-nav {
    width: 1.375rem;
    margin-right: 1rem;
  }

  .nav {
    gap: 1.2rem !important;
    width: 100% !important;
    height: 2.625rem !important;
    padding: 0 0.8rem !important;
    box-sizing: border-box;
    overflow-x: auto;
  }

  .nav + div {
    display: none;
  }

  .nav a {
    color: #ffbcbc;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    flex-shrink: 0;
  }

  .nav a.active {
    color: #fff;
  }

  .footer-wrap {
    border-top: 0.375rem solid #b8292d;
    margin-top: 2.5rem;
  }

  .footer-wrap .text-16px {
    font-size: 0.875rem;
  }

  .footer-wrap .mt-40px {
    margin-top: 1.25rem;
  }

  .footer-wrap .mt-10px {
    margin-top: 0.62rem;
  }

  .footer-wrap .item-qrcode .text-18px {
    color: #b8292d;
    font-size: 0.875rem;
    margin-top: 0.74rem;
    text-align: center;
  }

  .footer {
    padding: 1rem !important;
    box-sizing: border-box;
  }

  .footer > div,
  .footer .item > div {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer .item-beian {
    line-height: 2;
  }

  .footer .logo {
    height: 1.4375rem;
  }
}

.menu-items a {
  color: #4e5969;
  display: block;
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 4px;
}

.menu-items a:last-child {
  margin-bottom: 0;
}

.menu-items a:hover {
  background-color: #f2f3f5;
  color: #b8292d;
}

/* 滚动条整体 */
.scrollbar::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条宽度 */
  height: 8px;
  /* 水平滚动条高度 */
}

/* 滚动条轨道 */
.scrollbar::-webkit-scrollbar-track {
  background: #eaeaea;
  /* 轨道背景色 */
  border-radius: 10px;
}

/* 滚动条滑块 */
.scrollbar::-webkit-scrollbar-thumb {
  background: #1b1b1b;
  /* 滑块颜色 */
  border-radius: 10px;
  transition: background 0.3s;
}

/* 滑块悬停 */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #1b1b1b;
}

/* 滚动条两端按钮（很少显示，可选） */
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
