<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  font: inherit;
  border: 0;
  outline: 0;
}

a {
  color: #333;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input::-webkit-input-placeholder {
  color: #d8d8d8;
}

input::-moz-placeholder {
  color: #d8d8d8;
}

input:-moz-placeholder {
  color: #d8d8d8;
}

input:-ms-input-placeholder {
  color: #d8d8d8;
}

div {
  box-sizing: border-box;
}

body {
  font: 14px/1.5 "Microsoft YaHei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, "STHeiTi", sans-serif;
  color: #333;
  min-width: 1200px;
  background-color: #E9F3FF;
}

.banner {
  width: 100%;
  height: 650px;
  position: relative;
  background: url("../images/banner-bg.png") no-repeat center center;
  background-size: cover;
  min-height: 650px;
}
.banner .banner-logo-container {
  width: 1200px;
  height: 30px;
  margin: 0 auto;
  padding-top: 24px;
}
.banner .banner-logo-container .banner-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner .banner-logo-container .banner-logo .zxxk-logo {
  width: 88px;
  height: 27px;
}
.banner .banner-logo-container .banner-logo .xkw-logo {
  width: 86px;
  height: 26.5px;
}
.banner .banner-logo-container .banner-logo .line {
  width: 1px;
  height: 10px;
  background: #000;
  margin-top: 4px;
}

/* 响应式适配 */
@media screen and (max-width: 1920px) {
  .banner {
    height: 33.8541666667vw;
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
  }
}
.container {
  background: #6363F2;
  min-width: 1200px;
}

/* 日程安排样式 */
.schedule {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  position: relative;
}
.schedule .line {
  position: absolute;
  top: 41px;
  left: 0;
  width: 1200px;
  height: 2px;
  background: linear-gradient(90deg, rgba(87, 215, 255, 0) 0%, #FFF 50%, rgba(87, 215, 255, 0) 100%);
}
.schedule .schedule-container {
  position: relative;
  z-index: 1;
  width: 988px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.schedule .schedule-container .schedule-item {
  width: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule .schedule-container .schedule-item .schedule-date {
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 2px solid #FFDF8C;
  background: linear-gradient(180deg, #FFF 0%, #18D5FF 100%);
  color: #0047FF;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
.schedule .schedule-container .schedule-item .schedule-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 172px;
  height: 194px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  margin-top: 8px;
}
.schedule .schedule-container .schedule-item .schedule-qr .schedule-title {
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 8px 8px;
  background: #3E55E3;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.schedule .schedule-container .schedule-item .schedule-qr img {
  width: 148px;
  height: 148px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  margin-top: 12px;
}

/* 专家讲志愿样式 */
.expert-lecture {
  width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  padding-bottom: 48px;
  min-width: 1200px;
}
.expert-lecture .expert-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expert-lecture .expert-header .expert-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306.861px;
  height: 51px;
  flex-shrink: 0;
  background-image: url("../images/title-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -28px;
}
.expert-lecture .expert-header .expert-title .title-text {
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  /* 100% */
}
.expert-lecture .expert-header .expert-subtitle {
  margin-top: 12px;
}
.expert-lecture .expert-header .expert-subtitle .subtitle-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.expert-lecture .expert-header .expert-subtitle .subtitle-desc {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.expert-lecture .expert-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.expert-lecture .expert-cards .expert-card {
  width: 1152px;
  height: 236px;
  border-radius: 16px;
  border: 1px solid #D8E6FF;
  background: #FFF;
  margin: 0 auto;
  margin-top: 24px;
}
.expert-lecture .expert-cards .expert-card .card-header {
  display: flex;
  align-items: center;
  width: 1152px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 16px 16px 0px 0px;
  background: linear-gradient(266deg, rgba(87, 95, 255, 0) -0.31%, #6957FF 51.51%, #234CFF 96.32%);
}
.expert-lecture .expert-cards .expert-card .card-header .expert-tag {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 24px;
}
.expert-lecture .expert-cards .expert-card .card-header .tag-desc {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 16px;
}
.expert-lecture .expert-cards .expert-card .card-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 16px 0 18px 24px;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar {
  width: 322px;
  height: 154px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 16px;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar img {
  width: 322px;
  height: 154px;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar .play-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  border-radius: 12px;
  background: #3D7FF8;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar .play-btn img {
  width: 14px;
  height: 14px;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar .play-btn:hover {
  background: #2563eb;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar .live-qrcode {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 322px;
  height: 154px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar .live-qrcode img {
  width: 114px;
  height: 114px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar.clickable:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.expert-lecture .expert-cards .expert-card .card-content .expert-avatar.clickable:hover .play-btn {
  background: #2563eb;
}
.expert-lecture .expert-cards .expert-card .card-content .live:hover .live-qrcode {
  display: flex;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-info {
  height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.expert-lecture .expert-cards .expert-card .card-content .expert-info .expert-name {
  color: #001843;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 100% */
}
.expert-lecture .expert-cards .expert-card .card-content .expert-info .expert-desc {
  color: #003743;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}

.good-course {
  width: 1200px;
  margin: 0 auto;
  padding: 88px 0;
  min-width: 1200px;
}
.good-course .course-container {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  padding-bottom: 24px;
}
.good-course .course-container .course-header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.good-course .course-container .course-header .course-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 306.861px;
  height: 51px;
  flex-shrink: 0;
  background-image: url("../images/title-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -28px;
}
.good-course .course-container .course-header .course-title .title-text {
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}
.good-course .course-container .course-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.good-course .course-container .course-cards .course-card {
  display: flex;
  align-items: center;
  position: relative;
  width: 560px;
  height: 140px;
  flex-shrink: 0;
  cursor: pointer;
}
.good-course .course-container .course-cards .course-card .card-title {
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 100% */
}
.good-course .course-container .course-cards .course-card .card-arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.good-course .course-container .course-cards .policy-card {
  background-image: url("../images/goodcbg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.good-course .course-container .course-cards .policy-card .card-title {
  margin-left: 88px;
}
.good-course .course-container .course-cards .policy-card .card-arrow {
  margin-left: 24px;
}
.good-course .course-container .course-cards .school-card {
  background-image: url("../images/goodcbg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.good-course .course-container .course-cards .school-card .card-title {
  margin-left: 120px;
}
.good-course .course-container .course-cards .school-card .card-arrow {
  margin-left: 54px;
}

.footer {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  height: 62px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3707D4;
}

.side-bar {
  position: fixed;
  bottom: 200px;
  right: 60px;
  width: 150px;
  height: 125px;
  flex-shrink: 0;
  background-image: url("../images/side-bar-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.side-bar.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.side-bar .hat {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  height: 125px;
}
.side-bar .side-bar-text {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 27px;
  border: 1px solid #FFF;
  background: linear-gradient(52deg, #2732C3 0%, #5700E3 86.73%);
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.56px;
}
.side-bar .side-bar-text .top-icon {
  width: 14.26px;
  height: 17.083px;
  flex-shrink: 0;
  margin-right: 6px;
  margin-top: -6px;
}
.side-bar .side-bar-text:hover {
  border-radius: 100px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #3E55E3 0%, #0047FF 100%);
}/*# sourceMappingURL=index.css.map */</pre></body></html>