.fixed {
  overflow: hidden;
}
.nc-header,
.pd30 {
  padding: 0 0.75rem;
}
.nc-header {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 2.2rem;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.nc-header .logo {
  display: flex;
  flex: 1;
  height: 1.45rem;
  margin-right: 0.75rem;
}
.nc-header .logo .link {
  display: flex;
}
.nc-header .logo-l {
  background: url(../public/images/logo_l.png) 0 no-repeat;
  background-size: contain;
  height: 100%;
  width: 8.15rem;
}
.nc-header .logo-r {
  background: url(https://static.xhd.cn/topic/logo_r.png) 0 no-repeat;
  background-size: contain;
  height: 100%;
  margin-left: -0.1rem;
  width: 3.75rem;
}
.nc-header .logo-name .name {
  color: #1e4f95;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 0.3rem 0 0.25rem;
}
.nc-header .menu {
  background: url(https://static.xhd.cn/topic/icon_menu.png) no-repeat;
  background-size: contain;
  flex: none;
  height: 0.95rem;
  width: 1.1rem;
}
.nc-header .menu-list {
  background-color: #f5f7f8;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 2.2rem;
  transition: height 0.24s ease-in-out;
  width: 100%;
  z-index: 10;
}
.nc-header .menu-list .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.75rem;
}
.nc-header .menu-list .link {
  background-color: #fff;
  border: 1px solid #d4d2d2;
  border-radius: 0.375rem;
  font-size: 0.7rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
  text-align: center;
  width: 3.9rem;
}
.nc-header .menu-mask {
  background-color: rgba(0, 0, 0, 0.7);
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 2.2rem;
  transition: opacity 0.24s ease-in-out;
  width: 100%;
}
.nc-header.show .menu-list {
  height: 14.5rem;
}
.nc-header.show .menu-mask {
  height: 100%;
  opacity: 1;
}
.nc-footer {
  color: #999;
  font-size: 0.55rem;
  line-height: 0.8rem;
  padding: 0.9rem 0 3.5rem;
  text-align: center;
}
#mobile_icon_div {
  display: none !important;
}
.foot-kefu {
  bottom: 0.75rem;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.foot-kefu,
.foot-kefu .btn {
  display: flex;
  justify-content: center;
}
.foot-kefu .btn {
  align-items: center;
  border-radius: 2rem;
  color: #fff;
  font-size: 0.75rem;
  height: 2rem;
  line-height: 2rem;
  margin: 0 0.25rem;
  width: 7.5rem;
}
.foot-kefu .btn:before {
  background: 50% no-repeat;
  background-size: contain;
  content: '';
  height: 1rem;
  margin-right: 0.6rem;
  width: 1rem;
}
.foot-kefu .phone {
  background: #fe582b;
}
.foot-kefu .phone:before {
  background-image: url(https://static.xhd.cn/topic/icon_tel.png);
}
.foot-kefu .kefu {
  background: #183668;
  position: relative;
}
.foot-kefu .kefu:before {
  background-image: url(https://static.xhd.cn/topic/icon_chat.png);
}
.foot-kefu .kefu span {
  background: red;
  border-radius: 50%;
  color: #fff;
  display: none;
  font-size: 0.6rem;
  height: 1rem;
  line-height: 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.5rem;
  width: 1rem;
}
.embed-icon {
  background: #183668;
  border-radius: 2rem;
  height: 2rem !important;
  inset: auto 1.6rem 0.75rem auto !important;
  transform: none !important;
  width: 7.5rem !important;
}
.embed-icon .embed-icon-unread {
  top: -0.5rem !important;
}
.embed-icon .embed-icon-content {
  background-image: url(https://static.xhd.cn/topic/chat_btn.png) !important;
}
.sidebar {
  bottom: 8rem;
  left: 83.5%;
  position: fixed;
  z-index: 999999;
}
.sidebar .phone {
  background: url(https://static.xhd.cn/images/phone.png) no-repeat;
  background-size: contain;
  display: block;
  height: 2.8rem;
  width: 2.8rem;
}
.banner {
  height: 11.75rem;
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 0.2rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  height: 0.35rem;
  opacity: 0.4;
  width: 0.35rem;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.form-box {
  padding: 0.6rem;
}
.form-box .form-item {
  border: 1px solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  font-size: 0.6rem;
  height: 1.75rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  width: 100%;
}
.form-box .form-item-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.form-box .form-item input {
  border: 0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  height: 100%;
  outline: 0;
  padding: 0 0.75rem;
  width: 100%;
}
.form-box .form-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.form-box .form-code input {
  border: 1px solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  outline: 0;
  padding: 0 0.75rem;
}
.form-box .form-privacy {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 0.55rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.form-box .form-privacy .privacy-validate {
  cursor: pointer;
  margin-right: 2px;
}
.form-box .form-privacy a {
  color: #de253c;
  text-decoration: none;
}
.form-box .kaptcha-btn,
.form-box .submit {
  background-color: #feca77;
  border: 0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #de253c;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  height: 1.75rem;
  transition: background 0.24s;
  width: 100%;
}
.form-box .kaptcha-btn:focus,
.form-box .submit:focus {
  outline: none;
}
.form-box .kaptcha-code {
  width: 10.5rem;
}
.form-box .kaptcha-btn {
  font-size: 0.6rem;
  width: 6.25rem;
}
.form-box .tips {
  color: #fff;
  font-size: 0.45rem;
  margin-top: 0.45rem;
  text-align: center;
}
.form-footer {
  padding: 0.75rem 0.75rem 0.25rem;
}
.form-footer .title {
  color: #de253c;
  font-size: 0.8rem;
}
.form-footer .form-code input,
.form-footer .form-item {
  border-color: #cdcdcd;
}
.teachers .item {
  align-items: center;
  border: 1px solid hsla(0, 0%, 82%, 0.4);
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 0.5rem;
  overflow: hidden;
  padding: 0.4rem 0.6rem 0.4rem 0.4rem;
}
.teachers .item:last-child {
  margin-bottom: 0;
}
.teachers .item .avatar {
  border-radius: 0.25rem;
  flex: none;
  height: 3.7rem;
  overflow: hidden;
  width: 2.75rem;
}
.teachers .item .avatar img {
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.teachers .item .info {
  flex: 1;
  margin-left: 0.9rem;
}
.teachers .item .info .name {
  border-bottom: 1px solid hsla(0, 0%, 82%, 0.4);
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 0.8rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
  padding-bottom: 0.3rem;
  white-space: nowrap;
}
.teachers .item .info .desc {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.55rem;
  line-height: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campus .citys {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}
.campus .citys .item {
  border: 1px solid transparent;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.2rem rgba(222, 37, 60, 0.21);
  box-sizing: border-box;
  font-size: 0.6rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  margin-right: 0.75rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 2.85rem;
}
.campus .citys .item.active {
  border-color: #de253c;
  color: #de253c;
}
.campus .citys .item:nth-child(5n) {
  margin-right: 0;
}
.campus .tabs {
  display: flex;
  flex-wrap: wrap;
}
.campus .tabs .tab {
  background-color: #fff1f0;
  font-size: 0.6rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 5.4rem;
}
.campus .tabs .tab.active {
  background-color: #de253c;
  color: #fff;
}
.campus .tabs .tab:nth-child(3n) {
  margin-right: 0;
}
.campus .content .name {
  color: #de253c;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.85rem;
}
.campus .content .address {
  font-size: 0.65rem;
}
.campus .content .imgs {
  display: flex;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.campus .content .imgs .img {
  border-radius: 0.125rem;
  height: 3rem;
  margin-right: 0.5rem;
  overflow: hidden;
  width: 5.4rem;
}
.campus .content .imgs .img:last-child {
  margin-right: 0;
}
#map {
  height: 8.75rem;
  width: 100%;
}
#map .info {
  background-color: #fff;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  padding: 0.5rem;
  text-align: center;
  width: 7.5rem;
}
#map .amap-marker-label {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  filter: drop-shadow(0 2px 6px rgba(0, 110, 255, 0.6));
  flex-direction: column;
  white-space: normal !important;
}
#map .amap-marker-label:after {
  border: solid transparent;
  border-top: solid #fff;
  border-width: 0.5rem 0.5rem 0;
  content: '';
  height: 0;
  margin-top: -1px;
  width: 0;
}
