* {
    -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.5;
    color: #333;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }
  .webcast-container {
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: url('../images/index-bg.jpg') no-repeat top center;
    background-size: 100% 100%;
}

.webcast-title {
    width: 100%;
    height: 5.5rem;
    background: url('../images/bg-top.jpg') no-repeat top center;
    background-size: contain;
}

.webcast-title img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.line {
    height: 0.47rem;
    width: 100%;
}

.webcast-info {
    color: #FFFFFF;
    font-size: 0.3rem;
    width: 90%;
    margin: 0 auto 0.7rem;
    text-indent: 0.64rem;
}

.webcast-code {
    width: 74%;
    margin: 0.9rem auto 0;
    border-radius: 10px;
    display: flex;
    height: 2.2rem;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    position: relative;
    border: 1px solid #0ae9d1;
    color: #fff;
    padding: 0 8%;
}
.left-j {
    position: absolute;
    display: block;
    width: 0.3rem;
    top: 5%;
    left: 2%;
}
.right-j {
  position: absolute;
  display: block;
  width: 0.3rem;
  bottom: 5%;
  right: 2%;
}

.zsky-code {
    width: 1.6rem;
    display: block;
    margin-right: 0.4rem;
}

.code-text img {
    display: inline-block;
    width: 0.28rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.webcast-sub-title {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 0 0 0.2rem;
}

.webcast-school {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 0.5rem;
    justify-content: space-between;
}

.webcast-school-item {
    width: 45.5%;
    background-color: #38b3aa;
    border-radius: 20px;
    color: #FFFFFF;
    padding: 0.1rem 0 0.3rem 0;
    margin-top: 0.4rem;
    border: 1px solid #0ae9d1;
    box-shadow:0px 3px 40px 0px rgba(147, 165, 71, 0.35);
}


.webcast-school-item h4 {
    font-size: 0.28rem;
    text-align: center;
    height: 0.8rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webcast-school-item p {
    font-size: 0.24rem;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
}

.school-btn a {
    display: block;
    width: 70%;
    height: 0.5rem;
    margin: 0 auto;
    margin-top: 0.1rem;
}

.school-btn img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.webcast-footer {
    color: #FFFFFF;
    font-size: 0.23rem;
    text-align: center;
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0 auto;
    background-color: #41a5a2;
}
.school-photos {
  width: 90%;
  height: 4rem;
  display: flex;
  margin: 0.5rem auto 0;
  justify-content: center;
  align-items: center;
  background-color: #38b3aa;
  border-radius: 10px;
  border: 1px solid #0ae9d1;
}
.swiper-container {
  width: 88%;
  height: 88%;
}
.swiper-container img {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.bg-bottom {
  display: block;
  width: 100%;
}