* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  p,
  blockquote,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
  img {
    border: 0 none;
    vertical-align: top;
  }
  i,
  em {
    font-style: normal;
  }
  ol,
  ul {
    list-style: none;
  }
  input,
  select,
  button,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-family: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  a {
    text-decoration: none;
    color: #fff;
  }
  button {
    border: 0;
    background-color: transparent;
    outline: none;
  }
  body {
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    font-family: -apple-system, Helvetica, sans-serif;
    line-height: 1.4;
    color: #404040;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }
  .bkd-container {
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: url('../imgs/bg.jpg') no-repeat top center;
    background-size: 100% 100%;
}

.bkd-title {
  width: 100%;
  height: 6.5rem;
  background: url(../imgs/title.png) no-repeat;
  background-size: 100% 100%;
}

.one-container {
  background: rgba(255, 255, 255, 1);
  opacity: 0.8;
  border-radius: 10px;
  width: 80%;
  margin: -1rem auto 0;
  padding: 0.6rem 5%;
}

.one-title {
  display: block;
  height: 1rem;
  margin: 0 auto 0.4rem;
}

.one-container p {
  font-size: 0.3rem;
  color: #404040;
}

.two-title {
  display: block;
  height: 1rem;
  margin: 0.6rem auto;
}

.tab-time {
  display: flex;
  justify-content: space-around;
  height: 0.6rem;
  width: 90%;
  margin: 0 auto;
}

.btn-inner {
  background: #ffffff;
  border-radius: 29px;
  width: 29%;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.6rem;
  border: 1px solid #0898FF;
}

.tab-time .btn-active {
  background: linear-gradient(180deg, #3AE0FF 0%, #0898FF 100%);
  color: #ffffff;
  border: 1px solid transparent;
}

.tab-wrap {
  display: none;
}

.tab-wrap:first-child {
  display: block;
}

/* 一个教师开始 */
.school-content {
  background: rgba(255, 255, 255, 1);
  opacity: 0.8;
  border-radius: 1px 20px 1px 20px;
  position: relative;
  width: 82%;
  margin: 1rem auto 0.6rem;
  padding: 0.2rem 4%;
  height: 1.7rem;
}

.teacher-pic {
  position: absolute;
  top: -17%;
  background-color: #62ABF8;
  width: 22%;
  font-size: 0.28rem;
  color: #ffffff;
}

.teacher-pic img {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.teacher-pic p {
  background: rgba(98, 171, 248, 1);
  text-align: center;
}

.teacher-pic .leftp {
  border-radius: 0px 4px 4px 0px;
}

.teacher-pic .rightp {
  border-radius: 4px 0 0 4px;
}

.left-teacher-pic {
  left: 4%;
  border-radius: 20px 20px 10px 0;
}

.left-school-text {
  margin-left: 24%;

}

.right-teacher-pic {
  right: 4%;
  border-radius: 20px 20px 0 10px;
}

.right-school-text {
  margin-right: 24%;
}

.school-text {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  font-size: 0.35rem;
}

.school-text .school-name-time {
  margin: 0 0.15rem;
  text-align: center;
  width: 52%;
}
.four-school-content .school-name-time {
  width: 96%;
}

.school-text h4 {
  color: #0695FF;
  font-size: 0.3rem;
  line-height: 1.1;
  max-height: 0.95rem;
  overflow: hidden;
  margin-bottom: 0.14rem;
}

.school-text p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #434343;
  font-size: 0.24rem;
}

.btn-group img {
  display: inline-block;
  vertical-align: middle;
  width: 0.27rem;
  margin-right: 0.07rem;
}

.btn-group a:first-child {
  margin-bottom: 0.15rem;
}

.btn-group a {
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 0.4rem;
  width: 1.8rem;
  font-size: 0.24rem;
}

.school-btn {
  background: linear-gradient(90deg, rgba(250, 209, 38, 1) 0%, rgba(255, 84, 79, 1) 100%);
}

.play-btn {
  background: linear-gradient(90deg, rgba(41, 241, 156, 1) 0%, rgba(2, 161, 249, 1) 100%);
}

/* 一个教师结束 */
.bottom-img {
  display: block;
  width: 100%;
}

/* 四个教师左边 */
.four-school-content {
  height: 3.4rem;
}

.four-school-text {
  width: 46%;
  flex-direction: column;

}

.four-school-content .left-school-text {
  margin-left: 53%;
}

.four-school-content .right-school-text {
  margin-right: 53%;
}

.four-pic {
  width: 50%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  position: absolute;
  top: -11%;
}

.four-pic div {
  width: 46%;
  background-color: #62ABF8;
  font-size: 0.28rem;
  color: #ffffff;
  margin-right: 3%;
  margin-bottom: 0.1rem;
}

.four-pic div:nth-child(2n) {
  margin-right: 0;
}

.four-pic div img {
  display: block;
  width: 100%;
  height: 1.5rem;
}

.four-pic div p {
  background: rgba(98, 171, 248, 1);
  text-align: center;
}

.four-school-content .left-teacher-pic div {
  border-radius: 20px 20px 10px 0;
}

/* 四个教师右边 */
.four-school-content .right-teacher-pic div {
  border-radius: 20px 20px 0 10px;
}

.four-school-content .right-teacher-pic {
  justify-content: center;
}

/* 结束 */
.footer .zsky-code {
  display: block;
  width: 26%;
  margin: 1.5rem auto 0.2rem;
}

.footer p {
  text-align: center;
  color: #344E67;
  font-size: 0.26rem;
  margin-bottom: 0.4rem;
}