@charset "UTF-8";

@font-face {
  font-family: Harmony_Light;
  src: url("./font/HarmonyOS_Sans/HarmonyOS_Sans_Light.ttf");
}

@font-face {
  font-family: Harmony_Regular;
  src: url("./font/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf");
}

.pagebg {
  -webkit-tap-highlight-color: transparent;
  background: url(../images/bg_main.jpg) center 0/cover repeat;
  font-family: Harmony_Regular;
}

@media screen and (max-width:768px) {
  .pagebg {
    -webkit-tap-highlight-color: transparent;
    background: url(../images/bg_mb.jpg) center 0/cover repeat;
    font-family: Harmony_Regular;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

}

.pagebg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100vw;
  background: url(../images/bg_top1.png) center 0/100% no-repeat;
  position: absolute;
  left: 0;
  z-index: 1;
}

.pagebg>div {
  position: relative;
  z-index: 2;
}

.flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.btn-gradient a {
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, #9f7bf6 0%, #164cf5 100%);
  background-image: -webkit-linear-gradient(0deg, #9f7bf6 0%, #164cf5 100%);
  background-image: -ms-linear-gradient(0deg, #9f7bf6 0%, #164cf5 100%);
  background-image: linear-gradient(90deg, #9f7bf6 0%, #164cf5 100%);
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  transition: all .5s;
}

.btn-gradient a:hover {
  background-image: -moz-linear-gradient(180deg, #9f7bf6 0%, #164cf5 100%);
  background-image: -webkit-linear-gradient(180deg, #9f7bf6 0%, #164cf5 100%);
  background-image: -ms-linear-gradient(180deg, #9f7bf6 0%, #164cf5 100%);
  background-image: linear-gradient(270deg, #9f7bf6 0%, #164cf5 100%);
}

/* 头部 */
.CJZ-header {
  padding-top: 48px;
}

.CJZ-header .logo {
  margin-bottom: 138px;
  width: 31.11111%;
}

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

.CJZ-header .text {
  text-align: center;
}

.CJZ-header .text .txt-1 {
  width: 66.59722%;
  margin: 0 auto;
}

.CJZ-header .text .txt-1 img {
  width: 100%;
}

.CJZ-header .text h2 {
  margin: 80px 0 100px;
  color: #fff;
  font-weight: bold;
}

.CJZ-header .btn-gradient {
  margin-bottom: 56px;
  display: none;
}







/* 直播 */
.CJZ-zhibo .right .bottom .box ul li span {
  color: #979797;
}

.CJZ-zhibo .left {
  height: 100%;
}

.CJZ-zhibo .left img {
  height: 100%;
}

.CJZ-zhibo #video {
  width: 100%;
  height: 100%;
}


@media screen and (max-width:768px) {
  .CJZ-zhibo .right {
    display: none;
  }
}







/* 何谓创见者 */
.CJZ-Changemaker {
  margin-top: 40px;
  display: none;
}

.CJZ-Changemaker .inner {
  background: url(../images/intro_bg.png) 0 0/cover no-repeat;
  border-radius: 10px;
  padding: 66px 0 82px;
}

.CJZ-Changemaker .title {
  width: 46.52778%;
  padding-left: 8.33333%;
}

.CJZ-Changemaker .title .diejia {
  background: url(../images/intro_bg_en.jpg) 0 0/cover no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.CJZ-Changemaker .title .diejia h2 {
  background-image: linear-gradient(to bottom, #fff, #fff);
  mix-blend-mode: overlay;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.CJZ-Changemaker .title .diejia h2::before {
  content: attr(data-text);
  text-transform: uppercase;
  font-family: Harmony_Light;
  font-weight: lighter;
}

.CJZ-Changemaker .title h2 {
  font-weight: bold;
  color: #d1daf1;
}

.CJZ-Changemaker .text {
  width: 52.77778%;
}

.CJZ-Changemaker .text p {
  color: #d1daf1;
  line-height: 2.33333;
}

/* 邀请函 */
.CJZ-invitation {
  margin-top: 77px;
  display: none;
}

.CJZ-invitation .inner {
  background: url(../images/yaoqing_bg.png) 0 0/cover no-repeat;
  border-radius: 10px;
  padding: 66px 0 82px;
}

.CJZ-invitation .title {
  width: 46.52778%;
  padding-left: 8.33333%;
}

.CJZ-invitation .title .diejia {
  background: url(../images/yaoqing_bg2.jpg) 0 0/cover no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.CJZ-invitation .title .diejia h2 {
  background-image: linear-gradient(to right, #404ac0, #404ac0);
  mix-blend-mode: overlay;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.CJZ-invitation .title .diejia h2::before {
  content: attr(data-text);
  text-transform: uppercase;
  font-family: Harmony_Light;
  font-weight: lighter;
}

.CJZ-invitation .title h2 {
  font-weight: bold;
  color: #d1daf1;
}

.CJZ-invitation .text {
  width: 52.77778%;
}

.CJZ-invitation .text p {
  color: #d1daf1;
  line-height: 2.33333;
}

/* 大会亮点 */
.CJZ-Highlights {
  display: none;
}

.CJZ-title {
  margin-bottom: 50px;
  margin-top: 100px;
}

.CJZ-title b {
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 18px;
}

.CJZ-title span {
  font-family: Harmony_Light;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
  opacity: .2;
}

.CJZ-Highlights .swiper-Highlights {
  overflow: hidden;
}

.CJZ-Highlights .swiper-wrapper {
  justify-content: space-between;
}

.CJZ-Highlights .swiper-slide {
  width: 23.95833%;
}

.CJZ-Highlights .swiper-slide .inbox {
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #091c65 0%, #020c4b 100%);
  background-image: -webkit-linear-gradient(90deg, #091c65 0%, #020c4b 100%);
  background-image: -ms-linear-gradient(90deg, #091c65 0%, #020c4b 100%);
  overflow: hidden;
  height: 375px;
}

.CJZ-Highlights .swiper-slide .img {
  transition: all .5s;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}

.CJZ-Highlights .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.CJZ-Highlights .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.CJZ-Highlights .swiper-slide .txt b {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}

.CJZ-Highlights .swiper-slide .txt .tt h3 {
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  margin-bottom: 20px;
}

.CJZ-Highlights .swiper-slide .txt .tt p {
  color: #c8d1eb;
  font-weight: lighter;
}

.CJZ-Highlights .swiper-slide:hover .img,
.CJZ-Highlights .swiper-slide.active .img {
  opacity: 1;
}

/* 峰会看点 */
.CJZ-Summit .bd {
  padding-top: 0px;
}

.CJZ-Summit .Summit1 {
  position: relative;
}

.CJZ-Summit .Summit1 .img {
  border-radius: 12px;
  overflow: hidden;
}

.CJZ-Summit .Summit1 .img img {
  width: 100%;
}

.CJZ-Summit .Summit1 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10%;
}


.CJZ-Summit .text .fnt_62 {
  color: #ffffff;
}

.CJZ-Summit .text .fnt_24 {
  color: #ffffff;
}

.CJZ-Summit .Summit1 .text .txt-1 {
  width: 42%;
  margin-bottom: 5%;
}

.CJZ-Summit .Summit1 .text .txt-1 img {
  width: 100%;
}

.CJZ-Summit .Summit1 .text .btn-gradient a {
  text-align: center;
  width: 200px;
  height: 54px;
  line-height: 54px;
  border-radius: 10px;
}

.CJZ-Summit .Summit2 {
  margin-top: 40px;
  position: relative;
}

.CJZ-Summit .Summit2 .img {
  border-radius: 10px;
  overflow: hidden;
}

.CJZ-Summit .Summit2 .img img {
  width: 100%;
}

.CJZ-Summit .Summit2 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 7%;
  padding-right: 8%;
  color: #fff;
}

.CJZ-Summit .Summit2 .text .tt {
  padding-left: 2%;
}

.CJZ-Summit .Summit2 .text .tt h2 {
  font-weight: lighter;
}

.CJZ-Summit .Summit2 .text .tt h3 {
  font-weight: bold;
  margin-left: -2%;
}

.CJZ-Summit .Summit2 .text .paizi {
  background-image: -moz-linear-gradient(0deg, #9f7bf6 0%, #164cf5 100%);
  background-image: -webkit-linear-gradient(0deg, #9f7bf6 0%, #164cf5 100%);
  background-image: -ms-linear-gradient(0deg, #9f7bf6 0%, #164cf5 100%);
  line-height: 47px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px 0 35px;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

.CJZ-Summit .Summit2 .text .paizi::after {
  content: '';
  display: block;
  width: 31px;
  height: 100%;
  background: url(../images/dengji_icon.png) 0 0/100% 100% no-repeat;
  position: absolute;
  left: calc(100% - 5px);
  top: 0;
}

.CJZ-Summit .Summit2 .qrc {
  align-items: center;
}

.CJZ-Summit .Summit2 .qrc .qrc-img {
  width: 8.59375vw;
  max-width: 165px;
  height: 8.59375vw;
  max-height: 165px;
  margin-right: 27px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 12px;
}

.CJZ-Summit .Summit2 .qrc .qrc-img img {
  width: 100%;
}


@media screen and (max-width:768px) {
  .CJZ-Summit .Summit1 .img img {
    height: 200px;
    object-fit: cover;
  }

  .CJZ-Summit .Summit1 .text {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .CJZ-Summit .Summit1 .text .txt-1 {
    width: 60%;
  }

  .CJZ-Summit .Summit1 .text .mb img {
    max-width: 70%;
  }
}













/* 大咖观点 */
.CJZ-viewpoint .viewpoint_box {
  overflow: hidden;
}

.CJZ-viewpoint .box-ren {
  background-image: url(../images/guadian-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
}

.CJZ-viewpoint .ren-text {
  width: 18.2vw;
  display: flex;
  flex-direction: column;
}

.CJZ-viewpoint .ren-text .ren_sp2 {
  margin-top: 3.1vw;
}

.CJZ-viewpoint .ren-text .ren_sp3 {
  color: #cccccc;
  margin-top: 5px;
}

.CJZ-viewpoint .ren-text span {
  color: #ffffff;
}

.CJZ-viewpoint .swiper-viewpoint-pagination {
  text-align: center;
  margin-top: 3.6vw;
}

.CJZ-viewpoint .swiper-pagination-bullet {
  background: #ffffff;
}

.CJZ-viewpoint .swiper-pagination-bullet-active {
  background: #007aff;
}

.CJZ-viewpoint .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}


/* 大咖观点移动端 */

.daka_bg {
  background-image: url(../images/daka_bg_mb.jpg);
  padding: 30px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.daka {
  overflow: hidden;
}

.daka_text p {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.daka_jies {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.jies_left {
  flex: 0 0 30%;
}

.jies_left img {
  max-width: 100%;
}

.jr_t {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 14px;
  margin-left: 20px;
}

.t_sp2 {
  color: #cccccc;
}

.daka .swiper-pagination {
  position: unset;
}

.daka .swiper-pagination-bullet-active {
  background: #ffffff;
}




























/* 参会嘉宾 */
.CJZ-jia {
  display: none;
}

.CJZ-Guests .swiper-guests .swiper-wrapper {
  flex-wrap: wrap;
}

.CJZ-Guests .swiper-guests .swiper-slide {
  width: 25%;
  text-align: center;
  color: #fff;
  padding: 20px 40px;
}

.CJZ-Guests .swiper-guests .img {
  width: 216px;
  height: 216px;
  margin: 0 auto;
  border-radius: 108px 108px 108px 30px;
  overflow: hidden;
}

.CJZ-Guests .swiper-guests .img img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.CJZ-Guests .swiper-guests h2 {
  padding: 18px 0 6px;
}

.CJZ-Guests .swiper-guests p {
  font-weight: lighter;
  opacity: .9;
}

/* 大会议程 */
.CJZ-agenda {
  display: none;
}

.CJZ-agenda .bd {
  padding-top: 1px;
}

.CJZ-agenda .agenda-list li {
  border-radius: 10px;
  margin-top: 60px;
  background-image: -moz-linear-gradient(90deg, rgba(9, 28, 101, 0.4) 0%, rgba(2, 12, 75, 0.4) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(9, 28, 101, 0.4) 0%, rgba(2, 12, 75, 0.4) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(9, 28, 101, 0.4) 0%, rgba(2, 12, 75, 0.4) 100%);
  padding: 20px 5% 40px;
}

.CJZ-agenda .agenda-list li .btn-gradient a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.CJZ-agenda .agenda-list li .s-hd {
  justify-content: space-between;
  padding: 5px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.CJZ-agenda .agenda-list li .s-hd .tt {
  color: #fff;
}

.CJZ-agenda .agenda-list li .s-hd .datetime {
  opacity: .5;
  margin-bottom: 5px;
}

.CJZ-agenda .agenda-list li .s-hd h3 {
  font-weight: bold;
}

.CJZ-agenda .agenda-list table {
  width: 100%;
  color: #fff;
  margin-top: 10px;
}

.CJZ-agenda .agenda-list table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.CJZ-agenda .agenda-list table tr:last-child {
  border-bottom: none;
}

.CJZ-agenda .agenda-list table tr th:first-child {
  width: 15%;
}

.CJZ-agenda .agenda-list table tr th:nth-child(2) {
  width: 18%;
}

.CJZ-agenda .agenda-list table tr th:nth-child(3) {
  width: 32%;
}

.CJZ-agenda .agenda-list table th,
.CJZ-agenda .agenda-list table td {
  padding: 10px 0;
  height: 70px;
}

.CJZ-agenda .agenda-list table .zcr {
  display: flex;
}

.CJZ-agenda .agenda-list table .zcr p {
  line-height: 1.2;
}

.CJZ-agenda .agenda-list table .zcr b {
  display: block;
}

.CJZ-agenda .agenda-list table .user {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  overflow: hidden;
  margin-right: 19px;
}

.CJZ-agenda .agenda-list table .user img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.CJZ-agenda .agenda-list table .pl {
  padding-left: 52px;
}

.CJZ-agenda .agenda-list .s-bd2 {
  padding-bottom: 36px;
}

.CJZ-agenda .agenda-list .s-bd2 .s-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}

.CJZ-agenda .agenda-list .s-bd2 .s-item a {
  color: #fff;
}

.agenda-mb .tabnav {
  text-align: center;
}

.agenda-mb .tabnav li {
  width: 50%;
  font-size: 16px;
}

.agenda-mb .tabnav li a {
  display: inline-block;
  padding: 2px 10px 14px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.agenda-mb .tabnav li a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: linear-gradient(to right, #9f7bf6, #164cf5);
}

.agenda-mb .tabnav li.active a {
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}

.agenda-mb .tabnav li.active a::after {
  width: 100%;
  opacity: 1;
}

.agenda-mb .item {
  /*display: none;*/
  background: url(../images/bg_yc_mb.png) 0 0/cover no-repeat;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
}

.agenda-mb .item:first-child {
  /*display: block;*/
}

.agenda-mb .item .s-hd {
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
  padding-top: 0px;
}

.agenda-mb .item .s-hd .datetime {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.agenda-mb .item .s-hd h2 {
  font-size: 16px;
  font-weight: bold;
}

.agenda-mb .item .btn-gradient a {
  width: 101px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
}

.agenda-mb .item .s-bd .flex {
  flex-wrap: nowrap;
  align-items: center;
}

.agenda-mb .item .s-bd ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}

.agenda-mb .item .s-bd ul li b {
  display: inline-block;
  width: 38px;
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  font-weight: bold;
  margin-right: 25px;
  line-height: 1.3;
}

.agenda-mb .item .s-bd ul li .txt h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 6px;
}

.agenda-mb .item .s-bd ul li .txt span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.agenda-mb .item .s-bd ul li:last-child {
  border-bottom: none;
}

.agenda-mb .item .s-bd .s-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  justify-content: space-between;
}

.agenda-mb .item .s-bd .s-item h2 {
  font-weight: bold;
  font-size: 14px;
}








/* 热门资讯 */
.CJZ-news .item-abput {
  background: url(../images/about_bg.png) center bottom/cover no-repeat;
  border-radius: 10px;
  padding: 7% 5%;
}

.CJZ-news .news_box {
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
  height: 460px;
}

.CJZ-news .news_n {
  width: 48%;
  padding-left: 30px;
  padding-right: 20px;
}

.CJZ-news .nn_r {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.1)
}

.CJZ-news .nn_r:nth-child(n+2) {
  padding-top: 20px;
}

.CJZ-news .nn_r:nth-last-child(1) {
  border-bottom: unset;
  padding-bottom: unset;
}

.CJZ-news .nn_r .fnt_18 {
  color: #ffffff;
  position: relative;
}

.CJZ-news .nn_r .fnt_18::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: -1.3vw;
  background-color: rgb(255, 255, 255, 0.2);
  transition: 0.6s;
}

.CJZ-news .nn_r .fnt_18:hover {
  text-decoration: underline;
}

.CJZ-news .r_before .fnt_18::before {
  background-color: rgb(255, 255, 255, 1);
  transition: 0.6;
}

.CJZ-news .nn_rb {
  margin-top: 5px;
}

.CJZ-news .nn_rb span {
  color: #cccccc;
}

.CJZ-news .nn_rb .bf {
  position: relative;
}

.CJZ-news .nn_rb .bf::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  right: -1vw;
  top: 3px;
  background-color: #cccccc;
}

.CJZ-news .nn_rb .nn_sj {
  margin-left: 30px;
}

/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
.CJZ-news ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/*定义滚动条轨道
  内阴影+圆角*/
/* ::-webkit-scrollbar-track {
  border-radius: 10px;
} */

/*定义滑块
  内阴影+圆角*/
.CJZ-news ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(0deg, #a776fe 0%, #0046ff 100%);
}

@media screen and (max-width:1200px) {
  .CJZ-news .news_n {
    width: 49%;
  }
}

@media screen and (max-width:768px) {
  .CJZ-news .news_box {
    flex-wrap: wrap;
  }

  .CJZ-news .news_n {
    width: 100%;
  }

  .CJZ-news .nn_r .fnt_18::before {
    left: -20px;
  }

  .CJZ-news .nn_rb .bf::after {
    right: -4vw;
  }

  .CJZ-news .news_n:nth-child(2) {
    margin-top: 30px;
  }

  /*.CJZ-news {
    padding-left: unset;
    padding-right: unset;
  }*/
}




/* 关于全球创见者大会 */
.CJZ-about .item-abput {
  background: url(../images/about_bg.png) center bottom/cover no-repeat;
  border-radius: 10px;
  padding: 2% 5%;
}

.CJZ-about .s-hd {
  justify-content: space-between;
  align-items: center;
}

.CJZ-about .s-hd .img {
  width: 45.66929%;
}

.CJZ-about .s-hd .img img {
  width: 100%;
}

.CJZ-about .s-hd .txt {
  width: 44.09449%;
  color: #d1daf1;
  line-height: 2.3;
  font-weight: lighter;
}

.CJZ-about .s-bd {
  margin-top: 5%;
}

.CJZ-about .s-bd li {
  width: 33.33%;
  text-align: center;
  color: #fff;
  position: relative;
}

.CJZ-about .s-bd li::after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.CJZ-about .s-bd li:last-child:after {
  display: none;
}

.CJZ-about .s-bd li .num {
  font-weight: bold;
}

.CJZ-about .s-bd li p {
  font-weight: lighter;
}

.CJZ-about .about_btn {
  margin-top: 40px;
}

.gy {
  margin-top: 3vw;
}

.gy a {
  text-align: center;
  font-weight: bold;
}

.CJZ-about .about_btn img:hover {
  background: rgb(255, 255, 255, 0.4);
  transition: 0.6s;
}

/*@media screen and (max-width:768px) {
  .CJZ-about {
    padding: unset
  }
}*/



/* 热点话题 */
.CJZ-topics .swiper-topics .swiper-slide {
  width: auto;
}



.CJZ-topics .swiper-topics .swiper-slide a {
  display: block;
  background-color: #0a0c36;
  border-radius: 10px;
  overflow: hidden;
}

.CJZ-topics .swiper-topics .swiper-slide .img {
  height: 240px;
  overflow: hidden;
}

.CJZ-topics .swiper-topics .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.CJZ-topics .swiper-topics .swiper-slide .txt {
  padding: 25px 8%;
  color: #fff;
}

.CJZ-topics .swiper-topics .swiper-slide .txt h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.CJZ-topics .swiper-topics .swiper-slide .txt p {
  color: rgba(255, 255, 255, 0.5);
}

.CJZ-topics .swiper-topics .swiper-slide a:hover .img img {
  transform: scale(1.05);
}

.CJZ-topics .swiper-topics .swiper-slide a:hover .txt h2 {
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  display: inline-block;
  -webkit-background-clip: text;
  color: transparent;
}




/* 更多精彩视频 */


.CJZ-video .swiper-video {
  overflow: hidden;
}

.CJZ-video .v-txt .fnt_48 {
  color: #ffffff;
}

.CJZ-video .v-txt .fnt_24 {
  margin-top: 5px;
  color: #cccccc;
}

.CJZ-video .v_img {
  position: relative;
  border-radius: 10px;
}

.CJZ-video .v-txt {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 12%;
  left: 5%;
}

.CJZ-video .v_img img {
  width: 100%;
}

.CJZ-video .v_shi {
  position: absolute;
  bottom: 50%;
  right: 50%;
}

.CJZ-video .v_shi img {
  width: 80px;
}

.CJZ-video .video_somor {
  /*display: flex;
  justify-content: space-between;*/
  margin-top: 20px;
}

.CJZ-video .v_s {
  position: relative;
  width: 100%;
}

.CJZ-video .v_btn {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CJZ-video .v_somor_b {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.CJZ-video .v_somor_b .fnt_20 {
  color: #ffffff;
}

.CJZ-video .v_somor_b .fnt_16 {
  color: #cccccc;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
  margin-top: 40px;
}

.CJZ-video .swiper-button-next,
.CJZ-video .swiper-button-prev {
  top: 40%;
  bottom: 0;
}

.CJZ-video .swiper-pagination-bullet {
  background: #ffffff;
}

.CJZ-video .swiper-pagination-bullet-active {
  background: #007aff;
}

.CJZ-video .v_somor_t img {
  max-width: 100%;
  border-radius: 10px;
}

.v_somor_t {
  position: relative;
}

.v_yinying {
  background-color: rgb(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.CJZ-video .v_s:hover .v_yinying {
  background-color: rgb(0, 0, 0, 0);
  transition: 0.6s;
}

.CJZ-video .video_somormb {
  display: none;
}

.CJZ-video .swiper-pagination-bullet-active {
  background: #ffffff;
}



@media screen and (max-width:1440px) {
  .CJZ-video .v_img img {
    max-width: 100%;
  }
}

@media screen and (max-width:1100px) {
  .CJZ-video .v_btn {
    bottom: 45%
  }
}

@media screen and (max-width:768px) {
  .CJZ-video .v_img {
    display: none;
  }

  /* .CJZ-video .video_somorpc {
    display: none;
  }

  .CJZ-video .video_somormb {
    display: block;
  } */

  .CJZ-video .v_img img {
    height: 200px;
    object-fit: cover;
  }

  .CJZ-video .v_shi img {
    height: unset;
    object-fit: unset;
  }

  .CJZ-video .video_somor {
    flex-wrap: wrap;
    margin-top: -16px;
  }

  .CJZ-video .v_s {
    width: 100%;
    margin-top: 20px;
  }

  .CJZ-video .v_somor_b .fnt_16 {
    font-size: 14px;
  }

  .CJZ-video .v_somor_t img {
    width: 100%;
  }

  .CJZ-video .swiper-button-next,
  .CJZ-video .swiper-button-prev {
    display: none;
  }

  .CJZ-video .swiper-pagination-bullet-active {
    background: #ffffff;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    margin-top: 20px;
  }
}













/* 2021全球创见者大会视频回顾 */
.CJZ-review {
  display: none;
}

.CJZ-review .videobox {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.CJZ-review .videobox .img img {
  width: 100%;
}

.CJZ-review .videobox .icon-play {
  width: 76px;
  height: 76px;
  background: url(../images/video_icon.png) 0 0/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}

.CJZ-review .videobox:hover .img img {
  transform: scale(1.02);
}

/* 合作伙伴 */
.CJZ-partners .partnerslist {
  padding: 5% 4%;
  background: url(../images/hz_bg.png) 0 0/cover no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.CJZ-partners .partnerslist dl:first-child {
  margin-bottom: 66px;
}

.CJZ-partners .partnerslist dl dt {
  display: inline-block;
  color: #fff;
  width: 11.80812%;
}

.CJZ-partners .partnerslist dl dd {
  width: 87.74908%;
}

.CJZ-partners .partnerslist dl dd img {
  max-width: 100%;
}

/*@media screen and (max-width:768px) {
  .CJZ-partners {
    padding: unset;
  }
}*/

/* 招商合作权益 */
.CJZ-quanyi .CJZ-title {
  text-align: center;
}

.CJZ-quanyi .tabnav {
  margin-bottom: 50px;
}

.CJZ-quanyi .tabnav ul {
  align-items: center;
  justify-content: center;
}

.CJZ-quanyi .tabnav ul li {
  margin: 0 23px;
}

.CJZ-quanyi .tabnav ul a {
  color: #d1daf1;
  display: inline-block;
  padding: 0 18px;
  line-height: 58px;
  position: relative;
}

.CJZ-quanyi .tabnav ul a::after {
  content: '';
  display: block;
  width: 0;
  background-image: linear-gradient(to right, #132b9e, #132b9c);
  height: 5px;
  position: absolute;
  left: 50%;
  opacity: 0;
  bottom: 0;
  transition: all .5s;
}

.CJZ-quanyi .tabnav ul li.active a::after {
  width: 100%;
  left: 0;
  opacity: 1;
}

.CJZ-quanyi .item {
  display: none;
}

.CJZ-quanyi .item:first-child {
  display: block;
}

.CJZ-quanyi .item>div {
  justify-content: space-between;
}

.CJZ-quanyi .item .lt {
  width: 22.36111%;
  border-radius: 10px;
  position: relative;
}

.CJZ-quanyi .item .lt .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.CJZ-quanyi .item .lt .img img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.CJZ-quanyi .item .lt .tt {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20% 15%;
}

.CJZ-quanyi .item .lt .tt h1 {
  font-weight: bold;
  margin-bottom: 20px;
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.CJZ-quanyi .item .lt .tt h2 {
  font-weight: bold;
  line-height: 1.2;
}

.CJZ-quanyi .item .rt {
  width: 75.55556%;
  background: url(../images/zs_bg2.png) 0 0/cover no-repeat;
  padding: 30px 4% 40px;
  border-radius: 10px;
}

.CJZ-quanyi .item .rt .ct {
  justify-content: space-between;
}

.CJZ-quanyi .item .rt .s-lt,
.CJZ-quanyi .item .rt .s-rt {
  width: 47.88442%;
  color: #fff;
}

.CJZ-quanyi .item .rt .txt-item .s-hd {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.CJZ-quanyi .item .rt .txt-item .s-bd p {
  margin-bottom: 15px;
  position: relative;
  padding-left: 14px;
}

.CJZ-quanyi .item .rt .txt-item .s-bd p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 12px;
}

.CJZ-quanyi .item .rt .txt-item .s-bd p span {
  font-size: 14px;
}

.CJZ-quanyi .item .rt .txt-item1 {
  margin-bottom: 60px;
}

.CJZ-quanyi .item .rt .txt-item1 .s-bd p {
  width: 50%;
}

.CJZ-quanyi .item .rt .txt-item4 table {
  width: 100%;
  color: #fff;
}

.CJZ-quanyi .item .rt .txt-item4 table th {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  padding-bottom: 35px;
}

.CJZ-quanyi .item .rt .txt-item4 table th:first-child {
  width: 30%;
}

.CJZ-quanyi .item .rt .txt-item4 table th:nth-child(2) {
  width: 20%;
}

.CJZ-quanyi .item .rt .txt-item4 table td {
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.CJZ-quanyi .item .rt .txt-item4 table td img {
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px;
}

.CJZ-quanyi .sm {
  text-align: center;
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.5);
}

.CJZ-quanyi .sm span {
  display: inline-block;
  margin: 0 1.5%;
}

/* footer */
.CJZ-foot {
  background: url(../images/bg_foot.png) center bottom/cover no-repeat;
  padding: 135px 0 108px;
  text-align: center;
  font-weight: lighter;
}

.CJZ-foot .qrcode {
  width: 117px;
  margin: 0 auto 40px;
}

.CJZ-foot .qrcode .img img {
  width: 100%;
}

.CJZ-foot .qrcode p {
  color: #fff;
  margin-top: 15px;
  opacity: .5;
}

.CJZ-foot .logo {
  width: 31.11111%;
  margin: 0 auto 30px;
}

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

.CJZ-foot p {
  color: #fff;
  opacity: .5;
}

/* 锚点 */
.md-nav {
  position: fixed;
  left: 0;
  top: 20px;
  z-index: 9;
  display: none;
}

.md-nav li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 40px;
  position: relative;
}

.md-nav li span {
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  opacity: .5;
  transition: all .5s;
  position: relative;
}

.md-nav li span::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  margin-left: 3px;
  position: absolute;
  left: 100%;
  transition: all .5s;
}

.md-nav li h2 {
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  transition: all .5s;
  font-weight: bold;
}

.md-nav .active span {
  width: 35px;
  opacity: 1;
}

.md-nav .active span::after {
  width: 7px;
  opacity: 1;
}

.md-nav .active h2 {
  left: 60px;
}

@media screen and (max-width: 1440px) {
  .pagebg::before {
    background-size: 110%;
  }

  .CJZ-Highlights .swiper-slide .txt {
    padding: 20px;
  }

  .CJZ-topics .swiper-topics .swiper-slide .img {
    height: 198px;
  }

  .CJZ-quanyi .item .lt .tt {
    padding: 15% 20px;
  }

  .md-nav li {
    height: 30px;
  }

  .btn-gradient a {
    width: 170px;
    height: 52px;
    line-height: 52px;
  }

  .CJZ-header .btn-gradient {
    margin-bottom: 100px;
  }

  .CJZ-Summit .Summit1 .text .btn-gradient a {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }

  .CJZ-agenda .agenda-list li .btn-gradient a {
    width: 150px;
    line-height: 42px;
    height: 42px;
  }
}

@media screen and (max-width: 1280px) {
  .CJZ-header .logo {
    margin-bottom: 90px;
  }

  .pagebg::before {
    background-size: 130%;
  }

  .CJZ-header .text h2 {
    margin: 30px 0 50px;
  }
}

@media screen and (max-width: 1024px) {
  .CJZ-title {
    margin: 60px 0 30px;
  }

  .CJZ-Highlights .swiper-slide .inbox {
    height: 251px;
  }

  .CJZ-Summit .Summit2 .qrc .qrc-img {
    padding: 6px;
  }

  .CJZ-Summit .Summit2 .qrc .qrc-img {
    width: 100px;
    height: 100px;
  }

  .CJZ-Summit .Summit2 .text .paizi {
    line-height: 36px;
  }

  .CJZ-Guests .swiper-guests .img {
    width: 170px;
    height: 170px;
    border-radius: 85px 85px 85px 0;
  }

  .CJZ-topics .swiper-topics .swiper-slide .img {
    height: 167px;
  }

  .CJZ-review .videobox .icon-play {
    width: 50px;
    height: 50px;
  }

  .CJZ-quanyi .tabnav {
    margin-bottom: 25px;
  }

  .CJZ-quanyi .tabnav ul a::after {
    height: 3px;
  }

  .CJZ-foot .qrcode {
    margin-bottom: 20px;
  }

  .CJZ-foot .logo {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pagebg {
    background-image: url(../images/bg_mb.jpg);
  }

  .pagebg::before {
    background: url(../images/bg_top_mb.png) center 0/100% auto no-repeat;
    height: 200vw;
  }

  .CJZ-header {
    padding-top: 27px;
  }

  .CJZ-header .logo {
    width: 225px;
    margin-bottom: 106px;
  }

  .CJZ-header .text h2 {
    margin: 35px 0 36px;
  }

  .CJZ-header .btn-gradient {
    margin-bottom: 69px;
  }

  .CJZ-data .btn-gradient a {
    width: 65px;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
  }

  .btn-gradient a {
    width: 139px;
    height: 44px;
    line-height: 44px;
  }

  .CJZ-Changemaker .inner {
    background: url(../images/intro_bg_mb.png) 0 0/cover no-repeat;
    border-radius: 5px;
    padding: 30px 10px 30px 30px;
  }

  .CJZ-Changemaker .inner .title {
    padding-left: 0;
    width: 100%;
    margin-bottom: 28px;
  }

  .CJZ-Changemaker .inner .title h1 {
    font-size: 26px;
  }

  .CJZ-Changemaker .inner .title h2 {
    font-size: 21px;
  }

  .CJZ-Changemaker .inner .text {
    width: 100%;
  }

  .CJZ-Changemaker .inner .text p {
    font-size: 14px;
  }

  .CJZ-invitation {
    margin-top: 20px;
  }

  .CJZ-invitation .inner {
    /*background: url(../images/yaoqing_bg_mb.png) 0 0/cover no-repeat;*/
    border-radius: 5px;
    padding: 30px;
  }

  .CJZ-invitation .title {
    padding-left: 0;
    width: 100%;
    margin-bottom: 28px;
  }

  .CJZ-invitation .title h1 {
    font-size: 26px;
  }

  .CJZ-invitation .title h2 {
    font-size: 21px;
  }

  .CJZ-invitation .text {
    width: 100%;
  }

  .CJZ-invitation .text p {
    font-size: 14px;
  }

  .CJZ-title {
    margin: 30px 0 10px;
  }

  .CJZ-title span {
    display: block;
    line-height: 1.1;
    margin-left: 15px;
  }

  .CJZ-Changemaker {
    margin-top: 40px;
  }

  .CJZ-Highlights .swiper-wrapper {
    flex-wrap: wrap;
  }

  .CJZ-Highlights .swiper-slide {
    width: 48.52071%;
    margin-bottom: 10px;
  }

  .CJZ-Highlights .swiper-slide .txt {
    padding: 20px 10px 20px 20px;
  }

  .CJZ-Highlights .swiper-slide .txt .tt h3 {
    margin-bottom: 5px;
  }

  .CJZ-Highlights .swiper-slide .inbox {
    height: 350px;
  }

  .CJZ-Highlights .swiper-slide:hover .img,
  .CJZ-Highlights .swiper-slide.active .img {
    opacity: 0;
  }

  .CJZ-Summit .bd {
    padding-top: 0;
  }

  .CJZ-Summit .Summit1 .text {
    padding-left: 30px;
  }

  .CJZ-Summit .Summit1 .text .txt-1 {
    width: 62.5%;
  }

  .CJZ-Summit .Summit1 .text .btn-gradient a {
    width: 122px;
    height: 44px;
    line-height: 44px;
  }

  .CJZ-Summit .Summit1 .img {
    border-radius: 5px;
  }

  .CJZ-Summit .Summit2 {
    margin-top: 20px;
    text-align: center;
  }

  .CJZ-Summit .Summit2 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .CJZ-Summit .Summit2 .img img {
    height: 100%;
    object-fit: cover;
  }

  .CJZ-Summit .Summit2 .text {
    padding: 30px 10px;
    position: relative;
  }

  .CJZ-Summit .Summit2 .text .tt {
    padding-left: 0;
    width: 100%;
  }

  .CJZ-Summit .Summit2 .text .tt h2 {
    font-size: 36px;
  }

  .CJZ-Summit .Summit2 .text .tt h3 {
    font-size: 16px;
  }

  .CJZ-Summit .Summit2 .text .paizi {
    border-radius: 25px;
    line-height: 2;
    font-size: 12px;
    padding: 0 20px;
  }

  .CJZ-Summit .Summit2 .text .paizi::after {
    display: none;
  }

  .CJZ-Summit .Summit2 .qrc {
    flex-direction: column;
    width: 100%;
    margin-top: 22px;
  }

  .CJZ-Summit .Summit2 .qrc .qrc-img {
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .CJZ-Guests .swiper-guests .swiper-slide {
    width: 50%;
    padding: 20px 2px;
  }

  .CJZ-Guests .swiper-guests h2 {
    font-weight: bold;
    padding-top: 12px;
  }

  .CJZ-about .item-abput {
    padding: 65px 10px;
    border-radius: 5px;
  }

  .CJZ-about .s-hd .img {
    width: 50%;
    margin: 0 auto;
  }

  .CJZ-about .s-hd .txt {
    width: 100%;
    margin-top: 40px;
  }

  .CJZ-about .s-hd .txt p {
    font-size: 14px;
  }

  .CJZ-about .s-bd {
    display: none;
  }

  .swiper-topics {
    overflow: hidden;
  }

  .CJZ-topics .swiper-topics .swiper-slide a {
    border-radius: 5px;
  }

  .CJZ-topics .swiper-topics .swiper-slide .img {
    height: 25vw;
  }

  .CJZ-topics .swiper-topics .swiper-slide .txt {
    padding: 25px 30px;
  }

  .swiper-topics .swiper-pagination {
    position: relative;
    margin-top: 15px;
  }

  .swiper-topics .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 7px;
    height: 7px;
  }

  .CJZ-title b {
    margin-right: 0;
    white-space: nowrap;
  }

  .CJZ-review .videobox .img {
    height: 50vw;
  }

  .CJZ-review .videobox .img img {
    height: 100%;
    object-fit: cover;
  }

  .CJZ-review .videobox .icon-play {
    width: 38px;
    height: 38px;
  }

  .CJZ-partners .partnerslist {
    padding: 30px;
  }

  .CJZ-partners .partnerslist dl dt {
    width: 100%;
    margin-bottom: 25px;
  }

  .CJZ-partners .partnerslist dl dd {
    width: 100%;
  }

  .CJZ-quanyi .tabnav ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .CJZ-quanyi .tabnav ul li {
    margin-right: 10px;
    margin-left: 0;
  }

  .CJZ-quanyi .tabnav ul li:last-child {
    margin-right: 0;
  }

  .CJZ-quanyi .tabnav ul li a {
    font-size: 14px;
    white-space: nowrap;
    line-height: 30px;
  }

  .CJZ-quanyi .item .lt {
    width: 100%;
  }

  .CJZ-quanyi .item .lt .tt {
    padding: 30px;
  }

  .CJZ-quanyi .item .lt .tt h1 {
    margin-bottom: 10px;
  }

  .CJZ-quanyi .item .rt .txt-item .s-hd {
    font-weight: bold;
    margin-top: 20px;
  }

  .CJZ-quanyi .item .rt {
    width: 100%;
    margin-top: 0px;
    background: none;
  }

  .CJZ-quanyi .item .rt .s-lt,
  .CJZ-quanyi .item .rt .s-rt {
    width: 100%;
  }

  .CJZ-quanyi .item .rt .txt-item .s-hd {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
  }

  .CJZ-quanyi .item .rt .txt-item1 {
    margin-bottom: 30px;
  }

  .CJZ-quanyi .item .rt .txt-item .s-bd p {
    font-size: 14px;
  }

  .CJZ-quanyi .item .rt .txt-item .s-bd p span {
    font-size: 12px;
  }

  .CJZ-quanyi .item .rt .txt-item4 table th:nth-child(2) {
    width: 30%;
  }

  .CJZ-quanyi .sm {
    margin-top: 0;
    line-height: 2;
  }

  .CJZ-quanyi .sm span {
    display: block;
    text-align: left;
  }

  .CJZ-foot {
    padding: 60px 0 30px;
  }

  .CJZ-foot .qrcode {
    width: 85px;
  }

  .CJZ-foot .logo {
    width: 230px;
  }
}

@media screen and (max-width: 520px) {
  .CJZ-header .text .txt-1 {
    width: 91.74041%;
  }

  .CJZ-Highlights .swiper-slide .inbox {
    height: 45vw;
  }

  .CJZ-Guests .swiper-guests .img {
    width: 108px;
    height: 108px;
    border-radius: 54px 54px 54px 0;
  }

  .CJZ-Guests .swiper-guests p {
    font-size: 12px;
  }

  .CJZ-about .s-hd .img {
    width: 100%;
  }

  .CJZ-topics .swiper-topics .swiper-slide .img {
    height: 45vw;
  }
}

@media screen and (min-width: 0\0) {
  .CJZ-Changemaker .inner .title h2 {
    color: #2c4eba;
    background: none;
  }

  .CJZ-Changemaker .title .diejia {
    background: none;
  }

  .CJZ-invitation .title .diejia {
    background: none;
  }

  .CJZ-invitation .title .diejia h2 {
    color: #2c4eba;
    background: none;
    display: inline-block;
  }

  .CJZ-Highlights .swiper-slide .txt .tt h3 {
    background: transparent;
    color: #9d7af6;
  }

  .md-nav li h2 {
    background: transparent;
    color: #9d7af6;
  }

  .CJZ-title b {
    background: transparent;
    color: #9d7af6;
  }

  .CJZ-quanyi .item .lt .tt h1 {
    background: transparent;
    color: #9d7af6;
  }

  .CJZ-topics .swiper-topics .swiper-slide a:hover .txt h2 {
    background: transparent;
    color: #9d7af6;
  }
}

/* 视频弹窗 */
#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
  width: 100%;
}

#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}

.fnt_62 {
  font-size: 62px;
}

.pc {
  display: block;
}

.mb {
  display: none;
}



/* 创建者说 */
/* .CJZ-speak .speak_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.CJZ-speak .tuwen {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.CJZ-speak .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}



.CJZ-speak .speak_img .spimg {
  width: 100%;
  max-width: 100%;
}

.CJZ-speak .speak_img {
  position: relative;
  cursor: pointer;
}

/*.CJZ-speak .speak_img:hover {
  transform: scale(1.02);
  transition: 0.6s;
}*/

.CJZ-speak .speak_img:hover .spyin {
  width: 70px;
  transition: 0.6s;
}

.CJZ-speak .speak_bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.CJZ-speak .speak_text {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: #190855;

}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -3px;
}

.swiper-pagination-bullet {
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.CJZ-speak .speak_text .fnt_24 {
  color: #dddddd;
  line-height: 1.5;
  height: 3em;
}

.CJZ-speak .speak_text .fnt_16 {
  color: #979797;
}

.CJZ-speak .spyin {
  display: none;
}

.CJZ-speak .tuwen:hover .spxian {
  display: none;
}

.CJZ-speak .tuwen:hover .spyin {
  display: block;
  transition: 0.6s;
}

.CJZ-speak .tuwen:nth-child(n+4) {
  margin-top: 40px;
}

.CJZ-speak .swiper-slide {
  width: 380px;
  height: calc((100% - 30px) / 2);
}

.CJZ-speak .story-swiper {
  height: 860px;
}

.CJZ-speak .speak_mb {
  display: none;
}

@media screen and (max-width:1440px) {
  .CJZ-speak .speak_text .fnt_24 {
    line-height: 1.5;
    height: 3em;
  }

  .CJZ-speak .story-swiper {
    height: 700px;
  }
}

@media screen and (max-width:768px) {
  .CJZ-speak .tuwen {
    width: 100%;
    margin-top: 20px;
  }

  .CJZ-speak .speak_text {
    padding: 15px;
  }

  .CJZ-speak .speak_text .fnt_24 {
    height: 2em;
    line-height: 1;
  }

  .CJZ-speak .story-swiper {
    height: 1100px;
  }

  .CJZ-speak .swiper-backface-hidden .swiper-slide {
    height: calc((100% - 100px) / 2);
  }

  /* 
  .CJZ-speak .speak_pc {
    display: none;
  }

  .CJZ-speak .speak_mb {
    display: block;
  } */
}

@media screen and (max-width:500px) {
  .CJZ-speak .story-swiper {
    height: 670px;
  }
}













/* 故事 */
.big-box {
  display: none;
}

.CJZ-story .swiper-slide {
  overflow: hidden;
  position: relative;
  width: 800px;
}

.CJZ-story .swiper-slide>img {
  width: 100%;
  border-radius: 10px;
}

.CJZ-story .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.CJZ-story .swiper-slide .mask .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 28px;
  padding: 0 64px;
  opacity: 0;
}

.CJZ-story .swiper-slide .mask .text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.CJZ-story .swiper-slide .mask .text h3 {
  font-size: 18px;
  color: #fff;
  opacity: .5;
  margin-top: 10px;
}

.CJZ-story .swiper-slide .mask .video-btn {
  position: absolute;
  width: 76px;
  height: 76px;
  right: 42px;
  bottom: 22px;
  opacity: 0;
}

.CJZ-story .swiper-slide .mask .video-btn img {
  width: 100%;
}

.CJZ-story .swiper-slide-active .mask {
  background: rgba(0, 0, 0, 0);
}

.CJZ-story .swiper-slide-active .mask .text {
  opacity: 1;
}

.CJZ-story .swiper-slide-active .mask .video-btn {
  opacity: 1;
}

.CJZ-story .swiper-slide-active:hover>img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.CJZ-story .swiper-slide .b-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.CJZ-story .swiper-slide-active .b-mask {
  display: block;
  cursor: pointer;
}

.CJZ-story .swiper-button-next {
  width: 44px;
  height: 44px;
  background-image: url(../images/right.png);
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
}

.CJZ-story .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-image: url(../images/left.png);
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
}





/* 防疫须知 */
.CJZ-notice {
  display: none;
}

.CJZ-notice .notice {
  padding: 5% 4%;
  background: url(../images/hz_bg.png) 0 0/cover no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.CJZ-notice .notice .fnt_24 {
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
}

.CJZ-notice .tips_ul {
  margin-top: 17px;
}

.CJZ-notice .tips_ul li {
  font-size: 16px;
  color: #d1daf1;
  line-height: 2.5;
  overflow: hidden;
}

.CJZ-notice .tips_two {
  margin-top: 60px;
}

.CJZ-notice .tips_ul .li_b {
  font-size: 18px;
}

.CJZ-notice .ul_twop {
  width: 40px;
  float: left;
}

.CJZ-notice .ul_twod {
  width: calc(100% - 40px);
  float: right;
}

.CJZ-notice .tips_b {
  background: linear-gradient(to right, #9f7bf6, #164cf5);
  -webkit-background-clip: text;
  color: transparent;
}

.CJZ-notice .tips_s {
  font-size: 20px;
  color: #ffffff;
}

.CJZ-notice .tips_bottom {
  margin-top: 60px;
}



@media screen and (max-width:768px) {
  .CJZ-notice .tips_ul li {
    line-height: 1.5;
  }

  .CJZ-notice .tips_two {
    margin-top: 40px;
  }

  .CJZ-notice .tips_bottom {
    margin-top: 40px;
  }

  .CJZ-notice .tips_s {
    font-size: 16px;
  }
}



/* 资料下载 */

.CJZ-data .neirong {
  background-image: url(../images/skbps.jpg);
  flex: 0 0 24%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  border-radius: 10px;
  transition: 0.6s;
}




.CJZ-data .neirong:nth-child(2) {
  background-image: url(../images/EBC.jpg);
}

.CJZ-data .neirong:nth-child(3) {
  background-image: url(../images/PPT.jpg);
}



.CJZ-data .neirong_yinying {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.6s;
}

.CJZ-data .neirong:nth-child(3) .neirong_yinying {
  background-color: rgb(6, 19, 112, 0.6);
}

.CJZ-data .neirong_act:nth-child(3) .neirong_yinying {
  background-color: rgb(6, 19, 112, 0);
}

.CJZ-data .neirong_act {
  flex: 0 0 49%;
  transition: 0.6s;
}

.CJZ-data .neirong_act .neirong_text {
  text-align: unset;
}

.CJZ-data .neirong_act .xiazai {
  display: block;
  width: 60%;
}

.CJZ-data .xiazai a {
  text-align: center;
  border-radius: 10px;
}



.CJZ-data .neirong_act .neirong_text {
  left: 60%;
  transition: 0.6s;
}

.CJZ-data .neirong_act .neirong_yinying {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.6s;
}

.CJZ-data .data_neirong {
  display: flex;
  justify-content: space-between;
}

.CJZ-data .neirong_text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.6s;
}

.CJZ-data .neirong_text:nth-child(2) {
  text-align: unset;
  left: 60%;
}

.CJZ-data .gz {
  color: #ffffff;
}

.CJZ-data .bj {
  color: #cccccc;
  transition: 0.6s;
}

.CJZ-data .neirong_act .bj {
  color: #ffffff;
  transition: 0.6s;
}

.CJZ-data .xiazai {
  max-width: 100%;
  margin-top: 15px;
  display: none;
}

.CJZ-data .neirong_textt,
.CJZ-data .neirong_texts {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CJZ-data .neirong_textt span,
.CJZ-data .neirong_texts span {
  font-size: 32px;
  color: #ffffff;
}

.CJZ-data .neirong_img img {
  max-width: 100%;
}

.CJZ-data .neirong_img {
  border-radius: 10px;
  overflow: hidden;
}

.neirong1 {
  background-image: url(../images/zzxzbg.png);
  flex: 0 0 24%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  border-radius: 10px;
  transition: 0.6s;
}

.neirong .neirong_text {
  width: 100%;
}

.neirong1 .neirong_text {
  align-items: center;
}

.neirong1 .xiazai {
  display: block;
  width: 60%;
}

.neirong1 .bj {
  margin-top: 10px;
}




/* 资料下载 */
@media screen and (max-width:1500px) {
  .CJZ-viewpoint .box-ren {
    padding-right: 20px;
  }

  .CJZ-viewpoint .ren-text {
    width: 19.2vw;
  }

  .CJZ-data .gz {
    font-size: 28px;
  }
}

@media screen and (max-width:1440px) {
  .CJZ-viewpoint .box-ren {
    padding-right: unset;
  }

  .CJZ-viewpoint .box-ren {
    padding-right: 70px;
  }

  .CJZ-data .gz {
    font-size: 24px;
  }
}

@media screen and (max-width:1200px) {
  .CJZ-viewpoint .box-ren {
    padding-right: 30px;
  }
}

@media screen and (max-width:768px) {
  .CJZ-viewpoint .box-ren {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    padding: 15px;
  }

  .CJZ-viewpoint .ren-text {
    width: 100%;
    margin-top: 15px;
  }

  .CJZ-viewpoint .ren-text .fnt_22:nth-child(1) {
    text-indent: 2em;
  }

  .CJZ-data .data_neirong {
    flex-wrap: wrap;
    display: none;
  }

  .CJZ-data .neirong {
    flex: 0 0 100%;
    margin-top: 15px;
  }

  .CJZ-data .neirong_act .neirong_text {
    left: 40%;
  }
}

/* 移动端资料下载 */


.xz_top {
  display: flex;
}

.xz_top img {
  max-width: 100%;
  border-radius: 10px;
}

.top_left:nth-child(1) {
  margin-right: 10px;
}

.top_left {
  position: relative;
}



.xz_text {
  text-align: center;
  width: 80%;
  position: absolute;
  color: #ffffff;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}

.top_left span:nth-child(1),
.ebc {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
}

.xz_bottom {
  background-image: url(../images/xzbg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.bt_left {
  color: #ffffff;
  flex: 0 0 60%;
}

.bt_text {
  display: flex;
  flex-direction: column;
}

.bt_right img {
  border-radius: 10px;
  max-width: 100%;
}

.bt_text span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}

.bt_text span:nth-child(2) {
  margin-top: 10px;
}


@media screen and (max-width:768px) {
  .swiper-video .swiper-pagination-bullet-active {
    background: #ffffff;
  }

}




.Summit2 .pp {
  margin-top: 1.6vw;
}

.Summit2 .pp img {
  max-width: 100%;
}

.Summit2 .qrc {
  flex-direction: column;
  text-align: center;
}

.CJZ-Summit .Summit2 .qrc .qrc-img {
  margin-right: unset;
}

.Summit2 .qrc-tt {
  margin-top: 10px;
}

@media screen and (max-width:1500px) {
  .Summit2 .pp {
    width: 20%;
    margin-top: 5.6vw;
  }
}

@media screen and (max-width:1100px) {
  .Summit2 .pp {
    width: 16%;
    margin-top: 8.6vw;
  }

  .CJZ-Summit .Summit2 .text {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width:768px) {
  .Summit2 .pp {
    width: 60%;
    margin: auto;
  }
}

































@media screen and (max-width: 1440px) {
  .fnt_62 {
    font-size: 52px;
  }

  .CJZ-story .swiper-slide {
    width: 700px !important;
  }

  .CJZ-story .swiper-slide .mask .text {
    padding: 0 44px;
  }

  .CJZ-story .swiper-slide .mask .text h2 {
    font-size: 22px;
  }

  .CJZ-story .swiper-slide .mask .text h3 {
    font-size: 14px;
  }

  .CJZ-story .swiper-slide-active .mask .video-btn {
    width: 66px;
    height: 66px;
    right: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .fnt_62 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1024px) {
  .fnt_62 {
    font-size: 40px;
  }

  .CJZ-story .swiper-slide {
    width: 600px !important;
  }

  .CJZ-story .swiper-slide .mask .text {
    padding: 0 30px;
    bottom: 20px;
  }

  .CJZ-story .swiper-slide .mask .text h2 {
    font-size: 20px;
  }

  .CJZ-story .swiper-slide .mask .text h3 {
    margin-top: 6px;
  }
}

.CJZ-story .swiper-slide-active .mask .video-btn {
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .fnt_62 {
    font-size: 30px;
  }

  .pc {
    display: none;
  }

  .mb {
    display: block;
  }

  #videoPopup1 .video-box {
    width: calc(100% - 40px);
  }

  .CJZ-story .swiper-wrapper {
    display: block;
  }

  .CJZ-story .swiper-slide {
    width: 100% !important;
  }

  .CJZ-story .swiper-slide:not(:first-child) {
    margin-top: 30px;
  }

  .CJZ-story .swiper-slide .mask {
    position: relative;
    background: rgba(0, 0, 0, 0);
  }

  .CJZ-story .swiper-slide .b-mask {
    display: block;
  }

  .CJZ-story .swiper-slide .mask .text {
    position: relative;
    padding: 0;
    opacity: 1;
    bottom: 0;
    margin-top: 14px;
  }

  .CJZ-story .swiper-slide .mask .text h2 {
    font-size: 16px;
  }

  .CJZ-story .swiper-slide .mask .text h3 {
    font-size: 16px;
  }

  .CJZ-story .swiper-slide .mask .video-btn {
    width: 40px;
    height: 40px;
    right: auto;
    bottom: auto;
    opacity: 1;
    top: -120px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }

  .CJZ-story .swiper-button-prev {
    display: none;
  }

  .CJZ-story .swiper-button-next {
    display: none;
  }
}