
.exhiWrap {
  margin-bottom: 70px;
}

.exhiTitle {
  width: 220px;
  height: 110px;
  margin-bottom: 44px;
  background: url(/activity/bldc20241121/css/../images/t9.png) left top no-repeat;
  background-size: 100%;
}

.exhiItem {
  width: 590px;
  height: 220px;
  background: #232636;
  padding: 22px 20px;
  align-items: flex-start;
  box-sizing: border-box;
  border-radius: 4px;
}

.exhiItem img {
  width: 210px;
  height: 100%;
  margin-right: 20px;
  border-radius: 4px;
}

.exhiItem_right h3 {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.exhiDesc {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  color: #DEE0E5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.loadMoreBtn {
  position: relative;
  color: #D6BD84;
  text-align: right;
  cursor: pointer;
}

.loadMoreBtn:hover {
  color: #F06543;
}

.exhiPro {
  margin-top: 15px;
  width: 88px;
  background: #756443;
  border-radius: 15px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  border: none;
  cursor: pointer;
}

.exhiPro:hover {
  opacity: .8;
}

.exhiContent {
  flex-wrap: wrap;
}

.exhiContent li {
  margin-bottom: 20px;
}

.exhiContent li:nth-child(2n) {
  margin-left: 20px;
}

.exhiContent li .exhiItem_right {
  flex: 1;
  overflow: hidden;
}

.newsContent .exhiItem {
  height: 175px;
  border-radius: 4px;
  cursor: pointer;
}

.newsContent .exhiItem h3:hover,
.newsContent .exhiItem .loadMoreBtn span:last-child:hover,
.newsContent .exhiItem .loadMoreBtn:hover span:last-child::after {
  color: #33BED3;
}

.newsContent .exhiItem img {
  width: 200px;
  height: 125px;
  margin-right: 20px;
}

.newsContent .exhiItem_right h3 {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsContent .exhiDesc {
  height: 54px;
}

.newsContent .loadMoreBtn {
  margin-top: 5px;
  color: #D5E1DF;
}

.newsContent .loadMoreBtn::after {
  color: #D5E1DF;
}

.loadMoreBtn .date {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
}

.loadMoreBtn a {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #D6BD84;
  line-height: 17px;
}

.loadMoreBtn a:hover {
  color: #F8BC24;
}

.newsContent .loadMoreBtn::after {
  content: "";
  color: #1BC3F8;
  position: absolute;
  right: 0px;
  top: 0px;
}

.window_pop_box {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.window_pop_box .window_pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  height: 860px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px 30px;
}

.pop_close {
  text-align: right;
}

.pop_close>div {
  display: none;
}

.pop_close .close_img img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.pop_title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}

.pop_title img {
  width: 102px;
  height: auto;
}

.pop_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 50px;
}
.pop_video_box {
  position: relative;
}
.pop_video_box .swiper-button-prev, .pop_video_box .swiper-button-next {
  top: 20px;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}
.pop_video_box .swiper-button-prev {
  left: inherit;
  right: 48px;
  background-image: url(/activity/bldc20241121/css/../images/icon/icon_prev1_hv.png);
}
.pop_video_box .swiper-button-next {
  background-image: url(/activity/bldc20241121/css/../images/icon/icon_next1_hv.png);
}
.pop_content_title {
  position: relative;
  color: #030F1B;
  font-size: 18px;
  font-weight: 700;
  padding-left: 16px;
  margin-bottom: 15px;
}
.pop_content_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #f8bc24;
}
.pop_contet_video_title::after {
  background: #A080E6;
}
.pop_content_nav {
  padding-left: 0px;
  display: flex;
  margin-bottom: 25px;
}

.pop_content_nav li {
  cursor: pointer;
  color: #333;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-right: 18px;
}

.pop_content_nav li.active {
  color: #FFFFFF;
  border: 1px solid #F8BC24;
  background: #F8BC24;
}

.pop_content_box {
  padding: 20px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  background: #f9f9f9;
  background-size: cover;
  color: #333;
}

.pop_content {
  height: calc(100% - 140px);
  overflow-y: auto;
}

.pop_content_nav_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop_content_nav_item_left {
  width: 427px;
  overflow: auto;
}


.pop_content_nav_item_left h4 {
  font-size: 18px;
  font-weight: 400;
}

.pop_content_nav_item_left p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.mySwiperstyle {
  width: 215px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.swiper-slide-item img {
  width: 215px;
  height: 135px;
  object-fit: cover;
}

.mySwiperstyle .swiper-slide {
  width: 215px;
}

.mySwiperstyle .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  background: #e3e3e3;
  border-radius: 1px;
  opacity: 1;
  margin: 0 2px !important;
}

.mySwiperstyle .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00B3B8;
}

.pop_content_video {
  padding: 0px 10px;
  position: relative;
  overflow: hidden;
}

.mySwiper_video1 {
  width: 100%;
  overflow: hidden;
}

.mySwiper_video5 {
  width: 100%;
  overflow: hidden;
}

.mySwiper_video4 {
  width: 361px;
  margin: 0 auto;
}

.mySwiper_video3 {
  overflow: hidden;
}

.mySwiper_video_box {
  width: 370px;
}
.mySwiper_video_box .pop-video-cover {
  position: relative;
  height: 212px;
  background: #DBDBDB;
}
.mySwiper_video_box .replay-video-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/activity/bldc20241121/css/../images/icon/icon_replay.png);
}
.mySwiper_video_box .replay-video-btn:hover {
  background-image: url(/activity/bldc20241121/css/../images/icon/icon_replay_hv.png);
}
.pop_content_video .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.mySwiper_video_box img {
  width: 100%;
  height: 202px;
  vertical-align: middle;
}


.mySwiper_video_box p {
  height: 46px;
  line-height: 46px;
  padding-left: 10px;
  font-size: 14px;
  color: #000000;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  opacity: 1;
  top: 56px;
}

.pop_content_video .swiper-button-prev {
  left: auto;
  right: 50px;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
  background-image: url(/activity/bldc20241121/css/../images/r.png);
}

.pop_content_video .swiper-button-prev, .pop_content_video .swiper-container-rtl .swiper-button-next {
  background-image: url(/activity/bldc20241121/css/../images/r.png);
  transform: rotate(180deg);
}

.pop_content_video .swiper-button-next:hover, .pop_content_video .swiper-container-rtl .swiper-button-prev:hover {
  background-image: url(/activity/bldc20241121/css/../images/l.png);
  transform: rotate(180deg);
  cursor: pointer;
}

.pop_content_video .swiper-button-prev:hover, .pop_content_video .swiper-container-rtl .swiper-button-next:hover {
  background-image: url(/activity/bldc20241121/css/../images/l.png);
  transform: rotate(0);
  cursor: pointer;
}

.pop_content_video .swiper-button-next.swiper-button-disabled, .pop_content_video .swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit;
}

.bg_section, .exhibitor, .exhibitor .wrap {
  position: relative;
}

.exhibitor_bg1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 798px;
  height: 1079px;
  background: url(/activity/bldc20241121/css/../img/exhibitor/bg1.png) -20px -300px no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.exhibitor_bg2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 962px;
  height: 1079px;
  background: url(/activity/bldc20241121/css/../img/exhibitor/bg2.png) 00px 0px no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.exhibitor_bg3 {
  position: absolute;
  bottom: -100px;
  left: 53px;
  width: 1094px;
  height: 472px;
  background: url(/activity/bldc20241121/css/../img/exhibitor/bg3.png) 00px 0px no-repeat;
  z-index: -1;

}

.exhibitor_bg {
  position: relative;
  overflow: hidden;
}

.exhibitor_bg4 {
  position: absolute;
  top: 39%;
  left: 0px;
  width: 450px;
  height: 466px;
  opacity: 0.8;
  background: url(/activity/bldc20241121/css/../img/exhibitor/bg4.png) 00px 0px no-repeat;
  z-index: -1;
}