/* Header 样式 */
.header {
  position: relative;
}

.header .navs {
  background: linear-gradient(180deg, #be2d33, #c54146) !important;
  top: 0;
  width: 100%;
  position: relative;
}

.header .navs .nav {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .navs .logo img {
  width: 222px;
}

.header .navs-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 2px;
}

.header .navs-list .item {
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  margin-left: 24px;
  color: #fff;
}

.header .navs-list .item.active {
  color: #fff;
  border-bottom: 4px solid #ffffff;
}

.header .navs-list .item a {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header .navs-list .langs {
  width: 68px;
  height: 24px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-left: 56px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header .navs-list .langs span,
.header .navs-list .langs a {
  font-size: 0.75rem;
  line-height: 14px;
  color: #fff;
  display: flex;
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.header .navs-list .langs span.active,
.header .navs-list .langs a.active {
  color: #e31b1b;
  background: #ffffff;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.header .navs-list .langs a:hover:not(.active) {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}

.header .navs-list .langs span:hover:not(.active) {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}

.header .menu {
  display: none;
}

.header .menu img {
  width: 30px;
}

.header .mobile-navs {
  display: none;
}

/* Page Banner 样式 */
.section-header {
  position: relative;
}

.section-header>img {
  width: 100%;
  display: block;
}

.section-header .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.section-header .banner-text p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 4rem;
  color: #ffffff;
  line-height: 75px;
  margin: 0;
}

.section-header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.section-header .header .navs {
  top: 0;
  width: 100%;
}

.section-header .header .navs .nav {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-header .header .navs .logo img {
  width: 222px;
  height: 60px;
}

.section-header .header .navs-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 2px;
}

.section-header .header .navs-list .item {
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  margin-left: 24px;
  color: #fff;
}

.section-header .header .navs-list .item.active {
  color: #fff;
  border-bottom: 4px solid #ffffff;
}

.section-header .header .navs-list .item a {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.section-header .header .navs-list .langs {
  width: 68px;
  height: 24px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-left: 56px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.section-header .header .navs-list .langs span,
.section-header .header .navs-list .langs a {
  font-size: 0.75rem;
  line-height: 14px;
  color: #fff;
  display: flex;
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.section-header .header .navs-list .langs span.active,
.section-header .header .navs-list .langs a.active {
  color: #e31b1b;
  background: #ffffff;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.section-header .header .navs-list .langs a:hover:not(.active) {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}

.section-header .header .navs-list .langs span:hover:not(.active) {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.02);
}

.section-header .header .menu {
  display: none;
}

.section-header .header .menu img {
  width: 30px;
}

.section-header .header .mobile-navs {
  display: none;
}

/* Footer 样式 */
.footer {
  position: relative;
  background: url("../image/footer.svg") no-repeat center;
  background-size: 100% 100%;
}

.footer .footer-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 84px 0;
  box-sizing: border-box;
}

.footer .qcode {
  width: 75.5px;
  margin-right: 43px;
}

.footer .qcode img {
  width: 100%;
  display: block;
}

.footer .left {
  display: flex;
}

.footer .text {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  font-style: normal;
  text-transform: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(265px + 265px + 54px);
  flex-wrap: wrap;
}

.footer .text p {
  margin: 4px 0;
}

.footer .logo {
  width: 29%;
}

.footer .logo img {
  width: 100%;
  display: block;
}

.footer .beian {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.footer .beian a {
  color: #fff;
}

/* Pagination 样式 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.pagination-items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagebtn {
  width: 88px;
  height: 40px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin: 0 10px;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
}

.pagebtn button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 2px 2px 2px 2px;
}

.pagebtn.active {
  background: #e31b1b;
  border-radius: 2px 2px 2px 2px;
}

.pagebtn.active button {
  border-radius: 2px 2px 2px 2px;
  color: #f1f1f1;
}

.pagebtn:hover {
  background: #e31b1b;
  border-radius: 2px 2px 2px 2px;
}

.pagebtn:hover button {
  border-radius: 2px 2px 2px 2px;
  color: #f1f1f1;
}

/* 响应式 - 平板设备 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .navs .nav {
    padding: 12px 30px;
  }

  .header .navs .logo img {
    width: 180px;
  }

  .header .navs-list .item {
    margin-left: 15px;
    padding: 0 8px;
  }

  .header .navs-list .item a {
    font-size: 0.8rem;
  }

  .header .navs-list .langs {
    margin-left: 30px;
    width: 60px;
    height: 22px;
  }

  .section-header .header .navs .logo img {
    width: 180px;
  }
}

/* 响应式 - 移动设备 */
@media screen and (max-width: 768px) {
  div {
    font-size: 12px;
  }

  .header {
    position: relative;
    width: 100%;
  }

  .header .navs {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .header .navs .nav {
    padding: 10px 15px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    box-sizing: border-box;
  }

  .header .navs .logo {
    flex: 0 0 auto;
    min-width: 0;
    max-width: calc(100% - 50px);
  }

  .header .navs .logo a {
    display: block;
    width: 100%;
  }

  .header .navs .logo img {
    width: 140px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .header .navs-list {
    display: none;
  }

  .header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 8px;
    margin-left: 10px;
    position: relative;
    z-index: 1001;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
  }

  .header .menu img {
    width: 24px;
    height: 24px;
    pointer-events: none;
    user-select: none;
    display: block;
  }

  .header .mobile-navs {
    display: none !important;
    position: fixed;
    width: 100%;
    max-height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #be2d33, #c54146);
    z-index: 9999 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .header .mobile-navs.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header .mobile-navs .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .header .mobile-navs .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .header .mobile-navs .item:last-of-type:not(.langs) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 10px;
  }

  .header .mobile-navs .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 15px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .header .mobile-navs .item a:hover,
  .header .mobile-navs .item.active a {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .header .mobile-navs .item a img {
    width: 10px;
    opacity: 0.7;
  }

  /* 移动端语言切换器 */
  .header .mobile-navs .langs {
    display: flex;
    width: auto;
    height: 36px;
    margin: 15px 20px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border-bottom: none;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .header .mobile-navs .langs a {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.85rem;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 400;
    position: relative;
  }

  .header .mobile-navs .langs a:hover:not(.active) {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
  }

  .header .mobile-navs .langs a.active {
    background: #ffffff;
    color: #e31b1b;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
  }

  /* Section Header 移动端优化 */
  .section-header>img {
    height: 150px;
    object-fit: cover;
  }

  .section-header .banner-text p {
    font-size: 2rem;
    line-height: 1.2;
  }

  .section-header .header .navs .nav {
    padding: 10px 15px;
  }

  .section-header .header .navs .logo img {
    width: 140px;
    height: auto;
  }

  .section-header .header .navs-list {
    display: none;
  }

  .section-header .header .menu {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }

  .section-header .header .menu img {
    width: 28px;
    height: 28px;
    pointer-events: none;
    user-select: none;
  }

  .section-header .header .mobile-navs {
    display: none !important;
    position: fixed;
    width: 100%;
    max-height: calc(100vh - 70px);
    top: 70px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #be2d33, #c54146);
    z-index: 9999 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .section-header .header .mobile-navs.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .section-header .header .mobile-navs .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .section-header .header .mobile-navs .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .section-header .header .mobile-navs .item:last-of-type:not(.langs) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 10px;
  }

  .section-header .header .mobile-navs .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 15px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .section-header .header .mobile-navs .item a:hover,
  .section-header .header .mobile-navs .item.active a {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .section-header .header .mobile-navs .item a img {
    width: 10px;
    opacity: 0.7;
  }

  /* Section Header 移动端语言切换器 */
  .section-header .header .mobile-navs .langs {
    display: flex;
    width: auto;
    height: 36px;
    margin: 15px 20px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border-bottom: none;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .section-header .header .mobile-navs .langs a {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.85rem;
    padding: 0;
    border-bottom: none;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 400;
    position: relative;
  }

  .section-header .header .mobile-navs .langs a:hover:not(.active) {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
  }

  .section-header .header .mobile-navs .langs a.active {
    background: #ffffff;
    color: #e31b1b;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
  }

  .footer .left {
    display: block;
    text-align: center;
  }

  .footer .qcode {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .footer .footer-content {
    width: 100%;
    padding: 32px 16px;
    display: block;
  }

  .footer .text {
    width: 100%;
    display: block;
  }

  .footer .text p {
    word-break: break-all;
  }

  .footer .logo {
    margin-top: 20px;
    width: 50%;
    text-align: center;
    margin: 20px auto 0;
  }

  .footer .beian {
    text-align: center;
  }
}

/* 响应式 - 小屏移动设备 */
@media screen and (max-width: 480px) {
  .header .navs .nav {
    padding: 8px 12px;
    min-height: 55px;
  }

  .header .navs .logo {
    max-width: calc(100% - 45px);
  }

  .header .navs .logo img {
    width: 120px;
    max-width: 100%;
  }

  .header .menu {
    width: 36px;
    height: 36px;
    padding: 6px;
    margin-left: 8px;
  }

  .header .menu img {
    width: 22px;
    height: 22px;
  }

  .header .mobile-navs {
    top: 55px;
    max-height: calc(100vh - 55px);
  }

  .header .mobile-navs .item a {
    padding: 12px 15px;
    font-size: 0.85rem;
  }

  .section-header .header .navs .logo img {
    width: 120px;
  }

  .section-header .header .mobile-navs {
    top: 60px;
    max-height: calc(100vh - 60px);
  }

  .section-header .banner-text p {
    font-size: 1.5rem;
  }
}