<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -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/webcast-bg.png') no-repeat top center;
    background-size: 100% 100%;
}

.webcast-title {
    width: 100%;
    height: 9rem;
    background: url('../images/tltle-bg.png') no-repeat top center;
    background-size: 100% 100%;
}

.webcast-title img {
    display: block;
    /* width: 40%; */
    height: 4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4%;
    object-fit: contain;
}
.hdjs-wrap {
  position: relative;
  background-color: #3943c4;
  width: 90%;
  border-radius: 15px;
  margin: -3.2rem auto 0.7rem;
  padding: 3% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdjs-img {
  display: block;
  width: 37%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
}
.webcast-info {
    color: #FFFFFF;
    font-size: 0.28rem;
    width: 80%;
    border-radius: 15px;
    text-indent: 0.64rem;
    background-size: 100% 100%;
    padding: 0.4rem 6% 0.3rem;
    background-color: #181e6c;
}

.webcast-code {
    width: 90%;
    margin: 0.9rem auto 0;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
}

.zsky-code {
    width: 2rem;
    display: block;
    margin-right: 0.2rem;
}

.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: #FFFFFF;
    border-radius: 20px;
    color: #181e6c;
    padding: 0.1rem 0 0.3rem 0;
    margin-top: 0.4rem;
    border:1.5px solid #636bcc;
    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.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webcast-school-item .time-text {
  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.5rem auto 0;
    background-color: #040a51;
}
.pc_footer {
  display: none;
}</pre></body></html>