header {
  height: 626px;
  background: none;
}

.content section {
  padding: 48px 0;
}

.content .section-1 {
  padding-top: 32px;
}

.content .section-2 {
  background-color: #f5f5f5;
}

.content .section-3 {
  background-image: url("../images/section-3-bg.png");
  background-size: cover;
  height: 490px;
}
.content .section-5 {
  background-image: url("../images/section-5-bg.png");
  background-size: cover;
}
.content .section-6 {
  background-image: url("../images/section-6-bg.png");
  background-size: 100% 256px;
  background-position: top center;
  background-repeat: no-repeat;
}

.header-swiper {
  width: 100%;
  height: 626px;
  box-sizing: border-box;
  overflow: hidden;
}
.header-swiper-container {
  height: 100%;
  overflow: hidden;
}

#picbasew00 {
  width: 100% !important;
}
.picbase1 {
  width: 100% !important;
}
.picbase1 img {
  width: 100% !important;
}

.header-swiper .picbase1-content {
  display: none;
}
.header-swiper .picbase1-credit {
  display: none;
}
.header-swiper .picbase1-slidenav {
  text-align: center;
  right: 50%;
  transform: translateX(50%);
}
.header-swiper .picbase1-slidenav li {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #ffffff;
  margin: 0 4px;
  cursor: pointer;
}
.header-swiper .picbase1-slidenav li.active {
  background: #901c25;
}

.data-box .title-wrap {
  padding: 5px 0;
}
.data-box .title-wrap .title {
  padding-right: 15px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  font-weight: bold;
}

.title {
  position: relative;
  z-index: 1;
}

.title h2 {
  color: #5b5e63;
  line-height: 65px;
  font-size: 32px;
  position: relative;
}
.title h2::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #901c25;
  bottom: 0;
}
.title .sub-title {
  font-weight: bold;
  font-size: 48px;
  color: #5b5e63;
  opacity: 0.09;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.section-3 .title h2 {
  color: #ffffff;
}
.section-3 .title h2::after {
  background-color: #ffffff;
}
.section-3 .title .sub-title {
  color: #ffffff;
}

.data-box {
  position: relative;
}
.data-box .title-wrap .tab-menu {
  width: 100%;
}
.data-box .title-wrap .tab-menu::-webkit-scrollbar {
  display: none;
}
.data-box .title-wrap .tab-menu li {
  flex-shrink: 0;
  line-height: 66px;
  margin-right: 60px;
  font-size: 24px;
  color: #5b5e63;
  cursor: pointer;
}
.data-box .title-wrap .tab-menu li:last-child {
  margin-right: 0;
}
.data-box .title-wrap .tab-menu li.selected {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 3px solid #901c25;
  position: relative;
  overflow: visible;
}
/* 底部中央小三角 */
.data-box .title-wrap .tab-menu li.selected::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #901c25;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.data-box .banner {
  width: 100%;
  height: 92px;
  margin-top: 16px;
  margin-bottom: 6px;
}
.data-box.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process .process-item {
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ffffff;
  box-shadow: 2px 8px 28px 1px rgba(0, 0, 0, 0.08);
  color: #2b2b2b;
}
.process .process-item a {
  padding: 15px 20px;
}
.process .process-item .icon {
  width: 26px;
  height: 26px;
}
.process .process-item:hover,
.process .process-item.selected {
  background: #fff2f2;
  color: #901c25;
}
.process .process-item .icon.active {
  display: none;
}
.process .process-item:hover .icon.active,
.process .process-item.selected .icon.active {
  display: block;
}
.process .process-item .icon.normal {
  display: block;
}
.process .process-item:hover .icon.normal,
.process .process-item.selected .icon.normal {
  display: none;
}

.platforms .platform-item {
  padding: 16px 22px;
  background: #f8f8f8;
  color: #000000;
  font-size: 16px;
}
.platforms .platform-item:hover {
  color: #901c25;
}
.platforms .platform-item > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platforms .platform-item > a img {
  width: 9px;
  height: 9px;
  margin-right: 12px;
}

.data-list {
  margin: 36px 0;
}
.data-list .data-item {
}

.data-list .data-item .date {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
.data-list .data-item .date .date-year {
  color: #2b2b2b;
  font-size: 12px;
}
.data-list .data-item .date .date-day {
  font-size: 30px;
  font-weight: bold;
  color: #94070a;
}
.data-list .data-item .data-desc {
  color: #888888;
  font-size: 14px;
  line-height: 1.5;
}
.data-list .data-item .data-desc a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.data-list.spotlight .data-item .data-title {
  border-bottom: 1px dashed #f5f5f5;
  padding-bottom: 1rem;
}

.data-list.events .data-item a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #901c25;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 4px;
}

.data-list.notices .data-item .new-icon {
  width: 26px;
  height: 19px;
}
.data-list.notices .data-item .end {
  font-size: 12px;
  color: #ff3300;
  padding: 4px 6px;
  padding-left: 8px;
  background: #f6f6f6;
}

.more {
  text-align: center;
}
.more .more-link {
  width: 116px;
  height: 42px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #999999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.more .more-link:hover {
  border-color: #901c25;
}
.more .more-link:hover .moretext {
  color: #901c25;
}
.more .more-link .moretext::after {
  content: "查看更多";
}
.more .more-link .moretext img {
  display: none;
}

.data-box .more {
  text-align: left;
}

.section-3 .content .data-block {
  background: linear-gradient(270deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 2px 8px 28px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px 5px 5px 5px;
}
.section-3 .content .data-block .data-list {
  margin: unset;
}
.section-3 .content .data-block .data-list .data-item {
  padding: 27px 30px;
  box-sizing: border-box;
  width: 16.66666667%;
  height: 186px;
  position: relative;
}
.section-3 .content .data-block .data-list .data-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-3 .content .data-block .data-list .data-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 85px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-3 .content .data-block .data-list .data-item:last-child::after {
  display: none;
}
.section-3 .content .data-block .data-list .data-item .data-title {
  width: 100%;
  color: #2b2b2b;
  text-align: center;
  overflow: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.section-3 .content .data-block .data-list .data-item .icon {
  width: 126px;
  height: 90px;
}
.section-3 .content .data-block .data-list .data-item .icon.active {
  display: none;
}
.section-3 .content .data-block .data-list .data-item:hover {
  transition: unset;
  transform: unset;
  background: linear-gradient(180deg, #901c25 0%, #ee2232 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px 5px 5px 5px;
}
.section-3 .content .data-block .data-list .data-item:hover::after {
  display: none;
}
.section-3 .content .data-block .data-list .data-item:hover .icon.active {
  display: block;
}
.section-3 .content .data-block .data-list .data-item:hover .icon.normal {
  display: none;
}
.section-3 .content .data-block .data-list .data-item:hover .data-title {
  color: #ffffff;
}

.section-2 .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.swiper .swiper-container .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-container .swiper-slide .swiper-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 44px);
  margin: 27px 22px;
  background: rgba(255, 255, 255, 0.7);
  color: #2b2b2b;
  font-size: 18px;
  line-height: 28px;
  padding: 18px 20px;
}
.swiper .swiper-container .swiper-slide .date {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 3px 13px 2px 7px;
  background: url("../images/swiper-date-bg.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 14px;
}
.swiper .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: #ffffff;
  margin: 0 4px;
  cursor: pointer;
}
.swiper
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.selected {
  background: #901c25;
}

.calendar-box {
  width: 540px;
  height: 469px;
 padding-top:25px;
}

.calendar-box .calendar-header {
  height: 66px;
  background: #a51c30;
  box-shadow: 0px 5px 10px 1px rgba(4, 48, 121, 0.27);
  padding: 17px 27px;
}

.calendar-box .calendar-header .title-wrap {
  color: #ffffff;
  font-size: 24px;
}

.calendar-box .calendar-header .title-wrap h2 {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
}

.calendar-box .calendar-header .title-wrap .sub-title {
  line-height: 1;
  opacity: 0.1;
  margin-left: 24px;
}

.calendar-box .calendar-content {
  height: 403px;
}

.calendar-box .calendar-content .flag {
  width: 114px;
  height: 264px;
  padding: 15px 0 103px;
}

.calendar-box .calendar-content .flag .datetime {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.calendar-box .calendar-content .flag .datetime .day {
  font-size: 47px;
  line-height: 51px;
}

.calendar-box .calendar-content .flag .datetime .month {
  opacity: 0.5;
  font-size: 15px;
  margin-top: 3px;
}

.calendar {
  overflow: hidden;
}

#index-calendar {
  font-size: 12px;
  --fc-border-color: none;
  --fc-today-bg-color: none;
  --fc-button-bg-color: none;
  --fc-button-border-color: transparent;
  --fc-button-hover-bg-color: none;
  --fc-button-hover-border-color: transparent;
  --fc-button-active-bg-color: none;
  --fc-button-active-border-color: transparent;
  --fc-button-text-color: rgba(0, 0, 0, 0.6);
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:focus {
  box-shadow: none;
}

.fc .fc-scroller {
  overflow: hidden !important;
}

.fc .fc-scroller::-webkit-scrollbar {
  display: none;
}

.fc-view-harness {
  height: 310px !important;
}

.fc-col-header {
  width: 100% !important;
}

.fc-daygrid-body {
  width: 100% !important;
}

.fc-scrollgrid-sync-table {
  width: 100% !important;
}

.fc-daygrid-day-top {
  justify-content: center;
}

.fc .fc-toolbar-title {
  color: #a51c30;
  font-size: 17px;
  font-weight: 400;
}

.fc-today-button {
  width: 11px;
  height: 11px;
  border: 1px solid #707070 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  margin-top: 2px !important;
}

.fc-daygrid-day-number {
  font-size: 17px;
}

.fc-col-header-cell-cushion {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 6px;
}

.fc .fc-daygrid-day-frame {
  min-height: unset;
  height: 46px;
}

.fc .fc-daygrid-day-frame:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.fc-daygrid-day-events:has(.fc-daygrid-event-harness) {
  min-height: unset !important;
  width: 6px !important;
  height: 6px !important;
  background: #a51c30;
  border-radius: 50%;
  padding: 0 !important;
  overflow: hidden !important;
  color: transparent !important;
  margin: 0 auto;
}

.fc-daygrid-day-events:has(.fc-daygrid-event-harness) > * {
  display: none;
}