@font-face {
  font-family: "huaweifont";
  src: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-regular.eot");
  src: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-regular.eot?t=1587362981594#iefix") format("embedded-opentype"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-regular.svg") format("svg"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-regular.ttf") format("truetype"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-regular.woff") format("woff"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-regular.woff2") format("woff2");
}

@font-face {
  font-family: "HuaweiSans-Bold";
  src: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-bold.eot");
  src: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-bold.eot?t=1587362981594#iefix") format("embedded-opentype"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-bold.svg") format("svg"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-bold.ttf") format("truetype"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-bold.woff") format("woff"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-bold.woff2") format("woff2");
}

@font-face {
  font-family: "HuaweiSans-Light";
  src: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-light.eot");
  src: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-light.eot?t=1587362981594#iefix") format("embedded-opentype"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-light.svg") format("svg"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-light.ttf") format("truetype"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-light.woff") format("woff"),
    url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huaweisans-light.woff2") format("woff2");
}

@font-face {
  font-family: "huawei-iconfont";
  src: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huawei-iconfont.eot?t=202307141519');
  src: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huawei-iconfont.eot?t=202307141519#iefix') format('embedded-opentype'), url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huawei-iconfont.woff?t=202307141519') format('woff'), url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huawei-iconfont.ttf?t=202307141519') format('truetype'), url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corp/2020/fonts/huawei-iconfont.svg?t=202307141519#huawei-iconfont') format('svg');
}

.huawei-iconfont {
  font-family: "huawei-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconMore:before {
  content: "\e609";
}

html,
body {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  font-family: "Microsoft YaHei", "huaweifont", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background: #eee;
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
}

/* not full page */
.not-fullpage body {
  overflow: auto;
  scroll-behavior: smooth;
}

.not-fullpage .mySwiper {
  height: auto;
}

.not-fullpage .mySwiper>.swiper-wrapper {
  flex-direction: column;
}

.not-fullpage .mySwiper>.swiper-wrapper>.swiper-slide {
  height: auto;
  /* min-height: 100vh; */
}

/* nav */
.nav {
  position: relative;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 30px;
}

.nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.nav ul li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 60px;
  justify-content: center;
}

.nav ul a {
  display: block;
  padding: 0 28px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.nav ul a > img{
  max-height: 45px;
  margin-top: 5px;
}

.nav ul a.show-pc:hover::after{
  display: none;
}

.nav li a::after {
  height: 2px;
  content: "";
  display: block;
  top: 5px;
  position: relative;
}

.nav li.active a,
.nav li a:hover {
  color: #5347AD;
}

.nav li a:hover::after,
.nav li.active a::after {
  height: 2px;
  content: "";
  display: block;
  background-color: #5347AD50;
  position: relative;
  top: 5px;
  z-index: 1;
}

.whyAttend {
  z-index: 9;
}

/*welcome*/
.welcome {
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  transition: opacity 1s;
}

#container {
  position: absolute;
  margin: auto;
  width: 100vw;
  height: 80pt;
  top: 0;
  bottom: 0;
  color: #b213de;
  filter: url(#threshold) blur(0.2px);
}

#text1,
#text2 {
  position: absolute;
  width: 100%;
  display: inline-block;

  font-family: "Raleway", sans-serif;
  font-size: 80pt;

  text-align: center;

  user-select: none;
}

.container {
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
  padding-top: 5vh;
}

.mySwiper>.swiper-wrapper>.swiper-slide:first-child .container {
  top: 0;
  height: 100%;
}

.box-left-text {
  position: absolute;
  top: 100%;
  text-align: left;
  color: #282828;
  padding-left: 15px;
}

.box-left-text span {
  display: inline;
  background: linear-gradient(270deg, rgba(215, 46, 120, 0.6) 0%, rgba(181, 74, 223, 0.6) 46%, rgba(102, 123, 232, 0.6) 71%, rgba(93, 224, 233, 0.6) 100%);
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  padding: 15px 45px;
  font-size: 18px;
}

@media (max-width: 992px) {
  .box-left-text span {
    padding: 8px 15px;
    font-size: 14px;
  }
}


.mySwiper {
  width: 100%;
  height: 100vh;
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: row;
}

.mySwiper>.swiper-wrapper>.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}

.mySwiper>.swiper-wrapper>.swiper-slide:not(:first-of-type) {
  background-color: rgba(225, 236, 247, 1);
}

/* join us */
.join-section {
  justify-content: center;
}

.joinBox {
  position: relative;
  /* width: 60vw; */
  margin-top: 80px;
  max-width: 1400px;
  padding-bottom: 40px;
  margin: 0 auto;
  margin-top: 120px;
}

.joinBox>img {
  position: absolute;
  top: -115px;
  left: 0;
  max-width: 500px;
}

.joinMainbox {
  width: 100%;
  /* height: 70%; */
  background-color: #fff;
  position: relative;
  top: auto;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  padding: 10px 50px 50px 50px;
  box-sizing: border-box;
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/joinbac-1.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

h2 .joinTitle {
  text-transform: uppercase;
}

.joinTitle {
  text-align: left;
}

.join-button {
  background-image: linear-gradient(to right, rgb(142, 164, 2239), rgb(233, 86, 123));
  position: absolute;
  top: -50px;
  right: -18px;
  border-radius: 100px 50px 50px 100px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 0 30px;
  min-width: 330px;
}

html:lang(en) .join-button{
  min-width: 260px;
}

.join-button :last-child {
  border: none;
}

.join-button .btn-hover::before {
  opacity: 0;
  background: #fff;
  content: "";
  position: absolute;
  left: 9%;
  top: 4px;
  height: 70px;
  width: 80%;
  border-radius: 10px;
  transition: all .3s ease;
  cursor: pointer;
}

.join-button .btn-hover:hover::before {
  opacity: .15;
  top: -10px;
  transition: all .3s ease;
}


.button {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 30px;
  position: relative;
  display: block;
}

.button>div>img {
  margin-top: 7px;
}

.button>a {
  color: #fff;
  text-decoration: none;
}

.readInvitation>a {
  font-size: 16px;
  height: 100%;
  color: rgb(83, 71, 173);
  text-decoration: none;
}

.readInvitation a:hover {
  text-decoration: underline;
  text-decoration-color: rbg(83, 71, 173);
}

.invitationIcon {
  filter: invert(31%) sepia(31%) saturate(1937%) hue-rotate(216deg) brightness(88%) contrast(94%);
}

.button-img {
  margin-top: 8px !important;
  box-sizing: border-box !important;
}

.button-text {
  margin: 0 !important;
}

.button::after {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}

.button:last-child::after {
  height: 0;
}

.join-button .button p {
  margin: 0;
  line-height: 1em;
  font-size: 13px;
}

.button img {
  position: inherit;
  max-width: 25px;
}

.button-day {
  height: 37px;
  font-size: 30px;
  font-weight: 600;
}

.joinMain {
  text-align: left;
  margin: 2% 2% 2% 0;
}

.joinMain p {
  font-size: 14px;
  margin: 10px 0;
  color: rgb(54, 48, 101);
  line-height: 1.45em;
}

.join-footer {
  /* position: absolute; */
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* height: 20%; */
  align-items: flex-end;
}

.readInvitation {
  /* width: 10%; */
  height: 100%;
  color: rgb(83, 71, 173);
  /* position: relative; */
}

.readInvitation .icon-right {
  position: relative;
  top: 1px;
}

.invitationIcon img {
  transform: rotate(90deg);
}

.rersonBox {
  width: 30%;
  /* height: 100%; */
  position: relative;
  /* text-align: right; */
  display: flex;
}

.personName {
  width: calc(100% - 80px);
  display: inline-block;
  margin-right: 15px;
  text-align: right;
}

.cityBox {
  font-size: 12px;
  color: #333;
  margin: 5px 0;
}

.nameBox {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px;
}

.personImg {
  width: 80px;
  display: inline-block;
  /* position: absolute; */
  /* top: -20%; */
}

.personImg img {
  width: 100%;
}

/* Why attend */
.why-attend h2 {
  color: #968FC7;
}

@keyframes marquee {
  0% {
    /* transform: translateX(0); */
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  20% {
    opacity: 1;
    visibility: visible;
  }

  80% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.5;
  }

  100% {
    left: calc(100% - 250px);
    /* transform: translateX(100%); */
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes marquee-bg {
  0% {
    background: linear-gradient(to right, rgb(131, 155, 232), rgb(182, 123, 226));
  }

  50% {}

  100% {
    background: linear-gradient(to right, rgb(131, 155, 232), rgb(227, 89, 126));
  }
}

.marquee-box {
  margin-top: 100px;
  margin-bottom: 100px;
}

.marquee {
  /* width: 80%; */
  margin: 30px auto;
  position: relative;
}

.marquee2 {
  position: relative;
  left: 5%;
}

.marquee3 {
  position: relative;
  left: 10%;
}

.marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  /* animation: marquee 9s linear infinite; */
  /* transform: translateX(-25%); */
}

.marquee .swiper {
  height: auto;
  display: flex;
  /* animation: marquee 5s linear infinite; */
  padding-bottom: 20px;
  padding-top: 20px;
}

.marquee .swiper-slide {
  width: auto;
  transition: opacity 3s, visibility 5s;
  opacity: 0;
  /* animation: marquee 8s linear infinite; */
  position: relative;
  display: flex;
  animation-delay: -1s;
  align-items: flex-start;
  visibility: hidden;
}

.marquee .swiper-slide:nth-child(2n+1) {
  top: -8px
}

.marquee .swiper-slide:nth-child(2n) {
  top: 8px
}

.marquee .swiper-slide.tag-show {
  opacity: 1;
  visibility: visible;
}

.marquee .swiper-slide.tag-hide {
  opacity: 0;
  visibility: hidden;
}

.marquee .swiper-slide .text {
  padding: 10px 20px;
  color: #fff;
}

.marquee .swiper-slide .text-bg {
  position: relative;
  background: linear-gradient(to right, rgb(131, 155, 232), rgb(182, 123, 226));
  padding: 0 20px;
  position: relative;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;

  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: all 1s;
  margin: 0 30px;
}

.marquee .swiper-slide .text-bg::before {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 20px;
}

.marquee .swiper-slide.swiper-slide-next .text-bg,
.marquee .swiper-slide.swiper-slide-duplicate-prev .text-bg {
  background: linear-gradient(to right, rgb(131, 155, 232), rgb(227, 89, 126));
}


.marquee .swiper-slide.swiper-slide-active .text-bg {
  background: linear-gradient(to right, rgb(131, 155, 232), rgb(227, 89, 126));
}

.attendBox {
  position: relative;
  /* height: 70vh; */
  max-width: 1400px;
  z-index: 1;
}

.attendBox-top {
  width: 100%;
  height: 70%;
}

@media (max-width: 991px) {
  .attendBox-bottom {
    width: 100%;
    height: 30%;
  }

  .attendBox-bottom-box {
    display: inline-block;
    width: 20%;
    height: 100%;
    background-color: #fff;
    margin-right: 50px;
    border-radius: 20px 20px 100px 20px;
    position: relative;
    z-index: -1;
    margin: 30px 15px !important;
  }
}


@media (min-width: 992px) {
  .attendBox-bottom {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
  }

  .attendBox-bottom-box {
    background-color: #fff;
    border-radius: 20px 20px 100px 20px;
    position: relative;
    width: calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
  }
}

.attendbox-title {
  left: -5%;
  width: auto;
  height: 20%;
  position: absolute;
  top: -15%;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
}

.attendbox-title::before {
  display: block;
  content: " ";
  height: 16px;
  width: 100%;
  padding: 0 5px;
  border-radius: 8px;
  position: absolute;
  top: 30px;
  z-index: -1;
}

.Speeches {
  color: rgb(62, 93, 194);
}

.Speeches::before {
  background: rgba(61, 92, 194, 0.1);
}

.Exhibits {
  color: rgb(121, 62, 194);
}

.Exhibits::before {
  background: rgba(121, 62, 194, 0.1);
}

.Experience {
  color: rgb(182, 64, 195);
}

.Experience::before {
  background: rgba(182, 64, 195, 0.1);
}

.Explore {
  color: rgb(196, 67, 118);
}

.Explore::before {
  background: rgba(196, 67, 118, 0.1);
}

.attendbox-title-img {
  bottom: 0;
  left: 0;
  height: 20px;
  width: calc(100% + 10px);
  border-radius: 20px;
  margin-top: -20px;
}

.bacSpeeches {
  background-color: #d5dcef;
}

.bacExhibits {
  background-color: #dcd6fc;
}

.bacExperience {
  background-color: #eee5f9;
}

.bacExplore {
  background-color: #f3f5f8;
}

/* .Speeches {
  color: rgb(97, 123, 206);
}

.Exhibits {
  color: rgb(142, 97, 204);
}

.Experience {
  color: rgb(189, 95, 203);
}

.Explore {
  color: rgb(198, 94, 138);
} */

.attendbox-shadow {
  left: -5%;
  position: absolute;
  top: 5%;
  z-index: 0;
}

.attendbox-text {
  z-index: -1;
  top: 10%;
  padding: 38px 38px 40px;
  text-align: left;
  font-size: 15px;
  color: rgb(54, 48, 101);
}

html:lang(en) .attendbox-text{
  padding: 30px;
}

.attendbox-cube {
  position: absolute;
  z-index: 1;
  bottom: -2%;
  right: 0;
}

/* speaker */
.speakerBox {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.speakerList {
  width: 90%;
  background-color: #fff;
  margin: 3%;
  border-radius: 10px;
  display: inline-block;
}

.speakerImg {
  position: relative;
}

.speakerPerson {
  position: relative;
  margin: 15px;
  /* min-height: 90px; */
}

@media (min-width: 1100px) {
  .speakerPerson {
    margin: 15px 5px 0;
  }
}

.speakerPerson h4 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

.speakerPerson p {
  margin: 5px;
  font-size: 12px;
  color: #999999;
  max-height: 50px;
  height: 32px;
  line-height: 16px;
  overflow: hidden;
}

@media (min-width: 1100px) {
  .speakerPerson p{
    height: 50px;
  }
  html:lang(en) .speakerPerson p{
    height: 50px;
    max-height: 50px;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  html:lang(en) .speakerPerson p{
    height: 51px;
  }
}

/* .speakerSwiper .swiper-slide {
  height: 50%;
} */

.speakerList img:first-child {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.speakerList img:nth-child(2) {
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
}

.speakerPerson div:first-child {
  font-size: 18px;
  font-weight: bold;
  padding: 5%;
}

.speakerPerson div:nth-child(2) {
  font-size: 16px;
  color: #999;
  padding: 10px;
}

.section-speaker .section-speaker {
  padding-top: 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  top: 45%;
}

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

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -50px) !important;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -50px) !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.orderAppearance {
  text-align: center;
  padding-right: 15px;
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
}

.speakerSwiper {
  width: 100%;
}

/* agenda */
.box-left {
  text-align: center;
  margin-right: 2%;
  max-width: 460px;
}

@media (max-width: 1600px) {
  .box-left {
    max-width: 350px;
  }
}

@media (max-width:1200px) {
  .box-left {
    margin-top: 20px;
    max-width: 50%;
    margin-left: 0px;
  }

  .banner-bottom-logo {
    position: static;
    padding: 0 20px;
  }
}

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

.box-left-text h1 {
  font-size: 27px;
  color: #282828;
}

.box-left-text p {
  font-size: 16px;
  line-height: 1.45em;
  color: #666666;
}

@media (max-width: 992px) {
  .box-left-text p {
    font-size: 10px;
  }
}

.boxLeft-date {
  transform: rotate(90deg);
  width: 300px;
  position: absolute;
  bottom: 130px;
  left: -110px;
  font-size: 32px;
  color: rgba(83, 71, 173, 0.4);
  z-index: 9999;
}

@media (max-width: 1200px) {
  .boxLeft-date{
    left: -120px;
  }
}

.boxLeft-date img {
  transform: rotate(-90deg);
}

.box-center {
  width: 100%;
}

.box-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50px;
  text-align: center;
  margin-left: 2%;
}

@media (max-width: 1200px) {

  .box-right {
    margin-left: 25%;
  }

  .box-right img{
    width: 30px;
  }
}

.boxRight-date {
  transform: rotate(90deg);
  width: 300px;
  position: absolute;
  bottom: 130px;
  right: -110px;
  font-size: 32px;
  color: rgba(83, 71, 173, 0.4);
  z-index: 9999;
}

@media (max-width: 1200px) {
  .boxRight-date{
    right: -120px;
  }
}

.boxRight-date img {
  transform: rotate(90deg);
}

.agenda-swiper {
  padding: 50px 0;
}


@media (max-width:1400px) {
  .agenda-section .container {
    width: 90%;
  }
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active {
  position: relative;
  top: -50px;
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
  position: relative;
  right: -20px;
}

/* Agenda Content */
.swiper-slide .agenda-card .box-center {
  opacity: 0;
  transform: translateY(10px);
  transition: all .2s ease;
}

.swiper-slide .swiper-slide-active .agenda-card .box-center {
  opacity: 1;
  transform: translateY(0px);
  transition: all .3s ease .3s;
}

/* Agenda Card */
/* .swiper-slide-active .agenda-card {
  transition: background ease-in-out .3s;
} */



.swiper-3d .swiper-slide-shadow {
  border-radius: 30px;
  background: unset;
}

.swiper-agendaFirst {
  display: flex;
  background: linear-gradient(180deg, rgb(177, 213, 248), rgb(180, 217, 252));
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  height: 85%;
  border-radius: 30px;
  padding: 30px 15px 50px;
  position: relative;
}

.swiper-agendaSecond {
  position: relative;
  display: flex;
  background: linear-gradient(180deg, rgba(177, 195, 248, 1) 0%, rgba(206, 216, 246, 1) 100%);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 30px 15px 50px;
}

.swiper-agendaThird {
  position: relative;
  display: flex;
  background: linear-gradient(180deg, rgba(118, 144, 222, 1) 0%, rgba(184, 202, 255, 1) 100%);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 30px 15px 50px;

}

@media (min-width: 992px) {
  .swiper-agendaFirst{
    margin-top: 30px;
  }
  .swiper-agendaSecond{
    margin-top: 15px;
  }
  .swiper-agendaThird{
    margin-top: 30px;
  }
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card {
  background: #fff;
  text-align: left;
  padding: 60px 60px 40px;
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .box-left {
  display: none;
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .box-right {
  display: none;
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .clickBefore {
  position: absolute;
  top: 0;
  left: 50%;
  color: rgb(181, 61, 194);
  padding: 1%;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(45deg, rgba(93, 128, 233, 0.1) 0%, rgba(181, 74, 223, 0.1) 50%, rgba(229, 34, 77, 0.1) 100%);
  width: 120px;
  cursor: pointer;
  transform: translateX(-50%);
  text-align: center;
  display: block;
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .clickNext {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: rgb(181, 61, 194);
  padding: 1%;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(45deg, rgba(93, 128, 233, 0.1) 0%, rgba(181, 74, 223, 0.1) 50%, rgba(229, 34, 77, 0.1) 100%);
  width: 120px;
  cursor: pointer;
  z-index: 9999;
  transform: translateX(-50%);
  text-align: center;
  display: block;
}

.disclickBefore {
  display: none !important;
}

.disclickNext {
  display: none !important;
}

.agendbox-top,
.agendbox-bottom {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2%;
}

.agendbox-bottom {
  padding-bottom: 2%;
}

.agendbox-bottom:last-of-type {
  border-bottom: none;
}

.agendbox-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  color: #5347AD;
  margin-left: 7px;
}

.agenda-title-right {
  color: #363065;
}

.agenda-title-rightBottom {
  font-size: 12px;
  color: #d9d9d9;
  text-align: right;
}


ul {
  margin: 0;
}

ul li {
  color: #363065;
}

ul li::marker {
  color: #d9d9d9;
}

.agendaPerson-box {
  display: flex;
  width: 33.33333%;
}

.agendaPerson-box img {
  width: 40px;
}

.agendaPerson-box span {
  display: inline-block;
  margin-right: 5%;
}

.clickBefore {
  display: none;
}

.agenda-card .iconbox {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.agenda-card .iconBox img {
  vertical-align: middle;
  margin-right: 3px;
}

.clickNext {
  display: none;
}

.iconnextBox {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.iconnextBox img {
  transform: rotate(180deg);
}


.agendbox-title div img {
  margin-right: 10px;
  vertical-align: middle;
}

.agendaTime {
  height: 30px;
  background: linear-gradient(to right, #edf7ff 0%, #f3f8ff 50%);
  font-size: 14px;
  align-items: center;
  line-height: 30px;
  padding: 1%;
  border-radius: 10px;
  color: rgba(83, 71, 173);
  font-weight: bold;
  margin: 1% 0;
}

.agendaTime img {
  margin-right: 10px;
  vertical-align: middle;
}

.agendbox-Main div ul li {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}

.agendbox-Main div ul {
  padding-left: 30px;
}

.agendaPerson {
  display: flex;
  padding: 15px 0 15px 37px;
}

.agendaPerson:last-of-type{
  padding: 0 0 15px 37px;
}

.agendaPerson:last-of-type .agendaPerson-country{
  color: #aaaaaa;
}

.agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .shadow {
  width: 100%;
  padding-top: 120px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 50%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  border-radius: 0 0 30px 30px;
  text-align: left;
}

.agendbox-bigMain {
  height: 500px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.iconBox {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.viewMore {
  display: none;
  position: absolute;
  right: 3%;
  color: rgb(176, 23, 241);
  padding: 1%;
  border-radius: 10px;
  background-color: #fff;
  width: 150px;
  cursor: pointer;
  bottom: 20%;
  z-index: 9;
}

.iconviewBox img {
  position: absolute;
  top: 30%;
  right: 10%;
  transform: rotate(90deg);
}


.agendaPerson-box span:nth-child(2) {
  display: inline-block;
  height: 50px;

}

.agendaPerson-name {
  color: #363065;
  font-size: 14px;
  font-weight: bold;
}

.agendaPerson-country {
  font-size: 12px;
  color: #888888;

}

.boxImg img {
  position: absolute;
  bottom: 5%;
  right: 10%;
  transform: translateY(0px);
  animation: move 4s 0s infinite linear alternate;
}

@media (max-width: 1400px) {
  .boxImg img {
    width: 100px;
  }
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: 5%;
}

.attendBox-bottom {
  width: 100%;
}

@keyframes move {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

body {
  /* background-color: #63B8FF; */
  background-image: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/bg-1.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #eae6f4;
  background-position: center -30px;
  margin: 0px;
  overflow: hidden;
}

@media (max-width: 991px) {
  body {
    background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/bg-mb-1.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #E6E3F4;
  }
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

header {
  position: absolute;
  z-index: 99;
  height: 100vh;
}

.smallScreenbutton {
  display: none;
}

.smallScreenbutton .active {
  position: relative;
  background: linear-gradient(180deg, rgb(177, 213, 248), rgb(180, 217, 252));
}

.smallScreenbutton .active:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -13px;
  right: 15px;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #fff;
}

.banner-box {
  position: relative;
  height: 100vh;
  width: 100%;
  /* background-image: url("/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/pagebac.jpg"); */
  opacity: 0;
  transition: opacity 1s;
}

.banner-dot {
  position: absolute;
  bottom: -40%;
  z-index: 1;
}

.banner-text {
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 0%;
}

@media (max-width: 1400px) {
  .banner-text {
    left: 10%;
    top: 17%;
  }
}

@media (max-width: 1200px) {
  .banner-text {
    top: 15%;
  }
}

@media (max-width: 992px) {
  .banner-text {
    left: 30px;
  }
}

.banner-bg {
  position: absolute;
  top: -18%;
  right: -53%;
  height: 100%;
  z-index: 2;
}

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


@media (max-width: 1600px) and (min-width: 992px) {
  .banner-bg {
    width: 70%;
    right: -20%;
    top: -25%;
    display: flex;
    align-items: center;
  }

}

.scene {
  width: 100%;
  position: absolute;
  right: -30%;
  bottom: 10%;
}

.section-title {
  font-size: 36px;
  color: rgba(94, 84, 169);
  margin-bottom: 35px;
}


/* header */
.banner-arrow {
  position: fixed;
  bottom: 6%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.first-screen .banner-arrow {
  display: block;
}

.mobile-menu-open #menu .b {
  top: 40px !important;
  bottom: auto !important;
}

#menu {
  position: fixed;
  top: 22px;
  z-index: 5;
}

#menu .a,
#menu .b,
#menu .c {
  position: fixed;
  transition: all 3s;
}

#menu .a {
  left: 0;
}

#menu .a img {
  width: 80px;
  margin-left: 50px;
}

#menu .b {
  left: 50%;
  transform: translateX(-50%);
}

#menu .c {
  right: 0;
}

#menu .c img {
  background: #ffffff;
  border-radius: 50%;
  margin-right: 50px;
  max-width: 40px;
}

.hc-nav-to_login img{
  padding: 10px;
}

.img-menu {
  display: none;
}

.no-goto-top {
  display: none !important;
}

.img-close {
  display: none;
}

.other-page .no-goto-top {
  display: block !important;
}

.mobile-menu-open .no-goto-top {
  display: none !important;
}

#Agenda .swiper-horizontal {
  padding-bottom: 0;
}

@media (min-width: 1921px) {
  .banner-bg img {
    height: auto;
  }

  .banner-bg {
    top: 10%;
    right: -30%;
  }
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  width: 50px;
  left: 2% !important;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: linear-gradient(120deg, #5fc5cc, #735fd6);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(112, 112, 112, 1);
  margin: 10px 0;
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(45deg, rgba(139, 100, 228, 0.9), rgba(102, 123, 232, 0.9) 30%, rgba(93, 224, 233, 0.9));
  border: none;
  width: 13px;
  height: 13px;
}

@media (max-width: 992px) {

  .disclickBefore {
    display: block !important;
  }

  /* agenda */
  /* .agendbox-bigMain {
    height: 650px;
  } */

  .agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .clickBefore {
    position: absolute;
    bottom: 1%;
    top: auto;
    left: 30%;
    background: #f5f5f5;
    z-index: 9999;
    border-radius: 50px;
    color: #5347AD;
    text-align: center;
    width: auto;
    padding: 5px 20px;
  }

  .smallScreen-agenda {
    padding: 2px;
  }

  .clickBefore img {
    display: none;
  }

  .agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .clickNext {
    position: absolute;
    bottom: 1%;
    right: 20%;
    left: auto;
    background: #f5f5f5;
    z-index: 9999;
    border-radius: 50px;
    color: #5347AD;
    text-align: center;
    transform: translateX(0px);
    padding: 5px 20px;
    width: auto;
  }

  .clickNext img {
    display: none;
  }

  .agenda-section .agenda-swiper .swiper-slide.swiper-slide-active {
    top: 0;
  }

  .smallScreenbutton {
    display: flex;
    margin: 8px;
  }

  .smallScreenbutton div {
    margin-right: 5px;
  }

  .smallScreen-agenda {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 92%;
    border-radius: 10px;
  }

  .titleBox {
    display: flex;
    justify-content: space-between;
  }

  .agenda-swiper .box-left {
    display: none;
  }

  .swiper-slide .agenda-card .box-center {
    opacity: 1;
    background-color: #fff;
  }

  .swiper-agendaFirst {
    background: #fff;
    text-align: left;
    position: relative;
  }

  .swiper-agendaSecond {
    background: #fff;
    text-align: left;
    position: relative;
  }

  .swiper-agendaThird {
    background: #fff;
    text-align: left;
    position: relative;
  }

  .swiper-slide .swiper-slide-active .agenda-card .box-center {
    padding-top: 20px;
  }

  .agenda-title-rightBottom {
    position: absolute;
    top: 0;
    right: 0;
  }

  .agenda-swiper .box-right {
    display: none;
  }

  .agenda-swiper {
    padding: 0;
  }

  .agendaPerson {
    display: block;
  }

  .agendaPerson-box {
    width: 100% !important;
    padding-bottom: 10px;
  }

  body.mobile-menu-open header #menu {
    left: 0;
  }

  body.mobile-menu-open .b {
    display: block;
  }

  body.mobile-menu-open .img-close {
    display: block;
  }

  body.mobile-menu-open .img-menu {
    display: none;
  }

  header #menu {
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    padding-top: 10px;
    left: 100%;
    transition: left 0.5s;
  }

  #menu .b {
    left: 0;
    position: relative;
    top: 60px;
    transform: translateX(0);
  }

  .nav ul {
    display: block;
  }

  #menu .c {
    /* right: 15px; */
    top: 20px;
  }

  .img-home {
    display: none;
  }

  .img-menu {
    display: block;
  }

  .b {
    display: none;
  }

  .mySwiper>.swiper-wrapper>.swiper-slide {
    display: inline-block;
    height: auto !important;
    padding-bottom: 70px;
  }

  .section-title {
    font-size: 24px;
  }

  .developer .section-title {
    margin-bottom: 0;
  }

  .agenda-section .container {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 1650px) and (min-width: 992px) {
  .developer-item {
    min-width: 300px !important;
  }
}

@media (max-width: 1550px) and (min-width: 992px) {
  .container {
    width: 90%;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .review-item-left {
    height: auto !important;
  }

  .developer-item-more {
    margin-top: 0px;
    position: absolute;
    bottom: 20px;
  }
}

@media (max-width: 1600px) and (max-height: 880px) {
  .container {
    padding-bottom: 140px;
    padding-top:0;
  }
  .mySwiper>.swiper-wrapper>.swiper-slide{
    padding-bottom: 0;
  }
}

@media (max-width: 768px) and (max-height: 880px) {
  .container{
    padding-top: 50px;
  }
  .developer .container{
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (min-height: 880px) {
  .agenda-section .container {
    top: -30px;
  }

  .container {
    height: auto;
    top: -70px;
    padding-top: 0px;
  }

  .other-page #menu .b {
    top: auto;
    bottom: 38px;
  }
}

@media (max-width: 1200px) {
  body {
    overflow: auto;
  }

  .nav ul a {
    padding: 10px 10px;
  }

  .banner-arrow {
    display: none;
  }

  .mySwiper {
    overflow: unset;
    height: auto;
  }

  .mySwiper>.swiper-wrapper {
    flex-direction: column;
  }

  .mySwiper>.swiper-wrapper>.swiper-slide {
    height: auto;
  }

  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical>.swiper-pagination-bullets {
    display: none;
  }

  .box-left img {
    width: 30px;
  }

  .box-left-text h1 {
    font-size: 20px;
  }

  /* .banner-bg {
    position: absolute;
    right: -20%;
    top: 0;
    height: auto;
    width: 60%;
  } */


  .joinBox {
    width: auto;
    margin-top: 100px;
  }

  .joinBox>img {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 60%;
    top: auto;
  }

  .joinMainbox {
    width: auto;
    padding: 30px;
  }

  .join-button {
    border-radius: 100px 20px 20px 100px;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0 0 20px;
    min-width: 200px;
  }

  html:lang(en) .join-button{
    min-width: 200px;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .joinMain {
    font-size: 14px;
  }


  .join-footer {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }

  .rersonBox {
    width: 62%;
    position: relative;
    display: flex;
    flex-flow: column-reverse;
  }

  .personName {
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    text-align: right;
  }

  .personImg {
    text-align: right;
    width: 100%;
  }

  .personImg img {
    width: 60px;
  }

  .readInvitation {
    padding-top: 15px;
  }

  /* why attend */
  .marquee-box {
    margin-top: 0;
  }

  .attendBox-bottom {
    width: 100%;
  }

  .marquee {
    width: auto;
  }

  .orderAppearance {
    padding-right: 20px;
    position: relative;
    /* top: -45px; */
  }

  .speakerList {
    width: 94%;
    margin: 5px auto;
  }

  .marquee .swiper-slide .text {
    padding: 10px;
    padding-left: 20px;
  }

  .attendBox {
    height: auto;
  }

  .attendBox-bottom-box {
    display: inline-block;
    width: 40%;
    height: 50%;
    margin: 30px 0px;
    border-radius: 20px 20px 50px 20px;
    vertical-align: middle;
    z-index: 12;
  }

  .attendbox-title {
    left: -5%;
    width: auto;
    height: 20%;
    position: absolute;
    top: -30px;
    z-index: 1;
  }

  .attendbox-shadow {
    top: 0;
  }

  .attendbox-text {
    font-size: 14px;
    position: static;
    line-height: 1.2;
    padding: 24px 26px;
    min-height: 70px;
  }

  .attendbox-cube {
    bottom: -15%;
    right: -8%;
  }

  .marquee .swiper-slide .text-bg {
    font-size: 14px;
    display: inline-block;
  }

  .attendbox-title-img {
    margin-top: -14px;
  }

  /* speaker */
  .speakerBox {
    width: auto;
  }

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

  /* .speakerSwiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
  } */

  .speakerPerson {
    margin: 0;
    min-height: 70px;
  }

  .speakerPerson h4 {
    margin-top: 5px;
  }

  .speakerPerson p {
    margin: 5px;
  }

  .developer-item {
    min-width: 285px !important;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  #menu .a img {
    width: 60px;
    margin-left: 15px;
  }

  #menu .c img {
    margin-right: 15px;
    width: 45px;
  }

  #menu .c {
    top: 22px;
  }

  .nav {
    border-radius: 0px;
  }

  .banner-bg {
    left: 25%;
    top: 40%;
  }

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

  .joinBox>img {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 60%;
    top: auto;
  }

  .attendBox-bottom-box {
    display: block;
    width: 90%;
    height: auto;
    margin: 45px auto;
    border-radius: 100px;
    z-index: 12;
  }

  .attendBox {
    height: auto;
    margin-top: 50px;
  }

  .attendBox-bottom {
    height: auto;
    width: 100%;
  }

  .marquee {
    width: auto;
    margin: 0;
  }

  .readInvitation {
    font-size: 14px;
  }

  .agendbox-title {
    font-size: 16px;
  }

  .speakerBox .swiper-horizontal {
    padding-bottom: 0;
  }

  .orderAppearance {
    padding-right: 0px;
    position: relative;
    /* top: -70px; */
  }

  .agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card {
    padding: 30px 20px 30px 20px;
    position: relative;
  }

  .agenda-section .agenda-swiper .swiper-slide.swiper-slide-active .agenda-card .shadow {
    padding-top: 60px;
    bottom: 5px;
  }

  .clickBefore {
    transform: translateX(0%);
    left: 20px;
    width: auto;
    padding: 5px 25px;
    bottom: 15px;
  }

  .clickNext {
    transform: translateX(0%);
    right: 20px;
    width: auto;
    padding: 5px 25px;
    bottom: 15px;
  }

/*   .speakerPerson p {
    margin: 5px;
    min-height: 50px;
  } */

  .attendbox-text {
    min-height: auto;
  }

  .bottom-banner {
    padding: 20px !important;
    background-size: 209% !important;
    height: 510px;
    background-position-y: 139px;
  }
  
  html:lang(en) .bottom-banner {
    height: 570px;
  }
  html:lang(en) .bottom-banner-links a{
    min-width: 107px;
  }
  .developer-item {
    padding: 40px 30px 20px 30px !important;
  }
}

/* ä¸‹åŠéƒ¨åˆ† */
.mb70 {
  max-width: 1400px;
  width: 100%;
}

.h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.icon-right {
  vertical-align: bottom;
  font-weight: 700 !important;
}

.color-gray {
  color: #999;
}

.borderWhite {
  border: 1px solid #fff;
}

.developer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: left;
}

.developer-item {
  width: calc(33% - 40px);
  min-width: 325px;
  height: 450px;
  border-radius: 30px 140px 30px 30px;
  background-color: #fff;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}

.developer-item-bg-first {
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/bg1.png');
}

.developer-item-bg-second {
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/bg2.png');
}

.developer-item-bg-third {
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/bg3.png');
}

.developer-item-img-top {
  position: absolute;
  right: 0px;
  top: -50px;
  max-width: 120px;
}

.developer-item-img-bottom {
  position: absolute;
  left: 0px;
  bottom: -10px;
}

.developer-item-title {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: 600;
  margin-top: 120px;
  margin-bottom: 15px;
}

.developer-item-title-first {
  background-image: -webkit-linear-gradient(to right, #5e7fe8, #a554e1);
  background-image: linear-gradient(to right, #5e7fe8, #a554e1);
}

.developer-item-title-second {
  background-image: -webkit-linear-gradient(to right, #c042c7, #df265f);
  background-image: linear-gradient(to right, #c042c7, #df265f);
}

.developer-item-title-third {
  background-image: -webkit-linear-gradient(to right, #925fe2, #c140bf);
  background-image: linear-gradient(to right, #925fe2, #c140bf);
}

.developer-item-content {
  color: #666;
  word-break: break-word;
  line-height: 1.4em;
  padding-bottom: 10px;
  font-size: 16px;
}

.developer-item-more {
  display: inline-block;
  font-size: 1em;
  margin-top: 50px;
  border-radius: 20px;
  padding: 10px 45px 10px 30px;
  font-weight: 600;
  position: absolute;
  bottom: 45px;
}

.developer-item-more i {
  font-size: 40px;
  position: absolute;
  top: 4px;
  right: 10px;
}

.developer-item-more-first {
  color: #543dc1;
  background: -webkit-linear-gradient(to right, #e0ecfc, #EAE4FB);
  background: linear-gradient(to right, #e0ecfc, #EAE4FB);
}

.developer-item-more-second {
  color: #c13e82;
  background: -webkit-linear-gradient(to right, #f6d9ed, #fbd3db);
  background: linear-gradient(to right, #f6d9ed, #fbd3db);
}

.developer-item-more-third {
  color: #c25bd0;
  background: -webkit-linear-gradient(to right, #eee0fa, #f9d7f2);
  background: linear-gradient(to right, #eee0fa, #f9d7f2);
}


.industry-item {
  width: calc(50% - 30px);
  height: 160px;
  background-color: #FFF;
  border-radius: 25px;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.industry-item a {
  display: inherit;
}

.industry-item-img {
  width: 200px;
  height: 160px;
  object-fit: cover;
  border-radius: 25px 0 0 25px;
}

.industry-item-content {
  width: calc(100% - 200px);
  padding: 0 30px;
}

.industry-item-more {
  position: absolute;
  bottom: 10px;
  right: 35px;
  color: rgb(127, 146, 214);
  font-size: 14px;
}

.industry-item-more i {
  font-size: 30px;
  position: absolute;
  top: -4px;
  right: -25px;
}

.sponsor-item-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  margin-top: 30px;
}

.sponsor-item-title:first-child {
  margin-top: 0px;
}

.sponsor-item-title-left {
  font-size: 26px;
  font-weight: 800;
  /* color: #735fd6; */
  text-align: left;
  /* text-shadow: -1px -1px 0 #543dc1, 1px -1px 0 #543dc1, -1px 1px 0 #543dc1, 1px 1px 0 #543dc1; */
}

.sponsor-item-title-blue {
  color: #5f79cc;
}

.sponsor-item-title-left-img-blue {
  background-color: #d5dcef;
}

.sponsor-item-title-purple {
  color: #735fd6;
}

.sponsor-item-title-left-img-purple {
  background-color: #dcd6fc;
}

.sponsor-item-title-fuchsia {
  color: #c162cd;
}

.sponsor-item-title-left-img-fuchsia {
  background-color: #eee5f9;
}

.sponsor-item-title-left-img {
  bottom: 0;
  left: 0;
  height: 20px;
  width: calc(100% + 10px);
  /* background-color: #dcd6fc; */
  border-radius: 20px;
  margin-top: -20px;
}

.sponsor-item-title-right {
  font-size: 10px;
  color: #666666;
}

.sponsor-item-imgs {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
}

.sponsor-item-title-right-img {
  width: calc(16.5% - 9px);
  background-color: #f3f5f8;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sponsor-item-title-right-img img {
  width: 100%;
}

.sponsor-item-title-right-img:nth-child(6n) {
  margin-right: 0px;
}

.location {
  position: relative;
  text-align: left;
  padding-top: 50px;
}

.location-map {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.location-map img {
  width: 100%;
  border-radius: 40px;
}

.location-map-title {
  display: inline-block;
  position: absolute;
  width: 38%;
  background-color: #fff;
  border-radius: 26px;
  left: -30px;
  box-sizing: border-box;
  color: #4b3fa9;
  padding: 30px;
  top: 0;
}

.location-map-title-small p img {
  width: 16px;
}

@media (max-width: 1200px) {
  .location-map-title {
    width: 45%;
  }
}

@media (max-width: 992px) {
  .location-map-title {
    top: -67px;
  }
}

.location-map-item {
  /* height: 100px; */
  border-bottom: 1px solid #eceff1;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.location-map-title-tag {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
}

.location-map-title-small {
  font-size: 14px;
  margin-top: 10px;
  color: #5e5983;
}

.location-bottom {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 30px;
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/paopao.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 37px 64px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

.location-bottom a {
  flex-shrink: 0;
}

.location-bottom-img {
  position: absolute;
  left: -34px;
  top: -24px;
  width: 80px;
  height: 74px;
}

.buttomFontWeight {
  font-weight: 600;
  color: #ad2abc !important;
  font-size: 1.1em !important;
}

.location-bottom-buttom {
  display: inline-block;
  padding: 8px 32px 8px 22px;
  border-radius: 20px;
  text-align: center;
  color: #bb4dc6;
  font-size: 0.9em;
  background-image: -webkit-linear-gradient(to right, rgba(93, 128, 233, 0.1), rgba(181, 74, 223, 0.1), rgba(229, 34, 77, 0.1));
  background-image: linear-gradient(to right, rgba(93, 128, 233, 0.1), rgba(181, 74, 223, 0.1), rgba(229, 34, 77, 0.1));
  backdrop-filter: blur(10px);
}

.review-bottom-buttom i {
  font-size: 40px;
  position: absolute;
  top: 0px !important;
  right: 0px;
}

.location-bottom-buttom i {
  font-size: 40px;
  position: absolute;
  top: 3px;
  right: 0px;
}

.review {
  display: flex;
  text-align: left;
}

.review-item-left {
  width: calc(60% - 20px);
  /* height: 470px; */
  margin-right: 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.review-item-left-bg {
  object-fit: cover;
  border-radius: 20px;
  border: 5px solid #fff;
  box-sizing: border-box;
}

.review-item-left-video {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
}

.review-item-left a:hover .review-item-left-video {
  opacity: 0.8;
}

.review-item-right {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

.review-item-right-small-over {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* display: contents; */
}

.review-item-right-small {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  padding: 15px 20px;
  box-sizing: border-box;
}

.review-item-right-small:nth-child(2n) {
  margin-left: 20px;
}

.review-item-right-small-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: rgb(27, 15, 115);
  font-weight: 600;
  line-height: 58px;
  border-bottom: 1px solid #eceff1;
  align-items: center;
  margin-bottom: 10px;
  line-height: 30px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .review-item-right-small-title{
    font-size: 14px;
  }
  .review-item-right-small-time{
    font-size: 12px;
  }
}
.review-item-right-small-title i {
  font-size: 2em;
  transition: all 1s;
}

.review-item-right-small a:hover .review-item-right-small-title i{
  margin-right: -5px;
}


.review-item-right-small-time {
  color: #999;
  line-height: 20px;
  font-size: 0.875em;
}

.review-item-right-big {
  width: 100%;
  /* height: 210px; */
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
  box-sizing: border-box;
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/paopao-big.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.review-item-right-big-title {
  background-image: -webkit-linear-gradient(to right, rgb(93, 128, 233), rgb(181, 74, 223), rgb(229, 34, 77));
  background-image: linear-gradient(to right, rgb(93, 128, 233), rgb(181, 74, 223), rgb(229, 34, 77));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.bottom-banner .review-item-right-big-title {
  font-size: 36px;
}

@media (max-width: 992px) {
  .bottom-banner .review-item-right-big-title {
    font-size: 24px;
  }
}

.review-bottom-buttom {
  margin-top: 20px;
}

.bannerBottomOver {
  position: relative;
}

.bannerBottom-centent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  padding-left: 10px;
}

.bannerBottom-centent li {
  width: calc(25% - 12px);
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 5px solid #fff;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: 10px;
}

.bannerBottom-centent li:nth-child(4n) {
  margin-right: 0px;
}

.bannerBottom-centent ul {
  padding: 0;
  width: 100%;
}

.bannerBottom-centent-item {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  vertical-align: top;
}

.banner-bottom-logo {
  width: 100%;
  height: 80px;
  border-radius: 30px 30px 0 0;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.banner-bottom-logo-img {
  width: 40px;
  height: 40px;
}

.bannerBottom-centent-over {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner-bottom-logo-title {
  text-align: right;
  font-size: 0.6em;
}

.bannerBottom-centent-title {
  position: absolute;
  background: #8c8eab;
  bottom: 10px;
  left: 10px;
  font-size: 0.7em;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
}

.location-bottom-title {
  background-image: -webkit-linear-gradient(to right, #8FA4EE, #EA6586);
  background-image: linear-gradient(to right, #8FA4EE, #EA6586);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 700;
}

.location-bottom-title-small {
  font-size: 14px;
  color: #818181;
  padding-top: 10px;
}

.banner-bottom-logo-title-gray {
  color: #999;
  margin-top: 10px;
}

.bottom-swiper {
  margin-top: 30px;
  z-index: 999;
  width: calc(100% + 10px);
  margin-left: -10px;
}

@media (max-width: 1600px) and (min-width: 992px) and (max-height: 880px) {
  .bottom-swiper {
    margin-bottom: 70px;
  }
}

.title-margin-top {
  margin-top: 50px;
}

.sponsor-swiper-item {
  padding: 0 20px;
  box-sizing: border-box;
}

.marginTop20 {
  margin-top: 20px;
}

.swiper-horizontal {
  padding-bottom: 50px;
}

.industry-item-content-title {
  color: #818181;
  font-size: 12px;
}

.swiper1 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide1 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc(40% - 30px);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30%;
  /* margin: 20px; */
}

@media (max-width: 1024px) {
  .agendaPerson-box {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .developer-item {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 40px 118px 20px 30px;
    background-size: contain;
  }

  .developer-item-title {
    font-size: 1.4em;
    max-width: 240px;
    margin-top: 0px;
  }

  .developer-item-more {
    margin-top: 20px;
    position: sticky;
    bottom: 0px;
  }

  .developer-item-content {
    font-size: 16px
  }

  .industry-item-img {
    width: 120px;
  }

  .industry-item-content {
    width: calc(100% - 120px);
    padding-left: 20px;
  }

  .industry-item-content .h4{
    font-size: 16px;
  }

  .industry-item-content-title{
    display:none
}

html:lang(en) .industry-item-more{
    width: 90px;
}

  .industry-item-more {
    left: 140px;
    font-size: 0.875em;
    width: 84px;
  }

  .industry-item-more i {
    top: -3px;
  }

  .sponsor-item-title-left {
    font-size: 1.4em;
  }

  .sponsor-item-title-left-img {
    height: 15px;
    margin-top: -15px
  }

  .sponsor-item-title-right-img {
    width: calc(20% - 10px);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .sponsor-item-title-right-img:nth-child(6n) {
    margin-right: 10px;
  }

  .sponsor-item-title-right-img:nth-child(5n) {
    margin-right: 0px;
  }

  .location {
    margin-left: 30px;
  }

  .location-bottom {
    margin-left: 30px;
    width: calc(100% - 30px);
    padding-right: 20px;
  }

  .review {
    display: block;
  }

  .review-item-left {
    width: 100%;
    height: 270px;
    margin-bottom: 20px;
  }

  .review-item-right {
    width: 100%;
  }

  .review-item-right-small-over {
    width: 50%;
    float: left;
  }

  .review-item-right-small-title {
    font-size: 14px;
  }

  .review-item-right-big {
    width: calc(50% - 20px);
    float: left;
    margin-left: 20px;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }

  .review-bottom-buttom {
    position: absolute;
    bottom: 20px;
  }

  .review-item-right-small {
    padding: 10px;
    margin-bottom: 0px;
  }

  .review-item-right-small:nth-child(1) {
    margin-bottom: 15px;
  }

  .review-item-right-small:nth-child(2) {
    margin-bottom: 15px;
  }

  .review-item-right-small-time {
    /* font-size: 1em;
       line-height: 1.3em; */
    margin-top: 10px;
  }

  .bannerBottom-centent ul {
    padding: 0;
    width: 100%;
  }

  .bottom-container {
    padding: 0px !important;
  }

  .bottom-swiper {
    margin-top: 30px;
  }

  .banner-bottom-logo {
    position: static;
    padding: 0 20px;
  }

  .sponsor-swiper-item {
    padding: 0;
  }

  .bannerBottom-centent li {
    width: calc(33% - 8px);
  }

  .bannerBottom-centent li a {
    display: flex;
    vertical-align: top;
  }

  .bannerBottom-centent li:nth-child(4n) {
    margin-right: 10px;
  }

  .bannerBottom-centent li:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .sec-stories .container {
    padding: 50px 0 0;
  }

  .industry-item {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .sponsor-item-title-right-img {
    width: calc(33.3% - 12px);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .sponsor-item-title-right-img:nth-child(3n) {
    margin-right: 0px;
  }

  .sponsor-item-title-right-img:nth-child(6n) {
    margin-right: 10px;
  }

  .sponsor-item-title-right-img:nth-child(5n) {
    margin-right: 10px;
  }

  .location {
    margin-left: 25px;
    /* margin-right: 20px; */
    padding-top: 200px;
  }

  .location-map {
    height: 300px;
    padding-top: 120px;
    border-radius: 25px;
  }

  .location-map img {
    border-radius: 20px;
  }

  .location-map-title {
    width: 90%;
    padding: 20px;
    top: 0;
  }

  .location-map-title-tag {
    font-size: 0.9em;
  }

  .location-map-title-small {
    font-size: 0.6em;
  }

  .location-map-title-small img {
    vertical-align: bottom;
  }

  .location-bottom {
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 35px;
    width: calc(100% - 20px);
    padding: 20px;
    display: block;
  }

  .location-bottom-img {
    right: -34px;
    top: -15px;
    left: auto;
    width: 52px;
    height: 49px;
  }

  .industry-item-more{
    font-size: 16px;
  }

  .location-bottom-buttom {
    font-size: 0.875em;
    /* padding: 8px 15px; */
    margin-top: 20px;
    cursor: pointer;
  }

  .review-item-right-small {
    padding: 15px;
  }

  .review-item-right-small-title {
    font-size: 16px;
  }

  .review-item-right-small-time {
    font-size: 0.7em;
  }

  .review-item-right-small-over {
    width: 100%;
    margin-bottom: 15px;
  }

  .review-item-right-big {
    width: 100%;
    margin-left: 0px;
    height: 165px;
  }

  .bannerBottom-centent li {
    width: 100%;
    margin-right: 0px;
    display: block;
  }

  .developer-item-img-top {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .other-page #menu {
    background-color: #fff;
    transition: all 1s;
  }
  header #menu {
    height: 70px;
    left: 0;
    /* transition: all 0.5s; */
    background-color: transparent;
    transition: left 1s;
  }
  body.mobile-menu-open header #menu {
    left: 0;
    height: 100%;
    background-color: #fff;
  }
}

@media (max-width: 576px) {
  header #menu {
    height: 45px;
  }
  #menu .a {
    top: 5px;
    left: 0;
  }

  #menu .c {
    top: 10px;
  }

  .bannerBottom-centent {
    gap: 0;
  }

  .attendbox-title {
    top: -23px;
    font-size: 20px;
  }

  .attendbox-title::before {
    top: 15px;
  }
}

/*0824 */

.bottom-banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
   padding-top: 30px;
  padding-left: 250px;
  padding-right: 30px;
  padding-bottom: 30px; 
  text-align: left;
  box-sizing: border-box;
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/about-hw-bg.png');
  margin-top: 30px;
  background-position: left bottom;
}

@media (max-width: 1600px) and (min-width: 992px) and (max-height: 880px) {
  .bottom-banner {
    margin-bottom: 140px;
    padding-top: 30px;
    padding-left: 250px;
    padding-right: 30px;
    padding-bottom: 30px;    
  }
}

@media (max-width: 1100px) and (min-width: 992px) {
  .bottom-banner {
    margin-bottom: 140px;
    padding-top: 30px;
    padding-left: 250px;
    padding-right: 30px;
    padding-bottom: 30px;    
  }
}

@media (max-width: 992px) {
  .bottom-banner {
    margin-bottom: 140px;
    padding-top: 30px;
    padding-left: 250px;
    padding-right: 30px;
    padding-bottom: 30px;    
  } 
}

.bottom-banner-content {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  line-height: 1.65em;
  margin-bottom: 15px;
}

.bottom-banner-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.bottom-banner-links a {
  float: left;
  margin-right: 10px;
  margin-bottom: 13px;
  padding: 5px 22px 5px 16px;
  border-radius: 15px;
  background-image: -webkit-linear-gradient(to right, rgba(93, 128, 233, 0.1), rgba(181, 74, 223, 0.1), rgba(229, 34, 77, 0.1));
  background-image: linear-gradient(to right, rgba(93, 128, 233, 0.1), rgba(181, 74, 223, 0.1), rgba(229, 34, 77, 0.1));
  backdrop-filter: blur(10px);
  color: #bb4dc6;
  font-size: 14px;
  position: relative;
  min-width: 75px;
}

.bottom-banner-links a i {
  font-size: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media (min-width:992px) {
  .show-pc {
    display: block!important;
  }

  .show-mb {
    display: none!important;
  }
}

@media (max-width: 991px) {
  .show-pc {
    display: none!important;
  }

  .box-left{
    max-width: 400px;
  }

  .show-mb {
    display: block!important;
  }

  .banner-bg {
    position: absolute;
    height: auto;
    width: 90%;
    bottom: 20%;
    right: -25%;
    top: unset;
  }
}

@media (max-width: 991px) and (max-height: 576px) {
  .box-left{
    max-width: 250px;
  }
  .box-left img{
    margin-left: 10px;
  }
  .banner-bg{
    left: 50%;
  }
}


@media (max-width: 576px) {
  .box-left {
    margin-left: 0;
    max-width: 70%;
  }

  .box-left-text {
    padding-left: 10px;
  }

  .banner-bg {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 20%;
    right: -20%;
    top: unset;
    left: unset;
  }

  .boxImg img {
    width: 60px;
  }
}

.hc-nav-to_logout {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 65px;
  padding: 10px 20px 10px 15px;
  margin-right: 50px;
  font-size: 16px;
}

.hc-nav-to_logout img {
  margin-right: 0 !important;
  padding-right: 10px;
}

.hc-nav-to_logout:hover{
  color: #5347AD;
}


@media (max-width: 991px) {
  .hc-nav-to_logout {
    margin-right: 0;
  }

  .account-box {
    display: flex;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 50%;
  }

  .mobile-menu-open .account-box {
    /* display: flex; */
    transition: opacity 1s;
    visibility: visible;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    top: auto;
  }

  #menu .account-box .img-home {
    display: inline-block;
    margin-right: 0;
  }
}

/* @media (max-width: 1200px) or (max-height: 880px) {
  .not-fullpage .other-page #menu .b{
    bottom: unset;
  }
  .not-fullpage .other-page.mobile-menu-open #menu .b{
    top: 70px;
  }

  html .other-page .no-goto-top{
    display: none !important;
  }

  .banner-bottom-logo{position: static;}
} */

@media (max-width: 576px) {
  .swiper-slide .agenda-card .box-center {
    transition: none !important;
    overflow-y: auto;
  }
}

@media (max-width: 992px) {
  .mySwiper>.swiper-wrapper>.swiper-slide:last-child {
    padding-bottom: 0px;
  }
}

html[lang="en"] .location {
  padding-top: 50px;
}

@media (min-width: 1500px) {
  html[lang="en"] .container {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .location-bottom {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  html[lang="en"] .location {
    padding-top: 100px;
  }
}

@media (max-width: 1100px) {
  html[lang="en"] .location {
    padding-top: 0px;
  }
}

@media (max-width: 1100px) {
  html .location {
    padding-top: 0;
    display: flex;
    flex-flow: column-reverse;
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .review-item-right-big {
    width: 100%;
    margin-left: 0px;
    height: auto;
  }

  .review-item-right-big a {
    display: inline-block;
    margin-top: 10px;
    height: 35px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .attendBox-bottom-box {
    height: auto;
  }
}

@media (max-width: 992px) {
  .mobile-menu-open #menu .b {
    top: 60px !important;
  }
}

.swiper-slide .agenda-card .box-center {
  overflow-y: auto;
}

@media (min-width: 1560px) {
  .banner-box .container {
    width: 100%;
  }
}

@media (min-width: 992px) {

  body .agendbox-bigMain::-webkit-scrollbar {
    width: 6px;
  }

  body .agendbox-bigMain::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #EFF4FB;
  }

  body .agendbox-bigMain::-webkit-scrollbar-thumb {
    background-color: #B5C1E8;
    outline: 1px solid #B5C1E8;
    border-radius: 3px !important;
  }

  body .agendbox-bigMain {
    box-sizing: border-box;
    padding-right: 10px;
    scrollbar-gutter: stable;
  }
}

.speakerBox {
  display: flex;
  justify-content: space-between;
}

.speakerBoxOver {
  margin: auto 0;
  padding-top: 35px;
}

@media (max-width: 992px) {
  .speakerBoxOver {
    padding-top: 0;
  }
}

.speakerBoxItem {
  width: calc(33.3% - 15px);
  border-radius: 30px;
  position: relative;
  /* display: flex;
  flex-wrap: wrap; */
  padding: 20px;
  padding-top: 10px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}

.speakerBoxItem-first {
  background: linear-gradient(135deg, rgba(61, 92, 194, 0.1), rgba(237, 239, 252, 0.1));
}

.speakerBoxItem-second {
  background: linear-gradient(135deg, rgba(119, 61, 194, 0.1), rgba(237, 239, 252, 0.1));
}

.speakerBoxItem-third {
  background: linear-gradient(135deg, rgba(194, 61, 114, 0.1), rgba(237, 239, 252, 0.1));
}

.speakerImg {
  background-color: #fff;
  width: calc(50% - 5px);
  border-radius: 10px;
  margin-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .speakerBoxItem-first, .speakerBoxItem-second, .speakerBoxItem-third{
    background: none;
  }
}

.speakerImg img {
  width: 100%;
}

/* .speakerImg img:nth-child(2){
  position: relative;
  top: -20px;
} */
.speakerImg div:first-of-type {
  position: relative;
}

.speakerImg div:first-of-type>img:last-of-type {
  position: absolute;
  bottom: 2px;
  left: 0;
}

.speakerImg div:first-of-type>img:first-of-type {
  border-radius: 30px 30px 0 0;
}

.xxx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: start; */
}

.speakerSwiper {
  max-height: 550px;
  overflow-y: auto;
  padding-right: 5px;
}

.speakerSwiper .swiper-wrapper {
  flex-wrap: wrap;
}

body .speakerSwiper::-webkit-scrollbar {
  width: 6px;
}

body .speakerSwiper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #EFF4FB;
}

body .speakerSwiper::-webkit-scrollbar-thumb {
  background-color: #B5C1E8;
  outline: 1px solid #B5C1E8;
  border-radius: 3px !important;
}

.speaker-title {
  left: 0;
  width: auto;
  height: 20%;
  position: absolute;
  top: -35px;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 992px) {
  .speaker-title{
    top: -10px;
  }
}

.speaker-title::before {
  display: block;
  content: " ";
  height: 10px;
  width: 100%;
  padding: 0 5px;
  border-radius: 8px;
  position: absolute;
  top: 16px;
  z-index: -1;
}

.speakerPerson a {
  display: flex;
  /* justify-content: center; */
  position: absolute;
  left: calc(50% - 5px);
}

.hc-icon-arrow_down_black {
  width: 10px;
  height: 10px;
  background-image: url(/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/arrow-all.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -3px;
  transform: rotate(90deg);
  opacity: 0.5;
  filter: invert(16%) sepia(43%) saturate(1761%) hue-rotate(221deg) brightness(91%) contrast(87%);
}

@media (max-width: 992px) and (min-width: 757px) {
  .speakerImg {
    width: calc(25% - 8px);
    margin-left: 10px;
  }

  .xxx {
    justify-content: normal;
  }

  .speakerImg:first-child {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  /* .speakerImg{
    height: 47%;
  } */
}

@media (max-width: 992px) {
  .speakerBox {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px;
  }

  .speakerBoxItem:first-of-type {
    margin-top: 35px;
  }

  .speakerBoxItem {
    width: 100%;
    margin-top: 60px;
    border: none;
    padding: 20px 0;
  }

  .speakerSwiper .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .speakerSwiper {
    height: auto;
    max-height: 100%;
    overflow: hidden;
    padding-right: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  html .location-map-title {
    width: 100%;
    position: static;
  }

  html .location-map {
    margin-top: 30px;
    padding-top: 0;
    height: auto;
  }

  html .location-bottom {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .speakerBox {
    margin: 0;
  }
}
@media (max-width: 1600px) and (min-width: 992px) and (max-height: 880px) {
  .other-page #menu .b {
    bottom: 70px;
    top: auto;
    right: -35px;
    left: auto;
  }

  .other-page #menu .a {
    display: none;
  }
  .other-page #menu .c {
    display: none;
  }
  .other-page #menu .b .nav ul li {
    display: none;
  }

  .other-page #menu .b .nav ul li:last-child {
    display: block;
  }

  .other-page #menu .b .nav {
    padding: 0px 3px;
    border-radius: 0;
    background-color: unset;
  }

  .other-page #menu .b .nav ul a {
    padding: 6px;
  }

  .other-page #menu .b .nav li a:hover::after,
  .other-page #menu .b .nav li.active a::after {
    display: none;
  }

  .nav li a::after {
    height: 0;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .other-page #menu .b {
    bottom: 70px;
    top: auto;
    right: -35px;
    left: auto;
  }

  .other-page #menu .a {
    display: none;
  }
  .other-page #menu .c {
    display: none;
  }
  .other-page #menu .b .nav ul li {
    display: none;
  }

  .other-page #menu .b .nav ul li:last-child {
    display: block;
  }

  .other-page #menu .b .nav {
    padding: 0px 3px;
    border-radius: 0;
    background-color: unset;
  }

  .other-page #menu .b .nav ul a {
    padding: 6px;
  }

  .other-page #menu .b .nav li a:hover::after,
  .other-page #menu .b .nav li.active a::after {
    display: none;
  }

  .nav li a::after {
    height: 0;
  }
}

html[lang="en"] .joinMainbox .join-button .button:nth-child(2)::after {
  width: 0px;
}

.bottom-banner-links a i {
  transition: all 0.5s;
}

.bottom-banner-links a:hover i {
  right: -5px;
}
.review-bottom-buttom{
  transition: all 0.5s;
}
.review-bottom-buttom:hover i{
  right: -5px;
}
.developer-item-more{
  transition: all 0.5s;
}
.developer-item-more:hover i{
  right: 5px;
}
.industry-item-more{
  transition: all 0.5s;
}
.industry-item-more:hover i{
  right: -30px;
}
/* è®®ç¨‹å·¦å³ç®­å¤´ è·³åŠ¨åŠ¨ç”»*/
@keyframes arrow-left {
  from {
    bottom: 0;
  }

  to {
    bottom: 8px;
  }
}

.boxRight-date img {
  animation: arrow-left 1.2s linear infinite;
  position: relative;
}

.boxLeft-date img {
  animation: arrow-left 1.2s linear infinite;
  position: relative;
}

.agenda-section .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
/* æ‰‹æœºå±•é¦†å›¾ç‰‡æ‰‹æœºä¸‹æ”¾å¤§æ˜¾ç¤º */
.mobile-zoom {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  max-height: 0;
  background-color: #00000050;
}

.img-zoom-open .mobile-zoom {
  max-height: none;
  visibility: visible;
  opacity: 1;
}

.img-zoom-open .mobile-zoom img {
  width: auto;
}
@media (max-width: 991px) {
  /* .speakerPerson {
    margin: 0;
    min-height: 90px;
  } */
  /* .speakerImg {
    padding-bottom: 10px;
  } */
}

/* .video-js .vjs-big-play-button{
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-30px, -30px);
  background-color: #ffffff;
}

.vjs-icon-placeholder{
  color: #4b3fa9;
  opacity: 0.8;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
  top:8px;
  position: absolute;
} */

button.vjs-control.vjs-button.vjs-download-control{
  display: none;
}
.vjs-menu-button-popup .vjs-menu{
  left: unset;
}
.other-page .no-goto-top img{
  width: 46px;
}
head::before {
  content: "";
  display: block;
  height: 90px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.other-page head::before {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-open #menu{
  height: 100%!important;
}

@media (min-width: 577px) {
  .visible-xs{
    display: none;
  }
}

@media (max-width: 576px) {
  .visible-xs{
    display: block;
  }
}

@media (min-width: 992px) {
  .swiper-3d .swiper-wrapper{
    transform-style: unset;
  }
}


.account-box span {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 65px;
  padding: 10px 20px 10px 15px;
  margin-right: 50px;
  font-size: 16px;
}
.account-box span a {
  padding: 0;
  margin-right: 0px;
}
.account-box span .hc-nav-to_logout{
  vertical-align: middle;
}
@media (max-width: 992px) {
  .account-box span {
    margin-right: 0;
  }
}


/* agenda v2 */

.agenda-content-over {
  display: flex;
  flex-wrap: wrap;
}

.agenda-content-item {
  height: 100%;
  width: calc(25% - 15px);
  margin-left: 20px;
  border-radius: 20px;
  height: 300px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}

.agenda-content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agenda-content-item:nth-child(1):hover, .agenda-content-item:nth-child(2):hover, .agenda-content-item:nth-child(3):hover, .agenda-content-item:nth-child(4):hover{
  opacity: 0.5;
}

.agenda-content-item:nth-child(1) {
  margin-left: 0px;
  background: -webkit-linear-gradient(to left, #8BC4EE, #82A1EC);
  background: linear-gradient(to left, #8BC4EE, #82A1EC);
  transition: all 2s;
}

.agenda-content-item:nth-child(2) {
  background: -webkit-linear-gradient(to left, #93A0ED, #A086E9);
  background: linear-gradient(to left, #93A0ED, #A086E9);
  transition: all 2s;
}

.agenda-content-item:nth-child(3) {
  background: -webkit-linear-gradient(to left, #C291F3, #D77EE6);
  background: linear-gradient(to left, #C291F3, #D77EE6);
  transition: all 2s;
}

.agenda-content-item:nth-child(4) {
  background: -webkit-linear-gradient(to left, #DD8ADC, #FA94C7);
  background: linear-gradient(to left, #DD8ADC, #FA94C7);
  transition: all 2s;
}

@media (max-width: 1366px) {
  .agenda-content-item {
      height: 240px;
  }
}

@media (max-width: 767px) {
  .agenda-content-item {
      width: calc(50% - 8px);
      height: 180px;
      margin-left: 15px;
  }

  .agenda-content-item:nth-child(3) {
      margin-left: 0px;
  }
}

.agenda-content-item-data {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: left;
}

.agenda-content-item-data-number {
  font-size: 46px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.agenda-content-item-data-number small{
  font-size: 18px;
}

.first-number::before {
  content: " ";
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(0,113,199,0.3);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.third-number::before {
  content: " ";
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(139, 43, 189, 0.3);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.second-number::before {
  content: " ";
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(49, 75, 255, 0.3);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.fourth-number::before {
  content: " ";
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(208, 0, 23, 0.3);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.agenda-content-item-data-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .agenda-content-item-data-title {
      font-size: 18px;
  }
}

.agenda-buttom-title {
  text-align: center;
  color: #8c8ac4;
  line-height: 40px;
  margin-top: 10px;
  font-size: 16px;
}

.agenda-buttom-btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .agenda-buttom-title {
      line-height: 1.25em;
      font-size: 14px;
  }
}

.agenda-buttom-btn a {
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 16px;
  background: -webkit-linear-gradient(45deg, rgb(132, 104, 229), rgb(102, 123, 232));
  background: linear-gradient(45deg, rgb(132, 104, 229), rgb(102, 123, 232));
  color: #fff;
  cursor: pointer;
  display: inline-block;
  transition: all 2s;
}

.agenda-buttom-btn a:hover{
/*         background: -webkit-linear-gradient(45deg, rgba(132, 104, 229, 0.5), rgba(102, 123, 232,0.5));
  background: linear-gradient(45deg, rgba(132, 104, 229, 0.5), rgba(102, 123, 232,0.5));  */  
  opacity: 0.5;
}

/* join us v2 */


.image-pops{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.image-pops .pops-box{
  margin: 70px auto 0;
  max-width: 1600px;
  width: 80%;
  position: relative;
}
@media (max-width: 1400px) {
  .image-pops .pops-box{
    margin: 30px auto 0;
  }
}
@media (max-width: 992px) {
  .image-pops .pops-box{
    width: calc(100% - 30px);
    margin: 100px 15px;
  }
}
.image-pops .pops-box a.js-close-image{
  position: absolute;
  top: -5px;
  right: -10px;
}
.image-pops .pops-box a.js-close-image>img{
  width: 30px;
}

.image-pops .pops-box > img{
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
}

.attendBox .attendBox-bottom-box .learnmore p{
  font-size: 12px;
  margin-bottom: 0;
  color: rgb(83, 71, 173);
}

.attendBox .attendBox-bottom-box .learnmore:hover{
  text-decoration: underline;
  text-decoration-color: rgb(83, 71, 173);
}

.attendBox .attendBox-bottom-box .learnmore p::after{
  width: 10px;
  height: 10px;
  content: " ";
  display: inline-block;
  background-image: url('/-/media/hcomponent-cn-hc-meetingagenda2023/component/corporate/minisite/hc2023/v2/img/arrow-all.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  filter: invert(31%) sepia(31%) saturate(1937%) hue-rotate(216deg) brightness(88%) contrast(94%);
}
<link href="/-/media/hcomponent-cn-hc-meetingagenda2023/component/sitecore/shell/themes/standard/default/default.css" rel="stylesheet" />

<link href="/-/media/hcomponent-cn-hc-meetingagenda2023/component/sitecore/shell/controls/lib/flexie/flex.css" rel="stylesheet" />

