* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  background-color: #fff;
  color: #111;
}
.quality-courses-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.quality-courses-swiper .swiper-slide-active,
.quality-courses-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.main-content {
  background-color: #f5f5f5;
  padding: 32px 0 60px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.site-header {
  background-color: #fff;
  border-bottom: 10px solid #f26522;
}
.site-header .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100px;
}
.logo-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-block .logo1 {
  display: block;
  width: 188px;
  height: 56px;
  object-fit: contain;
}
.brand-tagline {
  display: flex;
  align-items: center;
}
.brand-tagline .zikao_2 {
  width: 176px;
  height: 28px;
  object-fit: contain;
}
.brand-tagline::before {
  margin-right: 18px;
  content: '';
  display: block;
  width: 1px;
  height: 44px;
  background: #FF6E00;
}
.brand-cn {
  font-size: 20px;
  font-weight: 600;
}
.brand-topics {
  font-size: 16px;
  color: #f26522;
  font-weight: 500;
  letter-spacing: 2px;
}
.site-nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  font-size: 16px;
}
.site-nav a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding-bottom: 6px;
  display: inline-block;
  transition: color 0.2s ease;
}
.site-nav li.active a,
.site-nav a:hover {
  color: #f26522;
  border-bottom: 2px solid #f26522;
}
.hero-grid {
  display: grid;
  grid-template-columns: 302px 520px 302px;
  gap: 22px;
  align-items: stretch;
  height: 324px;
  padding: 20px 16px;
  background-color: #fff;
}
.panel {
  background-color: #fff;
  position: relative;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}
.panel-heading h2 {
  font-size: 18px;
  color: #f26522;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.panel-heading h2::before {
  content: '';
  display: block;
  width: 20px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.announcement-panel .panel-heading h2 {
  font-size: 18px;
  color: #f26522;
  display: flex;
  align-items: center;
  padding-left: 26px;
}
.announcement-panel .panel-heading h2::before {
  content: '';
  display: block;
  width: 20px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.news-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  /* 为loading组件提供定位基准 */
  min-height: 200px;
  /* 确保有足够高度显示loading */
}
.news-list li {
  display: flex;
  box-shadow: 1px 3px 6px 0px #70707026;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EEEEEE;
  height: 30px;
  padding: 5px 8px;
  box-sizing: border-box;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  margin-top: 8px;
  flex-shrink: 0;
  margin-right: 10px;
}
.news-panel .news-text {
  width: calc(100% - 14px);
}
.news-title {
  flex: 1;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
}
.news-title a {
  color: #000;
  text-decoration: none;
}
.banner-panel {
  padding: 0;
  overflow: hidden;
  height: 282px;
}
.banner-slides {
  position: relative;
  height: 100%;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.banner-custom-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.banner-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.banner-pagination-bullet.active {
  background: #f26522;
  width: 24px;
  border-radius: 4px;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background-color: rgba(242, 101, 34, 0.85);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease;
}
.slider-btn.prev {
  left: 12px;
}
.slider-btn.next {
  right: 12px;
}
.slider-btn:hover {
  background-color: #f26522;
}
.announce-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.announce-counter {
  font-size: 14px;
  color: #666;
}
.mini-btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f26522;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(242, 101, 34, 0.15);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.mini-btn:hover {
  background-color: #ff7a3d;
  box-shadow: 0 8px 16px rgba(242, 101, 34, 0.2);
}
.mini-btn:active {
  transform: translateY(1px);
}
.mini-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}
.slider-btn::after,
.mini-btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.slider-btn.prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.slider-btn.next::after {
  margin-right: 3px;
}
.mini-btn.prev::after {
  transform: rotate(-135deg);
  margin-left: 2px;
}
.mini-btn.next::after {
  margin-right: 2px;
}
.city-section {
  margin-top: 30px;
  align-items: stretch;
}
.city-panel {
  width: 100%;
  background-color: #ffffff;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 20px 16px;
}
.city-panel-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  background: #f7f7f7;
  height: 41px;
}
.city-panel-accent {
  width: 4px;
  height: 41px;
  background: #f26522;
  display: inline-block;
}
.city-panel-heading h2 {
  font-size: 20px;
  color: #f26522;
  font-weight: 600;
}
.city-panel-card {
  margin-top: 20px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.city-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.city-item {
  text-align: center;
  padding: 12px 0;
  border-radius: 4px;
  background: #f8f8f8;
  color: #555;
  font-weight: 500;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
  font-size: 14px;
}
.city-item.active {
  background: #f26522;
  color: #fff;
  box-shadow: none;
}
.city-item:hover {
  color: #f26522;
}
.city-item:hover.active {
  color: #fff;
  background: #f26522;
}
.college-section {
  margin-top: 40px;
  display: flex;
  gap: 24px;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px 16px;
}
.college-left {
  flex: 1;
  max-width: 880px;
  background: #fff;
}
.college-right {
  width: 320px;
  min-height: 605px;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.college-right-heading {
  display: flex;
  height: 41px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  background: #F8F8F8;
}
.announcement-content {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.announcement-slides {
  max-height: 244px;
  overflow-y: auto;
}
.announcement-content .announcement-list {
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.announcement-content .announcement-list.active {
  display: flex;
}
.announcement-slides .announcement-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.announcement-item {
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  background-color: #f8f8f8;
}
.announcement-item:hover .announcement-dot {
  background: #f26522;
}
.announcement-item:hover .announcement-text {
  color: #f26522;
  text-decoration: none;
}
.announcement-item:last-child {
  border-bottom: none;
}
.announcement-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin-right: 10px;
  flex-shrink: 0;
}
.announcement-text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.announcement-text a {
  color: #000;
  text-decoration: none;
}
.announcement-text a:hover {
  color: #f26522;
}
.announce-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.announce-indicator {
  width: 46px;
  height: 6px;
  border-radius: 999px;
  border: none;
  background: #e8e8e8;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.announce-indicator.active {
  background: linear-gradient(90deg, #ffb266, #f26522);
  opacity: 1;
}
.consult-btn {
  width: 100%;
  border: none;
  background: #f26522;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 0;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(242, 101, 34, 0.3);
  position: absolute;
  bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.consult-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(242, 101, 34, 0.4);
}
.college-left-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  height: 41px;
}
.college-title-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.college-title-group .college-line {
  width: 1px;
  height: 20px;
  background: #f26522;
}
.college-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.college-title-accent {
  width: 20px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
}
.college-title h2 {
  font-size: 18px;
  color: #f26522;
}
.college-tabs {
  list-style: none;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-right: none;
}
.college-tab {
  min-width: 115px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f2f2f2, #e6e6e6);
  color: #888;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.college-tab.active {
  background: linear-gradient(180deg, #ff8b27, #f26522);
  color: #fff;
}
.college-more {
  font-size: 14px;
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.college-more-arrow {
  font-weight: 600;
  color: #1b1b1b;
}
.college-card-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  height: calc(100% - 24px - 41px);
  align-content: flex-start;
}
.college-card {
  width: 412px;
  height: 172px;
  background-image: url('https://xuelipro.gaodun.com/skin/images/college_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.college-card-header {
  display: flex;
  gap: 14px;
  padding: 24px 24px 0px;
}
.college-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(242, 101, 34, 0.1);
}
.college-info {
  flex: 1;
}
.college-info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.college-info-top h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.college-badges {
  display: flex;
  gap: 6px;
}
.college-badge {
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.badge-orange {
  background: #ff8b27;
}
.badge-green {
  background: #20c072;
}
.badge-blue {
  background: #4fb3ff;
}
.college-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #000;
}
.icon-location {
  width: 12px;
  height: 12px;
  border: 2px solid #f26522;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
}
.icon-location::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #f26522;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.college-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 16px;
}
.college-action {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #fff;
  padding: 10px 0;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.04);
}
.college-action.active {
  color: #f26522;
}
.college-action:hover {
  color: #f26522;
}
.announce-title {
  font-weight: 600;
  margin-bottom: 3px;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
}
.announce-title a {
  color: #000;
  text-decoration: none;
}
.announce-title a:hover {
  color: #f26522;
}
.announce-title::before {
  margin-right: 8px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #f26522;
}
.announce-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 6px;
  background: #EEEEEE;
  padding: 4px 8px;
  border-radius: 5px;
}
.announce-tags .announce-tag-item {
  width: 100%;
  display: flex;
  align-items: center;
}
.announce-tags .announce-content {
  height: 72px;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tag {
  width: 80px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.tag::before {
  margin-right: 5px;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
}
.announce-tag-title {
  font-size: 14px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
}
.tag-zk {
  color: #f26522;
}
.tag-zk::before {
  background: #f26522;
}
.tag-cr {
  color: #39c26b;
}
.tag-cr::before {
  background: #39c26b;
}
.tag-kd {
  color: #139ae0;
}
.tag-kd::before {
  background: #139ae0;
}
.slider-indicators {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}
.slider-indicator {
  width: 46px;
  height: 8px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  background: #fff;
}
.slider-indicator.active {
  opacity: 1;
  background: #f26522;
}
.dual-panel {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-heading-left {
  display: flex;
  align-items: center;
  gap: 28px;
}
.section-title {
  font-size: 18px;
  font-weight: 600;
  color: #f26522;
}
.section-tabs {
  display: inline-flex;
  border-radius: 32px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.section-tab {
  border: none;
  background: transparent;
  padding: 10px 28px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.section-tab + .section-tab {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.section-tab.active {
  background: linear-gradient(90deg, #ff8b4c, #f26522);
  color: #fff;
  font-weight: 600;
}
.section-link {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.section-link::after {
  content: "››";
  display: inline-block;
  color: #999;
  font-size: 14px;
  transform: translateX(2px);
}
.faq-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #ff8b4c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}
.faq-slider {
  margin-top: 18px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  padding: 20px;
  touch-action: pan-y;
}
.faq-track {
  min-height: 250px;
  overflow: hidden;
}
.faq-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-list.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-list li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f26522;
  font-weight: 700;
}
.faq-footer {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.faq-indicators {
  display: inline-flex;
  gap: 6px;
}
.faq-indicator {
  width: 34px;
  height: 4px;
  border-radius: 4px;
  border: none;
  background: #e5e5e5;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.faq-indicator.active:nth-child(1) {
  background: #f26522;
}
.faq-indicator.active:nth-child(2) {
  background: #0fbf9f;
}
.faq-indicator.active:nth-child(3) {
  background: #00a9e7;
}
.faq-indicator.active {
  transform: translateY(-2px);
}
.faq-cta {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff8b1f, #f2681e);
  color: #fff;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(255, 139, 31, 0.36);
}
.faq-cta:hover {
  opacity: 0.95;
}
.school-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.school-card {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #fff url("https://img.zikao-edu.com/university/bg-campus.png") no-repeat right bottom / 45%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 16px 18px 12px;
}
.school-main {
  display: flex;
  gap: 12px;
  align-items: center;
}
.school-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  object-fit: cover;
}
.school-info {
  flex: 1;
}
.school-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.school-meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  color: #666;
}
.icon-location {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #f3753d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon-location::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f3753d;
}
.school-meta .tag {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.tag-985 {
  background: linear-gradient(90deg, #ff8b4c, #ff6a00);
}
.tag-211 {
  background: linear-gradient(90deg, #20c997, #19a26d);
}
.tag-double {
  background: linear-gradient(90deg, #2db8ff, #00a9e7);
}
.school-tabs {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.school-tab {
  border: none;
  background: #f4f5f7;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 13px;
  color: #555;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.school-tab.active {
  background: #fff0e8;
  color: #f26522;
  box-shadow: inset 0 0 0 1px rgba(242, 101, 34, 0.2);
  font-weight: 600;
}
.info-section {
  background-color: #ffffff;
  padding: 20px 16px;
  margin-top: 40px;
}
.info-content-layout {
  position: relative;
  /* 供 loading 绝对定位 */
  min-height: 200px;
  /* 避免空内容时高度为0 */
}
.info-nav-panel {
  padding: 0;
}
.info-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  height: 41px;
}
.info-title-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.info-title-group .info-line {
  width: 1px;
  height: 20px;
  background: #f26522;
}
.info-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-title-accent {
  width: 20px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
}
.info-title h2 {
  font-size: 18px;
  color: #f26522;
}
.info-tabs {
  list-style: none;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-right: none;
}
.info-tab {
  min-width: 115px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f2f2f2, #e6e6e6);
  color: #888;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.info-tab.active {
  background: linear-gradient(180deg, #ff8b27, #f26522);
  color: #fff;
}
/* 第五部分：活动横幅和列表布局 */
.event-layout {
  height: 342px;
  display: flex;
  margin-top: 30px;
  gap: 30px;
  align-items: stretch;
  justify-content: flex-start;
}
.event-banner-panel {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}
.event-banner-image {
  width: 100%;
  height: auto;
  display: block;
}
.event-list-panel {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}
.event-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 31px;
  background-color: #f8f8f8;
  padding: 0px 6px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}
.event-item:hover a {
  color: #f26522;
  text-decoration: none;
}
.event-item:hover .event-dot {
  background: #f26522;
}
.event-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
}
.event-text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-text a {
  color: #000;
  text-decoration: none;
}
.event-date {
  font-size: 13px;
  color: #999;
  flex-shrink: 0;
  white-space: nowrap;
}
/* 第五部分下方：左右两栏内容布局 */
.content-layout {
  display: flex;
  margin-top: 30px;
  gap: 22px;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.content-column a {
  color: #000;
  text-decoration: none;
}
.content-column a:hover {
  color: #f26522;
}
.content-banner-image {
  width: 100%;
  height: 177px;
  background-color: #000;
  display: block;
}
.content-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 20px 10px 0px 10px;
  margin: 0;
  background-color: #fff;
}
.content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}
.content-item:hover a {
  color: #f26522;
}
.content-item:hover .content-title::before {
  background: #f26522;
}
.content-item:last-child {
  border-bottom: none;
}
.content-item:hover {
  opacity: 0.8;
}
.content-title {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.content-title::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
  content: '';
  display: block;
  margin-right: 6px;
}
.content-date {
  font-size: 13px;
  color: #999;
  flex-shrink: 0;
  white-space: nowrap;
}
/* 第六部分：优质课程头部 */
.quality-courses-section {
  margin-top: 30px;
  padding: 20px 0px;
}
.quality-courses-header {
  background: #fff;
}
.quality-courses-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.quality-courses-block {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
  flex-shrink: 0;
}
.quality-courses-title {
  font-size: 18px;
  font-weight: 600;
  color: #f26522;
  margin: 0;
}
.quality-courses-separator {
  width: 1px;
  height: 20px;
  background: #f26522;
}
.quality-courses-gradient-bar {
  width: 100%;
  height: 16px;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  box-shadow: 0 1px 2px rgba(59, 130, 246, 0.2);
}
/* 优质课程轮播容器 */
.quality-courses-carousel {
  margin-top: 30px;
  width: 1200px;
}
.quality-courses-carousel .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}
.quality-courses-swiper {
  width: 100%;
  padding-bottom: 50px;
}
.quality-courses-swiper .swiper-slide {
  height: auto;
  display: flex;
}
/* 课程卡片 */
.course-card {
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 2px solid #FE7D07;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 16px 20px;
}
/* 课程标题 */
.course-header {
  padding: 30px 20px 20px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #313131;
}
/* 视频区域 */
.course-video-section {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 比例 */
  overflow: hidden;
}
.course-video-section.zikao-video {
  background: url('https://xuelipro.gaodun.com/skin/images/zixuebenke.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.course-video-section.chengkao-video {
  background: url('https://xuelipro.gaodun.com/skin/images/chengrengaokao.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.course-video-section.kai-video {
  background: url('https://xuelipro.gaodun.com/skin/images/kaifangdaxue.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffbe69;
  color: #313131;
  padding: 4px 10px;
  font-size: 14px;
  z-index: 3;
}
/* 优惠券区域 */
.course-coupon-section {
  background: linear-gradient(to right, #FF4001, #FFA41F), #FFFFFF;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coupon-text {
  color: #fff;
  font-size: 14px;
}
.coupon-button {
  background: linear-gradient(to right, #FFFAEF, #FFDD9E), #FFFFFF;
  color: #333;
  border: none;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
/* 价格区域 */
.course-pricing-section {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.price-left,
.price-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.price-label {
  font-size: 12px;
  color: #999;
}
.price-original {
  font-size: 20px;
  font-weight: 700;
  color: #f26522;
}
.price-arrow {
  width: 25px;
  height: 15px;
  background-image: url('https://xuelipro.gaodun.com/skin/images/jianbianarrow.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.price-discount {
  font-size: 20px;
  font-weight: 700;
  color: #e53e3e;
}
/* 挑战奖励区域 */
.course-challenge-section {
  padding: 20px;
  background: #fff7ed;
  border-radius: 0 0 8px 8px;
}
.challenge-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.trophy-icon {
  font-size: 16px;
}
.challenge-text {
  font-size: 13px;
  color: #666;
  flex: 1;
}
.challenge-amount {
  font-size: 28px;
  font-weight: 700;
  color: #f26522;
  margin-bottom: 12px;
  text-align: center;
}
.challenge-button {
  width: 100%;
  background: linear-gradient(to right, #FF4001, #FFA41F), #FFFFFF;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 8px;
}
.challenge-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(242, 101, 34, 0.3);
}
.challenge-limit {
  text-align: center;
  font-size: 12px;
  color: #999;
}
/* Swiper 导航按钮样式 */
.quality-courses-swiper .swiper-button-prev,
.quality-courses-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #f26522;
  margin-top: -22px;
}
.quality-courses-swiper .swiper-button-prev::after,
.quality-courses-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.quality-courses-swiper .swiper-button-prev:hover,
.quality-courses-swiper .swiper-button-next:hover {
  background: #f26522;
  color: #fff;
}
.quality-courses-swiper .swiper-button-prev {
  left: -22px;
}
.quality-courses-swiper .swiper-button-next {
  right: -22px;
}
/* Swiper 分页器样式 */
.quality-courses-swiper .swiper-pagination {
  bottom: 10px;
}
.quality-courses-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
}
.quality-courses-swiper .swiper-pagination-bullet-active {
  background: #f26522;
  width: 24px;
  border-radius: 4px;
}
/* 响应式设计 */
@media (max-width: 1240px) {
  .quality-courses-carousel {
    padding: 0 40px;
  }
  .quality-courses-swiper .swiper-button-prev {
    left: 0;
  }
  .quality-courses-swiper .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .quality-courses-carousel {
    padding: 0 20px;
  }
  .quality-courses-swiper .swiper-button-prev,
  .quality-courses-swiper .swiper-button-next {
    display: none;
  }
}
/* 第七部分：知名校友头部 */
.famous-alumni-section {
  margin-top: 30px;
  width: 100%;
  padding: 20px 0px;
}
.famous-alumni-header {
  background: #fff;
}
.famous-alumni-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.famous-alumni-block {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
  flex-shrink: 0;
}
.famous-alumni-title {
  font-size: 18px;
  font-weight: 600;
  color: #f26522;
  margin: 0;
}
.famous-alumni-separator {
  width: 1px;
  height: 20px;
  background: #f26522;
}
.famous-alumni-gradient-bar {
  width: 100%;
  height: 16px;
  background: linear-gradient(90deg, #2d7a4f 0%, #4ade80 100%);
  box-shadow: 0 1px 2px rgba(45, 122, 79, 0.2);
}
.famous-alumni-content {
  margin-top: 30px;
  padding: 0px 16px;
  overflow: hidden;
}
.famous-alumni-swiper {
  width: 100%;
  max-width: 100%;
  padding: 0 8px 10px;
  box-sizing: border-box;
}
.famous-alumni-swiper .swiper-wrapper {
  display: flex;
}
.famous-alumni-swiper .swiper-slide {
  width: calc((100% - 48px) / 3);
}
.famous-alumni-swiper a {
  color: #000;
  text-decoration: none;
}
.famous-alumni-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.famous-alumni-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.alumni-image-wrapper {
  position: relative;
  width: 100%;
  height: 495px;
  overflow: hidden;
}
.alumni-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.alumni-info {
  padding: 16px;
  background: #fff;
}
.alumni-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}
.alumni-title {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .famous-alumni-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .famous-alumni-grid {
    grid-template-columns: 1fr;
  }
  .alumni-image-wrapper {
    height: 240px;
  }
}
/* 分页组件样式 */
.pagination-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination-info {
  font-size: 14px;
  color: #666;
  margin-right: 8px;
}
.pagination-btn {
  padding: 6px 16px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-btn:hover:not(:disabled) {
  background: #f5f5f5;
  border-color: #ccc;
}
.pagination-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
  background: #fff;
}
.pagination-page {
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-page:hover {
  background: #f5f5f5;
  border-color: #ccc;
}
.pagination-page.active {
  background: #f26522;
  color: #fff;
  border-color: #f26522;
}
.pagination-page.active:hover {
  background: #e55a1a;
  border-color: #e55a1a;
}
.pagination-ellipsis {
  padding: 0 8px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .pagination-wrapper {
    margin-top: 30px;
    padding: 15px 0;
  }
  .pagination {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagination-info {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .pagination-btn,
  .pagination-page {
    font-size: 13px;
    padding: 5px 12px;
    min-width: 32px;
    height: 32px;
  }
}
/* 第8部分：项目特色头部样式 */
.program-features-section {
  padding: 20px 0px;
  margin-top: 30px;
}
.program-features-header {
  background: #fff;
}
.program-features-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.program-features-block {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
  flex-shrink: 0;
}
.program-features-title {
  font-size: 18px;
  font-weight: 600;
  color: #f26522;
  margin: 0;
}
.program-features-separator {
  width: 1px;
  height: 20px;
  background: #f26522;
}
.program-features-gradient-bar {
  width: 100%;
  height: 16px;
  background: linear-gradient(90deg, #1e3a8a 0%, #60a5fa 100%);
  box-shadow: 0 1px 2px rgba(30, 58, 138, 0.2);
}
/* 第8部分：项目特色内容区域 */
.program-features-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
  padding: 20px 16px;
}
.program-features-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  min-height: 400px;
}
/* 左上角标签 */
.program-card-tab {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0 0 12px 0;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.program-card-tab-orange {
  background: #f26522;
}
.program-card-tab-green {
  background: #10b981;
}
.program-card-tab-blue {
  background: #3b82f6;
}
/* 卡片内容区域 */
.program-card-body {
  padding: 50px 24px 24px;
}
.program-feature-item {
  margin-bottom: 8px;
}
.program-feature-item:last-child {
  margin-bottom: 0;
}
.program-feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #f26522;
  margin: 0 0 8px 0;
  padding: 3px 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.program-feature-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
/* 响应式设计 */
@media (max-width: 1024px) {
  .program-features-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .program-features-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .program-card-body {
    padding: 50px 20px 20px;
  }
  .program-card-tab {
    font-size: 14px;
    padding: 8px 16px;
  }
}
/* 登录弹窗样式 */
.login-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.login-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.login-modal-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.login-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
}
.login-close:hover {
  color: #f26522;
}
.login_font .title {
  text-align: center;
  margin-bottom: 30px;
}
.login_font .title .cn {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.login_font .title .en {
  font-size: 12px;
  color: #999;
  letter-spacing: 2px;
}
.login_font .input_wrap {
  margin-bottom: 30px;
}
.login_font .input_wrap .mobile {
  margin-bottom: 20px;
}
.login_font .input_wrap .mobile .phone {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.login_font .input_wrap .mobile .phone:focus {
  outline: none;
  border-color: #f26522;
}
.login_font .input_wrap .mobile .phone::placeholder {
  color: #999;
}
.login_font .input_wrap .pass_word_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.login_font .input_wrap .pass_word_wrap .pass {
  flex: 1;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.login_font .input_wrap .pass_word_wrap .pass:focus {
  outline: none;
  border-color: #f26522;
}
.login_font .input_wrap .pass_word_wrap .pass::placeholder {
  color: #999;
}
.login_font .input_wrap .pass_word_wrap .get_code {
  margin-left: 10px;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  background: #f26522;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s ease;
  user-select: none;
}
.login_font .input_wrap .pass_word_wrap .get_code:hover:not(:disabled) {
  background: #e55a1a;
}
.login_font .input_wrap .pass_word_wrap .get_code:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.login_font .submit {
  position: relative;
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, #f26522 0%, #ff8b27 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(242, 101, 34, 0.3);
}
.login_font .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(242, 101, 34, 0.4);
}
.login_font .submit:active {
  transform: translateY(0);
}
.login_font .submit .submit-arrow {
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.login_font .submit:hover .submit-arrow {
  transform: translateX(3px);
}
.login_font .submit span:not(.submit-arrow) {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.login_font .login-agree-text {
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.6;
}
.login_font .login-agree-text a {
  color: #f26522;
  text-decoration: none;
}
.login_font .login-agree-text a:hover {
  text-decoration: underline;
}
/* 错误提示弹窗样式 */
.error-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  justify-content: center;
  align-items: center;
}
.error-modal-container {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 360px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
  text-align: center;
}
.error-modal-container .error-tip {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.error-modal-container .error-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}
.error-modal-container .submit-ok {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #f26522;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.error-modal-container .submit-ok:hover {
  background: #e55a1a;
}
/* 热门资讯标题可点击样式 */
.news-panel .panel-heading h2 {
  cursor: pointer;
  transition: color 0.3s ease;
}
.news-panel .panel-heading h2:hover {
  color: #e55a1a;
}
/* Loading组件样式 */
.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.global-loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.spinner-circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f26522;
  animation: loading-bounce 1.4s infinite ease-in-out both;
}
.spinner-circle:nth-child(1) {
  animation-delay: -0.32s;
}
.spinner-circle:nth-child(2) {
  animation-delay: -0.16s;
}
.spinner-circle:nth-child(3) {
  animation-delay: 0s;
}
.global-loading-wrapper .spinner-circle {
  background-color: #fff;
}
.loading-text {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.global-loading-wrapper .loading-text {
  color: #fff;
}
.floor-footer .app-message {
  display: inline;
  color: #fff;
  position: absolute;
  right: -46px;
  top: 340px;
  text-align: center;
  font-size: 12px;
}
.floor-footer .app-message a {
  color: #fff;
  margin: 0 10px;
}
@keyframes loading-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
