@media screen and (min-width: 1100px) {
  nav .links > a {
    margin-right: 2.083vw;
  }
}

@media screen and (min-width: 1024px) {
  section.conference-agenda .forum-container {
    align-items: flex-start;
  }

  section.conference-agenda .forum-container ul.nav .nav-item {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.full-screen-menu .item {
  height: 14vw;
}

section.conference-agenda .forum-container ul.nav .nav-item .day-pc-titles .card.card-body .optoins li.active {
  background: none;
}

section.conference-agenda .forum-container ul.nav .nav-item .day-pc-titles .card.card-body .optoins li a:hover {
  background: none;
}

section.conference-agenda .forum-container ul.nav .nav-item .day-pc-titles .card.card-body .optoins li.active a {
  background: none !important;
}

section.conference-agenda .clickable:active::before {
  display: none;
}

section.common-modal .modal .content-main video {
  display: block;
  background: #333;
}

.clear-float {
    zoom: 1;
    overflow: hidden;
}

#videoPopup .video-popup-info {
    background: #fff;
    padding: 20px
}

#videoPopup .video-popup-info .video-popup-title {
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 20px;
    padding-right: 50px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative
}

#videoPopup .video-popup-info .video-popup-title::after {
    content: none;
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff;
    left: 0;
    bottom: 0
}

#videoPopup .video-popup-info .video-popup-description {
    float: left;
    width: 50%;
    padding-left: 50px;
    font-size: 12px;
    line-height: 16px;
    box-sizing: border-box;
    max-height: 60px;
    overflow: auto
}

.viewer-container {
  z-index: 10000 !important;
}

body {
  background: url(/~/media/CNBG/events/mwcs2021/v2/assets/at-meeting/banner.png) no-repeat top / 100% 853px;
}

div, button, input, label, img, canvas {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none;
}

nav {
  top: 0;
}

.dn {
  display: none;
}

.line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.play-video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 125px;
  height: 46px;
  background: rgba(0,0,0,0.22);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  text-align: left;
  color: #fff;
  transition: .2s;
  cursor: pointer;
}

.play-video-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.play-video-icon {
  margin-left: 10px;
  margin-right: 13px;
  width: 21px;
  height: 21px;
}

.container {
  width: 100%;
}


[class*="__swiper-button"] {
  transition: .2s;
  outline: none;
}

/*
[class*="__swiper-button"]:hover {
  -webkit-filter: brightness(.96);
          filter: brightness(.96);
}
*/

.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 0 15px;
  background: #D7DCE1;
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 4px solid transparent;
  background-clip: content-box;
  transition: .2s;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet-active.swiper-pagination-bullet-active {
  background: #fff;
  border-color: #C7000B;
}

.swiper-pagination-bullet:focus {
  outline: none;
}

.main-title {
  margin: 90px auto 20px;
  font-size: 36px;
  font-family: FZLTCHJW, "Microsoft Yahei";
  text-align: center;
  color: #000;
  line-height: 1.2;
}

.main-title__row:first-child {
  line-height: 1;
}

.main-title__row + .main-title__row {
  margin-top: 17px;
}

/* 直播视频 */
/* HACK: 和大会议程的直播入口按钮冲突 */
.container > .live {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 60px 0 rgba(76, 105, 134, .2); 
  background: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.live__main {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.live__video-container {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.live__video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.live__video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 439px;
  -o-object-fit: cover;
     object-fit: cover;
}

.live__video-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  /*
  opacity: 0;
  z-index: -1;
  */
  z-index: 1;
  transition: .2s;
}

.live__video-container:hover .live__video-controls {
  opacity: 1;
  z-index: 1;
}

.live__video-control {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: .2s;
}

.live__video-control:hover {
  opacity: .6;
}

.live__video-control + .live__video-control {
  margin-left: 20px;
}

.live__video-control_no-muted {
  display: none
}

.live__aside {
  margin-left: -1px;
  -webkit-flex: 0 0 420px;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  background: #F6F7F9;
  color: #fff;
  overflow: hidden;
}

.live__aside-header {
  height: 65px;
  overflow: hidden;
}

.live__aside-title {
  display: inline-block;
  font-size: 18px;
  line-height: 3;
  color: #666;
  transition: .2s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}

.live__aside-title:first-child {
  margin-left: 22px;
  margin-right: 19px;
}

.live__aside-title:hover {
  color: #191919;
  font-family: FZLTCHJW, "Microsoft Yahei";
}

.live__aside-title_active {
  font-size: 26px;
  opacity: 1;
  font-weight: bold;
  color: #191919;
  font-family: FZLTCHJW, "Microsoft Yahei";
}

.live__aside-list-container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.live__aside-list-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /*
  z-index: 1;
  */
  height: 36px;
  background: linear-gradient(180deg,rgba(0,0,0,0.15), rgba(0,0,0,0.00));
}

.live__aside-list-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*
  z-index: 1;
  */
  height: 36px;
  background: linear-gradient(0deg,rgba(0,0,0,0.15), rgba(0,0,0,0.00));
}

.live__aside-list {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  height: 374px;
  overflow: auto;
  transition: .5s;
}

.live__aside-list:first-child {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.live__aside-list_active:first-child {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.live__aside-list_active:last-child {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.live__aside-item {
  position: relative;
}

.live__aside-item:nth-last-child(2) {
  margin-bottom: 50px;
}

.live__aside-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  border-bottom: 1px solid rgba(145,145,145,0.15);
}

.live__aside-item:nth-last-child(2)::after {
  border: 0;
}

.live__aside-link {
  display: block;
  padding: 16px;
  line-height: 1.333333;
  transition: .2s;
}

.live__aside-link:hover {
  background: #fff;
  /*
  border-radius: 0px 12px 12px 0px;
  */
  box-shadow: 0px 23px 20px 0px rgba(0,0,0,0.11);
}

.live__aside-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  color: #191919;
  font-size: 16px;
  font-weight: bold;
}

.live__aside-item-title_living {
  color: #C7000B;
}

.live__aside-item-title_living::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  transition: .2s;
}

.live__aside-item-icon {
  flex-shrink: 0;
  margin-right: 6px;
  width: 62px;
}

.live__aside-item-content {
  color: #606060;
  font-size: 16px;
}

.live__aside-item-sort {
  margin-right: 13px;
  opacity: .51;
}

.live__aside-item-time {
  font-family: HuaweiSansMedium, "Microsoft Yahei";
}

.live__aside-link:hover .live__aside-item-title {
  color: #191919;
}

.live__aside-link:hover .live__aside-item-title_living {
  color: #C7000B;
}

.live__aside-link:hover .live__aside-item-title_living::before {
  background: #C7000B;
}

.live__aside-link:hover .live__aside-item-sort {
  color: #333;
}

.live__aside-link:hover .live__aside-item-time {
  color: #5B5B5B;
}

.live__footer {
  order: 2;
  flex: 0 0 100%;
  position: relative;
  padding-right: 280px;
  font-size: 20px;
  font-family: FZLTZHJW, "Microsoft Yahei";

  /* HACK: 修复 IE 11 "进入直播间" 按钮不显示 */
  max-width: 100%;
}

.live__title {
  display: block;
  padding: 17px 27px 17px;
  transition: .2s;
}

.live__title:hover {
  color: #CD010C;
}

.live__enter-room {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(2px 0 60px rgba(76, 105, 134, .3));
          filter: drop-shadow(2px 0 60px rgba(76, 105, 134, .3));
  transition: .2s;
}

.live__enter-room:hover {
  -webkit-filter: drop-shadow(2px 0 60px rgba(76, 105, 134, .8));
          filter: drop-shadow(2px 0 60px rgba(76, 105, 134, .8));
}

.live__enter-room-img {
  display: block;
  width: 276px;
}

.live__enter-room-mobile {
  display: none;
}

.live__more {
  margin-top: 20px;
  flex: 0 0 100%;
  display: flex;
  display: none;
  justify-content: center;
}

.live__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 50px;
  background: #F2F4F6;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #5b5b5b;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.live__more-open {

}

.live__more-close {

}

.live__more-icon {
  margin-left: 10px;
  width: 18px;
  height: 10px;
}

.live__more-icon_close {
  transform: rotate(180deg);
}

/* 实时热点 */
.hot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  box-shadow: 0px 20px 60px 0px rgba(76,105,134,0.20); 
}

.hot__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 6px;
  margin-left: 25px;
  margin-right: 53px;
  font-size: 22px;
  font-family: FZLTCHJW, "Microsoft Yahei";
  line-height: 1.2272727272727273;
}

.hot__main {
  /* HACK: flex 1 fix IE11 因为宽度渲染为 0 导致不显示的 bug */
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hot__swiper-container {
  height: 40px;
}

.hot__list {
  margin-bottom: 0;
  padding-right: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.hot__item {
  -webkit-flex: 0 0 48.55371900826446%;
      -ms-flex: 0 0 48.55371900826446%;
          flex: 0 0 48.55371900826446%;
  min-width: 0;
}

.hot__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  transition: .2s;
}

.hot__link:hover {
  color: #CD010C;
}

.hot__item-icon {
  margin-right: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 18px;
  position: relative;
  top: -2px;
}

.hot__item-title {
  font-size: 16px;
  font-family: FZLTZHJW, "Microsoft Yahei";
}

/* 演播室 */
.tv {
  margin-top: 20px;
}

.tv__nav {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  margin-top: -20px;
  padding: 0 6px;
  width: 492px;
  background: #f2f4f6;
  border-radius: 27px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tv__nav-control {
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 42px;
  background: #fff;
  border-radius: 21px;
  transition: .4s;
}

.tv__nav-item {
  position: relative;
  z-index: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  line-height: 54px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  text-align: center;
  color: #858585;
  transition: .4s;
}

.tv__nav-item:hover,
.tv__nav-item_active {
  color: #C7000B;
  font-weight: bold;
}

.tv__swiper-container {
  padding-bottom: 90px;
  /* 禁用此效果，因其引起 Firefox 浏览器左侧图片不显示
  -webkit-filter: drop-shadow(0 20px 60px rgba(76, 105, 134, .2));
          filter: drop-shadow(0 20px 60px rgba(76, 105, 134, .2));
   */
}

.tv__swiper-slide {
  width: 684px;
  height: 384px;
  border-radius: 19px;
  /*
  box-shadow: 0px 20px 60px 0px rgba(76,105,134,0.20);
  */
  cursor: pointer;
  overflow: hidden;
}

.tv__swiper-main {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
}

.tv__swiper-slide:hover {

}

.tv__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .2s;
}

.tv__swiper-slide:hover .tv__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tv__play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.22);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  text-align: left;
  color: #fff;
  transition: .2s;
}

.tv__swiper-slide:hover .tv__play-btn {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tv__play-icon {
  width: 36px;
  height: 36px;
}

.tv__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0.00) 2%, rgba(0,0,0,0.50) 100%);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 15px 25px 15px;
}

/* 大会议程 */
.card-header {
  position: relative;
  cursor: initial !important;
}

/* .forums-list {
  cursor: pointer;
} */

.forum__way {
  margin-left: 25px;
}

.forum__way-icon {
  margin-top: -4px;
  margin-right: 7px;
  width: 18px;
  height: 18px;
}

.forum__language {
  padding-left: 134px;
}

.forum__language-title {
  width: 134px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px dashed #d8d8d8;
}

.forum__language-title-en {
  margin-bottom: 3px;
  font-size: 18px;
  font-family: HuaweiSans, HuaweiSans-Bold, "Microsoft Yahei";
  font-weight: bold;
  line-height: 1.1666666666666667;
}

.forum__language-title-cn {
  font-size: 16px;
  font-family: FZLTCHJW, "Microsoft Yahei";
  line-height: 1.1875;
}

.forum__language-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  padding: 3px 0;
  */
}

.forum__language-link {
  -webkit-flex: 0 0 73px;
      -ms-flex: 0 0 73px;
          flex: 0 0 73px;
  line-height: 27px;
  border: 2px solid #e6ebf0;
  border-radius: 1000px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  transition: .2s;
}

.forum__language-link:hover {
  color: #C7000B;
  border-color: currentColor;
}

.forum__language-link + .forum__language-link {
  margin-left: 14px;
}

.forum__language-close {
  margin-left: auto;
  -webkit-flex: 0 0 42px;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: .2s;
  cursor: pointer;
}

.forum__language-close:hover {
  opacity: .6;
}

.forum__language-close-icon {
  width: 16px;
  height: 16px;
}

/* 大咖观点 */
.views {
  margin-top: 45px;
  padding-top: 45px;
}

.views__main {
  margin-top: -20px;
}

.views__swiper-container {
  padding-bottom: 155px;
}

.views__swiper-slide {
  width: 1107px;
  margin: auto;
}

.views__swiper-main {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  border-radius: 1000px;
  background: #F2F4F6;
}

.views__person-container {
  flex-shrink: 0;
  position: relative;
  border-radius: 26px 0 0 26px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0);
}

.views__photo {
  width: 324px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .2s;
}

.views__swiper-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 47px;
  padding-right: 55px;
  font-size: 18px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  color: #333;
  line-height: 1.6;
  border-radius: 0 1000px 1000px 0;
  overflow: hidden;
  background: url(/~/media/CNBG/events/mwcs2021/v2/assets/at-meeting/ic_views_marks_left.png) 24px 34px, 
              url(/~/media/CNBG/events/mwcs2021/v2/assets/at-meeting/ic_views_marks_right.png) 660px 250px;
  background-size: 43px 32px;
  background-repeat: no-repeat;
}

.views__swiper-content-text {
  padding-right: 15px;
  max-height: 160px;
  overflow: auto;
  z-index: 1;
}

.views__swiper-btns {
  position: absolute;
  top: 300px;
  right: 65px;
}

.views__swiper-button {
  float: left;
  width: 60px;
  height: 60px;
  -webkit-filter: drop-shadow(10px 11px 16px rgba(76,105,134,0.18));
          filter: drop-shadow(10px 11px 16px rgba(76,105,134,0.18));
}

.views__swiper-button-next {
  margin-left: 18px;
}

.views__person {
  transform: translate3d(0, 60px, 0);
  width: 100%;
  min-height: 180px;
  padding-top: 67px;
  padding-left: 31px;
  padding-right: 31px;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.60));
  will-change: transform;
  transition: .2s;
  padding-bottom: 10px;
  overflow: auto;
}

.views__person-name {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.375;
}

.views__person-desc {
  font-size: 14px;
  line-height: 1.4285714285714286;
  display: none;
  transition: .2s;
}

.views__person-container:hover .views__person {
  transform: translate3d(0, 0, 0);
}

.views__person-container:hover .views__person-desc {
  display: block;
}

.views .swiper-pagination-bullets {
  bottom: 60px;
}

.views__play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  margin: auto;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.22);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  text-align: left;
  color: #fff;
  transition: .2s;
  cursor: pointer;
}

.views__play-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.views__icon {
  width: 36px;
  height: 36px;
}

/* 新闻资讯 */
.news {
  margin-top: 90px;
}

.news__bg {
  position: absolute;
  top: -30px;
  right: 23px;
  width: 121px;
  height: 82px;
}

.news__main {
  margin-top: -20px;
  position: relative;
  -webkit-filter: drop-shadow(0 20px 60px rgba(76, 105, 134, .2));
          filter: drop-shadow(0 20px 60px rgba(76, 105, 134, .2));
}

.news__tab-bgs {
  position: relative;
}

.news__tab-bg {
  width: 100%;
}

.news__tabs {
  width: 265px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.news__tab {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  font-family: FZLTHJW, "Microsoft Yahei";
  transition: .2s;
  cursor: pointer;
}

.news__tab:hover,
.news__tab_active {
  color: #C7000B;
  font-weight: bold;
}

.news__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 24px;
  background: #F2F4F6;
  border: 1px solid rgba(0,0,0,0.05);
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.news__item {
  position: relative;
  -webkit-flex: 0 0 49.04513888888889%;
          flex: 0 0 49.04513888888889%;
          /* HACK: fix IE11 宽度表现和其他浏览器不一致的 bug */
      -ms-flex: 0 0 555px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 112px;
  margin-bottom: 22px;
  padding-left: 13px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: .5s;
}

.news__item_hidden {
  display: none;
}

.news__item:hover {
  box-shadow: 0px 23px 20px 0px rgba(0,0,0,0.09);
}

.news__item-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: .5s;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}

.news__item-img {
  display: block;
  width: 214px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .5s;
}

.news__item-mask {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(#ccd6e6, #dee4ed);
  transition: .5s;
}

.news__item-mask::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 13px;
  width: 6px;
  height: 6px;
  background: #a6aebc;
  border-radius: 50%;
}

.news__item-main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 22px 6px 13px;
  padding-left: 214px;
  height: 100%;
}

/* 无图片 */
.news__item-main:first-child:last-child {
  padding-left: 13px;
}

.news__item-title {
  font-size: 16px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  color: #3c3c3c;
  line-height: 1.6666666666666667;

  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.news__item-author {
  font-size: 16px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  color: #606060;
  line-height: 24px;
  transition: .3s;
}

.news__item-date {
  float: right;
  font-size: 16px;
  font-family: HuaweiSansMedium, "Microsoft Yahei";
  color: #606060;
}

.news__more {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

.news__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 50px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #5b5b5b;
  cursor: pointer;
  user-select: none;
}

.news__more-open {

}

.news__more-close {

}

.news__more-icon {
  margin-left: 10px;
  width: 18px;
  height: 10px;
}

.news__more-icon_close {
  transform: rotate(180deg);
}

@media (min-width: 1230px) {
  @supports ((-webkit-clip-path: none) or (clip-path: none)) or (-webkit-clip-path: none) {
    .news__item_has-img {
      padding-left: 38px;
    }

    .news__item-aside {
      display: block;
      -webkit-clip-path: polygon(0 0, 0 100%, 17.8% 100%, 7% 0);
      clip-path: polygon(0 0, 0 100%, 17.8% 100%, 7% 0);
    }

    .news__item-img {
      opacity: 0;
    }

    .news__item-mask {
      display: block;
    }

    .news__item_has-img:hover {
      padding-left: 190px;
    }

    .news__item:hover .news__item-aside {
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 70% 0);
      clip-path: polygon(0 0, 0 100%, 100% 100%, 70% 0);
    }

    .news__item:hover .news__item-img {
      opacity: 1;
    }

    .news__item-main {
      padding-left: 13px;
    }

    .news__item_has-img:hover .news__item-mask,
    .news__item_has-img:hover .news__item-author {
      opacity: 0;
    }
  }
}

/* 精彩掠影 */
.moments {
  margin-top: 90px;
  padding-top: 44px;
  background: #F2F4F6 url(/~/media/CNBG/events/mwcs2021/v2/assets/at-meeting/bg_moments_pc.png) center / cover;
}

.moments__main {
  margin-top: -20px;
}

.moments__swiper-container {
  padding-bottom: 62px;
}

.moments__swiper-main {
  height: 461px;
}

.moments__img-container {
  width: 100%;
  height: 219px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(#ffffff, #d2d2d2);
  border-radius: 12px;
  /*
  box-shadow: 0px 40px 50px -10px rgba(76,105,134,0.30);
  */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.moments__img-container:first-child {
  margin-bottom: 23px;
}

.moments__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: .2s;
  cursor: pointer;
}

.moments__img-container:hover .moments__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.moments__img-container:first-child:last-child {
  height: 100%;
}

.moments__play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  margin: auto;
  width: 46px;
  height: 46px;
  background: rgba(0,0,0,0.22);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: FZLTZHJW, "Microsoft Yahei";
  text-align: left;
  color: #fff;
  transition: .2s;
  cursor: pointer;
}

.moments__play-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.moments__icon {
  width: 21px;
  height: 21px;
}

.moments__swiper-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.moments__swiper-button {
  width: 60px;
  height: 60px;
  -webkit-filter: drop-shadow(10px 11px 16px rgba(76,105,134,0.18));
          filter: drop-shadow(10px 11px 16px rgba(76,105,134,0.18));
}

.moments__swiper-button-next {
  margin-left: 18px;
}

/* 大会视频 */
.video {
  margin-top: 45px;
  padding-top: 45px;
  background: url(/~/media/CNBG/events/mwcs2021/v2/assets/at-meeting/pic_bg_issues_left.png) no-repeat left top / 344px 880px;
}

.video__main {

}

.video__swiper-container {
  padding-bottom: 110px;
}

.video__swiper-main {
  cursor: pointer;
}

.video__img-container {
  position: relative;
}

.video__img {
  width: 100%;
  height: 447px;
  border-radius: 20px;
  box-shadow: 0px 40px 50px -10px rgba(76,105,134,0.30);
  -o-object-fit: cover;
     object-fit: cover;
}

.video__caption {
  position: absolute;
  top: 341px;
  left: -24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 546px;
  height: 215px;
  padding-top: 61px;
  padding-left: 48px;
  -webkit-filter: drop-shadow(0 20px 60px rgba(76,105,134,0.20));
          filter: drop-shadow(0 20px 60px rgba(76,105,134,0.20)); 
  background: url(/~/media/CNBG/events/mwcs2021/v2/assets/at-meeting/icvideobg2x.png) center / cover;
  cursor: pointer;
}

.video__caption-title {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: FZLTCHJW, "Microsoft Yahei";
  line-height: 1.1923076923076923;
}

.video__caption-main {
  padding-bottom: 10px;
  overflow: auto;
}

.video__caption-desc {

}

.video__play-btn {
  margin-top: 22px;
  margin-left: 26px;
  margin-right: 8px;
  -webkit-flex: 0 0 124px;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  height: 124px;
  transition: .2s;
}

.video__swiper-main:hover .video__play-btn {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.video__play-btn-mobile {
  display: none;
}

.video__thumbs-container {
  height: 141px;
  margin-top: -40px;
  padding-left: 557px;
}

.video__thumbs-swiper-slide {
  padding: 9px;
  border: 3px solid transparent;
  transition: .2s;
  border-radius: 24px;
}

.video__thumbs-swiper-slide_active {
  border-color: #c7000b;
}

.video__thumbs-img {
  display: block;
  margin: auto;
  width: 191px;
  height: 141px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.agenda-tip {
    position: absolute;
    top: -31px;
    right: 0;
    font-size: 14px;
    color: #6D7682;
}
