.day-list-item:nth-child(5n + 1) .day-date {
  color: #9D242B;
}

.day-list-item:nth-child(5n + 1) .meeting-place {
  color: #9D242B;
}

.day-list-item:nth-child(5n + 1) .meeting-title {
  background-color: #9D242B;
}

.day-list-item:nth-child(5n + 1) .meeting-people {
  color: #9D242B;
}

.day-list-item:nth-child(5n + 1) .meeting-people .meeting-people-unit a {
  color: #9D242B;
}

.day-list-item:nth-child(5n + 1) .section-list .line {
  background-color: #9D242B;
}

.day-list-item:nth-child(5n + 1) .course-item {
  border-bottom: 1px solid rgba(157, 36, 43, 0.3);
}

.day-list-item:nth-child(5n + 1) .active-bg {
  background-color: rgba(157, 36, 43, 0.05);
}

.day-list-item:nth-child(5n + 2) .day-date {
  color: #006e77;
}

.day-list-item:nth-child(5n + 2) .meeting-place {
  color: #006e77;
}

.day-list-item:nth-child(5n + 2) .meeting-title {
  background-color: #006e77;
}

.day-list-item:nth-child(5n + 2) .meeting-people {
  color: #006e77;
}

.day-list-item:nth-child(5n + 2) .meeting-people .meeting-people-unit a {
  color: #006e77;
}

.day-list-item:nth-child(5n + 2) .section-list .line {
  background-color: #006e77;
}

.day-list-item:nth-child(5n + 2) .course-item {
  border-bottom: 1px solid (0, 110, 119, 0.3);
}

.day-list-item:nth-child(5n + 2) .active-bg {
  background-color: (0, 110, 119, 0.05);
}
.day-list-item:nth-child(5n + 3) .day-date {
  color: #67b800;
}

.day-list-item:nth-child(5n + 3) .meeting-place {
  color: #67b800;
}

.day-list-item:nth-child(5n + 3) .meeting-title {
  background-color: #67b800;
}

.day-list-item:nth-child(5n + 3) .meeting-people {
  color: #67b800;
}

.day-list-item:nth-child(5n + 3) .meeting-people .meeting-people-unit a {
  color: #67b800;
}

.day-list-item:nth-child(5n + 3) .section-list .line {
  background-color: #67b800;
}

.day-list-item:nth-child(5n + 3) .course-item {
  border-bottom: 1px solid rgba(103, 184, 0, 0.3);
}

.day-list-item:nth-child(5n + 3) .active-bg {
  background-color: rgba(103, 184, 0, 0.05);
}

.day-list-item:nth-child(5n + 4) .day-date {
  color: #e38400;
}

.day-list-item:nth-child(5n + 4) .meeting-place {
  color: #e38400;
}

.day-list-item:nth-child(5n + 4) .meeting-title {
  background-color: #e38400;
}

.day-list-item:nth-child(5n + 4) .meeting-people {
  color: #e38400;
}

.day-list-item:nth-child(5n + 4) .meeting-people .meeting-people-unit a {
  color: #e38400;
}

.day-list-item:nth-child(5n + 4) .section-list .line {
  background-color: #e38400;
}

.day-list-item:nth-child(5n + 4) .course-item {
  border-bottom: 1px solid rgba(227, 132, 0, 0.3);
}

.day-list-item:nth-child(5n + 4) .active-bg {
  background-color: rgba(227, 132, 0, 0.05);
}

.day-list-item:nth-child(5n) .day-date {
  color: #7d57c1;
}

.day-list-item:nth-child(5n) .meeting-place {
  color: #7d57c1;
}

.day-list-item:nth-child(5n) .meeting-title {
  background-color: #7d57c1;
}

.day-list-item:nth-child(5n) .meeting-people {
  color: #7d57c1;
}

.day-list-item:nth-child(5n) .meeting-people .meeting-people-unit a {
  color: #7d57c1;
}

.day-list-item:nth-child(5n) .section-list .line {
  background-color: #7d57c1;
}

.day-list-item:nth-child(5n) .course-item {
  border-bottom: 1px solid rgba(125, 87, 193, 0.3);
}

.day-list-item:nth-child(5n) .active-bg {
  background-color: rgba(125, 87, 193, 0.05);
}
.main-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 0 70px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #9D242B;
}

.top-banner img {
  width: 100%;
}

.date-content {
  position: relative;
  margin: -0.15rem 0.1rem 0.3rem;
  padding: 0.01rem 0.2rem;
  border-radius: 0.2rem;
  background-color: #FFF;
}

.day-list-item .day-date {
  position: sticky;
  top: 0;
  z-index: 3;
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.32rem;
  text-align: center;
  background-color: #FFF;
}

.meeting-place {
  font-size: 0.26rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.meeting-title {
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 0.26rem 0rem;
  margin-bottom: 0.2rem;
}

.meeting-title .meeting-title-time {
  width: 1.5rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
  text-align: center;
}

.meeting-title .meeting-title-name {
  font-size: 0.26rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
}

.meeting-people {
  display: flex;
  /* align-items: center; */
  margin-top: 8px;
}

.meeting-people .meeting-people-name,
.meeting-people .meeting-people-unit {
  font-size: 0.2rem;
  line-height: 1.2;
}

.meeting-people .meeting-people-name {
  width: 1.5rem;
  font-weight: bold;
  text-align: right;
  padding: 0.1rem;
}

.meeting-people .meeting-people-unit {
  flex: 1;
  padding: 0.05rem;
}

.meeting-people .meeting-people-unit a {
  display: block;
  padding: 0.05rem;
}

.section-list {
  margin-top: 0.2rem;
}

.section-list .line {
  width: 100%;
  height: 0.05rem;
  margin-top: 0.35rem;
}

.course-item {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(157, 36, 43, 0.3);
}

.active-bg {
  background-color: rgba(157, 36, 43, 0.1);
}

.course-item .course-time {
  display: block;
  width: 1.5rem;
  min-width: 1.5rem;
  font-size: 0.2rem;
  padding: 0 0.1rem;
  text-align: center;
}

.course-item .course-title,
.course-item .course-expert {
  box-sizing: border-box;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  word-break: break-word;
}

.course-item .course-title {
  font-weight: bold;
  flex: 1.2;
}

.course-item .course-expert {
  flex: 1;
}

.course-item .course-expert .course-expert-name {
  font-weight: bold;
}

.course-item .course-expert .course-expert-unit {
  line-height: 1.2;
  margin-top: 0.05rem;
}

.search{
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0.3rem;
  background-color: #9D242B;
  z-index: 999;
  margin-bottom: 0px;
}
.search input{
  font-size: 12px;
  border: none;
  background-color: #9D242B;
  color: #FFF;
  overflow: hidden; /* 确保超出容器的文本被裁剪 */
  white-space: nowrap; /* 确保文本在一行内显示 */
  text-overflow: ellipsis; /* 使用省略号表示文本超出 */
}
.search .place,.search .forum{
  flex: 1;
}
.search .date{
  flex: 1.5;
}
.layui-form-select dl dd, .layui-form-select dl dt{
  font-size: 12px;
}
.layui-form-select dl dd.layui-this{
  background-color: #FFF;
  color: #9D242B;
}
.layui-anim {
  background-color: #9D242B!important;
  padding: 0!important;
}
.layui-anim dd:hover{
  color: #9D242B;
}
.layui-form-select{
  color: #FFF;
}
.tips{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.tips img{
  display: block;
  width: 50%;
  margin-left: 37%;
}
.tips p{
  font-size: 0.45rem;
  color: #FFF;
  margin:  0 0 0.2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.tips p span{
  font-size: 0.7rem;
  font-weight: bold;
}
.tips .know{
  color: #FFF;
  width: 4rem;
  font-size: 0.4rem;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  background-color: rgba(red, green, blue, 0)!important;
  border: 1px solid #FFF;
  line-height: 2;
  border-radius: .4rem;
  -webkit-border-radius: .4rem;
  -moz-border-radius: .4rem;
  -ms-border-radius: .4rem;
  -o-border-radius: .4rem;
}
/* @media screen and (min-width: 768px) { */
  .tips{
    display: none;
  }
/* } */
@media screen and (min-width: 1200px) {
  .search{
    left: 50%;
    margin-left: -600px;
  }
  .search input{
    font-size: 16px;
  }
  .layui-form-select dl dd, .layui-form-select dl dt{
    font-size: 16px;
  }
}
.go-flist{
  display: flex;
  justify-content:flex-end;
  margin-top: 0.2rem;
}
.go-flist a{
  display: block;
  margin-left: 20px;
  background-color: #9D242B;
  color: #FFF;
  font-weight: bold;
  padding: 0px 10px;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
 }
