[class*=app-hairline]::after {
  position: absolute;
  inset: -50%;
  box-sizing: border-box;
  pointer-events: none;
  content: " ";
  border: 0 solid #ebedf0;
  transform: scale(0.5);
}

.app-hairline-top::after {
  border-top-width: 1px;
}

.app-hairline-left::after {
  border-left-width: 1px;
}

.app-hairline-right::after {
  border-right-width: 1px;
}

.app-hairline-bottom::after {
  border-bottom-width: 1px;
}

.app-bg {
  min-height: 60vh;
  background: url("../images/home_header_bg.jpg") top center no-repeat;
  background-size: 18.75rem;
}

.app-navbar {
  position: sticky;
  top: 0;
  z-index: 2026;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.2rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}
.app-navbar .left,
.app-navbar .right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 0.65rem;
  cursor: pointer;
}
.app-navbar .left {
  left: 0;
  width: 1rem;
  background: url("../images/arrow-left.png") center center no-repeat;
  background-size: 1rem;
}
.app-navbar .right {
  right: 0;
}
.app-navbar .title {
  max-width: 60%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.app-actionbar {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 18.75rem;
  box-shadow: 0 -1px 0.25rem rgba(0, 0, 0, 0.1);
}
.app-actionbar .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0 0.3rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.15rem);
}
.app-actionbar .button {
  position: relative;
  width: 7rem;
  height: 2rem;
  margin: 0 0.3rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 1.05rem;
}
.app-actionbar .button.primary {
  background: #1d479c;
}
.app-actionbar .button.phone {
  background: #fe582b;
}
.app-actionbar .button.kefu {
  background: #183668;
}
.app-actionbar .num {
  position: absolute;
  top: 0;
  right: 0.9rem;
  box-sizing: border-box;
  display: none;
  width: 1rem;
  height: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  background-color: #ee0a24;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.app-actionbar.app-sidebar .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  margin: 0 0.6rem;
}
.app-actionbar.app-sidebar .button::before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  content: "";
  background: center no-repeat;
  background-size: contain;
}
.app-actionbar.app-sidebar .button.phone::before {
  background-image: url("https://static.xhd.cn/topic/icon_tel.png");
}
.app-actionbar.app-sidebar .button.kefu::before {
  background-image: url("https://static.xhd.cn/topic/icon_chat.png");
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
}
.pagination .item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.15rem;
  font-size: 0.7rem;
  color: #333;
  border: 1px solid #ececec;
  border-radius: 0.15rem;
}
.pagination .item.active {
  color: #fff;
  background: #1d479c;
  border-color: #1d479c;
}
.pagination .item.prev, .pagination .item.next {
  width: 3.35rem;
  color: #1d479c;
}
.pagination .item.disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #f7f8fa;
  opacity: 0.5;
}

.app-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem 0.75rem;
}
.app-header .slogan {
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1.65rem;
  color: #031f56;
}
.app-header .city {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  line-height: 0.85rem;
}
.app-header .city .icon {
  margin-top: -0.05rem;
  margin-left: 0.125rem;
  border: 0.3rem solid transparent;
  border-top-color: #333;
  border-bottom-width: 0;
  border-radius: 0.1rem;
}
.app-header .nc-indexbar {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2028;
  visibility: hidden;
  width: 15.75rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.55rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.app-header .nc-indexbar.show {
  visibility: visible;
  opacity: 1;
}
.app-header .nc-indexbar-title {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0 0.6rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.app-header .nc-indexbar-title .close {
  width: 2rem;
  font-size: 0.7rem;
  color: #1d479c;
}
.app-header .nc-indexbar-sidebar {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.app-header .nc-indexbar-sidebar .index {
  padding: 0 0.4rem 0 0.8rem;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.05rem;
  color: #333;
}
.app-header .nc-indexbar-anchor {
  height: 60vh;
  margin-top: -0.05rem;
  overflow: hidden auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-overflow-scrolling: touch;
}
.app-header .nc-indexbar-anchor::-webkit-scrollbar {
  display: none;
  height: 0;
}
.app-header .nc-indexbar-anchor .anchor-index {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 1.75rem;
  padding: 0 0.8rem;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.75rem;
  color: #1d479c;
  background: #f8f9fa;
}
.app-header .nc-indexbar-anchor .anchor-list {
  display: flex;
  flex-direction: column;
  padding: 0.45rem 0;
}
.app-header .nc-indexbar-anchor .anchor-item {
  padding: 0.3rem 0.8rem;
  cursor: pointer;
}
.app-header .nc-indexbar-anchor .anchor-item:last-child {
  border-bottom: none;
}

.app-page {
  padding-bottom: 3rem;
}
.app-page-actionbar {
  padding-bottom: 3.5rem;
}
.app-page-sidebar {
  padding-bottom: 6rem;
}
.app-page-sidebar .app-sidebar {
  bottom: 2.975rem;
}
.app-page-sidebar .app-sidebar .inner {
  height: 3rem;
}
.app-page-wrap {
  padding: 0 0.75rem;
}
.app-page .panel {
  position: relative;
  box-sizing: border-box;
  padding: 0.75rem 0;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.55rem;
  box-shadow: 0 0 0.375rem 0 rgba(1, 32, 90, 0.1);
}
.app-page .panel-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem 0 0.5rem;
  margin-bottom: 0.7rem;
}
.app-page .panel-title::before {
  position: absolute;
  left: -0.4rem;
  width: 0.65rem;
  height: 0.9rem;
  content: "";
  background-color: #1d479c;
  border-radius: 0.3rem;
}
.app-page .panel-title-text {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 0.9rem;
}
.app-page .panel-title-more {
  width: 0.9rem;
  height: 0.9rem;
  background: url("../images/arrow-right.png") center center no-repeat;
  background-size: contain;
}
.app-page .panel-content {
  padding: 0 0.5rem;
}

.app-footer {
  position: fixed;
  bottom: 0;
  z-index: 2026;
  display: flex;
  width: 18.75rem;
  height: 3rem;
  padding-bottom: 0.25rem;
  background-color: #fff;
}
.app-footer .tabbar-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.app-footer .tabbar-item.active {
  color: #1d479c;
}
.app-footer .tabbar-item .icon {
  width: 1rem;
  height: 1rem;
}
.app-footer .tabbar-item:nth-child(1) .icon {
  background: url("../images/icon_tabbar_home.png") center center no-repeat;
  background-size: contain;
}
.app-footer .tabbar-item:nth-child(2) .icon {
  background: url("../images/icon_tabbar_news.png") center center no-repeat;
  background-size: contain;
}
.app-footer .tabbar-item:nth-child(3) .icon {
  background: url("../images/icon_tabbar_news1.png") center center no-repeat;
  background-size: contain;
}
.app-footer .tabbar-item:nth-child(4) .icon {
  background: url("../images/icon_tabbar_course.png") center center no-repeat;
  background-size: contain;
}
.app-footer .tabbar-item:nth-child(1).active .icon {
  background: url("../images/icon_tabbar_home_active.png") center center no-repeat;
  background-size: contain;
}
.app-footer .tabbar-item:nth-child(2).active .icon {
  background: url("../images/icon_tabbar_news_active.png") center center no-repeat;
  background-size: contain;
}
.app-footer .tabbar-item:nth-child(3).active .icon {
  background: url("../images/icon_tabbar_news_active1.png") center center no-repeat;
  background-size: contain;
}
.app-footer .tabbar-item:nth-child(4).active .icon {
  background: url("../images/icon_tabbar_course_active.png") center center no-repeat;
  background-size: contain;
}

.app-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.5rem;
  font-size: 0.7rem;
  color: #999;
  text-align: center;
}
.app-empty-content {
  width: 7rem;
}

.app-booking {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2028;
  box-sizing: border-box;
  visibility: hidden;
  width: 17rem;
  padding: 1.5rem 0.9rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.55rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.app-booking.show {
  visibility: visible;
  opacity: 1;
}
.app-booking .title {
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 0.85rem;
  text-align: center;
}
.app-booking .form-container {
  width: 100%;
}
.app-booking .form-container .form-item {
  display: flex;
  align-items: center;
  height: 2.15rem;
  padding: 0;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  border: 0;
}
.app-booking .form-container .form-item .label {
  flex: none;
  width: 3.75rem;
}
.app-booking .form-container .form-item .label span {
  margin-right: 0.1rem;
  color: #f53f3f;
}
.app-booking .form-container .form-item input {
  padding: 0 0.6rem;
  font-size: 0.75rem;
  background: rgba(204, 204, 204, 0.2);
  border: 1px solid #eee;
  border-radius: 1.05rem;
}
.app-booking .form-container .form-item input::-moz-placeholder {
  color: #c8c9cc;
}
.app-booking .form-container .form-item input::placeholder {
  color: #c8c9cc;
}
.app-booking .form-container .form-code {
  align-items: center;
  margin-bottom: 0.75rem;
}
.app-booking .form-container .form-code .form-item {
  margin-bottom: 0;
}
.app-booking .form-container .kaptcha-btn {
  flex: none;
  width: 3.75rem;
  height: 1.75rem;
  margin-left: 0.5rem;
  color: #1d479c;
  text-align: center;
  background: transparent;
}
.app-booking .form-container .kaptcha-btn:hover {
  background: transparent;
}
.app-booking .form-container .submit {
  height: 2.15rem;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  color: #fff;
  background: #1d479c;
  border-radius: 2.15rem;
}
.app-booking .form-container .submit:hover {
  background: #3a65b0;
}
.app-booking .form-container .form-privacy {
  justify-content: center;
}

.nc-tabs {
  position: relative;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.nc-tabs-nav {
  position: relative;
  display: flex;
  overflow: auto hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-overflow-scrolling: touch;
}
.nc-tabs-nav::-webkit-scrollbar {
  display: none;
  height: 0;
}
.nc-tabs .nc-tab {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #333;
  cursor: pointer;
}
.nc-tabs .nc-tab.active {
  font-weight: 500;
  color: #1d479c;
}
.nc-tabs-sub-button .nc-tab.active {
  color: #1d479c !important;
  background: #fff !important;
  border-color: #1d479c !important;
}
.nc-tabs-button {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.nc-tabs-button .nc-tab {
  height: 1.5rem;
  padding: 0 0.75rem;
  margin: 0 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4rem;
  background: #f5f5f5;
  border: 0.05rem solid #f5f5f5;
  border-radius: 0.75rem;
}
.nc-tabs-button .nc-tab:first-child {
  margin-left: 0;
}
.nc-tabs-button .nc-tab:last-child {
  margin-right: 0;
}
.nc-tabs-button .nc-tab.active {
  color: #fff;
  background: #1d479c;
}

.nc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2026;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

/* stylelint-disable-next-line selector-id-pattern */
#mobile_icon_div,
#mobile_minchat_div {
  display: none !important;
}