:root {
  --v10-color-primary: #2280bd;
  --swiper-theme-color: #2280bd;
  --header_active_bg_color: #2280bd;
  --header_active_color: #fff;
  --header_font_color: #fff;
  --border_color: #E8E8E8;
  --box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  --float-zIndex: 1000100;
  --float-mask-zIndex: 1000050;
  --fancybox-zIndex: 1000000;
  --header-zIndex: 999999;
  --mobile-header-height: 60px;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.is-invisible {
  visibility: hidden !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 990px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

.slogan-section {
  background: #1F70E1;
}
.slogan-section .slogan-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  min-height: 150px;
  box-sizing: border-box;
}
.slogan-section .slogan-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 990px) {
  .slogan-section .slogan-title {
    font-size: 24px;
    white-space: normal;
  }
}
.slogan-section .slogan-desc {
  max-width: 1352px;
  width: 100%;
  text-align: center;
}
.slogan-section .slogan-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  color: #fff;
  margin: 0;
}
.slogan-section .slogan-desc p + p {
  margin-top: 0;
}
@media (max-width: 990px) {
  .slogan-section .slogan-desc p {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .slogan-section .slogan-inner {
    padding: 30px 14px;
    min-height: auto;
  }
}

.banner-section {
  background: #f2f9f8;
}
.banner-section .banner-swiper {
  width: 100%;
}
.banner-section .banner-swiper .swiper-slide a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.banner-section .banner-swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-section .banner-swiper .swiper-slide a img.pc-banner {
  display: block;
}
@media (max-width: 990px) {
  .banner-section .banner-swiper .swiper-slide a img.pc-banner {
    display: none;
  }
}
.banner-section .banner-swiper .swiper-slide a img.mob-banner {
  display: none;
}
@media (max-width: 990px) {
  .banner-section .banner-swiper .swiper-slide a img.mob-banner {
    display: block;
  }
}
.banner-section .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.banner-section .banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.news-section {
  background: #f2f9f8;
}
.news-section .news-layout {
  display: flex;
  gap: 28px;
  padding: 20px 0;
  box-sizing: border-box;
}
@media (max-width: 1240px) {
  .news-section .news-layout {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 990px) {
  .news-section .news-layout {
    flex-direction: column;
    gap: 20px;
  }
}
.news-section .news-col-left {
  flex: 0 0 707px;
  width: 707px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .news-section .news-col-left {
    flex: none;
    width: 100%;
  }
}
.news-section .news-col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .news-section .news-col-right {
    gap: 15px;
  }
}
.news-section .news-feature {
  margin-bottom: 16px;
}
.news-section .news-feature .feature-img-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 100/43;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  text-decoration: none;
}
.news-section .news-feature .feature-img-link .feature-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
.news-section .news-feature .feature-img-link .feature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  box-sizing: border-box;
}
.news-section .news-feature .feature-img-link .feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-section .news-feature .feature-img-link:hover .feature-img {
  transform: scale(1.05);
}
.news-section .news-list {
  display: flex;
  flex-direction: column;
}
.news-section .news-list .news-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 0;
  border-bottom: 1px solid #DEE5ED;
  flex-wrap: wrap;
}
.news-section .news-list .news-item:last-child {
  border-bottom: none;
}
.news-section .news-list .item-dot {
  width: 4px;
  height: 4px;
  background: #2280bd;
  border-radius: 50%;
  flex-shrink: 0;
}
.news-section .news-list .item-tag {
  font-size: 14px;
  color: #2280bd;
  line-height: 1.5;
  flex-shrink: 0;
  white-space: nowrap;
}
.news-section .news-list .item-text {
  font-size: 14px;
  color: #222;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.news-section .news-list .item-text:hover {
  color: #2280bd;
  text-decoration: none;
}
.news-section .news-list .item-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #2280bd;
  line-height: 1.5;
  flex-shrink: 0;
  white-space: nowrap;
}
.news-section .news-list .item-date .date-icon {
  display: block;
  width: 17px;
  height: 17px;
}
@media (max-width: 990px) {
  .news-section .news-list .news-item {
    padding: 10px 0;
  }
  .news-section .news-list .item-tag {
    display: none;
  }
  .news-section .news-list .item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.news-section .hm-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-section .hm-list .hm-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #DEE5ED;
  flex-wrap: nowrap;
  background: #fff;
}
.news-section .hm-list .hm-item:last-child {
  border-bottom: none;
}
.news-section .hm-list .hm-dot {
  width: 6px;
  height: 6px;
  background: #D1D5DC;
  border-radius: 50%;
  flex-shrink: 0;
}
.news-section .hm-list .hm-text {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  color: rgba(26, 26, 26, 0.8);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-section .hm-list .hm-text:hover {
  color: #2280bd;
  cursor: pointer;
}
.news-section .hm-list .hm-date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #5A6C8A;
  flex-shrink: 0;
  white-space: nowrap;
}
.news-section .hm-list .hm-date .date-icon {
  display: block;
  width: 17px;
  height: 17px;
}
.news-section .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 990px) {
  .news-section .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (max-width: 990px) {
  .news-section .news-layout {
    padding: 20px 0;
  }
  .news-section .news-col-left {
    width: 100%;
    flex: none;
  }
}

.head-body-style-1 .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 2px solid #2280bd;
}
.head-body-style-1 .section-header .section-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.head-body-style-1 .section-header .section-header-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0;
  white-space: nowrap;
}
.head-body-style-1 .section-header .hd-dot {
  display: block;
  width: 6px;
  height: 24px;
  background: var(--v10-color-primary);
  flex-shrink: 0;
  border-radius: 2px;
}
.head-body-style-1 .section-header .hd-dot.hd-second {
  background: #3EB134;
}
.head-body-style-1 .section-header .more-link {
  font-size: 14px;
  color: #5A6C8A;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.head-body-style-1 .section-header .more-link:hover {
  color: var(--v10-color-primary);
}
.head-body-style-1 .section-body {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #DEE5ED;
  border-radius: 8px;
  overflow: hidden;
}
.head-body-style-1 .section-body.is-plain {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}

.price-section {
  background: #fff;
}
.price-section .price-layout {
  display: flex;
  gap: 42px;
  padding: 20px 0;
  box-sizing: border-box;
}
@media (max-width: 1240px) {
  .price-section .price-layout {
    flex-direction: column;
    gap: 30px;
  }
}
.price-section .price-col-left {
  flex: 0 0 826px;
  width: 826px;
}
@media (max-width: 1240px) {
  .price-section .price-col-left {
    flex: none;
    width: 100%;
  }
}
.price-section .price-col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.price-section .price-col-right > .head-body-style-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.price-section .price-col-right .magazine-card-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.price-section .price-col-right .magazine-card {
  display: flex;
  gap: 10px;
  width: 100%;
  width: 100%;
}
.price-section .price-col-right .magazine-cover {
  flex-shrink: 0;
}
.price-section .price-col-right .magazine-cover .magazine-img {
  display: block;
  width: 157px;
  height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #D1D5DC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.price-section .price-col-right .magazine-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 20px;
}
.price-section .price-col-right .magazine-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #E8E8E8;
}
.price-section .price-col-right .magazine-bar {
  display: block;
  width: 6px;
  height: 24px;
  background: var(--v10-color-primary);
  flex-shrink: 0;
}
.price-section .price-col-right .magazine-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
}
.price-section .price-col-right .magazine-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 6px;
}
.price-section .price-col-right .magazine-issue {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
}
.price-section .price-col-right .magazine-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ED0606;
  background: #FF0;
  padding: 2px 5px;
  flex-shrink: 0;
}
.price-section .price-col-right .magazine-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 20px;
}
.price-section .price-col-right .magazine-stat {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #5A6C8A;
}
.price-section .price-col-right .magazine-stat .stat-icon {
  display: block;
  width: 17px;
  height: 17px;
}
.price-section .price-col-right .magazine-actions {
  display: flex;
  gap: 20px;
}
.price-section .price-col-right .magazine-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s;
}
.price-section .price-col-right .magazine-btn.primary {
  background: var(--v10-color-primary);
  color: #fff;
}
.price-section .price-col-right .magazine-btn.primary:hover {
  opacity: 0.85;
}
.price-section .price-col-right .magazine-btn.secondary {
  background: #ABCD23;
  color: #fff;
}
.price-section .price-col-right .magazine-btn.secondary:hover {
  opacity: 0.85;
}
@media (max-width: 990px) {
  .price-section .price-col-right .magazine-card {
    flex-direction: column;
    align-items: center;
  }
  .price-section .price-col-right .magazine-actions {
    flex-direction: column;
    align-items: center;
  }
}
.price-section .price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 18px;
  padding: 4px;
}
.price-section .price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 117px;
  background: #f5faf8;
  border: 1px solid #E8E8E8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.price-section .price-card .price-card-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-section .price-card .price-label {
  font-size: 14px;
  color: #5A6C8A;
  line-height: 1.4;
}
.price-section .price-card .price-value {
  font-size: 30px;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.2;
  letter-spacing: -0.75px;
}
.price-section .price-card .price-change {
  font-size: 24px;
  line-height: 1;
  padding: 4px 10px;
  flex-shrink: 0;
}
.price-section .price-card .price-change.is-up {
  background: #FDF2F2;
  color: #E7000B;
}
.price-section .price-card .price-change.is-down {
  background: #F2FDF3;
  color: #00B71A;
}
.price-section .price-card .price-change.is-neutral {
  background: #F5F5F5;
  color: #999;
}
@media (max-width: 990px) {
  .price-section .price-grid {
    grid-template-columns: 1fr;
  }
  .price-section .price-card {
    height: auto;
    padding: 15px 20px;
  }
}

.about-section {
  background: #f2f9f8;
}
.about-section .about-layout {
  display: flex;
  gap: 40px;
  padding: 20px 0;
  box-sizing: border-box;
  align-items: center;
}
@media (max-width: 1240px) {
  .about-section .about-layout {
    flex-direction: column;
    gap: 30px;
  }
}
.about-section .about-col-left {
  flex: 0 0 1026px;
  width: 1026px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-section .about-col-left > .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 2px solid #2280bd;
}
.about-section .about-col-left > .section-header .section-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-section .about-col-left > .section-header .section-header-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0;
  white-space: nowrap;
}
.about-section .about-col-left > .section-header .hd-dot {
  display: block;
  width: 6px;
  height: 24px;
  background: var(--v10-color-primary);
  flex-shrink: 0;
  border-radius: 2px;
}
.about-section .about-col-left > .section-header .more-link {
  font-size: 14px;
  color: #5A6C8A;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.about-section .about-col-left > .section-header .more-link:hover {
  color: var(--v10-color-primary);
}
@media (max-width: 1680px) {
  .about-section .about-col-left {
    flex: 0 0 926px;
    width: 926px;
  }
}
@media (max-width: 1240px) {
  .about-section .about-col-left {
    flex: none;
    width: 100%;
  }
}
.about-section .about-col-right {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.about-section .about-col-right .about-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.about-section .about-desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  color: #222;
  margin: 0;
}
.about-section .about-highlight {
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
.about-section .about-highlight p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  color: #2280bd;
  margin: 0;
}
.about-section .about-highlight p + p {
  margin-top: 0;
}
.about-section .about-stats-row {
  display: flex;
  gap: 16px;
}
.about-section .stat-card {
  width: 216px;
  height: 101px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}
.about-section .stat-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #2280bd;
}
.about-section .stat-number .stat-plus {
  font-size: 26px;
  font-weight: 400;
  color: #555;
  vertical-align: super;
}
.about-section .stat-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
}
@media (max-width: 990px) {
  .about-section .about-layout {
    padding: 20px 0;
  }
  .about-section .about-stats-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .about-section .stat-card {
    width: calc(50% - 5px);
    height: 80px;
  }
}