* {
  user-select: none; }

.body-bg {
  background: #F8F9FA; }

.mt16 {
  margin-top: 16px; }

.mt20 {
  margin-top: 20px !important; }

.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.main {
  width: 100%; }
  .main .main-banner {
    width: 100%;
    height: 280px;
    background: url(../img/banner-bg.png) no-repeat 100%;
    background-size: 100% 100%;
    padding-top: 84px; }
    .main .main-banner h3 {
      text-align: center;
      font-size: 48px;
      font-family: PingFang SC-Bold, PingFang SC;
      font-weight: bold;
      color: #FFFFFF;
      line-height: 56px; }
    .main .main-banner p {
      font-size: 16px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 19px;
      text-align: center;
      opacity: 0.5; }

.con-nav-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDFE6;
  background-color: #FFFFFF;
  padding: 0 30px;
  height: 68px;
  justify-content: left;}
.con-nav-list dd {
  width: auto;
  min-width: 80px;
  line-height: 68px;
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #606266;
  cursor: pointer;
  position: relative;
  margin-right: 10px; }
.con-nav-list dd:last-child {
  margin-right: 0; }
.con-nav-list dd::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #1159FB;
  transition: all 0.3s;
  transform: scaleX(0); }
.con-nav-list dd.active-nav {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #1159FB; }
.con-nav-list dd.active-nav::after {
  transform: scaleX(1); }
.con-nav-list .nav-swiper {
  max-width: 710px;
  margin: 0; }

.con-nav-list .nav-tab-icon {
  display: none;
  margin-bottom: 20px;
}
.con-nav-list .nav-tab-icon i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C0C4CC;
  font-size: 12px;
  color: #606266;
  line-height: 20px;
  text-align: center;
  margin-left: 12px;
  cursor: pointer; }
.con-nav-list .nav-tab-icon i:hover {
  color: #FFFFFF;
  background: #1159FB;
  border: 1px solid #1159FB; }
.con-nav-list .nav-tab-icon i.disabled, .con-nav-list .nav-tab-icon i.disabled:hover {
  color: #C0C4CC;
  background: #FFFFFF !important;
  border: 1px solid #C0C4CC !important;
  cursor: no-drop; }

.ul-active {
  display: block;
  animation: fadeTraffic .3s linear; }

@keyframes fadeTraffic {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.container {
  width: 1200px;
  margin: 0 auto;
  display: flex; }
  .container .container-l {
    width: 884px;
    border-radius: 6px; }
  .container .container-r {
    width: 296px;
    margin-left: 20px;
    padding-bottom: 20px;}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 50px; }
  .pagination a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    margin-right: 5px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #909399; }
    .pagination a:hover:not(.iconfont):not(.zui-page-spr) {
      background: #1159FB;
      color: #fff !important; }
    .pagination a:last-child {
      margin-right: 0; }
  .pagination .zui-page-curr {
    background: #1159FB;
    color: #fff !important; }
  .pagination .zui-page-noallow {
    color: #d2d2d2;
    cursor: not-allowed; }

.con-r-block {
  background: #FFFFFF;
  border-radius: 6px; }
  .con-r-block .block-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    border-bottom: 1px solid #E4E7ED;
    padding: 0 20px; }
    .con-r-block .block-tit span {
      font-size: 16px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #303133; }
    .con-r-block .block-tit a {
      font-size: 14px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #606266;
      display: flex;
      align-items: center; }
      .con-r-block .block-tit a i {
        color: #606266;
        font-size: 12px;
        vertical-align: text-bottom; }

.block-list {
  padding-top: 16px; }
  .block-list li {
    display: flex;
    padding: 0 20px 16px; }
  .block-list .course-item a,
  .block-list .teacher-item a {
    width: 100%;
    display: flex;
    align-items: center; }
    .block-list .course-item a .course-logo,
    .block-list .teacher-item a .course-logo {
      width: 100px;
      height: 60px;
      border-radius: 4px;
      margin-right: 12px; }
  .block-list .li-info {
    flex: 1;
    min-width: 0;
    position: relative;
    height: 60px; }
    .block-list .li-info h4 {
      font-size: 14px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #303133;
      line-height: 19px;
      cursor: pointer; }
    .block-list .li-info div {
      margin-top: 2px;
      font-size: 14px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #909399;
      position: absolute;
      left: 0;
      bottom: 0; }
    .block-list .li-info .has-price {
      font-size: 12px;
      color: #FF9645;
      font-weight: 600;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
      .block-list .li-info .has-price span {
        font-size: 14px; }
  .block-list .video-img {
    width: 100px;
    height: 60px;
    margin-right: 12px;
    position: relative;
    cursor: pointer; }
    .block-list .video-img img {
      width: 100%;
      height: 100%;
      border-radius: 4px; }
    .block-list .video-img::after {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      background: url(../img/video_icon@2x.png) no-repeat 100%;
      background-size: 100% 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .block-list .li-label {
    padding: 2px 6px;
    border-radius: 2px;
    border: 1px solid #DCDFE6;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #909399; }
  .block-list .information-item .li-info {
    height: auto; }
    .block-list .information-item .li-info div {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: unset; }
      .block-list .information-item .li-info div span {
        font-size: 12px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #909399; }
  .block-list .teacher-tx {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 12px; }
  .block-list .teacher-item .li-info {
    height: auto; }
    .block-list .teacher-item .li-info p {
      font-size: 12px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #606266;
      margin-top: 4px; }

.crumbs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0 16px; }
  .crumbs a,
  .crumbs span {
    position: relative;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #7e7474; }
  .crumbs a::after {
    content: '\e639';
    font-family: "iconfont" !important;
    margin: 0 2px;
    font-size: 12px;
    color: #7e7474; }
  .crumbs a:hover {color: var(--themeBtnBgColor);}

.detail-card {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 30px;
  display: flex; }
  .detail-card .teacher-img {
    width: 194px;
    height: 215px;
    border-radius: 10px;
    margin-right: 40px; }
.detail-card .teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
  .detail-card .course-img {
    width: 320px;
    height: 192px;
    border-radius: 6px;
    margin-right: 30px; }
  .detail-card .card-r {
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column; }
    .detail-card .card-r h2 {
      font-size: 28px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #303133;
      line-height: 39px; }
.detail-card .card-r .course-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-bottom: 52px; }
.detail-card .card-r .course-info .course-hour {
  margin-top: 0; }
    .detail-card .card-r .course-name {
      font-size: 22px;
      font-family: SourceHanSansCN-Medium, SourceHanSansCN;
      font-weight: 600;
      color: #303133;
      line-height: 34px; }
    .detail-card .card-r .course-hour {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 4px;
      font-size: 14px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #909399; }
.detail-card .card-r .course-hour span {
  margin-top: 8px;
}
      .detail-card .card-r .course-hour em {
        color: #7E7F83;
        margin-right: 40px; }
.detail-card .card-r .card-info-b {
  display: flex;
  flex-direction: unset;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

.detail-card .card-r .card-info-b .course-price .price {
  font-size: 16px;
}

.detail-card .card-r .card-info-b .course-price .price em {
  font-size: 22px;
}

.detail-card .card-r .card-info-b .card-btn {
  position: unset;
}
    .detail-card .card-r .course-price {
      margin-top: 4px;
      font-size: 14px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #909399; }
      .detail-card .card-r .course-price.course-cost-price {
        margin-top: 16px; }
      .detail-card .card-r .course-price .price {
        font-size: 12px;
        font-family: PingFang SC-Bold, PingFang SC;
        font-weight: bold;
        color: #FF9645; }
        .detail-card .card-r .course-price .price em {
          font-size: 20px; }
      .detail-card .card-r .course-price .cost-price {
        font-size: 16px;
        text-decoration: line-through; }
    .detail-card .card-r .teacher-subject {
      font-size: 14px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #303133;
      line-height: 20px;
      margin-top: 4px; }
    .detail-card .card-r .teacher-info {
      width: fit-content;
      max-width: 100%;
      background: rgba(255, 150, 69, 0.05);
      border-radius: 6px;
      padding: 7px 10px;
      font-size: 12px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #FF9645;
      margin-top: 6px; }
    .detail-card .card-r .wechat {
      display: flex;
      align-items: center;
      margin-top: 12px; }
      .detail-card .card-r .wechat img {
        width: 20px;
        height: 20px; }
      .detail-card .card-r .wechat span {
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 16px;
        margin-left: 6px; }
      .detail-card .card-r .wechat button {
        height: 24px;
        padding: 0px 9px;
        background: #FFFFFF;
        border-radius: 3px;
        border: 1px solid #C0C4CC;
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #606266;
        line-height: 22px;
        margin-left: 10px;
        cursor: pointer;}
    .detail-card .card-r .card-btn {
      display: flex;
      margin-top: 28px;
      position: absolute;
      bottom: 0; }
      .detail-card .card-r .card-btn button {
        width: 172px;
        height: 48px;
        border-radius: 4px;
        font-size: 16px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        cursor: pointer; }
        .detail-card .card-r .card-btn button + button {
          margin-left: 24px; }
      .detail-card .card-r .card-btn .consult-btn {
        background: #FFFFFF;
        border: 1px solid #1159FB;
        color: #1159FB; }
      .detail-card .card-r .card-btn .subscribe-btn {
        background: #1159FB;
        color: #FFFFFF; }

.div-block {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 30px 30px; }
  .div-block .div-block-tit {
    padding: 20px 0;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #303133;
    line-height: 23px; }

.introduction-box .con-info {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #606266;
  line-height: 32px; }

.introduction-box img {
  display: block;
  max-width: 100%;
  margin: 20px auto; }

.introduction-box audio {
  display: block;
  margin: 0 auto; }

.introduction-box video {
  display: block;
  margin: 0 auto;
  margin-top: 4px;
  max-width: 100%;
}

.eges-box {
  width: 100%;
  height: 148px;
  background: #F8F9FA;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .eges-box em {
    font-size: 52px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 61px;
    margin-right: 33px; }
  .eges-box .eges-star-img {
    display: flex; }
    .eges-box .eges-star-img img {
      width: 30px;
      height: 30px;
      margin-right: 14px; }
      .eges-box .eges-star-img img:last-child {
        margin-right: 0; }
  .eges-box p {
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    line-height: 16px;
    margin-top: 10px; }

.student-evaluate {
  margin-top: 30px; }
  .student-evaluate li {
    margin-top: 20px;
    display: flex; }
    .student-evaluate li:first-child {
      margin-top: 0; }
    .student-evaluate li:nth-child(n+6) {
      display: none; }
    .student-evaluate li .student-tx {
      width: 56px;
      height: 56px;
      border-radius: 100px;
      opacity: 1;
      border: 1px solid #E4E7ED;
      margin-right: 30px; }
      .student-evaluate li .student-tx img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .student-evaluate li .evaluate-r {
      flex: 1; }
      .student-evaluate li .evaluate-r .student-t {
        margin-top: 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500; }
        .student-evaluate li .evaluate-r .student-t .student-name {
          font-size: 16px;
          color: #303133; }
        .student-evaluate li .evaluate-r .student-t .evaluate-time {
          font-size: 12px;
          color: #909399; }
      .student-evaluate li .evaluate-r .student-score {
        margin-top: 6px;
        display: flex;
        align-items: center; }
        .student-evaluate li .evaluate-r .student-score span {
          font-size: 14px;
          font-family: PingFang SC-Medium, PingFang SC;
          font-weight: 500;
          color: #606266; }
        .student-evaluate li .evaluate-r .student-score img {
          width: 20px;
          height: 20px;
          margin-left: 10px; }
      .student-evaluate li .evaluate-r .evaluate-detail {
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #606266;
        line-height: 16px;
        margin-top: 14px; }
  .student-evaluate .view-all-btn,
  .student-evaluate .view-stow-btn {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    display: block;
    margin: 30px auto 0;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #606266;
    background-color: #FFFFFF;
    cursor: pointer;}

.course-list {
  display: flex;
  flex-wrap: wrap; }
  .course-list li {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #EBEEF5; }
    .course-list li:nth-child(3n) {
      margin-right: 0; }
    .course-list li:nth-child(n+4) {
      margin-top: 16px; }
    .course-list li img {
      width: 100%;
      height: 158px;
      border-radius: 6px 6px 0px 0px; }
    .course-list li .course-detail {
      width: 100%;
      padding: 16px 10px; }
      .course-list li .course-detail h4 {
        font-size: 18px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #303133;
        line-height: 21px; }
      .course-list li .course-detail .course-text {
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #909399;
        line-height: 16px;
        margin-top: 4px; }
      .course-list li .course-detail .course-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px; }
        .course-list li .course-detail .course-btn .call-enquiry-btn {
          font-size: 18px;
          font-family: PingFang SC-Bold, PingFang SC;
          font-weight: bold;
          color: #FF9645;
          background-color: unset; }
        .course-list li .course-detail .course-btn .subscribe-btn {
          width: 72px;
          height: 36px;
          background: #FFFFFF;
          border-radius: 4px;
          border: 1px solid rgba(17, 89, 251, 0.8);
          font-size: 14px;
          font-family: PingFang SC-Bold, PingFang SC;
          font-weight: bold;
          color: #1159FB;
          cursor: pointer; }
          .course-list li .course-detail .course-btn .subscribe-btn:hover {
            background: #1159FB;
            color: #FFFFFF; }

.school-content {
  padding-left: 0; }
  .school-content .div-block-tit {
    padding-left: 30px; }

.school-content-box {
  display: flex;
  background-color: #FFFFFF; }

.school-list {
  height: 100%;
  margin-right: 2px; }
  .school-list ul {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 6px 0 10px;
    display: none; }
    .school-list ul:first-child {
      display: block; }
    .school-list ul::-webkit-scrollbar {
      width: 4px; }
    .school-list ul::-webkit-scrollbar-thumb {
      background: #DCDFE6;
      border-radius: 100px; }
  .school-list li {
    width: 304px;
    padding: 0 14px 0 19px; }
    .school-list li.active {
      background: rgba(17, 89, 251, 0.05); }
      .school-list li.active .school-icon:before {
        color: #1159FB !important; }
      .school-list li.active h4 {
        color: #1159FB !important; }
      .school-list li.active dl {
        display: block; }
    .school-list li:last-child a {
      border-bottom: 0; }
    .school-list li a {
      width: 100%;
      display: flex;
      padding: 20px 0;
      border-bottom: 1px solid #F2F6FC;
      padding-right: 6px; }
      .school-list li a .school-icon {
        width: 20px;
        height: 24px;
        display: inline-block;
        font-size: 12px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        position: relative; }
        .school-list li a .school-icon em {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          margin-top: 1px;
          margin-left: 1px; }
        .school-list li a .school-icon:before {
          content: '\e63e';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          color: #C0C4CC;
          font-size: 22px;
          font-family: 'iconfont'; }
      .school-list li a .school-item-r {
        flex: 1;
        min-width: 0;
        margin-left: 10px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500; }
        .school-list li a .school-item-r h4 {
          font-size: 16px;
          color: #303133;
          line-height: 19px; }
        .school-list li a .school-item-r p {
          font-size: 12px;
          color: #909399;
          line-height: 14px;
          margin-top: 4px; }
        .school-list li a .school-item-r .school-phone {
          display: flex;
          align-items: center;
          margin-top: 14px; }
          .school-list li a .school-item-r .school-phone i {
            font-size: 12px;
            color: #FF9645; }
          .school-list li a .school-item-r .school-phone span {
            font-size: 14px;
            color: #303133;
            margin-left: 4px; }
          .school-list li a .school-item-r .school-phone button {
            padding: 3px 9px;
            border-radius: 20px;
            border: 1px solid #C0C4CC;
            font-size: 12px;
            color: #606266;
            margin-left: 10px;
            background-color: unset;cursor: pointer }
            .school-list li a .school-item-r .school-phone button:hover {
              background: #1159FB;
              color: #FFFFFF; }
        .school-list li a .school-item-r dl {
          margin-top: 16px;
          display: none; }
          .school-list li a .school-item-r dl dt {
            height: 17px;
            font-size: 12px;
            line-height: 17px;
            color: #595959; }
          .school-list li a .school-item-r dl dd {
            font-size: 12px;
            line-height: 20px;
            color: #595959; }

.school-map {
  flex: 1;
  height: 502px; }

.school-map-marker {
  width: 20px;
  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-map-num {
  width: 20px;
  height: 26px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  line-height: 20px;
  text-align: center; }

.school-map-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 22px;
  cursor: pointer;
  color: #FF9645; }

.school-map-marker.active {
  z-index: 999999999 !important; }

.school-map-marker.active .school-map-marker-info {
  display: block;
}

.school-map-marker.active .school-map-icon {
  color: #1159FB; }

.school-map-marker-info {
  max-width: 280px;
  padding: 9px 20px;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000); }
  .school-map-marker-info::after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%); }
  .school-map-marker-info .school-info {
    display: flex;
    align-items: center; }
    .school-map-marker-info .school-info .school-name {
      font-size: 16px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 600;
      color: #000000; }
    .school-map-marker-info .school-info .school-info-navigation {
      margin: 0;
      display: block;
      margin-left: 10px;
      float: left;
      padding: 0 6px;
      height: 23px;
      line-height: 23px;
      font-size: 12px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      color: #1159FB;
      background: #FFFFFF;
      border-radius: 13px;
      border: 1px solid rgba(17, 89, 251, 0.6); }
      .school-map-marker-info .school-info .school-info-navigation .icon-nav {
        width: 13px;
        height: 13px;
        display: inline-block;
        -webkit-mask: url(//static.jiaoyubao.cn/images/site/jyb_school_arrow.png) no-repeat;
        mask: url(//static.jiaoyubao.cn/images/site/jyb_school_arrow.png) no-repeat;
        background-color: #1159FB;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        position: relative;
        top: -1px;
        vertical-align: middle; }
      .school-map-marker-info .school-info .school-info-navigation:hover {
        background: #1159FB;
        color: #fff; }
        .school-map-marker-info .school-info .school-info-navigation:hover .icon-nav {
          background-color: #fff;
          top: -1px;
          vertical-align: middle; }
  .school-map-marker-info h3 {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #262626; }
  .school-map-marker-info p {
    height: 17px;
    margin-top: 3px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #909399; }
  .school-map-marker-info span {
    height: 17px;
    margin-top: 4px;
    display: none;
    font-size: 12px;
    line-height: 17px;
    color: #595959; }
    .school-map-marker-info span a {
      margin-left: 16px;
      color: #1a8cff; }

#map-iframe {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

#map-iframe iframe {
  width: 100%;
  height: 100%; }

.map-pop-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5); }

.map-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 1220px;
  height: 580px;
  margin: -290px 0 0 -610px; }

.lecturer-list li {
  padding: 30px 0;
  border-bottom: 1px solid #F2F6FC; }
  .lecturer-list li:first-child {
    padding-top: 0; }
  .lecturer-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .lecturer-list li .lecturer-item {
    display: flex; }
    .lecturer-list li .lecturer-item img {
      width: 80px;
      height: 80px;
      border-radius: 100px;
      margin-right: 20px; }
    .lecturer-list li .lecturer-item .lecturer-item-r {
      margin-top: 7px;
      font-family: PingFang SC-Medium, PingFang SC;
      font-weight: 500;
      flex: 1;
      min-width: 0; }
      .lecturer-list li .lecturer-item .lecturer-item-r h4 {
        font-size: 18px;
        color: #303133;
        line-height: 21px; }
        .lecturer-list li .lecturer-item .lecturer-item-r h4 span {
          margin-left: 10px;
          font-size: 14px;
          color: #606266;
          transform: translateY(1px);
          display: inline-block; }
      .lecturer-list li .lecturer-item .lecturer-item-r p {
        max-width: 100%;
        width: fit-content;
        margin-top: 10px;
        height: 32px;
        background: rgba(255, 150, 69, 0.05);
        border-radius: 6px;
        line-height: 32px;
        padding: 0 16px 0 10px;
        font-size: 12px;
        color: #FF9645; }
      .lecturer-list li .lecturer-item .lecturer-item-r div {
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #606266;
        line-height: 20px;
        margin-top: 12px; }

.course-profile {
  padding: 20px;
  background: #F8F9FA;
  border-radius: 6px;
  margin-bottom: 12px;
}

.course-profile .course-profile-tit {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #202020;
  line-height: 24px;
}

.course-profile .course-profile-con {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: rgba(32, 32, 32, 0.6);
  line-height: 24px;
  margin-top: 12px;
}

.course-profile .course-profile-con img,
.course-profile .course-profile-con video,
.course-profile .course-profile-con audio {
  display: block;
  width: 100%;
  margin: 10px auto 0;
}
