/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap'); */
@import url("https://npm.webcache.cn/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

html {
  height: 100%;
  display: flex;
  font-family: 'Noto Sans SC', "PingFang SC", "Microsoft YaHei", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  flex-direction: column;
}

body {
  color: #333;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-weight: 400;
  font-size: 1.05rem;
}

h1,
h2,
h3 {
  font-weight: 600;
  /* 标题适当加粗 */
}

.conf-title {
  font-weight: 600;
}

.navbar-brand-text {
  color: #003366;
  display: inline-block;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.navbar {
  background-color: #f3f4f6b8;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px) saturate(180%);
}

.navbar-collapse .nav-link:hover {
  text-decoration: underline;
  text-decoration-color: #3f6993;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

.navbar-collapse .nav-link.active {
  text-decoration: underline;
  text-decoration-color: #003366;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

.carousel-item img {
  height: 55vh;
  object-fit: cover;
}

.carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(135deg, rgba(10, 101, 187, 0.33) 12%, rgba(0, 213, 255, 0) 70%); */
  color: #fff;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: left;
  mix-blend-mode: hard-light;
}

footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 45%;
  color: #383e43;
  padding: 20px 0;
}

footer a {
  color: #383e43;
  text-decoration: underline;
  text-decoration-color: #383e43;
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
}

footer a:hover {
  color: #3f6993;
  text-decoration: underline;
  text-decoration-color: #3f6993;
  text-decoration-style: solid;
  text-underline-offset: 0.15em;
}

.footer-header{
  display: inline-block;
  background-color: #003366;
  padding: 0 2px 0 2px;
}

.marquee{
  background: #fde79d;
  color: #664d03;
}
.marquee a{
  color: #714c01;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #714c01;
  text-underline-offset: 0.15em;
}
.marquee a:hover{
  color: #664d03;
  text-decoration: underline;
  text-decoration-color: #664d03;
  text-decoration-style: solid;
  text-underline-offset: 0.15em;
}

/* 折叠动画 */
@keyframes collapse {
  from {
    height: 100%;
  }
  to {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
  }
}

.marquee.closing {
  animation: collapse 0.3s ease forwards;
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.separator {
  background-color: #08a3e1;
  width: 6vw;
  height: 4px;
  margin: 0 auto;
}

.sponsor-separator {
  background-color: #bb9515;
  width: 4vw;
  height: 4px;
  margin: 0 auto;
}

.banner {
  height: 35vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-header {
  font-weight: 600;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 2px 2px 4px black;
}

.banner-header::selection{
  background: #003366;
}

.banner-header-dimed {
  font-weight: 600;
  color: #eee;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 2px 2px 4px black;
}

.banner-header-dimed::selection{
  background: #003366;
}

.header-bar {
  height: 25vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bg-grey {
  background-color: #f7f8fc;
}

.organizer-unit-card {
  min-height: 10.625rem;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #22cef4;
  top: 0;
  bottom: 0;
  left: auto;
  margin-left: -3px;
}

/* Container around content */
.timeline-5 {
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.timeline-5::after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  right: 1px;
  background-color: #08a3e1;
  top: 18px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the right */
.right-5 {
  padding: 0px 0px 20px 40px;
  left: auto;
}

/* Add arrows to the right container (pointing left) */
.right-5::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-5::after {
  left: -10px;
}

@media (max-width: 991px) {
  .main-timeline-5 {
    max-width: 100%;
  }
}

.chair-title{
  background: #003366;
  background: linear-gradient(34deg, rgba(0, 51, 102, 1) 0%, rgba(0, 89, 150, 1) 100%);;
  color: #fff;
  padding: 0.5rem;
  border-radius: 1.5rem 0px 0px 1.5rem;
}

.lecture-title{
  background: linear-gradient(35deg, #a7dbe9, #d2f0c0);
  padding: 0.5rem;
  border-radius: 0px 1.5rem 0rem 0px;
}
.profile-img {
  width: 180px;
  /* height: 180px; */
  object-fit: cover;
  aspect-ratio: 1 / 1; /* 保持宽高比为1:1 */
  object-position: top center; /* 使头部位于圆形区域的上半部分 */
}

.semi-header{
  /* font-family: "Noto Serif SC", serif; */
  color: rgba(0, 89, 150, 1);
  font-weight: 550;
}
