body {
  position: relative;
  z-index: 2998;
}

.page_container {
  color: #333;
  background: url("../img/bg_02_0924.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.page_container img {
  width: 100%;
}

.page_container .web_show {
  display: block;
}

.page_container .mob_show {
  display: none;
}

@media (max-width: 992px) {
  .page_container {
    background: #e7f5fe;
  }

  .page_container .web_show {
    display: none;
  }

  .page_container .mob_show {
    display: block;
  }
}

.page_container .page_banner {
  position: relative;
  z-index: 100;
}

.page_container .page_banner .content_box {
  position: absolute;
  top: 13.229167vw;
  left: 13.541667vw;
  width: 36.71875vw;
}

.page_container .page_banner .content_box h1 {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.770833vw;
}

.page_container .page_banner .content_box .sub_content_box {
  display: flex;
  align-items: center;
  margin-bottom: 3.125vw;
}

.page_container .page_banner .content_box .sub_content_box .logo {
  flex: 0 0 auto;
  width: 6.666667vw;
  margin-right: 0.78125vw;
}

.page_container .page_banner .content_box .sub_content_box .txt {
  display: flex;
  flex-wrap: wrap;
}

.page_container .page_banner .content_box .sub_content_box .txt .sub_tit {
  width: 100%;
  font-size: 1.875vw;
  line-height: 1.5;
  margin-bottom: 0.260417vw;
}

.page_container .page_banner .content_box .sub_content_box .txt .time {
  position: relative;
  font-size: 1.041667vw;
  padding-left: 1.770833vw;
  margin-right: 0.885417vw;
}

.page_container .page_banner .content_box .sub_content_box .txt .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.354167vw;
  height: 1.354167vw;
  background: url("../img/icon_02_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_banner .content_box .sub_content_box .txt .location {
  position: relative;
  font-size: 1.041667vw;
  padding-left: 1.770833vw;
}

.page_container
  .page_banner
  .content_box
  .sub_content_box
  .txt
  .location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.354167vw;
  height: 1.354167vw;
  background: url("../img/icon_03_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container .page_banner .content_box .countdown {
  display: flex;
  justify-content: space-between;
  width: 13.125vw;
  background: url("../img/bg_01_0811.png") no-repeat top center;
  background-size: 100%;
  margin-bottom: 2.083333vw;
}

.page_container .page_banner .content_box .countdown li {
  width: 3.802083vw;
}

.page_container .page_banner .content_box .countdown li .days,
.page_container .page_banner .content_box .countdown li .hours,
.page_container .page_banner .content_box .countdown li .minutes {
  display: block;
  font-size: 1.875vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 0.729167vw 0.833333vw;
}

.page_container .page_banner .content_box .countdown li .days_ref,
.page_container .page_banner .content_box .countdown li .hours_ref,
.page_container .page_banner .content_box .countdown li .minutes_ref {
  font-size: 0.729167vw;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.520833vw;
}

.page_container .page_banner .content_box .link {
  display: inline-flex;
  font-size: 0.9375vw;
  font-weight: bold;
  line-height: 1;
  color: #333;
  border: 1px solid #333333;
  border-radius: 5.208333vw;
  padding: 0.78125vw 3.333333vw;
}

@media (max-width: 992px) {
  .page_container .page_banner .content_box {
    top: 20.266667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 89.333333vw;
  }

  .page_container .page_banner .content_box h1 {
    font-size: 7.466667vw;
    margin-bottom: 3.733333vw;
  }

  .page_container_en .page_banner .content_box h1 {
    font-size: 6.666667vw;
  }

  .page_container .page_banner .content_box .sub_content_box {
    margin-bottom: 8vw;
  }

  .page_container .page_banner .content_box .sub_content_box .logo {
    width: 16.186667vw;
    margin-right: 2.88vw;
  }

  .page_container .page_banner .content_box .sub_content_box .txt .sub_tit {
    font-size: 5.6vw;
    margin-bottom: 1.466667vw;
  }

  .page_container .page_banner .content_box .sub_content_box .txt .time {
    font-size: 3.2vw;
    padding-left: 4.533333vw;
    margin-right: 5.924vw;
  }

  .page_container
    .page_banner
    .content_box
    .sub_content_box
    .txt
    .time::before {
    width: 3.466667vw;
    height: 3.466667vw;
  }

  .page_container .page_banner .content_box .sub_content_box .txt .location {
    font-size: 3.2vw;
    padding-left: 4.533333vw;
  }

  .page_container
    .page_banner
    .content_box
    .sub_content_box
    .txt
    .location::before {
    width: 3.466667vw;
    height: 3.466667vw;
  }

  .page_container .page_banner .content_box .countdown {
    width: 33.6vw;
    margin-bottom: 5.333333vw;
  }

  .page_container .page_banner .content_box .countdown li {
    width: 9.733333vw;
  }

  .page_container .page_banner .content_box .countdown li .days,
  .page_container .page_banner .content_box .countdown li .hours,
  .page_container .page_banner .content_box .countdown li .minutes {
    font-size: 4.8vw;
    padding: 1.866667vw;
  }

  .page_container .page_banner .content_box .countdown li .days_ref,
  .page_container .page_banner .content_box .countdown li .hours_ref,
  .page_container .page_banner .content_box .countdown li .minutes_ref {
    font-size: 2.933333vw;
    margin-top: 1.333333vw;
  }

  .page_container .page_banner .content_box .link {
    font-size: 3.466667vw;
    border-radius: 20vw;
    padding: 2.533333vw 6.4vw;
  }
}

.page_container .page_content {
  position: relative;
  /* padding-top: 40vw; */
  margin-top: -8.541667vw;
  z-index: 101;
}

.page_container .page_content .page_section .inner_box {
  width: 72.916667vw;
  padding-bottom: 4.166667vw;
  margin: 0 auto;
}

.page_container .page_content .page_section .inner_box .section_tit_box {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5vw;
}

.page_container .page_content .page_section .inner_box .section_tit_box h2 {
  position: relative;
  display: inline-flex;
  font-size: 2.083333vw;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.25vw;
}

.page_container
  .page_content
  .page_section
  .inner_box
  .section_tit_box
  h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.645833vw;
  height: 0.208333vw;
  border-radius: 0.104167vw;
  background: #c7000b;
}

@media (max-width: 992px) {
  .page_container .page_content {
    margin-top: -7.866667vw;
  }

  .page_container .page_content .page_section .inner_box {
    width: 89.333333vw;
    padding-bottom: 10.666667vw;
  }

  .page_container .page_content .page_section .inner_box .section_tit_box {
    margin-bottom: 6.266667vw;
  }

  .page_container .page_content .page_section .inner_box .section_tit_box h2 {
    font-size: 5.333333vw;
    padding-bottom: 3.2vw;
  }

  .page_container
    .page_content
    .page_section
    .inner_box
    .section_tit_box
    h2::after {
    width: 9.333333vw;
    height: 0.533333vw;
    border-radius: 0.266667vw;
  }
}

.page_container .page_content .section_invitation .inner_box {
  background: url("../img/bg_05_0811.png") no-repeat;
  background-size: 100% 100%;
  padding: 3.125vw 6.25vw 2.447917vw;
  margin-bottom: 4.166667vw;
}

.page_container .page_content .section_invitation .inner_box .txt {
  font-size: 1.041667vw;
  line-height: 1.5;
  margin-bottom: 1.5625vw;
}

.page_container .page_content .section_invitation .inner_box .img_box {
  display: flex;
  align-items: center;
  margin-top: 1.458333vw;
  margin-bottom: 0.9375vw;
}

.page_container .page_content .section_invitation .inner_box .img_box .picture {
  width: 5.208333vw;
  margin-right: 0.520833vw;
}

.page_container
  .page_content
  .section_invitation
  .inner_box
  .img_box
  .signature {
  width: 7.96875vw;
}

.page_container .page_content .section_invitation .inner_box .name {
  font-size: 1.041667vw;
  line-height: 1.5;
  margin-bottom: 0.3125vw;
}

.page_container .page_content .section_invitation .inner_box .tit {
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #666;
}

@media (max-width: 992px) {
  .page_container .page_content .section_invitation .inner_box {
    position: relative;
    background: url("../img/bg_05_mob_0811.png") no-repeat;
    background-size: 100% 100%;
    padding: 7.333333vw 1.6vw 7.333333vw 5.333333vw;
    margin-bottom: 10.666667vw;
  }

  .page_container .page_content .section_invitation .inner_box h2 {
    margin-right: 3.733333vw;
    z-index: 102;
  }

  .page_container .page_content .section_invitation .inner_box .top_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32.666667vw;
    background: linear-gradient(
      0,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 101;
  }

  .page_container .page_content .section_invitation .inner_box .bottom_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17.666667vw;
    background: linear-gradient(
      0,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 101;
  }

  .page_container .page_content .section_invitation .inner_box .content_box {
    position: relative;
    height: 98.133333vw;
    overflow-y: scroll;
    padding: 0 3.733333vw 8vw 0;
  }

  .page_container
    .page_content
    .section_invitation
    .inner_box
    .content_box::-webkit-scrollbar {
    position: absolute;
    width: 1.066667vw;
  }

  .page_container
    .page_content
    .section_invitation
    .inner_box
    .content_box::-webkit-scrollbar-thumb {
    border-radius: 1.333333vw;
    background: rgba(153, 153, 153, 0.4);
  }

  .page_container
    .page_content
    .section_invitation
    .inner_box
    .content_box::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .page_container .page_content .section_invitation .inner_box .txt {
    position: relative;
    font-size: 3.2vw;
    line-height: 1.8;
    margin-bottom: 4.266667vw;
    z-index: 100;
  }

  .page_container .page_content .section_invitation .inner_box .img_box {
    position: relative;
    margin-top: 1.066667vw;
    margin-bottom: 2.666667vw;
    z-index: 100;
  }

  .page_container
    .page_content
    .section_invitation
    .inner_box
    .img_box
    .picture {
    width: 13.333333vw;
    margin-right: 1.333333vw;
  }

  .page_container
    .page_content
    .section_invitation
    .inner_box
    .img_box
    .signature {
    width: 20.364vw;
  }

  .page_container .page_content .section_invitation .inner_box .name {
    position: relative;
    font-size: 3.2vw;
    margin-bottom: 0.8vw;
    z-index: 100;
  }

  .page_container .page_content .section_invitation .inner_box .tit {
    position: relative;
    font-size: 3.2vw;
    z-index: 100;
  }
}

.page_container .page_content .section_agenda .inner_box .cards_box {
  display: flex;
  justify-content: space-between;
}

.page_container .page_content .section_agenda .inner_box .cards_box .card {
  width: 35.9375vw;
  padding: 1.197917vw 2.083333vw 1.25vw;
  box-sizing: border-box;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card:nth-of-type(1) {
  background: url("../img/bg_06_0811.png");
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card:nth-of-type(2) {
  background: url("../img/bg_07_0811.png");
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card
  .time {
  position: relative;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  padding-left: 1.875vw;
  margin-bottom: 0.416667vw;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card
  .time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
  background: url("../img/icon_04_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card
  .location {
  position: relative;
  font-size: 0.833333vw;
  line-height: 1.2;
  color: #fff;
  padding-left: 1.770833vw;
  margin-bottom: 3.645833vw;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card
  .location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.041667vw;
  height: 1.041667vw;
  background: url("../img/icon_05_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card
  .topic {
  position: relative;
  display: flex;
  font-size: 1.041667vw;
  line-height: 1.5;
  padding-left: 1.770833vw;
  margin-bottom: 1.25vw;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card
  .topic::before {
  content: "";
  position: absolute;
  top: 0.234375vw;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url("../img/icon_06_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_agenda
  .inner_box
  .cards_box
  .card
  .topic
  span {
  display: block;
  width: 75%;
  font-weight: bold;
  margin-left: 1.25vw;
}

@media (max-width: 992px) {
  .page_container .page_content .section_agenda .inner_box .cards_box {
    flex-wrap: wrap;
  }

  .page_container .page_content .section_agenda .inner_box .cards_box .card {
    width: 100%;
    padding: 2.533333vw 5.333333vw 3.333333vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card:nth-of-type(1) {
    background: url("../img/bg_06_mob_0811.png");
    background-size: 100% 100%;
    margin-bottom: 2.666667vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card:nth-of-type(2) {
    background: url("../img/bg_07_mob_0811.png");
    background-size: 100% 100%;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .time {
    font-size: 3.733333vw;
    padding-left: 5.6vw;
    margin-bottom: 1.6vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .time::before {
    width: 3.466667vw;
    height: 3.466667vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .location {
    font-size: 2.933333vw;
    padding-left: 5.6vw;
    margin-bottom: 9.733333vw;
  }

  .page_container_en
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .location {
    font-size: 2.833333vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .location::before {
    width: 3.466667vw;
    height: 3.466667vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .topic {
    flex-wrap: wrap;
    font-size: 3.2vw;
    padding-left: 4.8vw;
    margin-bottom: 3.2vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .topic::before {
    top: 0.8vw;
    transform: translateY(0);
    width: 3.2vw;
    height: 3.2vw;
  }

  .page_container
    .page_content
    .section_agenda
    .inner_box
    .cards_box
    .card
    .topic
    span {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.8vw;
  }
}

.page_container .page_content .section_topic .inner_box {
  width: 83.645833vw;
}

.page_container .page_content .section_topic .inner_box .topic_swiper_wrap {
  position: relative;
  padding: 0 5.364583vw;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .mask {
  display: none;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper {
  position: relative;
  padding-bottom: 2.34375vw;
  z-index: 100;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-wrapper {
  align-items: center;
  /* padding: 0 1.2vw; */
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide {
  padding: 1.510417vw 0.625vw;
  z-index: 100;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide:hover {
  /* padding: 0; */
  transition: all 0.3s ease-in-out;
  z-index: 101;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide
  .slide_inner_box {
  position: relative;
  /* display: flex; */
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fbfdff;
  border: 0.104167vw solid #fff;
  border-radius: 0.833333vw;
  padding-bottom: 1.660417vw;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page_container_en
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide
  .slide_inner_box {
  display: flex;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide
  .slide_inner_box:hover {
  background: url("../img/bg_09_0811.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  scale: 1.05 1.05;
  transition: all 0.3s ease-in-out;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide
  img {
  flex: 0 0 auto;
  margin-bottom: 1.666667vw;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide
  .tit {
  flex: 1 1 auto;
  font-size: 1.041667vw;
  line-height: 1.5;
  color: #000;
  padding: 0 1.25vw;
  margin-bottom: 0.833333vw;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide
  .desc {
  flex: 0 0 auto;
  font-size: 0.833333vw;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  opacity: 0.5;
  padding: 0 1.25vw;
  margin-bottom: 1.4125vw;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .swiper-slide
  a {
  flex: 0 0 auto;
  display: inline-flex;
  width: fit-content;
  font-size: 0.833333vw;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, #24ceeb 0%, #8c88ff 99%);
  border-radius: 0.416667vw;
  padding: 0.416667vw 2.239583vw;
  margin: 0 1.25vw;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .topic-pagination-swiper {
  position: absolute;
  bottom: 0;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .topic-pagination-swiper
  .swiper-pagination-bullet {
  width: 0.520833vw;
  height: 0.520833vw;
  border-radius: 50%;
  background: #bfbfbf;
  margin: 0 0.260417vw;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic_swiper
  .topic-pagination-swiper
  .swiper-pagination-bullet-active {
  width: 1.354167vw;
  border-radius: 2.604167vw;
  background: linear-gradient(270deg, #908ce6 1%, #44c9de 100%);
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic-button-prev {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 45%;
  left: 0;
  background: url("../img/icon_12_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic-button-prev::after {
  content: none;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic-button-next {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 45%;
  right: 0;
  background: url("../img/icon_13_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_topic
  .inner_box
  .topic_swiper_wrap
  .topic-button-next::after {
  content: none;
}

@media (max-width: 992px) {
  .page_container .page_content .section_topic {
    overflow: hidden;
  }

  .page_container .page_content .section_topic .inner_box {
    width: 100%;
    margin-left: 5.333333vw;
    box-sizing: border-box;
  }

  .page_container .page_content .section_topic .inner_box h2 {
    margin-right: 10.666667vw;
  }

  .page_container .page_content .section_topic .inner_box .topic_swiper_wrap {
    padding: 0;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .mask {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24.133333vw;
    height: calc(100% - 7.066667vw);
    background: linear-gradient(
      269deg,
      rgba(231, 245, 254, 0.87) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    border-radius: 2.133333vw;
    z-index: 102;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper {
    padding-bottom: 7.066667vw;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide {
    padding: 0;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide:hover {
    z-index: 100;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide
    .slide_inner_box {
    background: url("../img/bg_09_mob_0811.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 2.133333vw;
    overflow: hidden;
    padding-bottom: 5.333333vw;
    z-index: 101;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide
    .slide_inner_box:hover {
    background: url("../img/bg_09_mob_0811.png") no-repeat;
    background-size: 100% 100%;
    scale: 1 1;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide
    img {
    margin-bottom: 3.961333vw;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide
    .tit {
    font-size: 3.733333vw;
    padding: 0 5.333333vw;
    margin-bottom: 3.2vw;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide
    .desc {
    font-size: 3.2vw;
    padding: 0 5.333333vw;
    margin-bottom: 5.333333vw;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .swiper-slide
    a {
    font-size: 3.2vw;
    border-radius: 1.066667vw;
    padding: 1.2vw 5.466667vw;
    margin: 0 5.333333vw;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .topic-pagination-swiper {
    width: 90%;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .topic-pagination-swiper
    .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.066667vw;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic_swiper
    .topic-pagination-swiper
    .swiper-pagination-bullet-active {
    width: 3.2vw;
    border-radius: 2.133333vw;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic-button-prev {
    display: none;
  }

  .page_container
    .page_content
    .section_topic
    .inner_box
    .topic_swiper_wrap
    .topic-button-next {
    display: none;
  }
}

.page_container .page_content .section_case .inner_box {
  width: 100%;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap {
  position: relative;
  overflow: hidden;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .left_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 14.583333vw;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(231, 245, 254, 0.87) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 105;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .right_mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.583333vw;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(231, 245, 254, 0.87) 100%
  );
  z-index: 105;
}

.page_container_en
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .right_mask {
  display: none;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper {
  position: relative;
  width: 69.0625vw;
  overflow: visible;
  padding-bottom: 2.34375vw;
  margin: 0 auto;
  z-index: 100;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide {
  position: relative;
  border-radius: 0.833333vw;
  overflow: hidden;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide
  .tit {
  position: absolute;
  bottom: 2.604167vw;
  left: 50%;
  transform: translateX(-50%);
  width: 19.895833vw;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  z-index: 102;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide:hover
  .tit {
  bottom: 6.614583vw;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide
  a {
  display: none;
  position: absolute;
  bottom: 2.083333vw;
  left: 1.25vw;
  width: 7.8125vw;
  font-size: 0.833333vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #24ceeb 0%, #8c88ff 99%);
  border-radius: 0.416667vw;
  padding: 0.416667vw 0;
  z-index: 102;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide:hover
  a {
  display: block;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide
  .slide_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.854167vw;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 50%
  );
  z-index: 101;
  transition: all 0.1s ease-in-out;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .swiper-wrapper
  .swiper-slide:hover
  .slide_mask {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .case-pagination-swiper {
  position: absolute;
  bottom: 0;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .case-pagination-swiper
  .swiper-pagination-bullet {
  width: 0.520833vw;
  height: 0.520833vw;
  border-radius: 50%;
  background: #bfbfbf;
  margin: 0 0.260417vw;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case_swiper
  .case-pagination-swiper
  .swiper-pagination-bullet-active {
  width: 1.354167vw;
  border-radius: 2.604167vw;
  background: linear-gradient(270deg, #908ce6 1%, #44c9de 100%);
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case-button-prev {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 40%;
  left: 8.958333vw;
  background: url("../img/icon_12_0811.png") no-repeat;
  background-size: 100% 100%;
  z-index: 106;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case-button-prev::after {
  content: none;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case-button-next {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 40%;
  right: 8.958333vw;
  background: url("../img/icon_13_0811.png") no-repeat;
  background-size: 100% 100%;
  z-index: 106;
}

.page_container
  .page_content
  .section_case
  .inner_box
  .case_swiper_wrap
  .case-button-next::after {
  content: none;
}

@media (max-width: 992px) {
  .page_container .page_content .section_case {
    overflow: hidden;
  }

  .page_container .page_content .section_case .inner_box {
    margin-left: 5.333333vw;
    box-sizing: border-box;
  }

  .page_container .page_content .section_case .inner_box h2 {
    margin-right: 10.666667vw;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .left_mask {
    display: none;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .right_mask {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24.133333vw;
    height: calc(100% - 7.066667vw);
    background: linear-gradient(
      269deg,
      rgba(231, 245, 254, 0.87) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    border-radius: 2.133333vw;
    z-index: 105;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper {
    width: 100%;
    padding-bottom: 7.066667vw;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide {
    display: flex;
    flex-direction: column;
    background: url("../img/bg_11_0811.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 2.133333vw;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide:hover {
    box-shadow: none;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide
    img {
    flex: 0 0 auto;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide
    .tit {
    flex: 1 1 auto;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    width: auto;
    font-size: 3.733333vw;
    color: #000;
    padding: 3.961333vw 5.333333vw 5.333333vw;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide:hover
    .tit {
    bottom: auto;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide
    a {
    display: block;
    flex: 0 0 auto;
    position: relative;
    bottom: auto;
    left: auto;
    width: fit-content;
    font-size: 3.2vw;
    border-radius: 1.066667vw;
    padding: 1.2vw 3.2vw;
    margin-left: 5.333333vw;
    margin-bottom: 5.333333vw;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide:hover
    a {
    display: block;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .case-pagination-swiper {
    width: 90%;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .swiper-wrapper
    .swiper-slide
    .slide_mask {
    display: none;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .case-pagination-swiper
    .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.066667vw;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case_swiper
    .case-pagination-swiper
    .swiper-pagination-bullet-active {
    width: 3.2vw;
    border-radius: 2.133333vw;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case-button-prev {
    display: none;
  }

  .page_container
    .page_content
    .section_case
    .inner_box
    .case_swiper_wrap
    .case-button-next {
    display: none;
  }
}

.page_container .page_content .section_location .inner_box .content_box {
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 0.833333vw;
  overflow: hidden;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .img_box {
  display: flex;
  margin-bottom: 1.5625vw;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5625vw 1.666667vw;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card {
  width: 34.375vw;
  border-radius: 0.833333vw;
  box-shadow: 0px 4px 22px 0px rgba(3, 136, 242, 0.08);
  padding: 1.25vw 2.083333vw;
  box-sizing: border-box;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(1) {
  background: url("../img/bg_12_web_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(1):hover {
  background: url("../img/bg_12_web_on_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(2) {
  background: url("../img/bg_13_web_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(2):hover {
  background: url("../img/bg_13_web_on_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card
  .name {
  position: relative;
  font-size: 1.145833vw;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 0.260417vw;
  padding-left: 3.4375vw;
  margin-bottom: 1.875vw;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card
  .name
  span {
  font-size: 0.9375vw;
  font-weight: normal;
  margin-top: 0.416667vw;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card
  .location {
  position: relative;
  font-size: 1.145833vw;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 0.260417vw;
  padding-left: 3.4375vw;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card
  .location
  span {
  font-size: 0.9375vw;
  font-weight: normal;
  margin-top: 0.416667vw;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(1)
  .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.239583vw;
  height: 2.239583vw;
  background: url("../img/icon_15_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(1)
  .location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.239583vw;
  height: 2.239583vw;
  background: url("../img/icon_16_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(2)
  .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.239583vw;
  height: 2.239583vw;
  background: url("../img/icon_17_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_location
  .inner_box
  .content_box
  .cards_box
  .card:nth-of-type(2)
  .location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.239583vw;
  height: 2.239583vw;
  background: url("../img/icon_18_0811.svg") no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 992px) {
  .page_container .page_content .section_location .inner_box .content_box {
    background: none;
    border: none;
    border-radius: 0;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .img_box {
    margin-bottom: 2.666667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box {
    flex-wrap: wrap;
    padding: 0;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card {
    width: 100%;
    border-radius: 2.133333vw;
    box-shadow: none;
    padding: 4.133333vw 5.333333vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(1) {
    background: url("../img/bg_12_mob_0811.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2.666667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(1):hover {
    background: url("../img/bg_12_mob_0811.png") no-repeat;
    background-size: 100% 100%;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(2) {
    background: url("../img/bg_13_mob_0811.png") no-repeat;
    background-size: 100% 100%;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(2):hover {
    background: url("../img/bg_13_mob_0811.png") no-repeat;
    background-size: 100% 100%;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card
    .name {
    font-size: 3.2vw;
    padding-top: 0.666667vw;
    padding-left: 9.066667vw;
    margin-bottom: 3.2vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card
    .name
    span {
    font-size: 3.2vw;
    margin-top: 0.666667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card
    .location {
    font-size: 3.2vw;
    padding-top: 0.666667vw;
    padding-left: 9.066667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card
    .location
    span {
    font-size: 3.2vw;
    margin-top: 0.666667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(1)
    .name::before {
    width: 5.866667vw;
    height: 5.866667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(1)
    .location::before {
    width: 5.866667vw;
    height: 5.866667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(2)
    .name::before {
    width: 5.866667vw;
    height: 5.866667vw;
  }

  .page_container
    .page_content
    .section_location
    .inner_box
    .content_box
    .cards_box
    .card:nth-of-type(2)
    .location::before {
    width: 5.866667vw;
    height: 5.866667vw;
  }
}

.page_container .page_content .section_review .inner_box {
  width: 83.645833vw;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap {
  position: relative;
  padding: 0 5.364583vw;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .mask {
  display: none;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper {
  padding-bottom: 2.34375vw;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-wrapper {
  align-items: center;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-slide {
  padding: 0.78125vw 0.520833vw;
  z-index: 100;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-slide:hover {
  /* padding: 0; */
  transition: all 0.3s ease-in-out;
  z-index: 101;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-slide
  .slide_inner_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: url("../img/bg_10_0811.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0.833333vw;
  overflow: hidden;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-slide
  .slide_inner_box:hover {
  background: url("../img/bg_10_on_0811.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  scale: 1.05 1.05;
  transition: all 0.3s ease-in-out;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-slide
  img {
  flex: 0 0 auto;
  margin-bottom: 1.302083vw;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-slide
  .tit {
  flex: 1 1 auto;
  font-size: 1.041667vw;
  line-height: 1.5;
  padding: 0 1.25vw;
  margin-bottom: 1.25vw;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .swiper-slide
  a {
  flex: 0 0 auto;
  display: inline-flex;
  width: fit-content;
  font-size: 0.833333vw;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, #24ceeb 0%, #8c88ff 99%);
  border-radius: 0.416667vw;
  padding: 0.416667vw 2.239583vw;
  margin: 0 1.25vw 3.125vw;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .review-pagination-swiper {
  position: absolute;
  bottom: 0;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .review-pagination-swiper
  .swiper-pagination-bullet {
  width: 0.520833vw;
  height: 0.520833vw;
  border-radius: 50%;
  background: #bfbfbf;
  margin: 0 0.260417vw;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review_swiper
  .review-pagination-swiper
  .swiper-pagination-bullet-active {
  width: 1.354167vw;
  border-radius: 2.604167vw;
  background: linear-gradient(270deg, #908ce6 1%, #44c9de 100%);
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review-button-prev {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 40%;
  left: 0;
  background: url("../img/icon_12_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review-button-prev::after {
  content: none;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review-button-next {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 40%;
  right: 0;
  background: url("../img/icon_13_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_review
  .inner_box
  .review_swiper_wrap
  .review-button-next::after {
  content: none;
}

@media (max-width: 992px) {
  .page_container .page_content .section_review {
    overflow: hidden;
  }

  .page_container .page_content .section_review .inner_box {
    width: 100%;
    margin-left: 5.333333vw;
    box-sizing: border-box;
  }

  .page_container .page_content .section_review .inner_box h2 {
    margin-right: 10.666667vw;
  }

  .page_container .page_content .section_review .inner_box .review_swiper_wrap {
    padding: 0;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .mask {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24.133333vw;
    height: calc(100% - 7.066667vw);
    background: linear-gradient(
      269deg,
      rgba(231, 245, 254, 0.87) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    border-radius: 2.133333vw;
    z-index: 102;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper {
    padding-bottom: 7.066667vw;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .swiper-slide {
    padding: 0;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .swiper-slide:hover {
    z-index: 100;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .swiper-slide
    .slide_inner_box {
    background: url("../img/bg_10_mob_0811.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 2.133333vw;
    overflow: hidden;
    z-index: 101;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .swiper-slide
    .slide_inner_box:hover {
    background: url("../img/bg_10_mob_0811.png") no-repeat;
    background-size: 100% 100%;
    scale: 1 1;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .swiper-slide
    img {
    margin-bottom: 3.961333vw;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .swiper-slide
    .tit {
    font-size: 3.733333vw;
    padding: 0 5.333333vw;
    margin-bottom: 5.333333vw;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .swiper-slide
    a {
    font-size: 3.2vw;
    border-radius: 1.066667vw;
    padding: 1.2vw 5.466667vw;
    margin: 0 5.333333vw 5.333333vw;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .review-pagination-swiper {
    width: 90%;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .review-pagination-swiper
    .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.066667vw;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review_swiper
    .review-pagination-swiper
    .swiper-pagination-bullet-active {
    width: 3.2vw;
    border-radius: 2.133333vw;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review-button-prev {
    display: none;
  }

  .page_container
    .page_content
    .section_review
    .inner_box
    .review_swiper_wrap
    .review-button-next {
    display: none;
  }
}

.page_container .page_content .section_video .inner_box {
  position: relative;
  padding-top: 8.020833vw;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap {
  position: relative;
  width: 68.916667vw;
  height: 33.489583vw;
  padding: 0 7.114583vw 2.708333vw;
  margin: 0 auto;
  /* z-index: 98; */
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video_swiper {
  height: 100%;
  border: 2px solid #fff;
  border-radius: 0.833333vw;
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video-pagination-swiper {
  bottom: 0;
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video-pagination-swiper
  .swiper-pagination-bullet {
  width: 0.520833vw;
  height: 0.520833vw;
  border-radius: 50%;
  background: #bfbfbf;
  margin: 0 0.260417vw;
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video-pagination-swiper
  .swiper-pagination-bullet-active {
  width: 1.354167vw;
  border-radius: 2.604167vw;
  background: linear-gradient(270deg, #908ce6 1%, #44c9de 100%);
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video-button-prev {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 40%;
  left: 0;
  background: url("../img/icon_12_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video-button-prev::after {
  content: none;
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video-button-next {
  width: 4.895833vw;
  height: 4.895833vw;
  top: 40%;
  right: 0;
  background: url("../img/icon_13_0811.png") no-repeat;
  background-size: 100% 100%;
}

.page_container
  .page_content
  .section_video
  .inner_box
  .video_swiper_wrap
  .video-button-next::after {
  content: none;
}

@media (max-width: 992px) {
  .page_container .page_content .section_video .inner_box {
    padding-top: 7.066667vw;
  }

  .page_container .page_content .section_video .inner_box .video_swiper_wrap {
    width: auto;
    height: 57.2vw;
    padding: 0 0 6.933333vw;
  }

  .page_container
    .page_content
    .section_video
    .inner_box
    .video_swiper_wrap
    .video_swiper {
    border: 1px solid #fff;
    border-radius: 1.333333vw;
  }

  .page_container
    .page_content
    .section_video
    .inner_box
    .video_swiper_wrap
    .video-pagination-swiper
    .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.066667vw;
  }

  .page_container
    .page_content
    .section_video
    .inner_box
    .video_swiper_wrap
    .video-pagination-swiper
    .swiper-pagination-bullet-active {
    width: 3.2vw;
    border-radius: 2.133333vw;
  }

  .page_container
    .page_content
    .section_video
    .inner_box
    .video_swiper_wrap
    .video-button-prev {
    display: none;
  }

  .page_container
    .page_content
    .section_video
    .inner_box
    .video_swiper_wrap
    .video-button-next {
    display: none;
  }
}

.choose_language {
  position: fixed;
  display: flex;
  top: 90%;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 4px 22px 0px rgba(3, 136, 242, 0.08);
  border-radius: 2.604167vw 0px 0px 2.604167vw;
  padding: 0.78125vw 1.25vw 0.78125vw 2.708333vw;
  z-index: 3009;
}

.choose_language::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25vw;
  transform: translateY(-50%);
  width: 1.041667vw;
  height: 1.041667vw;
  background: url("../img/icon_01_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.choose_language .item {
  display: flex;
  justify-content: center;
  font-size: 0.833333vw;
  line-height: 1;
  color: #333;
  border-right: 0.104167vw solid #333;
  padding: 0 0.416667vw;
}

.choose_language .item:last-of-type {
  border-right: none;
}

.choose_language .item.on {
  color: transparent;
  background-image: linear-gradient(90deg, #24ceeb 0%, #8c88ff 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choose_language .item a {
  color: #333;
}

.back_to_top {
  display: none;
  position: fixed;
  bottom: 2.083333vw;
  right: 0.364583vw;
  width: 5.729167vw;
  height: 5.729167vw;
  cursor: pointer;
  z-index: 3000;
}

.back_to_top img {
  width: 100%;
}

@media (max-width: 992px) {
  .choose_language {
    display: none;
  }

  .back_to_top {
    bottom: 0;
    right: 0;
    width: 20.729167vw;
    height: 20.729167vw;
  }
}

.section.zp .global-events1 .global-events {
  width: 100%;
  display: flex;
}

.section.zp .global-events1 .global-events .li {
  margin-right: 1.042vw;
  width: calc(20% - 1.042vw);
  height: 24.947917vw;
  position: relative;
  border-radius: 0.833vw;
  box-sizing: border-box;
  padding: 0 0.775vw;
  padding-top: 6.25vw;
  transition: all 0.3s ease-out 0s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
}

.section.zp .global-events1 .global-events .li .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0vw;
  top: 0vw;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  border-radius: 0.833vw;
}

.section.zp .global-events1 .global-events .li .bg.bg1 {
  background: url("../img/bg_08_0811.png") no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  transition: all 0s ease-out 0s;
}

.section.zp .global-events1 .global-events .li .bg.bg2 {
  background: url("../img/bg_08_on_0811.png") no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}

.section.zp .global-events1 .global-events .li .img {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 2.5vw;
}

.section.zp .global-events1 .global-events .li .img img {
  width: 3.541667vw;
}

.section.zp .global-events1 .global-events .li .tit {
  position: relative;
  z-index: 2;
  margin-bottom: 1.041667vw;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: bold;
}

.section.zp .global-events1 .global-events .li .txt {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 1.5;
  font-weight: bold;
}

.section.zp .global-events1 .global-events .li .desc {
  position: relative;
  z-index: 2;
  opacity: 0;
  font-size: 0.833vw;
  line-height: 1.5;
  padding-top: 1.5625vw;
}

.section.zp .global-events1 .global-events .li .desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.083333vw;
  height: 0.104167vw;
  background: linear-gradient(90deg, #24ceeb 0%, #8c88ff 99%);
}

.section.zp .global-events1 .global-events .li .desc p {
  position: relative;
  padding-left: 0.833333vw;
  margin-bottom: 1.041667vw;
}

.section.zp .global-events1 .global-events .li .desc p::before {
  content: "";
  position: absolute;
  top: 0.416667vw;
  left: 0;
  width: 0.520833vw;
  height: 0.520833vw;
  background: url("../img/icon_11_0811.svg") no-repeat;
  background-size: 100% 100%;
}

.section.zp .global-events1 .global-events .li .desc p:last-child {
  margin-bottom: 0;
}

.section.zp .global-events1 .global-events .li.active {
  width: calc(41.6% - 1.042vw);
  padding: 0 2.5vw;
  padding-top: 3.125vw;
}

.section.zp .global-events1 .global-events .li.active .bg.bg1 {
  opacity: 0;
  transition: all 0s ease-out 0s;
}

.section.zp .global-events1 .global-events .li.active .bg.bg2 {
  opacity: 1;
}

.section.zp .global-events1 .global-events .li.active .img {
  text-align: left;
}

.section.zp .global-events1 .global-events .li.active .tit {
  text-align: left;
  margin-bottom: 0.520833vw;
}

.section.zp .global-events1 .global-events .li.active .txt {
  font-size: 0.833333vw;
  text-align: left;
  margin-bottom: 1.458333vw;
}

.section.zp .global-events1 .global-events .li.active .desc {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-out 0.3s;
}

.section.zp .global-events1 .swiper-pagination {
  display: none;
}

@media (max-width: 992px) {
  .section.zp .global-events1 .global-events {
    flex-flow: wrap;
  }

  .section.zp .global-events1 .global-events .li {
    width: 100%;
    padding: 5.866667vw 5.333333vw;
    height: auto;
    background: url("../img/bg_08_mob_0811.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 2.133333vw;
    margin-bottom: 2.666667vw;
    position: relative;
    margin-right: 0;
    overflow: hidden;
  }

  .section.zp .global-events1 .global-events .li:last-child {
    margin-bottom: 0;
  }

  .section.zp .global-events1 .global-events .li .bg {
    display: none;
  }

  .section.zp .global-events1 .global-events .li .img {
    text-align: left;
    position: absolute;
    left: 5.333333vw;
    top: 6.666667vw;
  }

  .section.zp .global-events1 .global-events .li.active .img {
    top: 6.666667vw;
  }

  .section.zp .global-events1 .global-events .li .img img {
    width: 10.666667vw;
  }

  .section.zp .global-events1 .global-events .li .tit {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 1.6vw;
    text-align: left;
    box-sizing: border-box;
    padding-left: calc(10.666667vw + 4.267vw);
    z-index: 3;
    background: url("../img/icon_14_0811.svg") no-repeat right;
    background-size: 5.333vw;
    padding-right: 5.333vw;
  }

  .section.zp .global-events1 .global-events .li.active .tit {
    background: url("../img/icon_14_on_0811.svg") no-repeat right;
    background-size: 5.333vw;
  }

  .section.zp .global-events1 .global-events .li .txt {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: left;
    padding-left: calc(10.666667vw + 4.267vw);
    box-sizing: border-box;
    z-index: 3;
  }

  .section.zp .global-events1 .global-events .li.active .txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .section.zp .global-events1 .global-events .li .desc {
    font-size: 3.2vw;
    line-height: 1.5;
    opacity: 1;
    display: none;
    margin-top: 4vw;
    box-sizing: border-box;
    padding-left: 0;
    z-index: 3;
  }

  .section.zp .global-events1 .global-events .li .desc::before {
    content: none;
  }

  .section.zp .global-events1 .global-events .li.active {
    width: 100%;
    background-size: 0;
    padding: 5.866667vw 5.333333vw;
    background: url("../img/bg_08_mob_on_0811.png") no-repeat;
    background-size: 100% 100%;
  }

  .section.zp .global-events1 .global-events .li.active .desc {
    opacity: 1;
    transform: translateY(0px);
    transition: initial;
  }

  .section.zp .global-events1 .global-events .li .desc p {
    padding-left: 4.333333vw;
    margin-bottom: 2.667vw;
  }

  .section.zp .global-events1 .global-events .li .desc p::before {
    top: 1.6vw;
    width: 2.133333vw;
    height: 2.133333vw;
  }
}

.tab_controllers_box {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  border-radius: 0.8333vw;
  padding: 0.7292vw;
  background: linear-gradient(90deg, #d6f0ff 0%, #ede7ff 99%);
  border: 1px solid #fff;
  margin-bottom: 2.0833vw;
}
.tab_controllers_box .tab_controller {
  padding: 0.6771vw 2.5vw;
  border-radius: 0.8333vw;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.tab_controllers_box .tab_controller .time {
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 1.5;
  margin-bottom: 0.2083vw;
}
.tab_controllers_box .tab_controller .time .img {
  width: 1.25vw;
  height: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5417vw;
}
.tab_controllers_box .tab_controller .time .img img {
  width: 100%;
  height: auto;
}
.tab_controllers_box .tab_controller .time img.img1 {
  display: block;
}
.tab_controllers_box .tab_controller .time img.img2 {
  display: none;
}
.tab_controllers_box .tab_controller .location {
  color: #333333;
  font-size: 0.833333vw;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.tab_controllers_box .tab_controller .location .img {
  width: 1.25vw;
  height: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5417vw;
}
.tab_controllers_box .tab_controller .location .img img {
  width: 1.041667vw;
  height: 1.041667vw;
}
.tab_controllers_box .tab_controller .location img.img1 {
  display: block;
}
.tab_controllers_box .tab_controller .location img.img2 {
  display: none;
}
.tab_controllers_box .tab_controller.on {
  background: linear-gradient(90deg, #24ceeb 0%, #8c88ff 99%);
}
.tab_controllers_box .tab_controller.on .time {
  color: #fff;
}
.tab_controllers_box .tab_controller.on .time img.img1 {
  display: none;
}
.tab_controllers_box .tab_controller.on .time img.img2 {
  display: block;
}
.tab_controllers_box .tab_controller.on .location {
  color: #fff;
}
.tab_controllers_box .tab_controller.on .location img.img1 {
  display: none;
}
.tab_controllers_box .tab_controller.on .location img.img2 {
  display: block;
}

.tab_content_box {
  width: 100%;
}
.tab_content_box .content_box {
  display: none;
}
.tab_content_box .content_box .item_box {
  border-radius: 0.8333vw;
  background: #ffffff7f;
  border: 1px solid #ffffff;
  width: 100%;
  margin-bottom: 1.0417vw;
}
.tab_content_box .content_box .item_box:last-child {
  margin-bottom: 0;
}
.tab_content_box .content_box .item_box .tit {
  width: 100%;
  border-radius: 0.8333vw;
  background: linear-gradient(270deg, #ede7ff 0%, #d6f0ff 99%);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.7813vw 0;
  cursor: pointer;
}
.tab_content_box .content_box .item_box .tit::after {
  content: "";
  position: absolute;
  width: 2.0833vw;
  height: 2.0833vw;
  background: url(../img/251009_icon11.svg) no-repeat center;
  background-size: contain;
  right: 1.9792vw;
  top: 50%;
  transform: translateY(-50%);
}
.tab_content_box .content_box .item_box .tit .time {
  margin-left: 2.0833vw;
  width: 8.3333vw;
  margin-right: 6.7708vw;
  display: flex;
  align-items: center;
  font-size: 1.0417vw;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.tab_content_box .content_box .item_box .tit .time .img {
  margin-right: 0.5208vw;
}
.tab_content_box .content_box .item_box .tit .time p {
  display: flex;
  flex-direction: column;
}
.tab_content_box .content_box .item_box .tit .time p span {
  font-size: 0.7292vw;
}
.tab_content_box .content_box .item_box .tit .time img {
  width: 0.9896vw;
}
.tab_content_box .content_box .item_box .tit .time img.img1 {
  display: block;
}
.tab_content_box .content_box .item_box .tit .time img.img2 {
  display: none;
}
.tab_content_box .content_box .item_box .tit .topic {
  width: 22.9167vw;
  margin-right: 10.1563vw;
  font-size: 1.0417vw;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.tab_content_box .content_box .item_box .tit .topic p {
}
.tab_content_box .content_box .item_box .tit .topic .img {
  margin-right: 0.5208vw;
  position: relative;
  top: -0.1vw;
}
.tab_content_box .content_box .item_box .tit .topic img {
  width: 0.8854vw;
}
.tab_content_box .content_box .item_box .tit .topic img.img1 {
  display: block;
}
.tab_content_box .content_box .item_box .tit .topic img.img2 {
  display: none;
}
.tab_content_box .content_box .item_box .tit .address {
  flex: 1;
  width: 0;
  font-size: 1.0417vw;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.tab_content_box .content_box .item_box .tit .address p {
}
.tab_content_box .content_box .item_box .tit .address .img {
  margin-right: 0.5208vw;
  position: relative;
  top: -0.1vw;
}
.tab_content_box .content_box .item_box .tit .address img {
  width: 1.0938vw;
}
.tab_content_box .content_box .item_box .tit .address img.img1 {
  display: block;
}
.tab_content_box .content_box .item_box .tit .address img.img2 {
  display: none;
}
.tab_content_box .content_box .item_box .tit.active {
  background: linear-gradient(90deg, #24ceeb 0%, #8c88ff 99%);
}
.tab_content_box .content_box .item_box .tit.active::after {
  background: url(../img/251009_icon12.svg) no-repeat center;
  background-size: contain;
}
.tab_content_box .content_box .item_box .tit.active .time {
  color: #fff;
}
.tab_content_box .content_box .item_box .tit.active .time img.img1 {
  display: none;
}
.tab_content_box .content_box .item_box .tit.active .time img.img2 {
  display: block;
}
.tab_content_box .content_box .item_box .tit.active .topic {
  color: #fff;
}
.tab_content_box .content_box .item_box .tit.active .topic img.img1 {
  display: none;
}
.tab_content_box .content_box .item_box .tit.active .topic img.img2 {
  display: block;
}
.tab_content_box .content_box .item_box .tit.active .address {
  color: #fff;
}
.tab_content_box .content_box .item_box .tit.active .address img.img1 {
  display: none;
}
.tab_content_box .content_box .item_box .tit.active .address img.img2 {
  display: block;
}
.tab_content_box .content_box .item_box .list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.0833vw;
  display: none;
}
.tab_content_box .content_box .item_box .list .list_item {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  padding: 1.875vw 0;
  display: flex;
  align-items: center;
}
.tab_content_box .content_box .item_box .list .list_item .time {
  width: 8.3333vw;
  margin-right: 6.7708vw;
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #333;
}
.tab_content_box .content_box .item_box .list .list_item .topic {
  width: 22.9167vw;
  margin-right: 10.1563vw;
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #333;
}
.tab_content_box .content_box .item_box .list .list_item .topic span{
  font-size: 0.833vw;
}
.tab_content_box .content_box .item_box .list .list_item .speaker {
  flex: 1;
  width: 0;
}
.tab_content_box .content_box .item_box .list .list_item .speaker p {
  display: flex;
  align-items: flex-start;
  font-size: 0.7292vw;
  color: #666;
  flex-direction: column;
}
.tab_content_box .content_box .item_box .list .list_item .speaker p strong {
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #333;
  margin-right: 1.5625vw;
  font-weight: normal;
}
.tab_content_box .content_box .item_box .list .list_item:last-child {
  border-bottom: 0;
}
@media (max-width: 992px) {
  .tab_controllers_box {
    width: 100%;
    position: relative;
    padding: 2.5333vw 2.4vw 15.4667vw;
    border-radius: 2.1333vw;
    margin-bottom: 4.1333vw;
  }
  .tab_controllers_box .tab_controller {
    width: 50%;
    box-sizing: border-box;
    padding: 2.5333vw 0 2.8vw 2.9333vw;
    border-radius: 2.1333vw;
  }
  .tab_controllers_box .tab_controller .time {
    width: 100%;
    font-size: 4vw;
    align-items: flex-start;
  }
    .tab_controllers_box.en .tab_controller{}
  .tab_controllers_box.en .tab_controller .time{}
  .tab_controllers_box .tab_controller .time .img {
    /* display: none; */
    width: 3.25vw;
    height: 3.25vw;
    margin-right: 1.5417vw;
    margin-top: 1.1vw;
  }
  .tab_controllers_box .tab_controller .location {
    position: absolute;
    width: calc(100% - 2.4vw - 2.4vw);
    justify-content: center;
    height: 10vw;
    left: 2.4vw;
    bottom: 2.8vw;
    border-radius: 2.1333vw;
    /* background: #fff; */
    font-size: 3.4667vw;
    color: #333 !important;
    display: none;
  }
  .tab_controllers_box .tab_controller .location p{
    position: relative;
    box-sizing: border-box;
    padding-left: calc(4.1333vw + 1.3333vw);
}
  .tab_controllers_box .tab_controller .location p::after{
    content:"";
    position: absolute;
    width: 4.1333vw;
    height: 4.1333vw;
    background: url(../img/251009_icon03.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0.4vw;
  }
  .tab_controllers_box .tab_controller.on .location{
    display: flex;
  }
  .tab_controllers_box .tab_controller .location .img {
    margin-right: 1.3333vw;
    width: 4.1333vw;
    height: 4.1333vw;
    display: none;
  }
  .tab_controllers_box .tab_controller .location .img img {
    width: 100%;
    height: auto;
  }
  .tab_controllers_box .tab_controller .location .img img.img1 {
    display: block !important;
  }
  .tab_controllers_box .tab_controller .location .img img.img2 {
    display: none !important;
  }
  .tab_content_box .content_box .item_box {
    border-radius: 2.1333vw;
    margin-bottom: 5.3333vw;
    background: url(../img/251009_bg01.png) #ffffff7f no-repeat right bottom;
    background-size: 100%;
  }
  .tab_content_box .content_box .item_box .tit {
    padding: 4vw 5.3333vw;
    border-radius: 2.1333vw;
    flex-direction: column;
    width: calc(100% + 4px);
    left: -2px;
    margin-top: -2px;
  }
  .tab_content_box .content_box .item_box .tit .time{
    margin: 0;
    width: 100%;
    font-size: 3.7333vw;
    margin-bottom: 1.2vw;
  }
  .tab_content_box .content_box .item_box .tit .time .img{
    display: none;
  }
  .tab_content_box .content_box .item_box .tit .time p{
    flex-direction: initial;
    align-items: flex-end;
  }
  .tab_content_box .content_box .item_box .tit .time p span{
    font-size: 2.9333vw;
  }
  .tab_content_box .content_box .item_box .tit .topic{
    margin: 0;
    width: 100%;
    font-size: 4vw;
  }
  .tab_content_box .content_box .item_box .tit .topic .img{
    display: none;
  }
  .tab_content_box .content_box .item_box .tit .address{
    display: none;
  }
  .tab_content_box .content_box .item_box .tit::after{
    width: 7.2vw;
    height: 7.2vw;
  }
  .tab_content_box .content_box .item_box .list{
    padding: 0 5.3333vw;
  }
  .tab_content_box .content_box .item_box .list .list_item{
    padding: 4.2667vw 0;
    flex-direction: column;
  }
  .tab_content_box .content_box .item_box .list .list_item .time{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-left: calc(3.7333vw + 2.1333vw);
    margin-bottom: 1.8667vw;
    position: relative;
    font-size: 3.7333vw;
  }
  .tab_content_box .content_box .item_box .list .list_item .time::after{
    content: "";
    position: absolute;
    left: 0;
    width: 3.7333vw;
    height: 3.7333vw;
    background: url(../img/251009_icon05.svg) no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
  }
  .tab_content_box .content_box .item_box .list .list_item .topic{
        width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-left: calc(3.7333vw + 2.1333vw);
    margin-bottom: 1.8667vw;
    position: relative;
    font-size: 3.7333vw;
  }
  .tab_content_box .content_box .item_box .list .list_item .topic span{
    font-size: 3.2vw;
  }
    .tab_content_box .content_box .item_box .list .list_item .topic::after{
       content: "";
       position: absolute;
       left: 0;
       width: 3.7333vw;
       height: 3.7333vw;
       background: url(../img/251009_icon07.svg) no-repeat;
       background-size: contain;
       top: 1vw;
    }
      .tab_content_box .content_box .item_box .list .list_item .speaker{
        width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-left: calc(3.7333vw + 2.1333vw);
    position: relative;
  }
  .tab_content_box .content_box .item_box .list .list_item .speaker::after{
           content: "";
           position: absolute;
           left: 0;
           width: 3.7333vw;
           height: 3.7333vw;
           background: url(../img/251009_icon09.svg) no-repeat;
           background-size: contain;
           top: 1vw;
  }
  .tab_content_box .content_box .item_box .list .list_item .speaker p{
    font-size: 3.2vw;
    flex-direction: column;
    align-items: flex-start;
  }
   .tab_content_box .content_box .item_box .list .list_item .speaker p strong{
    font-size: 3.7333vw;
        margin-bottom: 1.8667vw;
   }
   .tab_content_box .content_box .item_box .list .list_item .speaker p strong:last-child{
    margin-bottom: 0;
   }
}
