#app {
  height: 100%;
}
#appPc .guest .el-col-5{
  width: 20% !important;
}

#appPc,.theme-live{
  opacity: 1 !important;
}
.pc-content {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* 视频层 */
.video-container{
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-container-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70vw;
  height: 39.375vw;
  margin-top: -20vw;
  margin-left: -35vw;
  background: #000000;
  z-index: 100;
  display: block;
}

.video-container-content video {
  height: 100%;
  width: 100%;
}

.video-container-content .close-video{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: -10px;
  right: -10px;
}
.video-container-content .close-video>img{
  display: block;
  width: 100%;
  height: 100%;
}

/* 头部 */
.header {
  position: relative;
  background: url(../image/pc/banner2.png)center center no-repeat !important;
  background-size: 100% 100% !important;
  /*padding-top: 80px;*/
  /*margin-top: 100px !important;*/
}
/* .header:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../image/pc/banner.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  pointer-events: none;
} */
.header .header-bg-container-yr {
  position: relative;
  width: 100%;
  height: auto !important;
}
.header .header-bg-container-yr .header-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}

.header .header-bg-container {
  position: relative;
  width: 2108px;
  left: 50%;
  margin-left: -1054px;
}

.header .header-bg-container .header-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}

.header-top-box{
  position: absolute; top: 50%; transform: translateY(-50%);
  /*position: absolute; top: 150px; transform: translateY(-50%);*/
}

.header .header-top {
  /* display: none; */
  /* position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 1005;
  height: auto; */
  /* transform: translateY(-50%); */
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1280px;
  height: fit-content;
}

.header .header-top {
  height: 100%;
}

.header .header-top .info-img {
  width: 360px;
  height: auto;

}

.header .header-top .time {
  font-size: 24px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: bold;
  color: rgba(36, 43, 59, 1);
  margin-top: 1%;
  padding: 20px 0;
  margin-left: 32px;
}

.header .header-top .btn>a {
  text-decoration: none;
  color: #fff;
}

.header .header-top .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #C7000B;
  font-size: 16px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(255, 255, 255, 1);
  margin-top: 2%;
  cursor: pointer;
  text-align: center;
  margin-left: 2%;
}

.header .header-top .btn .btn-icon {
  width: 30px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

/*#meeting-intro {*/
/*  display: none;*/
/*}*/

@media only screen and (max-width: 1280px) {
  .header .header-top {
    width: 90vw;
  }

  .header .header-top .btn {
    font-size: 14px;
  }

  .header .header-top .info-img {
    width: 26vw;
  }

  .header .header-top .btn .btn-icon {
    width: 26px;
    height: 14px;
    margin-top: 1px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .header-top {
    width:90vw;
  }

  /*.header .header-top .info-img {*/
  /*  width: 320px;*/
  /*}*/
  .header .header-top .time {
    font-size: 18px;
    padding: 10px 0;
  }
  .header .header-top .btn {
    font-size: 12px;
  }
}


/**
 * 直播内容
 */
.page-main {
  position: relative;
  height: fit-content;
  overflow: hidden;
  background: url(../image/pc/main-bg.png) no-repeat;
  background-size: 100% 100%;
}

.page-main .main-box {
  margin: 5% 0;
  width: 100%;
  z-index: 999;
}


/**
 * 公共标题
 */
.header-line {
  position: relative;
  height: fit-content;
}

.header-line .header-line-bg {
  width: 120px;
  height: 72px;
  display: none;
}

.header-line .title-name-bg {
  width: 10px;
  height: 36px;
  background: rgba(199, 0, 11, 1);
}

.header-line .title-name {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-size: 36px;
  line-height: 36px;
  /* font-family: FZLTZHJW--GB1-0,FZLTZHJW--GB1; */
  color: rgba(36, 43, 59, 1);
  z-index: 10;
}

@media only screen and (max-width: 1280px) {
  .header-line {
    font-size: 24px;
  }
}

/**
 * 直播
 */
.zb-top {
  position: relative;
  width: 65%;
  margin: auto;
}

.zb-top .el-row{
  z-index: 1;
}

.zb-top .left {
  position: relative;
  width: 100%;
  /* height: 450px; */
  height: 540px;
}

.zb-top .left .video-box {
  width: 100%;
  height: 100%;
}

.zb-top .left .zb-video {
  width: 100%;
  height: 100%;
  background-color: black;
}

.zb-top .left .left-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 43, 59, 0.9);
  text-align: center;
  padding: 80px;
  color: #fff;
}

.zb-top .left .title {
  font-size: 36px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  line-height: 41px;
}

.zb-top .left .but-login {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: rgba(199, 0, 11, 1);
  border-radius: 2px;
  font-size: 16px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  margin: 129px auto 0;
  cursor: pointer;
}

.zb-top .left .but-register {
  background-color: #fff;
  color: #646B75;
  margin: 20px auto 0;
  cursor: pointer;
}

.zb-top .right {
  position: relative;
  font-size: 14px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  overflow: hidden;
  text-align: right;
  height: 540px;
}

.zb-top .right::-webkit-scrollbar {
  width: 0;
}

.zb-top .right .meeting-right-bg {
  display: block;
  height: 100%;
}

.zb-top .right .label-list {
  position: absolute;
  top: 10px;
  right: 0px;
  text-align: left;
  z-index: 10;
}

.zb-top .right .label-list .label-item {
  position: absolute;
  right: 0px;
  top: 0;
  display: block;
  color: #fff;
  font-size: 20px;
  background-color: rgba(36, 43, 59, 0.5);
  border-radius: 59px 0 0 59px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 999;
  padding-left: 10px;
}

.zb-top .right .label-list .label-item.discount {
  top: 48px;
}

.zb-top .right .label-list .label-item.data {
  top: 95px;
  display: none;
}

.zb-top .right .label-list .label-item.active {
  position: relative;
  background-color: rgba(199, 0, 11, 1);
  border-radius: 59px 0 0 59px;
  color: #fff;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  width: 100px;
  height: 40px;
  line-height: 40px;
  right: 0;
  top: 0;
  padding-left: 10px;
}

.zb-top .right .label-list .label-item.discount.active,
.zb-top .right .label-list .label-item.data.active {
  background-color: rgba(199, 0, 11, 0.8);
}

/* 大会议程 */
.zb-top .right .right-list {
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 85%;
  padding: 0 10px;
  overflow-y: auto;
}

.zb-top .right .right-list .right-item {
  margin-bottom: 10%;
  text-align: left;
  padding-left: 20px;
}

.zb-top .right .right-list .right-item .clock-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.zb-top .right .right-list .right-item .info {
  font-size: 15px;
  width: calc(80% - 20px);
  /* font-family: FZLTZHJW--GB1-0,FZLTZHJW--GB1; */
  font-weight: normal;
  color: #242B3B;
  display: inline-block;
}

.zb-top .right .right-list .right-item .info.active {
  color: #C7000B;
}

.zb-top .right .right-list .info-time {
  margin-bottom: 10px;
}

.zb-top .info-chid {
  width: 100%;
  position: relative;
  padding-top: 32px;
}


.zb-top .info-chid:after {
  content: '';
  position: absolute;
  top: 55px;
  left: 7px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #7E8FA3;
  opacity: .3;
}

.zb-top .info-chid.last:after {
  height: 0px;
}



.zb-top .info-chid .chid-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 5px;
  border: 2px solid #7E8FA3;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.zb-top .info-chid .chid-icon:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7E8FA3;
}

.zb-top .info-chid .chid-text {
  width: calc(85% - 15px);
  position: relative;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  color: #000;
}


.zb-top .info-chid .chid-icon.active:before {
  background-color: #C7000B;
}

.zb-top .info-chid .chid-text.active {
  color: #C7000B;
}



/* 资料下载 */
.right-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(36, 43, 59, 0.1);
  padding: 60px 10px 10px;

}

.right-main::-webkit-scrollbar {
  /* width: 0; */
  width:11px;
  background-color: rgb(241,241,241);
  scrollbar-face-color: #fcfcfc;
}

.right-main::-webkit-scrollbar-thumb {

  background-color:#dddddd;
  background-clip:padding-box;
}

.right-main .right-box {
  position: relative;
  padding: 20px;
  background-color: #fff;
  /* font-family:FZLTZHJW--GB1-0,FZLTZHJW--GB1; */
  margin-bottom: 10px;
}

.right-main .right-box .second-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 47px;
  height: 47px;
}

.right-main .right-box .title {
  font-size: 16px;
  color: #242B3B;
  line-height: 17px;
}

.right-main .right-box .title .hot {
  padding: 5px 10px;
  background-color: #C7000B;
  font-size: 12px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: #fff;
  line-height: 17px;
  margin-left: 10px;
  display: inline-block;
}

.right-main .right-box .info {
  font-size: 14px;
  color: rgba(36, 43, 59, 0.8);
  margin-top: 10px;
}

.right-main .right-box .price {
  font-size: 14px;
  font-weight: 400;
  color: #9EA2A8;
  /* font-family:PingFang-SC-Regular,PingFang-SC; */
}

.right-main .right-box .price .red {
  font-size: 26px;
  /* font-family:PingFangSC-Medium,PingFang SC; */
  font-weight: 500;
  color: rgba(199, 0, 11, 1);
  line-height: 37px;
  margin-top: 10px;
}

.right-main .right-box .bottom {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #C7000B;
  font-size: 12px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: #fff;
  margin-top: 18px;
  cursor: pointer;
}

.right-main .right-box .bottom .down-icon {
  width: 10.8px;
  height: 14.9px;
  vertical-align: middle;
  margin-top: -4.5px;
}

/* 大会直播滚动 */
.zb-top .zb-swiper {
  /* display: none; */
  margin-top: 20px;
  padding: 20px 0;
  background: rgba(36, 43, 59, 0.2);
}

.zb-top .zb-swiper .title {
  font-size: 16px;
  /* font-family:FZLTZCHK--GBK1-0,FZLTZCHK--GBK1; */
  color: rgba(36, 43, 59, 1);
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.zb-top .zb-swiper .swiper-slide {
  width: 100%;
  padding: 0 20px;
  font-size: 0;
}

.zb-top .zb-swiper .swiper-slide-item {
  position: relative;
  cursor: pointer;
  width: 18%;
  margin-right: 1.5%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid transparent;
}

.zb-top .zb-swiper .swiper-slide-item:first-child {
  margin-left: 2%;
}

.zb-top .zb-swiper .swiper-slide-bg {
  width: 100%;
  height: auto;
  display: block;
}

.zb-top .zb-swiper .swiper-slide-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zb-top .zb-swiper .swiper-slide-info .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px 0 6px 10px;
  z-index: 999;
  font-size: 15px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: #ffffff;
  line-height: 17px;
  /* display: none; */
  background-image: -webkit-gradient(linear, left top, left bottom,
  from(rgba(0, 0, 0, 0)),
  color-stop(100%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.zb-top .zb-swiper .swiper-slide-item:hover {
  border: 1px solid #C7000B;
}

.zb-top .zb-swiper .swiper-slide-item:hover .swiper-slide-info {
  background-color: rgba(0, 0, 0, 0);
}

.zb-top .zb-swiper .swiper-slide-item:hover .info {
  display: block;
}

.zb-top .zb-swiper .swiper-button-next,
.zb-top .zb-swiper .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.8;
  border-radius: 50%;
  color: #C7000B;
}

.zb-top .zb-swiper .swiper-button-next {
  right: 8px;
  pointer-events: visible !important;
}

.zb-top .zb-swiper .swiper-button-prev {
  left: 2px;
}

.zb-top .zb-swiper .swiper-button-next .swiper-next-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.zb-top .zb-swiper .swiper-button-prev .swiper-prev-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.zb-top .zb-swiper .swiper-button-next:hover .swiper-next-icon-active {
  opacity: 1;
}

.zb-top .zb-swiper .swiper-button-prev:hover .swiper-prev-icon-active {
  opacity: 1;
}

.zb-top .zb-swiper .swiper-button-next:after,
.zb-top .zb-swiper .swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (max-width: 1440px) {
  .zb-top .right .right-list .right-item {
    padding-left: 15px;
  }

  .zb-top .zb-swiper .swiper-button-next {
    right: 0.3%;
  }

  .zb-top .zb-swiper .swiper-button-prev {
    left: 0.3%;
  }

  .zb-top .left .but-login {
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
  .zb-top {
    width: 70%;
  }

  .header .header-bg-container {
    width: 1939px;
    height: 788px;
    margin-left: -969.5px;
  }

  .zb-top .right .meeting-right-bg,
  .zb-top .left {
    height: 37.96875vw;
  }

  .zb-top .left .but-login {
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .zb-top .left .title {
    font-size: 28px;
  }

  .zb-top .right {
    height: 37.96875vw;
  }

  .zb-top .right .label-list .label-title {
    font-size: 18px;
  }

  .zb-top .right .label-list .label-item {
    font-size: 12px;
  }

  .zb-top .right .right-list .right-item {
    padding-left: 10%;
  }

  .zb-top .zb-swiper .swiper-button-next {
    right: 0.5%;
  }

  .zb-top .zb-swiper .swiper-button-prev {
    left: 0.5%;
  }
}

@media only screen and (max-width: 1240px) {
  .zb-top .right .right-list .right-item {
    padding-left: 2%;
  }
}

@media only screen and (max-width: 1024px) {
  .zb-top {
    width: 80%;
  }

  .zb-top .right .label-list .label-title {
    font-size: 14px;
  }

  .zb-top .right .right-list .right-item {
    padding-left: 0;
  }
}


/**
 * 峰会简介
 */
.meeting-info {
  position: relative;
  width: 65%;
  margin: 120px auto 0;
}
.meeting-info .btn-box {
  width: 100%;
}
.meeting-info .btn-box>a {
  text-decoration: none;
  color: #fff;
}

.meeting-info .btn-box .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #C7000B;
  font-size: 16px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(255, 255, 255, 1);
  margin-top: 2%;
  cursor: pointer;
  text-align: center;
}

.meeting-info .btn-box .btn .btn-icon {
  width: 30px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}



.meeting-info .meeting-main {
  margin-top: 3px;
}

.meeting-info .meeting-main .left {
  width: 86%;
}

.meeting-info .meeting-main .left .left-title {
  font-size: 48px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: rgba(36, 43, 59, 1);
  line-height: 55px;
  margin-bottom: 30px;
  margin-top: 10%;
}

.meeting-info .meeting-main .left .left-info {
  font-size: 16px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: rgba(36, 43, 59, 1);
  line-height: 24px;
}

.meeting-info .meeting-main .right {
  text-align: right;
}

.meeting-info .meeting-main .right-img {
  width: 100%;
  max-width: 400px;
  /* cursor: pointer; */
  border-radius: 50%;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.meeting-info .meeting-main .right-img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


@media only screen and (max-width: 1280px) {
  .meeting-info {
    width: 70%;
  }

  .meeting-info .meeting-main .left .left-title {
    font-size: 36px;
  }

  .meeting-info .meeting-main .left .left-info {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .meeting-info {
    width: 80%;
  }

  .meeting-info .meeting-main .left .left-title {
    font-size: 30px;
  }

  .meeting-info .meeting-main .left .left-info {
    font-size: 12px;
    line-height: 18px;
  }
}

/**
 * 主题议程
 */
.theme {
  position: relative;
  width: 65%;
  margin: 120px auto 0;
}

.theme-live-box-container {
  display:  none !important;
  width: 100%;
  height: 140px;
  display: flex;
  /*flex-direction: column;*/
  /*align-items: center;*/
  justify-content: center;
}

.theme-live-box {
  width: 160px;
  height: 53px;
  text-align: center;
  margin: 0 20px;
}

.theme-live-box
.theme-live-box:hover .theme-live-active {
  opacity: 1;
}

.theme-live {
  width: 100%;
  height: 100%;
}

.theme-live-active {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}


.theme .theme-list {
  margin-top: 64px;

}

.theme .theme-list .theme-item {
  border-bottom: 2px solid rgba(126, 143, 163, 0.3);
  padding: 60px 0;
  font-family: PingFangSC-Medium,
  PingFang SC, FZLTHJW,
  Microsoft YaHei;
  /* cursor: pointer; */
}



.theme .theme-list .theme-item:first-child {
  border-top: 2px solid rgba(126, 143, 163, 0.3);
}

.theme .theme-list .theme-item .theme-item-time {
  font-size: 24px;
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 33px;
}

.theme .theme-list .theme-item .title {
  font-size: 28px;
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 33px;
}

.theme .theme-list .theme-item .title .title-icon {
  width: 21px;
  height: 28px;
  margin-right: 10px;
  margin-top: 2px;
  vertical-align: top;
}

.theme .theme-list .theme-item:hover .title-name {
  color: #C7000B;
  vertical-align: top;
}

.theme .theme-list .theme-item:hover .user {
  margin-left: 20px;
}

.theme .theme-list .theme-item:hover .info-brief {
  margin-left: 20px;
}

.theme .theme-list .theme-item .user {
  font-size: 14px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(36, 43, 59, 1);
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.theme .theme-list .theme-item .user .user-host {
  margin-right: 78px;
}

.theme .theme-list .theme-item .info-brief {
  font-size: 14px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(158, 162, 168, 1);
  line-height: 17px;
  margin-top: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.theme .theme-list .theme-item .btn-box {
  margin-top: 20px;
}

.theme .theme-list .theme-item .btn-box .btn-item {
  width: 140px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: #FFFFFF;
  background-color: #C7000B;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}

.theme .theme-list .theme-item .btn-box .btn-item .btn-item-icon {
  width: 17px;
  height: 17px;
  margin-right: 3%;
  vertical-align: middle;
  margin-top: -5px;
}

.theme .theme-list .theme-item .btn-box .btn-item .btn-item-icon.down-icon {
  width: 12px;
  height: 16px;
}

/* 产品列表 */
.product-list {
  position: relative;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
}

.product-list .product-item {
  width: 50%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  height: 212px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.product-list .product-item:nth-child(even) {
  box-sizing: border-box;
  border-top: solid 0 transparent;
  border-bottom: 1px solid #155799;
  border-right: solid 0 transparent;
  border-left: solid 0 transparent;
  border-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(126, 143, 163, 0.29)) 1 10;
}

.product-list .product-item:nth-child(odd) {
  box-sizing: border-box;
  border-top: solid 0 transparent;
  border-bottom: 1px solid #155799;
  border-right: solid 0 transparent;
  border-left: solid 0 transparent;
  border-image: linear-gradient(to right, rgba(126, 143, 163, 0.29), rgba(255, 255, 255, 1)) 1 10;
}

.product-list .product-item:last-child {
  border: none;
}

.product-list .product-item:nth-child(4n) {
  padding-bottom: 20px;
}

.product-list .product-item .product-item-left {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.product-list .product-item .product-item-right {
  display: inline-block;
  width: calc(100% - 65px);
}

.product-list .product-item .product-title {
  font-size: 22px;
  font-family: PingFangSC-Medium,
  PingFang SC,
  FZLTHJW,
  Microsoft YaHei;
  font-weight: 500;
  color: #242B3B;
  line-height: 30px;
  /* cursor: pointer; */
}

.product-list .product-item:hover .product-name {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}

.product-list .product-item:hover .product-info {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}


.product-list .product-item .product-title:hover {
  color: #C7000B;
}

.product-list .product-item .product-title.active {
  color: #C7000B;
}

.product-list .product-item .product-name {
  font-size: 14px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: rgba(36, 43, 59, 1);
  /* line-height:17px; */
  margin-top: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.product-list .product-item .product-info {
  font-size: 14px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: rgba(158, 162, 168, 1);
  margin-top: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.product-list .product-list-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(126, 143, 163, 1) 50%, rgba(255, 255, 255, 1) 100%);
  opacity: 0.3;
}

@media only screen and (max-width: 1450px) {
  .product-list .product-item .product-title {
    font-size: 15px;
  }

  .product-list .product-item .product-name {
    font-size: 14px;
  }

  .product-list .product-item .product-info {
    font-size: 12px;
  }

  .product-list .product-item {
    height: 170px;
  }
}

@media only screen and (max-width: 1280px) {
  .theme {
    width: 70%;
  }

  .product-list {
    margin-top: 3%;
  }

  .theme .theme-list .theme-item .theme-item-time {
    font-size: 20px;
  }

  .theme .theme-list .theme-item .title {
    font-size: 20px;
  }

  .theme .theme-list .theme-item .user {
    font-size: 12px;
  }

  .theme .theme-list .theme-item .info-brief {
    font-size: 12px;
  }

  .theme .theme-list .theme-item .btn-box .btn-item {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .theme .theme-list .theme-item .btn-box .btn-item .btn-item-icon {
    width: 15px;
    height: 15px;
    margin-top: 0;
  }

  .theme .theme-list .theme-item .btn-box .btn-item .btn-item-icon.down-icon {
    width: 12px;
    height: 14px;
    margin-top: 0;
  }

  .product-list .product-item .product-title {
    font-size: 13px;
  }

  .product-list .product-item .product-name {
    font-size: 12px;
  }

  .product-list .product-item .product-info {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .theme {
    width: 80%;
  }

  .theme .theme-list .theme-item .theme-item-time {
    font-size: 20px;
  }

  .product-list {
    margin-top: 3%;
  }

  .product-list .product-item {
    height: 190px;
  }
}

@media only screen and (min-width: 1920px) {
  .product-list .product-item {
    height: 170px;
  }
}


/**
 * 特邀嘉宾
 */
.guest {
  position: relative;
  width: 65%;
  margin: 120px auto 0;
}

.guest .guest-main {
  margin-top: 71px;
  width: 100%;
}

.guest .guest-main .swiper-container-guest {
  width: 100%;
}

.guest .guest-main .swiper-container-guest .el-row {
  padding: 0 4%;
}

/*.guest .guest-main .swiper-button-next,*/
/*.guest .guest-main .swiper-button-prev {*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  background: rgba(255, 255, 255, 1);*/
/*  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);*/
/*  opacity: 0.8;*/
/*  border-radius: 50%;*/
/*  color: #C7000B;*/
/*}*/

.guest .guest-main .swiper-button-next {
  width: auto;
  right: 0.6%;
  pointer-events: visible !important;
  margin-top: -53px !important;
}

.guest .guest-main .swiper-button-prev {
  width: auto;
  left: 0.6%;
  margin-top: -53px !important;
}

.guest .guest-main .swiper-button-next .swiper-next-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.guest .guest-main .swiper-button-prev .swiper-prev-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.guest .guest-main .swiper-button-next:hover .swiper-next-icon-active {
  opacity: 1;
}

.guest .guest-main .swiper-button-prev:hover .swiper-prev-icon-active {
  opacity: 1;
}





.guest .guest-main .swiper-button-next:after,
.guest .guest-main .swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
}

.guest .guest-main .swiper-slide-item {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}

.guest .guest-main .swiper-slide-item:hover {
  /* cursor: pointer; */
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
}

.guest .guest-main .swiper-slide-item .swiper-slide-bg {
  width: 100%;
  display: block;
}

.guest .guest-main .swiper-slide-item .swiper-slide-bg img {
  -webkit-transition: .5s;
  transition: .5s;
}

.guest .guest-main .swiper-slide-item img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.guest .guest-main .swiper-slide-item:hover img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.guest .guest-main .swiper-slide-item .swiper-slide-info {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  line-height: 21px;
}

.guest .guest-main .swiper-slide-item .swiper-slide-info .info {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  padding: 0 15px;
  height: 30px;
  color: #fff !important;
  text-align: center !important;
}

.guest .guest-main .swiper-slide-item:hover .swiper-slide-info .line-red {
  width: 48px;
  -webkit-transition: .2s;
  transition: .2s;
}

.guest .guest-main .swiper-slide-item .swiper-slide-info .line-red {
  width: 20px;
  height: 1px;
  background-color: #C7000B;
  margin: 5px auto 0;
  -webkit-transition: .2s;
  transition: .2s;
}

@media only screen and (max-width: 1400px) {
  .guest .guest-main .swiper-slide-item .swiper-slide-info {
    bottom: 5px;
  }
}

@media only screen and (max-width: 1280px) {
  .guest {
    width: 70%;
  }
  .guest .guest-main .el-row {
    padding: 0 4% 0 4%;
  }

  .guest .guest-main .swiper-button-next {
    right: 0.5%;
  }

  .guest .guest-main .swiper-slide-info .name {
    font-size: 16px;
  }

  .guest .guest-main .swiper-slide-info .info {
    font-size: 12px;
  }
}


/**
 * 线上体验馆
 */
.experience {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 5%;
}

.experience .header-line {
  width: 65%;
  margin: 0 auto 78px;
}

.experience .experience-bg {
  width: 100%;
  /* height: 100%; */
}

.experience .experience-main {
  position: absolute;
  top: 50%;
  left: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.experience-box{
  /* width: 1280px; */
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}



.experience-main a {
  text-decoration: none;
}

.experience .experience-main .title {
  font-size: 48px;
  /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: #242B3B;
  line-height: 55px;
}

.experience .experience-main .info {
  max-width: 50%;
  font-size: 14px;
  /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: #646B75;
  line-height: 17px;
  margin: 0.5% auto 0;
}

.experience .experience-main .info-1 {
  font-size: 24px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  font-weight: normal;
  color: rgba(36, 43, 59, 1);
  line-height: 35px;
  margin-bottom: 30px;
  text-align: left;
}

.experience .experience-main .btn {
  width: 160px;
  line-height: 50px;
  background-color: #C7000B;
  font-size: 16px;
  /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: #fff;
  cursor: pointer;
  opacity: 1;
}

@media only screen and (min-width: 2560px) {
  .experience .experience-main .info-1 {
    font-size: 35px;
    line-height: 58px;
  }

  .experience .experience-main .btn {
    width: 200px;
    line-height: 60px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 2000px) {

  .experience .experience-main .info-1 {
    font-size: 30px;
    line-height: 50px;
  }

  .experience .experience-main .btn {
    width: 160px;
    line-height: 50px;
    font-size: 20px;
  }
}



@media only screen and (max-width: 1400px) {
  .experience .header-line {
    width: 70%;
    margin: 0 auto 78px;
  }
}

@media only screen and (max-width: 1280px) {
  .experience .header-line {
    width: 70%;
    margin: 0 auto 78px;
  }
}

@media only screen and (max-width: 1024px) {
  .experience .experience-main .title {
    font-size: 24px;
    line-height: 30px;
  }

  .experience .experience-main .info {
    font-size: 8px;
    line-height: 16px;
  }

  .experience .experience-main .btn {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}


/**
 * TechWave系列预告
 */
.techWave {
  width: 65%;
  margin: 120px auto 0;
}

.techWave .techWave-main {
  position: relative;
  margin-top: 78px;
  width: 100%;
}

.techWave .techWave-main .swiper-slide-item {
  position: relative;
  margin-bottom: 20px;
  /* cursor: pointer; */
  height: 220px;
  overflow: hidden;
}

.techWave .techWave-main .swiper-slide-bg {
  width: 100%;
  display: block;
}

.techWave .techWave-main .swiper-slide-item img {
  -webkit-transition: .5s;
  transition: .5s;
}

.techWave .techWave-main .swiper-slide-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.techWave .techWave-main .swiper-slide-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  padding: 30px 30px 50px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(126, 143, 163, 0.9);
}

.techWave .techWave-main .swiper-slide-info:hover {
  border: 1px solid #C7000B;
}

.techWave .techWave-main .title {
  font-size: 22px;
  color: rgba(36, 43, 59, 1);
  line-height: 32px;
}

.techWave .techWave-main .date {
  height: 24px;
  font-size: 17px;
  /* font-family:FZLTZHJW--GB1-0,FZLTZHJW--GB1; */
  font-weight: normal;
  color: rgba(36, 43, 59, 1);
  line-height: 24px;
  margin-top: 10px;
}

.techWave .techWave-main .btn {
  width: 110px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #979797;
  font-size: 16px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: #242B3B;
  margin-top: 16%;
  position: absolute;
  bottom: 20px;
}

.yy_a {
  color: #fff;
  text-decoration: none;
}

.techWave .techWave-main .swiper-slide-info:hover {
  background-color: rgba(255, 255, 255, 0);
  /* border: 2px solid #C7000B; */
}

.techWave .techWave-main .swiper-slide-info:hover .title {
  color: rgba(199, 0, 11, 1);
  -webkit-text-shadow: 2px 2px 2px #eee;
  -o-text-shadow: 2px 2px 2px #eee;
  -ms-text-shadow: 2px 2px 2px #eee;
  text-shadow: 2px 2px 2px #eee;
}

.techWave .techWave-main .swiper-slide-info:hover .btnColor {
  border: 1px solid #C7000B;
  background-color: #C7000B;
  color: #fff;
}

.techWave .techWave-main .swiper-slide-info .btnColor {
  border: 1px solid #C7000B;
  background-color: #C7000B;
  color: #fff;
  cursor: pointer;
}

.techWave .techWave-main .swiper-slide-info .btnColor2 {
  border: 1px solid #bdc6d1;
  background-color: #bdc6d1;
  color: #fff;
}


.techWave .techWave-main .swiper-container-techWave {
  width: 100%;
}

.techWave .techWave-main .el-row {
  padding: 0 4%;
}

.techWave .techWave-main .swiper-button-prev {
  width: auto;
  left: 0.6%;
  margin-top: -53px !important;
}

.techWave .techWave-main .swiper-button-next {
  width: auto;
  right: 0.6%;
  pointer-events: visible !important;
  margin-top: -53px !important;
}

.techWave .techWave-main .swiper-button-next .swiper-next-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.techWave .techWave-main .swiper-button-prev .swiper-prev-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.techWave .techWave-main .swiper-button-next:hover .swiper-next-icon-active {
  opacity: 1;
}

.techWave .techWave-main .swiper-button-prev:hover .swiper-prev-icon-active {
  opacity: 1;
}

/* .techWave .techWave-main .swiper-pagination{
  bottom: -30px;
} */
.techWave .techWave-main .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../image/pc/swiper-techWave-active.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
}


/*@media only screen and (min-width: 2150px) {*/
/*  .techWave .techWave-main .swiper-slide-item {*/
/*    height: 250px;*/
/*  }*/
/*}*/

/*@media only screen and (min-width: 3000px) {*/
/*  .techWave .techWave-main .swiper-slide-item {*/
/*    height: 260px;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 1440px) {*/
/*  .techWave .techWave-main .swiper-slide-item {*/
/*    height: 180px;*/
/*  }*/

/*  .techWave .techWave-main .btn {*/
/*    width: 80px;*/
/*    height: 34px;*/
/*    line-height: 34px;*/
/*    font-size: 10px;*/
/*    margin-top: 12%;*/
/*  }*/

/*  .techWave .techWave-main .title {*/
/*    font-size: 21px;*/
/*  }*/

/*  .techWave .techWave-main .date {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 1280px) {*/
/*  .techWave {*/
/*    width: 70%;*/
/*  }*/

/*  .techWave .techWave-main .swiper-slide-item {*/
/*    height: 180px;*/
/*  }*/

/*  .techWave .techWave-main .btn {*/
/*    width: 80px;*/
/*    height: 34px;*/
/*    line-height: 34px;*/
/*    font-size: 10px;*/
/*    margin-top: 12%;*/
/*  }*/

/*  .techWave .techWave-main .title {*/
/*    font-size: 18px;*/
/*  }*/

/*  .techWave .techWave-main .date {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/

/**
 *
 */
.thanks {
  width: 65%;
  margin: 120px auto 0;
}

.thanks .thanks-list {
  margin-top: 6%;
  font-size: 0;

}

.thanks-header{
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}

.thanks .thanks-item {
  position: relative;
  width: 190px;
  height: 95px;
  text-align: center;
  border: 1px solid rgba(126, 143, 163, 0.4);
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: white;
  overflow: hidden;
}

.thanks .thanks-item .experience-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
/*.thanks .thanks_media .experience-bg {*/
/*  transform: scale(1.2);*/
/*  -webkit-transform: scale(1.2);*/
/*  -moz-transform: scale(1.2);*/
/*}*/
/*.thanks .thanks_huoban .experience-bg {*/
/*  transform: scale(1.3);*/
/*  -webkit-transform: scale(1.35);*/
/*  -moz-transform: scale(1.35);*/
/*}*/

@media only screen and (max-width: 1440px) {
  .thanks .thanks-item {
    width: 140px;
    height: 124px;
  }
}

@media only screen and (max-width: 1280px) {
  .thanks {
    width: 70%;
  }

  .thanks .thanks-item {
    width: 150px;
    height: 134px;
  }
}


/**杂志**/
.magazine {
  position: relative;
  width: 65%;
  margin: 120px auto 0;
}

.magazine .theme-live-box {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 70px;
  width: 148px;
  height: 148px;
  cursor: pointer;
  z-index: 99;
}

.magazine .theme-live-box:hover .theme-live-active {
  opacity: 1;
}

.magazine .theme-live {
  width: 100%;
  height: 100%;
}

.magazine .theme-live-active {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}


.magazine .theme-list {
  margin-top: 64px;
}

.magazine .theme-list .theme-item {
  border-bottom: 2px solid rgba(126, 143, 163, 0.3);
  padding: 60px 0;
  font-family: PingFangSC-Medium,
  PingFang SC, FZLTHJW,
  Microsoft YaHei;
  /* cursor: pointer; */
}



.magazine .theme-list .theme-item:first-child {
  border-top: 2px solid rgba(126, 143, 163, 0.3);
}

.magazine .theme-list .theme-item .theme-item-time {
  font-size: 24px;
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 33px;
}

.magazine .theme-list .theme-item .title {
  font-size: 28px;
  font-weight: 500;
  color: rgba(36, 43, 59, 1);
  line-height: 33px;
}

.magazine .theme-list .theme-item .title .title-icon {
  width: 21px;
  height: 28px;
  margin-right: 10px;
  margin-top: 2px;
  vertical-align: top;
}

.magazine .theme-list .theme-item:hover .title-name {
  color: #C7000B;
  vertical-align: top;
}

.magazine .theme-list .theme-item:hover .user {
  margin-left: 20px;
}

.magazine .theme-list .theme-item:hover .info-brief {
  margin-left: 20px;
}

.magazine .theme-list .theme-item .user {
  font-size: 14px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(36, 43, 59, 1);
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.magazine .theme-list .theme-item .user .user-host {
  margin-right: 78px;
}

.magazine .theme-list .theme-item .info-brief {
  font-size: 14px;
  /* font-family:FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: rgba(158, 162, 168, 1);
  line-height: 17px;
  margin-top: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.magazine .theme-list .theme-item .btn-box {
  margin-top: 20px;
}

.magazine .theme-list .theme-item .btn-box .btn-item {
  width: 140px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  /* font-family: FZLTZHUNHK--GBK1-0,FZLTZHUNHK--GBK1; */
  color: #FFFFFF;
  background-color: #C7000B;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}

.magazine .theme-list .theme-item .btn-box .btn-item .btn-item-icon {
  width: 17px;
  height: 17px;
  margin-right: 3%;
  vertical-align: middle;
  margin-top: -5px;
}

.magazine .theme-list .theme-item .btn-box .btn-item .btn-item-icon.down-icon {
  width: 12px;
  height: 16px;
}

.magazine .theme-list{
  width: 100%;
  height: 500px;
  display: inline-block;
}
.magazine .text_card_box{
  width: 700px;
  height: 460px;
  position: relative;
  display: inline-block;
}
.swiper-container-magazine {
  margin-top: 60px;
}
.swiper-container-magazine .swiper-slide:hover .mcard_box>img{
 transform: scale(1.1);
}
.swiper-container-magazine .swiper-slide:hover .text_card_line{
  width: 40px;
}
.magazine .text_card_box>img{
  width: 100%;
  height: 100%;
  display: block;
}
.magazine .mcard_box{
  width: 720px;
  height: 340px;
  position: absolute;
  display: inline-block;
  left: 500px;
  top:85px;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.magazine .mcard_box>img{
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.6s ease;
}
.magazine .text_card{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 81px 0 0 60px;
  z-index: 99;
}
.magazine .text_card_title{
  font-size:28px;
  color:rgba(36,43,59,1);
  line-height:32px;
  width: fit-content;
  margin-top: 65px;
}
.magazine .text_card_line {
  width: 20px;
  height: 2px;
  margin: 20px 0 10px 0;
  background: rgba(199,0,11,1);
}
.magazine .text_card_brief {
  font-size: 14px;
  color: rgba(36,43,59,1);
  width: fit-content;
  max-width: 400px;
  opacity: .7;
}
.magazine .text_card_btn {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 20px;
}
.magazine .text_card_btn a{
  color: #ffffff;
  text-decoration: none;
}
.magazine .down_m {
  width: 110px;
  height: 48px;
  background: rgba(199,0,11,1);
  font-size: 16px;
  line-height: 48px;
  color: #ffffff;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
.magazine .watch_m {
  width: 110px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #242B3B;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}
.magazine .Flip-button{
  width: 50px;
  height: 110px;
  display: block;
  position: absolute;
  right: 7%;
  top: 62%;
}
.magazine .Flip-button img{
  width: 48px;
  height: auto;
  cursor: pointer;
}

.magazine .swiper-container-techWave {
  width: 100%;
}

.magazine .el-row {
  padding: 0 6%;
}

.magazine .swiper-button-prev {
  width: auto;
  top: 68%;
  left: 96%;
}

.magazine .swiper-button-next {
  width: auto;
  left: 96%;
  top: 78%;
}

.magazine .swiper-button-next .swiper-next-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.magazine .swiper-button-prev .swiper-prev-icon-active {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.magazine .swiper-button-next:hover .swiper-next-icon-active {
  opacity: 1;
}

.magazine .swiper-button-prev:hover .swiper-prev-icon-active {
  opacity: 1;
}

#appPc .Highlights_tab_box{
  width: 100%;
  height:54px;
  border-bottom:2px solid rgba(126,143,163,.4);
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-bottom: 30px;
}
#appPc .Highlights_tabs{
  width: 96px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  margin-right: 60px;
  cursor: pointer;
  opacity: .7;
}
#appPc .Highlights_tabs_hover{
  opacity: 1;
  border-bottom: 4px solid rgba(199,0,11,1);
}
#appPc .Highlights_video_box1{
  position: relative;
  margin: auto;
  width: 100%;
  display: flow-root;
  margin-left: 0;
}
#appPc .Highlights_video_box1 .Highlights_videos_big{
  float: left;
  overflow: hidden;
}
#appPc .Highlights_video_box1 .Highlights_videos_m{
  float: right;
  overflow: hidden;
}
#appPc .Highlights_video_box1>div:nth-child(2){
  margin-bottom: 20px;
}
#appPc .Highlights_video_box{
  position: relative;
  margin: auto;
  /* margin-top: 30px; */
  width: 100%;
  font-size: 0;
  margin-left: 0;
}
#appPc .Highlights_copywriting:hover .copywriting_brief{
  display: block;
}
#appPc .Highlights_copywriting:hover .Highlights_copywriting_content{
  bottom: 30px;
}
#appPc .Highlights_videos{
  width:32%;
  height:275px;
  position: relative;
  display: inline-block;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.27) 40%,rgba(0,0,0,0.75) 100%);
  margin-bottom: 20px;
}
#appPc .Highlights_video_box .Highlights_videos{
  margin-right: 2%;
  overflow: hidden;
}
#appPc .Highlights_video_box .Highlights_videos:nth-child(3n+3){
  margin-right: 0%;
}
#appPc .Highlights_videos:hover .Highlights_copywriting_content_displayNone{
  display: block;
}
#appPc .Highlights_videos:hover .copywriting_line{
  width: 40px;
}
#appPc .Highlights_videos a{
  text-decoration: none;
}
#appPc .Highlights_videos_big{
  width:49%;
  height:570px;
}
#appPc .Highlights_videos_m{
  width:49%;
  height:275px;
}
#appPc .Highlights_video_box1 img,
#appPc .Highlights_video_box img{
  width: 100%;
  height: 100%;
  display: block;
}
#appPc .Highlights_copywriting{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 20%,rgba(0,0,0,0.5) 100%);
  overflow: hidden;
  /*display: none;*/
}
#appPc .copywriting_title{
  font-size: 19px;
  color: #ffffff;
  width: fit-content;
}
#appPc .copywriting_position{
  font-size: 14px;
  color: #ffffff;
  width: fit-content;
  margin: 15px 0 0 0;
}
#appPc .copywriting_line{
  width:20px;
  height:2px;
  margin: 10px 0 10px 0;
  background:rgba(199,0,11,1);
}
#appPc .copywriting_brief{
  font-size: 14px;
  color: #ffffff;
  width: fit-content;
  max-width: 500px;
  display: none;

}
#appPc .copywriting_btn{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 20px;
}
#appPc .Highlights_copywriting_big{
  padding: 300px 30px 0 30px;
}
#appPc .huifang{
  width:110px;
  height:48px;
  background:rgba(199,0,11,1);
  font-size:16px;
  line-height: 48px;
  color: #ffffff;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
#appPc .aboutnew{
  width:110px;
  height:48px;
  font-size:16px;
  line-height: 48px;
  color: #242B3B;
  background:#ffffff;
  text-align: center;
  cursor: pointer;
  display: none;
}
#appPc .Highlights_copywriting_normal{
  padding: 70px 30px 30px 30px;
}
#appPc .Highlights_copywriting_normal .copywriting_brief{
  display: none;
}
.Highlights_copywriting_content{
  width: auto;
  height: auto;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: -48px;
  transition: 0.2s;
}
.Highlights_copywriting_content_displayNone{
  display: block;


}


/* 自定义swiper切换按钮 */
.swiper-button-prev {
  background: none !important;
  box-shadow: none !important;
}

.swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next {
  background: none !important;
  box-shadow: none !important;
}

.swiper-button-next::after {
  content: none !important;
}

.swiper-icon {
  width: auto;
  height: 42px;
  display: block;
}

.pageOpacity {
  /* opacity: 0; */
  opacity: 1;
   padding-bottom: 50px;
}

.zb-top {
  padding-top: 50px;
}

.pageView {
  -webkit-animation: pageView 1s 0s linear both;
  -moz-animation: pageView 1s 0s linear both;
  animation: pageView 1s 0s linear both;
}

.magazine .swiper-pagination {
  bottom: 3px;
  text-align: left;
}

.magazine .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #c7000b;
  opacity: 1;
}

.magazine .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 10px;
  height: 10px;
}

.magazine-pagination{
  height: 50px;
  /* background-color: red; */
  text-align: center;

}

.swiper-pagination3{
  height: 50px;
  /* background-color: red; */
  text-align: center;

}

@media only screen and (min-width: 1280px) {

  .zb-top,
  .thanks,
  .meeting-info,
  .theme,
  .guest,
  .techWave,
  .thanks {
    width: 1280px;
  }
}

@media only screen and (max-width: 1280px) {

  .zb-top,
  .thanks,
  .meeting-info,
  .theme,
  .guest,
  .techWave,
  .thanks {
    width: 90vw;
  }

  #appPc .Highlights_videos{
    height:20vw;
  }

  #appPc .Highlights_videos_big{
    height:calc(40vw + 20px);
  }

  #appPc .Highlights_videos_m{
    height:20vw;
  }
}






/*@media only screen and (max-width: 1024px) {*/
/*  .zb-top,.thanks,.meeting-info,.theme,.guest,.techWave,.experience,.thanks{*/
/*    width: 65%;*/
/*  }*/
/*}*/


@keyframes pageView {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes pageView {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-moz-keyframes pageView {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}



.el-image__inner--center {
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  transform: none !important;
}

/**
 * ie处理
 */
< !--[if gte IE 9]>.header .header-top {
  top: 20% !important;
}

.el-image__inner--center {
  left: 0;
  top: 5%;
  transform: none;
}

.techWave .techWave-main .swiper-button-next .swiper-next-icon-active {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.techWave .techWave-main .swiper-button-prev .swiper-prev-icon-active {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.guest .guest-main .swiper-button-next .swiper-next-icon-active {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.guest .guest-main .swiper-button-prev .swiper-prev-icon-active {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.swiper-slide-bg{
  width: 101% !important;
  height: 105%;
}
.setImageBox{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a:-webkit-any-link{
  text-decoration: none !important;
}
< ![endif]-->


.techWave .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #c7000b;
  opacity: 1;
}
.techWave .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #c7000b;
  opacity: 1;
}
.techWave .swiper-pagination-bullet-active {
  background-color: #c7000b;
  width: 10px;
  height: 10px;
}

.techWave-pagination{
  height: 50px;
  /* background-color: red; */
  text-align: center;

}
