.index-hot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
}
.index-hot .titel {
  width: 1180px;
  font-size: 50px;
  font-weight: bold;
  color: #1444CC;
  margin-bottom: 32px;
}
.index-hot .info {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 280px);
  justify-content: space-around;
}
.index-hot .info p {
  cursor: pointer;
}
.home-rotation-chart {
  width: 100%;
  height: 900px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 7%;
  margin-top: 3%;
}
.news-list-box {
  display: grid;
  grid-template-columns: repeat(2, 620px);
  row-gap: 2px;
  column-gap: 20px;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 60px;
}
.news-list-item {
  display: flex;
  align-items: center;
  padding-left: 21px;
  background-color: rgba(20, 68, 204, 0.1);
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}
.news-list-item:hover {
  background-color: #1444cc;
  box-shadow: inset 15px 0px 0px 0px rgba(255, 255, 255, 0.5);
  padding-left: 36px;
  color: #fff;
}
.schedule-activities {
  height: 480px;
  color: #1444cc;
}
.schedule-activities-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 2%;
}

.schedule-activities-title-zh {
  padding-top: 79px;
  font-size: 36px;

  font-weight: bold;
}
.schedule-activities-title-en {
  margin-top: -3%;
  font-size: 60px;

  font-weight: bold;
  opacity: 0.1;
}

.schedule-activity-date {
  display: flex;
  align-items: center;
  height: 144px;
}

.schedule-activity-content {
  width: 100%;
  height: 42px;
  background-color: rgba(0, 0, 139, 0.1);
}

.schedule-activity-content {
  display: flex;
  position: relative;
  padding-left: 204px;
}
.schedule-activity-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 80px;
  position: absolute;
  top: -64%;
  background: url('../../assets/img/schedule-activity-month.png') no-repeat;
  background-size: 128px auto;
  font-size: 34px;

  font-weight: bold;
  color: #ffffff;
}
.schedule-activity-day-box {
  display: flex;
  justify-content: space-between;
  width: 430px;
  position: absolute;
  left: 36%;
  top: -31%;
}
.schedule-activity-day-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #e5e5f3;
  border-radius: 35px;
  border: 2px solid #fff;
  font-size: 22px;

  font-weight: 500;
  color: #1444cc;
  cursor: pointer;
}
.schedule-activity-day-item.active {
  background: #1444cc;
  color: #fff;
}
.calendar-activity-rotation-chart {
  margin: 0 auto;
  height: 430px;
}
.cooperative-partner-box {
  position: relative;
  margin-top: 2%;
  margin-bottom: 4%;
  min-height: 550px;
}
.cooperative-partner-box > div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cooperative-partner-box > div .swiper3 .swiper-slide {
  border-radius: 18px;
  overflow: hidden;
}
.wonderful-moments {
  height: 950px;
  color: #1444cc;
}
.wonderful-moments-swiper {
  height: 700px;
}
.wonderful-moments-more {
  position: absolute;
  right: 2%;
  bottom: 11%;
  font-size: 25px;
  cursor: pointer;
}
.conference-video {
  background: url('../../assets/img/conference-video.png') no-repeat;
  background-size: contain;
  background-position: center;
  padding-bottom: 80px;
}
.conference-video-title {
  color: #ffffff;
}
.conference-video-swiper {
  width: 1300px;
  height: 500px;
  margin: 0 auto;
  padding-top: 2%;
}
.conference-video-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.report {
  position: relative;
  height: 320px;
  color: #1444cc;
}
.report-item-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 260px);
  column-gap: 80px;
  height: 460px;
}
.report-item {
  width: 100%;
  background-color: aqua;
  cursor: pointer;
  box-shadow: 0px 3px 22px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.report-img {
  height: 80%;
}
.report-info {
  background-color: #fff;
  height: 20%;
  padding: 2% 7% 0;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.report-info .outline {
  color: #002484;

}
.report-info p {
  width: 100%;
  text-align: center;
}
.speaker {
  padding-top: 21%;
  color: #fff;
  padding-bottom: 30px;
}
.speaker-swiper {
  position: relative;
  height: 321px;
}
.media-coverage {
  font-size: 18px;
  font-weight: 400;
  color: #1444cc;
  padding-bottom: 56px;
}
.media-coverage-box {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  gap: 30px;
  justify-content: center;
}
.media-coverage-item {
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 3px 22px 2px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 20px 30px 30px 20px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
}
.media-coverage-item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.media-coverage-item .top .left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
  background-color: rgba(20, 68, 204, 0.1);
  border-radius: 0px 12px 0px 12px;
  white-space: nowrap;
}
.media-coverage-item .top .right {
  width: 24px;
  height: 15px;
  background: url('../../assets/img/arrow.png') no-repeat;
  background-size: contain;
}
.media-coverage-item .bottom {
  width: 100%;
}
.media-coverage-item:hover {
  border: 1px solid #1444cc;
  color: #000c8b;
}
.media-coverage-item:hover .left {
  background-color: #1444cc;
  color: #fff;
}
.partners {
  color: #fff;
}
.partners-box {
  display: grid;
  grid-template-columns: repeat(6, 190px);
  grid-auto-rows: 80px;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
.partners-item {
  box-shadow: 0px 3px 12px 0px rgba(16, 35, 118, 0.1);
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}
.partners-box.box2 {
  grid-template-columns: repeat(5, 190px);
}
.previous-review {
  color: #fff;
  margin-bottom: 60px;
}
.previous-review-swiper {
  height: 342px;
  background: url('../../assets/img/previous-review.png') no-repeat;
  background-size: 93% 100%;
  background-position: right;
}
.backTop {
  position: fixed;
  bottom: 15%;
  right: 0.5%;
  width: 60px;
  height: 60px;
  background: url('../../assets/img/top.png') no-repeat;
  background-position: center center;
  background-size: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: none;
  cursor: pointer;
  z-index: 100;
}
.swiper2-items-item .bottom p {
  white-space: nowrap;
}

@media (max-width: 1299px) {
  .index-hot {
    margin-top: 5.733vw;
    padding-top: 4vw;
  }
  .index-hot .titel {
    width: 85.2vw;
    font-size: 4vw;
    margin-bottom: 4.267vw;
  }
  .index-hot .info {
    grid-template-columns: repeat(2, 40.267vw);
  }
  .home-rotation-chart {
    height: 64.933vw;
    padding: 2.667vw;
    border-radius: 1.333vw;
  }

  .news-list-box {
    grid-template-columns: repeat(1, 89.333vw);
    row-gap: 0.267vw;
    column-gap: normal;
    padding: 2.667vw;
    margin-bottom: 5.333vw;
    margin-top: 0;
  }
  .news-list-item {
    padding-left: 2.8vw;
    height: 8vw;
    font-size: 2.933vw;
  }
  .schedule-activities {
    height: 50.667vw;
  }
  .schedule-activities-title-zh {
    padding-top: 6.533vw;
    font-size: 4.8vw;
  }
  .schedule-activities-title-en {
    font-size: 8vw;
    margin-top: -6%;
  }
  .wonderful-moments-more {
    font-size: 3.5vw;
  }
  .schedule-activity-date {
    width: 105.1%;
    height: 17.191vw;
    transform: translateX(-2.4vw);
  }
  .schedule-activity-content {
    padding-left: 5.333vw;
    height: 5.6vw;
  }
  .schedule-activity-month {
    width: 17.2vw;
    height: 10.667vw;
    font-size: 4.533vw;
    background-size: 17.1vw auto;
  }
  .schedule-activity-day-box {
    width: 57.333vw;
  }
  .schedule-activity-day-item {
    width: 9.333vw;
    height: 9.333vw;
    border-radius: 4.667vw;
    font-size: 2.933vw;
    border: solid 0.267vw #ffffff;
  }
  .calendar-activity-rotation-chart {
    height: 57.333vw;
  }
  .cooperative-partner-box {
    min-height: 102vw;
  }
  .cooperative-partner-box > div .swiper3 .swiper-slide {
    border-radius: 1.333vw;
  }
  .wonderful-moments {
    height: 88.667vw;
  }
  .wonderful-moments-swiper {
    height: 51.6vw;
  }
  .conference-video {
    padding-bottom: 5.067vw;
  }
  .conference-video-swiper {
    width: 100%;
    height: 61.467vw;
  }
  .conference-video-more {
    width: 83.867vw;
    height: 11.333vw;
    font-size: 2.933vw;
  }
  .report {
    height: 40vw;
  }
  .report .schedule-activities-title-en {
    font-size: 6.933vw;
  }
  .report-item-box {
    grid-template-columns: repeat(3, 30.533vw);
    column-gap: 1.6vw;
    height: 53.867vw;
  }
  .report-item {
    box-shadow: 0vw 0.4vw 2.88vw 0.32vw
    rgba(0, 0, 0, 0.1);
    border-radius: 1.333vw;
  }
  .report-info {
    font-size: 2.104vw;
  }
  .speaker {
    padding-top: 39.467vw;
    padding-bottom: 4.8vw;
  }
  .speaker-swiper {
    height: 51vw;
  }
  .media-coverage {
    font-size: 2.667vw;
    padding-bottom: 5.467vw;
  }
  .media-coverage-box {
    grid-template-columns: repeat(2, 45.333vw);
    gap: 4vw;
  }
  .media-coverage-item {
    height: 20vw;
    box-shadow: 0vw 0.4vw 2.88vw 0.32vw
    rgba(0, 0, 0, 0.04);
    border-radius: 1.333vw;
    padding: 2.667vw 3.867vw 3.867vw 2.667vw;
  }
  .media-coverage-item .top {
    margin-bottom: 2.8vw;
  }
  .media-coverage-item .top .left {
    border-radius: 0vw 1.6vw 0vw 1.6vw;
  }
  .media-coverage-item .top .right {
    width: 3.067vw;
    height: 2vw;
  }
  .partners-box {
    grid-template-columns: repeat(3, 25.333vw);
    grid-auto-rows: 10.667vw;
    row-gap: 2.667vw;
    column-gap: 5.333vw;
    margin-bottom: 2.667vw;
  }
  .partners-item {
    box-shadow: 0vw 0.4vw 1.6vw 0vw
    rgba(16, 35, 118, 0.1);
    border-radius: 5.333vw;
  }
  .previous-review {
    margin-bottom: 12.4vw;
  }
  .previous-review-swiper {
    height: 45.6vw;
    background-image: url("../../assets/img/previous-review-shouji@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1550px) {
  .previous-review-swiper {
    background-size: 100% 100%;
  }
}
