.app-home-bg {
  min-height: 60vh;
  background: #f3f3f3 url('../images/app_bg.png') top center no-repeat;
  background-size: 18.75rem;
}

.school-page .app-page-wrap {
  margin-top: 0.75rem;
}
.school-page .app-navbar {
  background-color: rgba(255, 255, 255, 0.9);
}
.school-page img {
  width: 100%;
}
.school-page .banner {
  box-sizing: border-box;
  height: 6.4rem;
  overflow: hidden;
  background: url('../images/liuxue/banner_school.png') center no-repeat;
  background-size: cover;
  border-radius: 0.55rem;
}
.school-page .newsline {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 3.5rem;
  padding: 0.55rem 0.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.55rem;
}
.school-page .newsline .img {
  flex: none;
  width: 2.65rem;
  height: 1.975rem;
  background: url('../images/liuxue/newsline.png') center no-repeat;
  background-size: contain;
}
.school-page .newsline-swiper {
  height: 100%;
  margin-left: 0.5rem;
}
.school-page .newsline .title {
  display: block;
  font-size: 0.7rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school-page .panel {
  box-shadow: none;
}
.school-page .panel-title {
  margin-bottom: 0.2rem;
}
.school-page .school-total {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  font-size: 0.7rem;
  color: #333;
}
.school-page .school-total strong {
  margin: 0 0.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a4299;
}
.school-page .school-search {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 1.55rem;
  padding: 0.125rem;
  margin: 0 0.5rem;
  background-color: #f7f8fa;
  border: 1px solid #d8dee8;
  border-radius: 0.8rem;
}
.school-page .school-search-input {
  flex: 1;
  height: 1.25rem;
  padding: 0 0.35rem;
  font-size: 0.65rem;
  color: #333;
  outline: none;
  background: transparent;
  border: 0;
}
.school-page .school-search-input::-moz-placeholder {
  color: #b6b6b6;
}
.school-page .school-search-input::placeholder {
  color: #b6b6b6;
}
.school-page .school-search-button {
  flex: none;
  width: 3.75rem;
  height: 1.25rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background-color: #1a4299;
  border: 0;
  border-radius: 0.675rem;
}
.school-page .country-filter {
  display: flex;
  align-items: center;
  height: 2.3rem;
  margin: 0 0.5rem;
  border-bottom: 1px solid #ececec;
}
.school-page .country-filter-label,
.school-page .country-filter-item {
  font-size: 0.7rem;
  white-space: nowrap;
}
.school-page .country-filter-label {
  flex: none;
  margin-right: 0.5rem;
  color: #333;
}
.school-page .country-filter-item {
  flex: 1;
  color: #666;
  text-align: right;
}
.school-page .country-filter-item.active {
  font-weight: 600;
  color: #1a4299;
}
.school-page .country-filter .nc-tabs {
  margin: 0;
}
.school-page .country-filter .nc-tabs .nc-tabs-nav .nc-tab {
  padding: 0 0.25rem;
  background-color: transparent !important;
}
.school-page .country-filter .nc-tabs .nc-tabs-nav .nc-tab.active {
  font-weight: 600;
  color: #1a4299;
}
.school-page .school-card-list {
  padding: 0 0.5rem;
  margin-bottom: -0.5rem;
}
.school-page .school-card {
  position: relative;
  display: flex;
  min-height: 3.35rem;
  padding: 0.6rem 0;
  color: #333;
  border-bottom: 1px solid #ececec;
}
.school-page .school-card:last-child {
  border-bottom: 0;
}
.school-page .school-card-image {
  flex: none;
  width: 6.5rem;
  height: 3.35rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.45rem;
}
.school-page .school-card-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 0.15rem 0 0.15rem 0.5rem;
}
.school-page .school-card-name {
  max-width: 5.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 0.8rem;
}
.school-page .school-card-enname {
  margin-top: -0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.55rem;
  line-height: 0.6rem;
  color: #999;
  white-space: nowrap;
}
.school-page .school-card-address {
  padding-left: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.55rem;
  line-height: 0.6rem;
  white-space: nowrap;
  background: url('../images/liuxue/icon_address1.png') left center no-repeat;
  background-size: 0.55rem 0.6rem;
}
.school-page .school-card-rank {
  position: absolute;
  top: 0.6rem;
  right: 0;
  padding: 0.1rem 0.5rem;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 0.7rem;
  color: #1a4299;
  background-color: #eef8ff;
  border-radius: 0.5rem;
}

.school-detail {
  padding-bottom: 3.5rem;
}
.school-detail .app-page-wrap {
  padding-top: 1rem;
}
.school-detail .app-navbar-transparent {
  background-color: transparent;
}
.school-detail .app-navbar-transparent .left {
  background-image: url('../images/arrow-left-white.png');
}
.school-detail .bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 30rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.school-detail .logo-box {
  box-sizing: border-box;
  width: 4.45rem;
  height: 4.45rem;
  padding: 0.6rem;
  background: #fff;
  border-radius: 50%;
}
.school-detail .logo-box .logo {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
}
.school-detail .name {
  padding-top: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.school-detail .enname {
  padding-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.school-detail .address {
  padding-left: 0.75rem;
  font-size: 0.6rem;
  color: #fff;
  background: url('../images/liuxue/icon_address2.png') left center no-repeat;
  background-size: 0.55rem 0.6rem;
}
.school-detail .school-meta {
  display: flex;
  align-items: center;
  margin-top: 0.375rem;
  overflow: hidden;
}
.school-detail .website {
  padding-left: 0.75rem;
  margin-left: 0.75rem;
  font-size: 0.6rem;
  color: #fff;
  background: url('../images/liuxue/icon_web.png') left center no-repeat;
  background-size: 0.55rem 0.55rem;
}
.school-detail .school-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 6.25rem;
  margin-top: 1rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 0.55rem;
  backdrop-filter: blur(0.1rem);
}
.school-detail .school-stats::before,
.school-detail .school-stats::after {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 0.55rem;
  height: 0.55rem;
  content: '';
  background-color: #5d5464;
  border-radius: 50%;
  transform: translateY(-50%);
}
.school-detail .school-stats::before {
  left: -0.275rem;
}
.school-detail .school-stats::after {
  right: -0.275rem;
}
.school-detail .school-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: span 3;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  font-size: 0.65rem;
  color: #333;
}
.school-detail .school-stat.top {
  grid-column: span 4;
  border-bottom: 1px dashed #b9cbea;
}
.school-detail .school-stat:nth-child(2),
.school-detail .school-stat:nth-child(3),
.school-detail .school-stat:nth-child(5),
.school-detail .school-stat:nth-child(6),
.school-detail .school-stat:nth-child(7) {
  border-left: 1px solid rgba(236, 236, 236, 0.45);
}
.school-detail .school-stat strong {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #0d4aa2;
}
.school-detail .tab-control {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(50%);
}
.school-detail .school-detail-tabs {
  position: relative;
  margin-top: 1.25rem;
  background-color: #fff;
  border-radius: 0.55rem;
}
.school-detail .school-tabs-nav {
  display: flex;
  height: 1.75rem;
  background-color: #d7e4fb;
  border-radius: 0.45rem 0.45rem 0 0;
}
.school-detail .school-tabs-nav label {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  font-size: 0.75rem;
  color: #333;
  cursor: pointer;
}
.school-detail #school-tab-intro:checked ~ .school-tabs-nav label[for='school-tab-intro'],
.school-detail #school-tab-major:checked ~ .school-tabs-nav label[for='school-tab-major'],
.school-detail
  #school-tab-application:checked
  ~ .school-tabs-nav
  label[for='school-tab-application'],
.school-detail #school-tab-news:checked ~ .school-tabs-nav label[for='school-tab-news'] {
  z-index: 1;
  height: 2rem;
  margin-top: -0.25rem;
  font-weight: 600;
  color: #1a4299;
  background:
    linear-gradient(#1a4299, #1a4299) center calc(100% - 0.175rem) / 1.1rem 0.15rem no-repeat,
    #fff;
  border-radius: 0.45rem 0.45rem 0 0;
}
.school-detail .school-tab-panel {
  box-sizing: border-box;
  display: none;
  padding: 0.7rem 0.5rem 1.75rem;
}
.school-detail #school-tab-intro:checked ~ .school-tab-panels .intro-panel,
.school-detail #school-tab-major:checked ~ .school-tab-panels .major-panel,
.school-detail #school-tab-application:checked ~ .school-tab-panels .application-panel,
.school-detail #school-tab-news:checked ~ .school-tab-panels .news-panel {
  display: block;
}
.school-detail .detail-heading {
  position: relative;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1rem;
  color: #333;
}
.school-detail .detail-heading::before {
  position: absolute;
  top: 0.05rem;
  left: -0.55rem;
  width: 0.25rem;
  height: 0.9rem;
  content: '';
  background-color: #0e53b8;
  border-radius: 0 0.2rem 0.2rem 0;
}
.school-detail .school-description {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.9rem;
  font-size: 0.65rem;
  line-height: 1.2rem;
  color: #666;
}
.school-detail .school-description-content {
  max-height: 14.5rem;
  overflow: hidden;
}
.school-detail .school-description-toggle {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  height: 1.05rem;
  padding: 0 0 0 0.75rem;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.05rem;
  color: #1a4299;
  cursor: pointer;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 0.75rem);
  border: 0;
}
.school-detail .school-description-toggle::before {
  content: '...';
}
.school-detail .school-description-toggle[hidden] {
  display: none;
}
.school-detail .school-description.is-expanded .school-description-content {
  max-height: none;
}
.school-detail .school-description.is-expanded .school-description-toggle {
  position: static;
  display: block;
  padding-left: 0;
  margin-left: auto;
  background: none;
}
.school-detail .school-description.is-expanded .school-description-toggle::before {
  content: '';
}
.school-detail .tag-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.5rem;
  margin-top: 0.6rem;
  margin-bottom: 0.9rem;
}
.school-detail .tag-list span {
  height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.6rem;
  line-height: 1.3rem;
  color: #666;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f8ff;
  border-radius: 0.25rem;
}
.school-detail .major-list {
  display: grid;
  gap: 0.5rem;
  margin: 0.7rem 0.1rem 1.15rem;
}
.school-detail .major-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.25rem;
  padding: 0 0.55rem;
  font-size: 0.65rem;
  color: #333;
  background-color: #f4f6fb;
  border-radius: 0.5rem;
}
.school-detail .major-item strong {
  font-weight: 600;
  color: #1a4299;
}
.school-detail .degree-tabs-nav {
  display: flex;
  width: 6.6rem;
  height: 1.6rem;
  margin-bottom: 0.7rem;
  background-color: #dce8ff;
  border: 1px solid #c9dcff;
  border-radius: 0.85rem;
}
.school-detail .degree-tabs-nav label {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #333;
  cursor: pointer;
  border-radius: 0.8rem;
}
.school-detail #degree-bachelor:checked ~ .degree-tabs-nav label[for='degree-bachelor'],
.school-detail #degree-graduate:checked ~ .degree-tabs-nav label[for='degree-graduate'] {
  font-weight: 600;
  background-color: #fff;
}
.school-detail .degree-tab-panel {
  display: none;
}
.school-detail #degree-bachelor:checked ~ .degree-tab-panels .bachelor-panel,
.school-detail #degree-graduate:checked ~ .degree-tab-panels .graduate-panel {
  display: block;
}
.school-detail .detail-box {
  padding: 0.55rem;
  margin: 0.6rem 0 0.95rem;
  font-size: 0.65rem;
  line-height: 1.2rem;
  color: #333;
  background-color: #f4f6fb;
  border-radius: 0.5rem;
}
.school-detail .detail-box.exam-info {
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.school-detail .school-news-list {
  padding: 0.55rem 0.5rem;
  margin-top: 0.7rem;
  background-color: #f4f6fb;
  border-radius: 0.5rem;
}
.school-detail .school-news-list li {
  height: 1.35rem;
  overflow: hidden;
  font-size: 0.65rem;
  line-height: 1.35rem;
  white-space: nowrap;
}
.school-detail .school-news-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
