body {
  max-width: 480px;
  margin: 0 auto;
  background: #F5F6F7;
  padding-top: 44px;
}
li,
div,
button,
a,
p,
span {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 2444528 */
  src: url('//at.alicdn.com/t/c/font_2444528_gatlnesco7a.woff2?t=1700545736060') format('woff2'), url('//at.alicdn.com/t/c/font_2444528_gatlnesco7a.woff?t=1700545736060') format('woff'), url('//at.alicdn.com/t/c/font_2444528_gatlnesco7a.ttf?t=1700545736060') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
button {
  background-color: unset;
}
img {
  object-fit: cover;
  object-position: 50% 50%;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.flexA {
  display: flex;
  align-items: center;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-jc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-js {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.div-block {
  background: #FFFFFF;
  padding: 0 16px;
  margin-bottom: 8px;
}
.div-block .div-block-tit {
  padding: 16px 0;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 25px;
}
.index-head {
  width: 100%;
  height: 44px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  padding: 0 12px;
  z-index: 100;
}
.index-head img {
  width: 36px;
  height: 36px;
}
.m-head {
  width: 100%;
  height: 44px;
  background: #FAFBFC;
  box-shadow: inset 0px 0px 0px 0px #EBEBEB;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  padding: 0 12px;
  z-index: 100;
}
.m-head i {
  font-size: 24px;
  color: #262626;
}
.m-head .m-head-info {
  flex: 1;
  min-width: 0;
  margin: 0 16px;
}
.m-head .m-head-info .m-head-logo {
  width: 28px;
  height: 28px;
  border: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border-radius: 50%;
}
.m-head .m-head-info .m-head-logo img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.m-head .m-head-info h1 {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 22px;
}
.nav-outer {
  display: flex;
  justify-content: center;
  padding: 12px 16px 0;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: inset 0px 0px 0px 0px #EBEBEB;
}
.nav-outer .swiper-wrapper {
  max-width: 100%;
  width: auto;
}
.nav-outer li {
  width: auto;
  height: 33px;
  padding-top: 3px;
  margin-right: 24px;
}
.nav-outer li:last-child {
  margin-right: 0;
}
.nav-outer li a {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 21px;
}
.nav-outer li a span {
  font-size: 15px;
}
.nav-outer li.active {
  padding-top: 0;
}
.nav-outer li.active a span {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 25px;
  position: relative;
}
.nav-outer li.active a span::after {
  content: '';
  width: 20px;
  height: 4px;
  background: #F22742;
  border-radius: 1px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.page {
  width: calc(100% - 24px);
  height: 40px;
  background: #F5F6F7;
  border-radius: 8px;
  line-height: 40px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  margin: 28px 12px 0;
}
.page a {
  color: #262626;
}
.page .disable {
  color: #8C8C8C;
}
.crumbs {
  background: #FFFFFF;
  padding: 16px 16px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs span,
.crumbs a {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 17px;
}
.crumbs i {
  font-size: 14px;
  color: #595959;
  margin: 0 2px;
}
.footer {
  background: #2E3034;
  padding: 20px 16px 78px;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 14px 16px;
  border-bottom: 1px dashed #595959;
}
.footer .footer-nav dd {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  white-space: nowrap;
  line-height: 20px;
}
.footer .footer-nav dd:last-child {
  margin-right: 0;
}
.footer .footer-nav dd.active {
  color: #FFFFFF;
}
.footer .footer-link {
  margin-bottom: 40px;
}
.footer .footer-link ul {
  display: none;
  padding: 0 4px;
  margin-top: 16px;
}
.footer .footer-link ul a {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 20px;
}
.footer .footer-link ul.footer-link-more {
  justify-content: space-between;
}
.footer .footer-link ul.footer-link-ul {
  flex-wrap: wrap;
}
.footer .footer-link ul.footer-link-ul li {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.footer .footer-link ul.footer-link-ul li:nth-child(3n) {
  margin-right: 0;
}
.footer .footer-link ul.footer-link-ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footer-link ul.active-ul {
  display: flex;
}
.footer .footer-copy {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 17px;
  margin-top: 4px;
}
.footer .footer-copy a {
  color: #666666;
}
.footer-btn {
  position: fixed;
  width: calc(100% - 32px);
  height: 44px;
  max-width: 448px;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
}
.footer-btn .footer-btn-l {
  flex: 1;
  background: #FFFFFF;
  border-radius: 200px 0 0 200px;
}
.footer-btn .footer-btn-l p {
  flex: 1;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  text-align: center;
  line-height: 17px;
}
.footer-btn .footer-btn-l.footer-no-wechat .footer-call-btn {
  width: 45%;
}
.footer-btn div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
}
.footer-btn div i {
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px;
}
.footer-btn div.footer-call-btn {
  width: 50%;
  color: #262626;
  position: relative;
}
.footer-btn div.footer-call-btn::after {
  content: '';
  width: 1px;
  height: 13px;
  background: #D8D8D8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-btn div.footer-wxchat-btn {
  flex: 1;
  color: #06B61B;
}
.footer-btn div.footer-online-btn {
  width: 40%;
  background: #F22742;
  color: #FFFFFF;
  border-radius: 0 200px 200px 0;
  position: relative;
}
.footer-btn div.footer-online-btn::before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  border: 11px solid #FFFFFF;
  border-right: 3px solid transparent;
  border-bottom: 34px solid transparent;
}
.footer-btn .online-tips {
  height: 37px;
  position: absolute;
  right: 0;
  bottom: 54px;
  margin: 0;
}
.footer-btn .online-tips span {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 12px 10px 16px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 20px;
  border-radius: 200px;
}
.footer-btn .online-tips::before {
  content: '';
  display: block;
  border-right: 11px solid rgba(0, 0, 0, 0.8);
  border-bottom: 10px solid transparent;
  position: absolute;
  right: 114px;
  bottom: -1px;
  z-index: 1;
}
.inner-main {
  background-color: #FFFFFF;
  margin-bottom: 8px;
  padding-bottom: 12px;
}
.wechat-box {
    width: 100%;
    padding: 16px;
    background: url(//m.edu84.com/school/edu84/mobile/img/comNew/vx_bg_img.png) no-repeat;
    background-position: right top;
    background-size: 100%;
    background-color: #FFFFFF;
    margin-bottom: 8px;
}
.wechat-box .wechat-title > span {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  margin-right: 6px;
}
.wechat-box .wechat-title p {
  background: #34303F;
  border-radius: 200px;
  padding: 1px 6px;
  font-size: 11px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FDE0B6;
  line-height: 14px;
}
.wechat-box .wechat-title p i {
  font-size: 12px;
  margin-right: 2px;
}
.wechat-box .wechat-content {
  margin-top: 12px;
}
.wechat-box .wechat-content .wechat-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(270deg, #07C260 0%, #02D96A 100%);
  border-radius: 18px;
}
.wechat-box .wechat-content .wechat-icon i {
  font-size: 30px;
  color: #FFFFFF;
}
.wechat-box .wechat-content .wechat-m {
  margin: 0 8px;
  flex: 1;
  min-width: 0;
}
.wechat-box .wechat-content .wechat-m h2 {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 22px;
}
.wechat-box .wechat-content .wechat-m p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 17px;
  margin-top: 1px;
}
.wechat-box .wechat-content button {
  width: 71px;
  height: 32px;
  border-radius: 200px;
  border: 1px solid #06B61B;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #06B61B;
}
.organ-card-box {
  margin-top: 12px;
}
.organ-card-box .organ-card-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  margin-right: 8px;
}
.organ-card-box .organ-card-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.organ-card-box .organ-card-m {
  flex: 1;
  min-width: 0;
}
.organ-card-box .organ-card-m h3 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 22px;
}
.organ-card-box .organ-card-m p {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 17px;
  margin-top: 1px;
}
.organ-card-box button {
  width: 76px;
  height: 32px;
  border-radius: 200px;
  border: 1px solid #F22742;
  margin-left: 10px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #F22742;
}
.inner-main .eval-content .eval-list dl dd:last-child .eval-r {
  border-bottom: 1px solid #F5F6F7;
}
.inner-main .eval-content .eval-list dl {
  padding: 0;
}
.inner-main .eval-content .label-ul {
  margin-left: 0;
}
.inner-main .eval-content .eval-box {
  margin: 0;
}
.eval-content .eval-box {
  background: #FAFBFC;
  border-radius: 8px;
  padding: 8px 0 12px;
  margin: 0 16px;
}
.eval-content .eval-box .eval-data {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.eval-content .eval-box .eval-data::before {
  content: '';
  width: 16px;
  height: 40px;
  background: url(//m.edu84.com/school/edu84/mobile/img/comNew/pf_ztag_img.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -36px;
  top: 15px;
  z-index: 1;
}
.eval-content .eval-box .eval-data::after {
  content: '';
  width: 16px;
  height: 40px;
  background: url(//m.edu84.com/school/edu84/mobile/img/comNew/pf_ytag_img.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -36px;
  top: 15px;
  z-index: 1;
}
.eval-content .eval-box .eval-data p {
  font-size: 36px;
  font-family: DIN Alternate-Bold, DIN Alternate;
  font-weight: 700;
  color: #F22742;
  text-align: center;
  line-height: 42px;
}
.eval-content .eval-box .eval-data span {
  display: block;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  text-align: center;
  line-height: 17px;
  margin-top: 4px;
}
.eval-content .eval-star {
  width: fit-content;
  position: relative;
  margin-top: 1px;
  height: 12px;
  line-height: 12px;
}
.eval-content .eval-star ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.eval-content .eval-star ul img {
  width: 12px;
  height: 12px;
}
.eval-content .eval-star ul.eval-star-light {
  position: absolute;
  top: 0px;
  overflow: hidden;
}
.eval-content .label-ul {
  margin-top: 16px;
  margin-left: 16px;
}
.eval-content .label-ul li {
  background: #F5F6F7;
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 16px;
  padding: 6px 10px;
  margin: 0 7px 7px 0;
}
    .eval-content .label-ul li a {
        background: #F5F6F7;
        font-size: 12px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #262626;
    }
    .eval-content .label-ul li.active {
        background: #FFF2F4;
        font-weight: 600;
        color: #F22742;
    }
    .eval-content .label-ul li.active a {
        background: #FFF2F4;
        font-weight: 600;
        color: #F22742;
    }
.eval-content .eval-list {
  margin-top: 13px;
}
.eval-content .eval-list dl {
  display: none;
  padding: 0 16px;
}
.eval-content .eval-list dl.active-list {
  display: block;
}
.eval-content .eval-list dl dd {
  display: flex;
  margin-bottom: 10px;
}
.eval-content .eval-list dl dd:last-child {
  margin-bottom: 0;
}
.eval-content .eval-list dl dd:last-child .eval-r {
  border: 0;
}
.eval-content .eval-list dl dd .eval-avatar {
  width: 34px;
  height: 34px;
  margin-right: 12px;
  border-radius: 50%;
}
.eval-content .eval-list dl dd .eval-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.eval-content .eval-list dl dd .eval-r {
  flex: 1;
  min-width: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #F5F6F7;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 21px;
}
.eval-content .eval-list dl dd .eval-r .eval-top-l {
  flex: 1;
  min-width: 0;
  margin-right: 12px;
}
.eval-content .eval-list dl dd .eval-r .eval-top-l p {
  color: #262626;
}
.eval-content .eval-list dl dd .eval-r button {
  width: 78px;
  height: 32px;
  border-radius: 200px;
  border: 1px solid #F22742;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #F22742;
}
.eval-content .eval-list dl dd .eval-r button i {
  font-size: 12px;
  margin-right: 2px;
}
.eval-content .eval-list dl dd .eval-r .eval-tuition {
  font-weight: 600;
  color: #F22742;
}
.eval-content .eval-list dl dd .eval-r .eval-text {
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 21px;
  margin-top: 3px;
}
.eval-content .eval-list dl dd .eval-r .eval-time {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 17px;
  margin-top: 8px;
}
.eval-content .eval-list dl dd .eval-r .eval-img-item {
  width: calc(100% / 4);
  margin: 8px 8px 0 0;
}
.eval-content .eval-list dl dd .eval-r .eval-img-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.more-btn {
  margin: 0 16px;
  border-top: 1px solid #F5F6F7;
}
.more-btn a {
  width: fit-content;
  margin: 0 auto;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #767676;
  padding: 14px 0 12px;
}
.ul-list {
  padding: 0 16px;
}
.ul-list li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
}
.ul-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.ul-list li a {
  display: flex;
}
.ul-list li a .logo {
  width: 110px;
  height: 66px;
  border-radius: 4px;
  margin-right: 12px;
}
.ul-list li a .logo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.ul-list li a .li-r {
  flex: 1;
  min-width: 0;
}
.kc-list .kc-r {
  position: relative;
}
.kc-list .kc-r h3 {
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 21px;
}
.kc-list .kc-r p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 17px;
  margin-top: 8px;
  max-width: calc(100% - 75px);
}
.kc-list .kc-r button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 71px;
  height: 32px;
  border-radius: 200px;
  border: 1px solid #F22742;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #F22742;
}
.kc-list .kc-r button.index-kc-btn::after {
  content: '限时活动';
  position: absolute;
  top: -12px;
  right: -4px;
  background: #F22742;
  border-radius: 4px 8px 8px 0px;
  font-size: 11px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding: 0 4px;
}
.related-kc {
  padding: 0;
}
.related-kc .kc-r p {
  max-width: calc(100% - 62px);
}
.related-kc .kc-r button {
  width: 58px;
  height: 32px;
  background: #F22742;
  border: 0;
  color: #FFFFFF;
}
.inner-main .info-list {
  padding: 0;
}
.inner-main .info-list li:last-child {
  padding-bottom: 0;
}
.info-list .info-r h4 {
  height: 44px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}
.info-list .info-r p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 17px;
  margin-top: 3px;
}
.list-nav {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 16px;
  padding: 0 12px;
}
.list-nav .swiper-wrapper {
  max-width: 100%;
  width: auto;
}
.list-nav li {
  width: auto;
  background: #F5F6F7;
  border-radius: 200px;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 18px;
  padding: 7px 12px;
  margin-right: 8px;
}
.list-nav li a {
  display: block;
  color: #262626;
}
.list-nav li:last-child {
  margin-right: 0;
}
.list-nav li.active {
  background: #F22742;
  color: #FFFFFF;
}
.list-nav li.active a {
  color: #FFFFFF;
}
.teacher-list li {
  display: flex;
  margin-bottom: 20px;
}
.teacher-list li:last-child {
  margin-bottom: 0;
}
.teacher-list li .teacher-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  margin-right: 12px;
}
.teacher-list li .teacher-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.teacher-list li .teacher-r,
.teacher-list li .teacher-r-info {
  flex: 1;
  min-width: 0;
}
.teacher-list li .teacher-r-top {
  display: flex;
}
.teacher-list li .teacher-r-top .teacher-r-info p {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 21px;
}
.teacher-list li .teacher-r-top .teacher-r-info dd {
  margin: 5px 6px 0 0;
  background: #FFF2F4;
  padding: 1px 4px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #F22742;
  line-height: 14px;
}
.teacher-list li .teacher-r-top button {
  width: 73px;
  height: 32px;
  border-radius: 200px;
  border: 1px solid #F22742;
  margin-left: 12px;
  margin-top: 4px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #F22742;
}
.teacher-list li .teacher-info {
  background: #FAFBFC;
  border-radius: 5px;
  padding: 12px;
  margin-top: 12px;
  display: flex;
  width: 100%;
}
.teacher-list li .teacher-info p {
  width: 100%;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 21px;
}
.teacher-list li .teacher-info p::before {
  float: right;
  content: '';
  height: calc(100% - 21px);
}
.teacher-list li .teacher-info p.ellipsis-3 {
  max-height: 63px;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.teacher-list li .teacher-info .open-info {
  float: right;
  clear: both;
}
.teacher-list li .teacher-info span {
  color: #576B95;
  line-height: 22px;
  cursor: pointer;
}
.teacher-list li .teacher-info .close-info {
  margin-top: 29px;
  width: fit-content;
  float: right;
}
.album-list {
  display: flex;
  flex-wrap: wrap;
}
.album-list li {
  width: calc((100% - 9px) / 2);
  margin: 9px 9px 0  0;
}
.album-list li:first-child,
.album-list li:nth-child(2) {
  margin-top: 0;
}
.album-list li:nth-child(2n) {
  margin-right: 0;
}
.album-list li img {
  width: 100%;
  height: 100px;
  border-radius: 4px;
}
.school-content {
  padding: 0;
}
.school-content .div-block-tit {
  padding: 16px;
}
.school-content .school-map {
  margin: 0 16px;
  width: calc(100% - 32px);
  height: 179px;
}
.school-content .school-map-marker {
  width: 18px;
  height: 26px;
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #fff;
}
.school-content .school-map-marker .school-map-icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #FF2938;
  font-size: 24px;
  cursor: pointer;
}
.school-content .school-map-marker .school-name {
  max-width: 280px;
  padding: 2px 10px;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 11px;
  background: #FFFFFF;
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.school-content .school-nav {
  overflow: hidden;
  margin-top: 20px;
  padding: 0 16px;
}
.school-content .school-ul {
  margin-top: 20px;
}
.school-content .school-ul ul {
  display: none;
  padding: 0 16px;
}
.school-content .school-ul ul.active-ul {
  display: block;
}
.school-content .school-ul ul li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F5F6F7;
  display: flex;
  align-items: center;
}
.school-content .school-ul ul li:last-child {
  margin-bottom: 0;
}
.school-content .school-ul ul li .school-l {
  flex: 1;
  min-width: 0;
}
.school-content .school-ul ul li .school-l h3 {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}
.school-content .school-ul ul li .school-l p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 17px;
  margin-top: 3px;
}
.school-content .school-ul ul li button {
  margin-left: 12px;
  width: 76px;
  height: 34px;
  border-radius: 200px;
  border: 1px solid #F22742;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #F22742;
}
.school-content .school-ul ul li.active .school-l h3 {
  color: #F22742;
}
.humber-nav-mask {
  width: 100%;
  height: 100%;
  max-width: 480px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
}
.humber-nav-mask .hambur-nav-ul {
  width: 130px;
  position: fixed;
  top: 44px;
  right: 10px;
  z-index: 1000;
  background: #000000;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 20px;
  display: none;
}
.humber-nav-mask .hambur-nav-ul li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.humber-nav-mask .hambur-nav-ul li:last-child {
  border-bottom: 0;
}
.humber-nav-mask .hambur-nav-ul li a {
  display: flex;
  align-items: center;
}
.humber-nav-mask .hambur-nav-ul li a i {
  font-size: 20px;
  color: #FFFFFF;
  margin-right: 10px;
}
.humber-nav-mask .hambur-nav-ul li a span {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.layer-mask {
  width: 100%;
  height: 100%;
  max-width: 480px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.layer-box {
  width: 311px;
  background: #FFFFFF;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer-box .layer-title {
  padding: 24px 22px 0;
  background: url(//m.edu84.com/school/edu84/mobile/img/comNew/tc_bg_img.png) no-repeat;
  background-position: right top;
  background-size: 100%;
  position: relative;
}
.layer-box .layer-title span {
  font-size: 19px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 24px;
}
.layer-box .layer-title i {
  font-size: 24px;
  color: #8C8C8C;
  position: absolute;
  top: 12px;
  right: 12px;
}
.layer-box .layer-tip {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 21px;
  margin: 12px 22px 20px;
}
.layer-box .layer-form {
  padding: 0 22px 28px;
}
.layer-box .layer-form-item {
  margin-bottom: 12px;
}
.layer-box .layer-form-item label {
  display: block;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 18px;
  margin-bottom: 8px;
}
.layer-box .layer-form-item div {
  display: flex;
  align-items: center;
  height: 40px;
  background: #FFFFFF;
  border-radius: 200px;
  border: 1px solid #EBEBEB;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 18px;
  padding: 0 16px;
}
.layer-box .layer-form-item div input {
  flex: 1;
  min-width: 0;
  background-color: unset;
}
.layer-box .layer-form-item div input::-webkit-input-placeholder {
  color: #ABABAB;
}
.layer-box .layer-form-item div span {
  color: #F22742;
  white-space: nowrap;
}
.layer-box .layer-form-item div span.disable {
  color: #ABABAB;
}
.layer-box .layer-form-btn {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layer-box .layer-form-btn button {
  width: calc((100% - 11px) / 2);
  height: 40px;
  border-radius: 200px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
}
.layer-box .layer-form-btn .layer-cancel {
  color: #F22742;
  background: #FFFFFF;
  border: 1px solid #F22742;
}
.layer-box .layer-form-btn .submit-layer-form {
  background: #F22742;
  color: #FFFFFF;
}
@keyframes layer-fade-in {
  0% {
    -webkit-transform: translate3d(-50%, -60%, 0);
    -moz-transform: translate3d(-50%, -60%, 0);
    transform: translate3d(-50%, -60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
}
@keyframes layer-fade-out {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, -60%, 0);
    -moz-transform: translate3d(-50%, -60%, 0);
    transform: translate3d(-50%, -60%, 0);
    opacity: 0;
  }
}
.jyb-form-fadeIn {
  -webkit-animation: layer-fade-in 0.3s;
  -moz-animation: layer-fade-in 0.3s;
  animation: layer-fade-in 0.3s;
}
.jyb-form-fadeOut {
  -webkit-animation: layer-fade-out 0.3s;
  -moz-animation: layer-fade-out 0.3s;
  animation: layer-fade-out 0.3s;
}
.m-big-img-pop {
  width: 100%;
  max-width: 480px;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
.m-big-img-pop .m-big-img-pop-top {
  height: 44px;
  padding-left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-big-img-pop .m-big-img-pop-top i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  vertical-align: text-top;
  -webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-left-no-bg.svg) no-repeat;
  mask: url(https://static.jiaoyubao.cn/images/common/icon-left-no-bg.svg) no-repeat;
  position: relative;
  z-index: 1000;
}
.m-big-img-pop .m-big-img-swiper {
  width: 100%;
  height: calc(100% - 74px);
  overflow: hidden;
}
.m-big-img-pop .m-big-img-swiper li img,
.m-big-img-pop .m-big-img-swiper li video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.m-big-img-pop .m-swiper-pagination {
  width: auto;
  right: 0;
  height: 21px;
  padding-right: 16px;
  position: fixed;
  z-index: 999;
  top: 12px;
  display: block !important;
  font-size: 15px;
  line-height: 24px;
  text-align: right;
  color: #fff;
}
.m-big-img-pop .swiper-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  max-width: calc(100% - 88px);
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

			
			.layer-box .bxk-notice input{
			width: 15px;
			height: 15px;
			margin: 2px 6px 0 0;
			background: url(//www.edu84.com/school/union/img/checkbox-blank-line@2x.png) no-repeat;
			background-size: 100% 100%;
			box-shadow: none;
			cursor: pointer;
			border: 0px;
		}

			.layer-box .bxk-notice input[type=checkbox]:checked{
				background: url(//www.edu84.com/school/union/img/checkbox-fill@2x.png) no-repeat;
				background-size: 100% 100%;
			}

		.layer-box .bxk-notice {
			font-family: PingFang SC, PingFang SC;
			font-size: 12px;
			color: #595959;
			line-height: 18px;
			border: 0 !important;
			box-shadow: none !important;
			display: flex;
			font-weight:bold;
			width: 424px;
			margin: auto;
 
			margin-top: 10px;
		}
		
		.bxk-disable,.disable{
			cursor: not-allowed !important;
	        opacity: 0.5
		}
 

		.layer-box .bxk-notice a{
			color: #FF5552;
		}

