* {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
.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;
}
.site-header {
  background-color: #fff;
}
.site-header .container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  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;
}
.main-content {
  background-color: #f6f6f6;
}
.main-content .banner-content {
  position: relative;
  width: 100%;
  height: 464px;
}
.main-content .banner-content .date-time {
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: calc((100% - 1200px) / 2 + 50px);
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
}
.main-content .banner-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-content .banner-content .banner-inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0px);
  width: 1200px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-content .banner-content .search-tabs {
  display: inline-flex;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.main-content .banner-content .tab-btn {
  border: none;
  outline: none;
  padding: 0 32px;
  height: 65px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background: #e4000d;
}
.main-content .banner-content .tab-btn.active {
  background: #ff7300;
}
.main-content .banner-content .tab-btn + .tab-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.main-content .banner-content .search-box {
  flex: 1;
  height: 50px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 4px 0 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.main-content .banner-content .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
}
.main-content .banner-content .search-input::placeholder {
  color: #999;
}
.main-content .banner-content .search-btn {
  width: 60px;
  height: 44px;
  border-radius: 22px;
  border: none;
  cursor: pointer;
  background: url('../images/search.png') no-repeat center center / 30px 30px;
}
.main-content .filter-section {
  background: #f6f6f6;
  padding: 32px 0 30px;
}
.main-content .filter-section .filter-inner {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 16px 16px 24px;
  box-sizing: border-box;
}
.main-content .filter-section .filter-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 8px 0px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.main-content .filter-section .filter-title::before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  background-color: #fe7d07;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-content .filter-section .filter-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px 18px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #f7f7f7;
}
.main-content .filter-section .filter-row {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #333;
  gap: 32px;
}
.main-content .filter-section .filter-row:last-child {
  border-bottom: none;
}
.main-content .filter-section .filter-label {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fd7d07;
  flex-shrink: 0;
  color: #ffffff;
  font-weight: 500;
}
.main-content .filter-section .filter-content {
  background-color: #f6f6f6;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  gap: 8px 18px;
  box-sizing: border-box;
  align-items: center;
}
.main-content .filter-section .filter-tag {
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  color: #666;
  background: transparent;
  transition: all 0.2s ease;
}
.main-content .filter-section .filter-tag.active,
.main-content .filter-section .filter-tag:hover {
  color: #f26522;
}
.main-content .college-section .college-container {
  padding: 20px 16px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
}
.main-content .college-section .college-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.main-content .college-section .college-pager .pager-page {
  width: 30px;
  height: 30px;
  border: 1px solid #f26522;
}
.main-content .college-section .college-pager .pager-page.active {
  background-color: #f26522;
  color: #fff;
}
.main-content .college-section .college-pager .pager-next {
  height: 30px;
  padding: 0px 5px;
}
.main-content .college-section .college-pager .pager-next.disabled {
  background-color: #f26522;
  color: #fff;
  cursor: not-allowed;
}
.main-content .college-left-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  height: 41px;
}
.main-content .college-title-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.main-content .college-title-group .college-line {
  width: 1px;
  height: 20px;
  background: #f26522;
}
.main-content .college-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .college-title-accent {
  width: 40px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .college-title-accent img {
  width: 20px;
  height: 20px;
}
.main-content .college-title .college-title-text {
  font-size: 18px;
  color: #f26522;
  font-weight: 500;
}
.main-content .college-title .college-title-number {
  font-weight: 500;
  color: #000;
}
.main-content .college-more {
  font-size: 14px;
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-content .college-more-arrow {
  font-weight: 600;
  color: #1b1b1b;
}
.main-content .college-card-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.main-content .college-card {
  width: 364px;
  height: 172px;
  background-image: url('https://xuelipro.gaodun.com/skin/images/college_bg.png');
  background-size: 364px 172px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  cursor: pointer;
}
.main-content .college-card-header {
  display: flex;
  gap: 10px;
  padding: 24px 20px 0px;
}
.main-content .college-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(242, 101, 34, 0.1);
}
.main-content .college-info {
  flex: 1;
}
.main-content .college-info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.main-content .college-info-top h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.main-content .college-badges {
  display: flex;
  gap: 6px;
}
.main-content .college-badge {
  padding: 2px 3px;
  border-radius: 999px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.main-content .badge-orange {
  background: #ff8b27;
}
.main-content .badge-green {
  background: #20c072;
}
.main-content .badge-blue {
  background: #4fb3ff;
}
.main-content .college-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #000;
}
.main-content .icon-location {
  width: 12px;
  height: 12px;
  border: 2px solid #f26522;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
}
.main-content .icon-location::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #f26522;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-content .college-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 16px;
}
.main-content .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);
}
.main-content .college-action.active {
  color: #f26522;
}
.main-content .college-action:hover {
  color: #f26522;
}
.main-content .exam-type-section {
  padding: 20px 0 40px;
}
.main-content .exam-type-section .exam-type-container {
  width: 1200px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  background: #ffffff;
}
.main-content .exam-type-section .exam-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.main-content .exam-type-section .exam-type-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}
.main-content .exam-type-section .exam-type-image {
  width: 100%;
  height: 216px;
  background: #ffffff;
  border-radius: 4px;
}
.main-content .exam-type-section .exam-type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.main-content .exam-type-section .exam-type-desc {
  margin-top: 16px;
  padding: 14px 18px;
  background: #fffaf5;
  border-left: 4px solid #f26522;
}
.main-content .exam-type-section .exam-type-desc p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
/* 专业视图顶部三项 tab（professional-tab-content-inner） */
.professional-tab-content .professional-tab-content-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 8px 0 0px;
  border-bottom: 2px solid #feaf6a;
  margin-top: 20px;
}
.professional-tab-content .professional-tab-content-inner .professional-top-tabs {
  display: inline-flex;
  gap: 8px;
  background: transparent;
}
.professional-tab-content .professional-tab-content-inner .professional-top-tab {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid #f2f2f2;
  background: #fff;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.18s ease;
}
.professional-tab-content .professional-tab-content-inner .professional-top-tab:hover {
  background: #fff7f0;
}
.professional-tab-content .professional-tab-content-inner .professional-top-tab.active {
  background: #ff7300;
  color: #fff;
  border-color: #ff7300;
  box-shadow: 0 4px 10px rgba(255, 115, 0, 0.12);
}
.program-filter-section {
  background: #f6f6f6;
  padding: 32px 0 30px;
}
.program-filter-section .program-filter-container {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  padding: 16px 16px 24px;
  box-sizing: border-box;
}
.program-filter-section .program-filter-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 8px 0px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.program-filter-section .program-filter-title::before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  background-color: #fe7d07;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.program-filter-section .program-filter-panel {
  margin-top: 20px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #f7f7f7;
  border-top: none;
}
.program-filter-section .program-category-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: none;
  gap: 8px;
}
.program-filter-section .program-category-tab {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background: #fff;
  border: none;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}
.program-filter-section .program-category-tab:last-child {
  border-right: none;
}
.program-filter-section .program-category-tab.active {
  background: #ff7300;
  color: #fff;
}
.program-filter-section .program-category-content {
  padding: 24px 20px 4px;
  background: #fffbf5;
  border: 1px solid #f2f2f2;
  border-top: none;
}
.program-filter-section .program-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  font-size: 14px;
  color: #333;
  margin-bottom: 18px;
}
.program-filter-section .program-category-item {
  text-align: left;
  cursor: pointer;
}
.program-filter-section .program-category-item:hover {
  color: #f26522;
}
.college-results-section .college-results-container {
  padding: 20px 16px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
}
.college-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8F8;
  height: 41px;
}
.college-results-title-group {
  display: flex;
  align-items: center;
  gap: 14px;
}
.college-results-title-group .college-line {
  width: 1px;
  height: 20px;
  background: #f26522;
}
.college-results-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.college-results-title-icon {
  width: 40px;
  height: 24px;
  background: #f26522;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.college-results-title-icon img {
  width: 20px;
  height: 20px;
}
.college-results-title .college-results-title-text {
  font-size: 18px;
  color: #f26522;
  font-weight: 500;
}
.college-results-title .college-results-count {
  font-weight: 500;
  color: #000;
}
.college-results-view-all {
  font-size: 14px;
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.college-results-view-all-arrow {
  font-weight: 600;
  color: #1b1b1b;
}
.college-results-grid {
  margin-top: 24px;
  display: block;
}
.program-table {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.program-table-header {
  display: grid;
  grid-template-columns: 1fr 180px 180px;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  height: 64px;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.program-table-body {
  font-size: 16px;
}
.program-table-row {
  display: grid;
  grid-template-columns: 1fr 180px 180px;
  align-items: center;
  height: 64px;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  cursor: pointer;
}
.program-table-row:hover {
  background: #f9f9f9;
  color: #f26522;
}
.program-table-row:hover .program-table-link {
  color: #f26522;
}
.program-table-row:last-child {
  border-bottom: none;
}
.program-table-row-highlighted {
  background: #fafafa;
}
.program-table-cell {
  padding: 0 24px;
}
.program-table-cell-name {
  text-align: left;
}
.program-table-cell-code,
.program-table-cell-college {
  text-align: center;
}
.program-table-link {
  color: #333;
  cursor: pointer;
}
.program-table-highlight {
  color: #ff8a34;
}
.exam-type-section {
  padding: 20px 0 40px;
}
.exam-type-section .exam-type-container {
  width: 1200px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  background: #ffffff;
}
.exam-type-section .exam-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.exam-type-section .exam-type-card {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}
.exam-type-section .exam-type-image {
  width: 100%;
  height: 216px;
  background: #ffffff;
  border-radius: 4px;
}
.exam-type-section .exam-type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.exam-type-section .exam-type-desc {
  margin-top: 16px;
  padding: 14px 18px;
  background: #fffaf5;
  border-left: 4px solid #f26522;
}
.exam-type-section .exam-type-desc p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
