@charset "UTF-8";
/*公共部分------------------------------------开始*/
body {
  color: #03234b;
  width: 100%;
  overflow-x: hidden;
}

[v-cloak] {
  display: none !important;
}

#roadshow-review-2021 {
  position: relative;
}

.public-container {
  width: 13.333333rem;
  margin: 0 auto;
  max-width: 92%;
}

.section-public-title {
  line-height: 0.666667rem;
  color: #03234b;
  font-size: 0.48rem;
  font-weight: bold;
}

.public-section {
  padding-top: 0.8rem;
}

.section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.24rem;
}

.review-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.32rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

.public-schedule-table {
  background-color: #e3f7ff;
  border-top: 4px solid #3cb4e6;
  margin: 0 auto;
}

#topcontrol {
  display: none;
}

@media screen and (min-width: 1440px) {
  .public-container {
    width: 1000px;
  }
  .section-public-title {
    line-height: 53px;
    font-size: 38px;
  }
  .public-section {
    padding-top: 60px;
  }
  .section-content {
    padding-top: 18px;
  }
  .review-section-content {
    padding-top: 24px;
  }
}

@media screen and (max-width: 759px) {
  .public-container {
    width: 100%;
    max-width: none;
  }
  .section-public-title {
    line-height: 0.792rem;
    font-size: 0.576rem;
  }
  .public-section {
    padding-top: 0.96rem;
  }
  .section-content {
    padding-top: 0.288rem;
  }
  .review-section-content {
    padding-top: 0.432rem;
    margin: 0 0.432rem;
  }
  .review-section-content.mobile-swiper {
    margin: 0;
    padding-left: 0.432rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .review-section-content.mobile-swiper .gap {
    width: 0.432rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .review-section-content.pc-swiper {
    display: none;
  }
  .picture-show-m {
    margin: 0 !important;
    padding-left: 0.432rem;
  }
  .picture-show-m .gap {
    width: 0.432rem;
  }
}

/*公共部分------------------------------------结束*/
/*导航------------------------------------开始*/
.nav-section {
  position: absolute;
  top: 4.61333333rem;
  right: 0.5466667rem;
  width: 1.5866667rem;
  z-index: 1;
  min-width: 94px;
}

.nav-section li {
  width: 100%;
  background-color: #3cb4e6;
  border: 1px solid #ffffff;
  position: relative;
  min-height: 25px;
  height: 0.48rem;
}

.nav-section li:not(.nav-back-top):focus,
.nav-section li:not(.nav-back-top):hover {
  background-color: #e6007e;
}

.nav-section li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.1866667rem;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
}

.nav-section li.nav-sign {
  background-color: #cf1162;
}

.nav-section li.nav-sign:hover,
.nav-section li.nav-sign:focus {
  background-color: #a70047;
}

.nav-sign img {
  width: 0.24rem;
  margin-right: 0.05333333rem;
  min-width: 12px;
}

.nav-des {
  margin-top: 0.04rem;
}

.nav-des img {
  width: 0.3866667rem;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-live img {
  width: 00.24rem;
  margin-right: 0.0666667rem;
  min-width: 12px;
}

.nav-section li.nav-about-us {
  background-color: #03234b;
}

.nav-section li.nav-about-us:focus,
.nav-section li.nav-about-us:hover {
  background-color: #e6007e;
}

.nav-section li.nav-back-top {
  background-color: rgba(29, 29, 30, 0.5);
}

.nav-section li.nav-back-top:hover {
  background-color: #e6007e;
}

.nav-back-top img {
  width: 00.24rem;
  min-width: 12px;
  margin-right: 0.05333333rem;
}

.about-qrcode-box {
  width: 2.77333333rem;
  height: 1.33333333rem;
  background-color: white;
  -webkit-box-shadow: 0px 2px 6px 4px rgba(230, 230, 230, 0.5);
          box-shadow: 0px 2px 6px 4px rgba(230, 230, 230, 0.5);
  padding: 0.133333333rem 0.09333333rem 0.133333333rem 0.06666667rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: none;
  position: absolute;
  right: 1.74666667rem;
  top: -0.41333333rem;
}

.qrcode-box-left {
  width: 1.06666667rem;
}

.qrcode-box-left img {
  width: 100%;
}

.qrcode-box-right {
  width: 1.52rem;
  color: #03234b;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.26666667rem;
}

.nav-about-us:focus .bout-qrcode-box,
.nav-about-us:hover .about-qrcode-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-top-m {
  display: none;
}

.back-top-m a {
  width: 1.056rem;
  height: 1.056rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  right: 0.192rem;
  bottom: 10%;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.back-top-m img {
  width: 0.432rem;
}

@media screen and (min-width: 1440px) {
  .nav-section {
    width: 119px;
  }
  .nav-section li {
    height: 34px;
  }
  .nav-section li a {
    font-size: 14px;
  }
  .nav-sign img {
    width: 18px;
    margin-right: 4px;
  }
  .nav-des {
    margin-top: 3px;
  }
  .nav-des img {
    width: 29px;
  }
  .nav-live img {
    width: 18px;
    margin-right: 5px;
  }
  .nav-back-top img {
    width: 18px;
    margin-right: 4px;
  }
  .about-qrcode-box {
    width: 196px;
    height: 80px;
    padding: 10px 7px 10px 5px;
    right: 131px;
    top: -31px;
  }
  .qrcode-box-left {
    width: 80px;
  }
  .qrcode-box-right {
    width: 114px;
    line-height: 20px;
  }
}

@media screen and (max-width: 759px) and (min-width: 0) {
  .nav-section {
    display: none;
  }
  .back-top-m {
    display: block;
  }
}

/*导航------------------------------------结束*/
/*banner------------------------------------开始*/
.banner-section {
  background-color: #02234a;
}

.banner-pc {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.banner-pc-img {
  width: 100%;
}

.banner-pc-btn {
  position: absolute;
  width: 2.89333333rem;
  height: 0.54rem;
  top: 3.83333333rem;
  left: 10.0666667rem;
  cursor: pointer;
  background-color: transparent;
}

.banner-mobile {
  display: none;
  position: relative;
}

.banner-mobile-img {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .banner-pc-btn {
    width: 289.33px;
    height: 53.33px;
    left: 1006.33px;
    top: 383.33px;
  }
}

@media screen and (max-width: 759px) {
  .banner-pc {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .banner-mobile-btn {
    position: absolute;
    width: 5.2rem;
    height: 0.94rem;
    top: 7.475rem;
    left: 1.9rem;
    cursor: pointer;
    background-color: transparent;
  }
  .banner-description {
    padding: 0.432rem 0 0.288rem;
  }
  .banner-description .public-container {
    padding: 0 0.432rem;
  }
  .banner-description .section-title-row {
    padding: 0;
  }
}

/*banner------------------------------------结束*/
/*峰会简介------------------------------------开始*/
.map-background {
  background-image: url("../images/summit2021/bj_1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.banner-description {
  background-color: #f3fcff;
  padding: 24px 0 32px 0;
}

.banner-description .section-content {
  padding: 0;
}

.section-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.title-row-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.226667rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cut-line {
  width: 2px;
  height: 0.4rem;
  background-color: #03234b;
}

.logo-name {
  line-height: 0.44rem;
  color: #03234b;
  font-size: 0.32rem;
  font-weight: bold;
  margin-left: 0.16rem;
}

.logo-img {
  width: 1.506667rem;
  margin-left: 4px;
}

.logo-img img {
  width: 100%;
}

.des-hidden-show {
  display: none;
}

.banner-section-content-des {
  margin: 0.16rem 0;
  font-size: 0.213333rem;
  line-height: 0.333333rem;
}

.click-show-hidden-des {
  color: #3cb4e6;
  line-height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.213333rem;
  margin: 0 auto;
  cursor: pointer;
}

.click-show-hidden-des img {
  width: 11px;
  margin-left: 5px;
}

.des-is-shown img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 1440px) {
  .banner-description {
    padding: 24px 0;
  }
  .title-row-logo {
    margin-left: 17px;
  }
  .cut-line {
    height: 30px;
  }
  .logo-name {
    line-height: 33px;
    font-size: 24px;
    margin-left: 12px;
  }
  .logo-img {
    width: 113px;
  }
  .banner-section-content-des {
    margin: 12px 0;
    font-size: 16px;
    line-height: 25px;
  }
  .click-show-hidden-des {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 760px) {
  .banner-section-content-des {
    line-height: 24px;
  }
}

@media screen and (max-width: 759px) {
  .title-row-logo {
    display: none;
  }
  .banner-section-content-des {
    margin: 0.144rem 0 0.192rem;
    line-height: 0.576rem;
    font-size: 0.336rem;
  }
  .section-title-row {
    padding: 0 0.432rem;
  }
  .click-show-hidden-des {
    font-size: 0.384rem;
    line-height: 0.528rem;
  }
  .click-show-hidden-des img {
    width: 0.264rem;
  }
}

/*峰会简介------------------------------------结束*/
/*图片直播------------------------------------开始*/
.pictures-live {
  padding: 60px 0;
}

.pictures-live-btn {
  height: 36px;
  background-color: #03234b;
  line-height: 22px;
  color: white !important;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 7px 20px;
  margin-left: auto;
  cursor: pointer;
}

.pictures-live-content {
  padding-top: 0.533333rem;
}

.electronicachina-fun-activities-content {
  width: 100%;
  position: relative;
}

.picture-show-m {
  display: none;
}

.electronicachina-fun-activities-content .equal-proportion-imgDiv {
  padding-bottom: 42.2%;
}

.fun-activities-ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.fun-activities-ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fun-center {
  position: absolute;
  cursor: pointer;
}

.fun-normal {
  position: absolute;
}

.fun-left {
  position: absolute;
  cursor: pointer;
}

.fun-right {
  position: absolute;
  cursor: pointer;
}

.ture-left-btn {
  position: absolute;
  left: 0;
  top: calc(18100% / 422);
  background: #3cb4e6;
  z-index: 6;
  width: 4%;
  height: calc(4000% / 422);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.ture-left-btn i,
.ture-right-btn i {
  font-size: 24px;
  color: white;
}

.ture-right-btn i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ture-right-btn {
  position: absolute;
  right: 0;
  top: calc(18100% / 422);
  background: #3cb4e6;
  z-index: 6;
  width: 4%;
  height: calc(4000% / 422);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media screen and (min-width: 1440px) {
  .pictures-live {
    padding: 60px 0;
  }
  .pictures-live-content {
    padding-top: 24px;
  }
}

@media screen and (max-width: 759px) {
  .electronicachina-fun-activities-content {
    display: none;
  }
  .picture-show-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 0.432rem;
  }
  .pciture-show-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .picture-show-item {
    width: 293px;
  }
  .picture-show-item:not(:first-child) {
    margin-left: 12px;
  }
  .picture-show-item img {
    width: 100%;
  }
  .pictures-live {
    padding: 0.792rem 0 0.96rem;
  }
  .pictures-live-content {
    padding-top: 0.432rem;
  }
}

/*图片直播------------------------------------结束*/
/*精彩视频------------------------------------开始*/
.wonderful-video {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.wonderful-video .review-section-content {
  margin-bottom: -24px;
}

.title-row-living-icon {
  width: 32px;
  margin-left: 12px;
}

.title-row-living-icon img {
  width: 100%;
}

.wonderful-video-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  width: calc((100% - 41px) / 3);
  margin-right: 20px;
  margin-bottom: 24px;
}

.wonderful-video-item:nth-child(3n + 3) {
  margin-right: 0;
}

.w-item-cover-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(18000% / 319.64);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.w-item-img {
  position: relative;
}

.w-item-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
}

.w-item-caption {
  padding: 0 0.18666667rem;
  background-color: #3cb4e6;
  font-size: 18px;
  /* line-height: 0.33333333rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-weight: 700;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-swiper {
  display: none;
}

@media screen and (max-width: 759px) {
  .wonderful-video {
    padding: 24px 0 40px 0;
  }
  .wonderful-video .review-section-content {
    margin-bottom: -11px;
  }
  .wonderful-video-item {
    width: calc((100% - 12px) / 2);
    margin-right: 11px;
    margin-bottom: 11px;
  }
  .wonderful-video-item:nth-child(3n + 3) {
    margin-right: 11px;
  }
  .wonderful-video-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .w-item-cover-img {
    height: 81px;
  }
  .w-item-play-icon {
    height: 41px;
    width: 41px;
  }
  .w-item-caption {
    padding: 0 14px;
    font-size: 14px;
    line-height: 20px;
    height: 70px;
  }
  .title-row-living-icon {
    margin-left: 10px;
  }
}

/*精彩视频------------------------------------结束*/
/*文档下载------------------------------------开始*/
.file-download {
  padding-top: 60px;
}

.file-download-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.heading-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subheading {
  line-height: 33px;
  color: #03234b;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 24px;
}

.file-download-item {
  width: calc(50% - 12px);
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 24px;
  border: 1px solid #c9c9c9;
}

.download-item-img {
  width: 51px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.download-item-img img {
  width: 100%;
}

.download-item-info {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  width: calc(100% - 51px);
}

.file-download-item:nth-child(n + 3) {
  margin-top: 22px;
}

.download-item-title {
  color: #2ea4ec;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  width: 100%;
}

.download-item-btn {
  width: 80px;
  height: 29px;
  background-color: #03234b;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.review-past-list {
  width: 2.89333333rem;
  height: 0.53333333rem;
  margin: 30px auto 60px;
  font-size: 0.18666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff !important;
  background-color: #03234b;
  cursor: pointer;
}

.review-past-list:hover {
  color: #ffffff;
}

.review-past-list img {
  width: 27px;
  margin-left: 6px;
}

@media screen and (max-width: 759px) {
  .file-download {
    padding-top: 41px;
  }
  .file-download-item {
    width: 100%;
  }
  .file-download-item:nth-child(n + 2) {
    margin-top: 12px;
  }
  .download-item-title {
    font-size: 14px;
  }
  .download-item-btn {
    font-size: 12px;
  }
  .review-past-list {
    width: 5.208rem;
    height: 0.96rem;
    margin: 60px auto 60px;
    font-size: 0.336rem;
  }
  .review-past-list img {
    margin-left: 4px;
  }
}

/*文档下载------------------------------------结束*/
