body {
  padding-top: 0;
}
.nav-outer {
  padding-top: 23px;
}
.index-banner {
  width: 100%;
  height: 225px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.index-banner img {
  width: 100%;
  height: 100%;
}
.index-banner .banner-page {
  position: absolute;
  bottom: 50px;
  right: 12px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 200px;
  padding: 3px 4px 3px 8px;
  font-size: 11px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  z-index: 2;
}
.index-banner .banner-page i:first-child {
  font-size: 10px;
  margin-right: 4px;
}
.index-banner .banner-page i:last-child {
  font-size: 12px;
}
.organ-box {
  margin: -42px 12px 8px;
  background: #FAFBFC;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
}
.organ-box .organ-top {
  background: #FFFFFF;
  padding: 12px 17px 12px 12px;
  border-radius: 8px;
}
.organ-box .organ-top .organ-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #EBEBEB;
  margin-right: 12px;
}
.organ-box .organ-top .organ-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.organ-box .organ-top .organ-top-r {
  flex: 1;
  min-width: 0;
}
.organ-box .organ-top .organ-top-r h1 {
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  line-height: 28px;
  margin-bottom: 2px;
}
.organ-box .organ-top .organ-top-r p {
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 18px;
}
.organ-box .organ-info {
  padding: 20px 12px 20px 16px;
}
.organ-box .organ-info dl {
  display: flex;
  flex: 1;
  min-width: 0;
}
.organ-box .organ-info dl dd {
  margin-right: 12%;
  white-space: nowrap;
}
.organ-box .organ-info dl dd p {
  font-size: 17px;
  font-family: DIN Alternate-Bold, DIN Alternate;
  font-weight: 700;
  color: #262626;
  line-height: 20px;
}
.organ-box .organ-info dl dd span {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 17px;
  margin-top: 1px;
}
.organ-box .organ-btn button {
  width: 84px;
  height: 32px;
  border-radius: 200px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organ-box .organ-btn button i {
  font-size: 18px;
  margin-right: 2px;
}
.organ-box .organ-btn button span {
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 21px;
}
.organ-box .organ-btn button.contact-btn {
  border: 1px solid #F22742;
  color: #F22742;
}
.organ-box .organ-btn button.consult-btn {
  background: #F22742;
  color: #FFFFFF;
}
.organ-box .organ-profile {
  background: #F5F6F7;
  border-radius: 8px;
  margin: 0 8px;
  padding: 10px 8px 10px 12px;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 18px;
}
.organ-box .organ-profile p {
  flex: 1;
  color: #262626;
}
.organ-box .organ-profile a {
  margin-left: 12px;
  color: #F22742;
}
.index-div-block {
  background-color: #FFFFFF;
  margin-bottom: 8px;
}
.index-div-block:first-child {
  border-radius: 8px 8px 0 0;
}
.index-div-block .div-block-title {
  width: fit-content;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 19px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 27px;
  display: flex;
  align-items: center;
}
.index-div-block .div-block-title::before {
  content: '';
  display: block;
  width: 23px;
  height: 7px;
  background: url(//m.edu84.com/school/edu84/mobile/img/comNew/title_ztag_img.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.index-div-block .div-block-title::after {
  content: '';
  display: block;
  width: 23px;
  height: 7px;
  background: url(//m.edu84.com/school/edu84/mobile/img/comNew/title_ytag_img.png) no-repeat;
  background-size: 100%;
  margin-left: 10px;
}
.activity-list {
  padding-top: 16px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  background: #FFFFFF;
}
.activity-list::after {
  content: '';
  position: absolute;
  width: calc(100% - 32px);
  border-bottom: 1px solid #F5F6F7;
  bottom: 0;
  left: 16px;
}
.activity-list .activity-item {
  display: flex;
  padding: 0 16px;
}
.activity-list .activity-item .activity-l {
  flex: 1;
  min-width: 0;
  background: #FFF2F4;
  border-radius: 8px;
  padding: 10px 16px;
}
.activity-list .activity-item .activity-l h3 {
  font-size: 15px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 21px;
}
.activity-list .activity-item .activity-l p {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 17px;
  margin-top: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.activity-list .activity-item .activity-l p .activity-ani {
  display: block;
  animation-name: move;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.activity-list .activity-item .activity-l > span {
  display: block;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #F22742;
  line-height: 20px;
  margin-top: 4px;
}
.activity-list .activity-item .activity-r {
  width: 100px;
  background: #FFF2F4;
  border-radius: 8px;
  position: relative;
}
.activity-list .activity-item .activity-r button {
  width: 76px;
  height: 32px;
  background: #F22742;
  border-radius: 200px;
  font-size: 13px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.activity-list .activity-item .activity-r::before {
  content: '';
  height: 64px;
  border-left: 1px dashed #F77D8E;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 1;
}
.activity-list .activity-pagination {
  margin-top: 8px;
}
.activity-list .activity-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #EBEBEB;
  margin: 0 6px 0 0;
  opacity: 1;
}
.activity-list .activity-pagination .swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background: #F22742;
}
.school-content .school-map {
  margin: 0 16px;
  width: calc(100% - 32px);
  height: 179px;
}
.school-content .school-ul {
  margin-top: 20px;
}
.school-content .school-ul ul {
  padding: 0 16px;
}
.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;
  border-bottom: 0;
}
