*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: none;
}

::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #F1F3F7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #F1F3F7;
}

::-webkit-scrollbar-corner {
  background: none;
}

#footer {
  z-index: 99;
}

.wrap {
  width: 100%;
  font-size: 0;
  background-color: #FCFCFC;
}

.wrap a,
.wrap a:hover,
.wrap a:visited,
.wrap a:active {
  text-decoration: none;
  outline: none;
}

.wrap .mb-one {
  display: none;
}

.wrap .safeplace {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  transform-origin: center;
}

.wrap .section {
  position: relative;
}

.wrap .page-title {
  font-size: 48px;
  color: #252B3A;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 78px;
}

.wrap .page-button {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 32px;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
}

.wrap .page-livebtn {
  display: inline-block;
  position: relative;
  margin-left: 8px;
}

.wrap .page-livebtn .btn {
  cursor: default;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 14px;
  color: #ADB0B8;
  height: 34px;
  border: 1px solid #ADB0B8;
  border-radius: 2px;
}

.wrap .page-livebtn .btn .i {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.wrap .page-livebtn .btn span {
  font-size: inherit;
  color: inherit;
  line-height: 1;
  white-space: nowrap;
}

.wrap .page-livebtn .tips {
  cursor: default;
  position: absolute;
  width: auto;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(7, 20, 45, 0.1);
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: opacity .4s;
  z-index: 3;
  pointer-events: none;
}

.wrap .page-livebtn .tips::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform-origin: center;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: 0 2px 10px 0 rgba(7, 20, 45, 0.1);
}

.wrap .page-livebtn .tips .box {
  position: relative;
  width: auto;
  font-size: 14px;
  color: #252B3A;
  line-height: 1.5;
  padding: 15px 20px;
  background: #FFFFFF;
  white-space: nowrap;
}

.wrap .page-livebtn:hover .tips {
  opacity: 1;
}

.wrap .page-livebtn.active .btn {
  cursor: pointer;
  color: #C7000B;
  border: 1px solid #C7000B;
  transition: color .4s, border-color .4s;
}

.wrap .page-livebtn.active .btn .i path {
  fill: #C7000B !important;
  transition: fill .4s;
}

.wrap .page-livebtn.active .btn:hover {
  color: #D64A52;
  border: 1px solid #D64A52;
}

.wrap .page-livebtn.active .btn:hover .i path {
  fill: #D64A52 !important;
}

.wrap .page-livebtn.active:hover .tips {
  opacity: 0;
}

.wrap .page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrap .page-banner .banner-pc {
  width: 100%;
  border: none;
  outline: none;
}

.wrap .page-banner .banner-pc:focus {
  outline: none;
}

.wrap .page-banner .banner-pad {
  display: none;
}

.wrap .page-banner .safeplace {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap .page-banner .infow {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translate(-110px, -50%);
}

.wrap .page-banner .infow .sub {
  font-size: 50px;
  color: #000;
  line-height: 1;
  margin-top: 48px;
}

.wrap .page-banner .infow .title {
  margin-top: 0;
  font-size: 58px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  text-align: center;
}

.wrap .page-banner .infow .title span {
  position: relative;
}

.wrap .page-banner .infow .title span::after {
  content: '';
  position: absolute;
  width: 27px;
  height: 3px;
  background-color: #C7000B;
  left: 21%;
  bottom: 0;
}

.wrap .page-banner .infow .add {
  font-size: 26px;
  color: #000;
  line-height: 1.4;
  margin-top: 28px;
  text-align: center;
}

.wrap .page-banner .infow .btn {
  margin-top: 48px;
  text-align: center;
}

.wrap .page-banner .infow .btn .register-btn {
  min-width: 120px;
  color: #FFFFFF;
  background-color: #C7000B;
}

.wrap .page-banner .infow .btn .register-btn:hover {
  background-color: #D64A52;
}

.wrap .page-banner .infow .btn .learn-btn {
  margin-left: 20px;
  min-width: 120px;
  border: 1px solid #252B3A;
  color: #252B3A;
}

.wrap .page-banner .infow .btn .learn-btn:hover {
  border: 1px solid #C7000B;
  color: #ffffff;
  background-color: #C7000B;
}

.wrap .page-banner .ornament {
  position: absolute;
  width: 788px;
  height: 606px;
  top: 133px;
  right: -168px;
}

.wrap .page-banner .ornament img {
  pointer-events: none;
}

.wrap .page-banner .ornament .after {
  position: absolute;
  width: 153px;
  top: 0;
  left: 207px;
}

.wrap .page-banner .ornament .left {
  position: absolute;
  width: 216px;
  top: 110px;
  left: 0;
}

.wrap .page-banner .ornament .right {
  position: absolute;
  width: 310px;
  top: 118px;
  right: 0;
}

.wrap .page-banner .ornament .before {
  position: absolute;
  width: 467px;
  bottom: 0;
  left: 145px;
}

.wrap .page-banner.living {
  position: absolute;
  top: 0;
  left: 0;
}

.wrap .page-live {
  width: 100%;
  padding-top: 30px;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/live-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wrap .page-live .livehead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.wrap .page-live .livehead .livetitle {
  flex: 1;
  display: inline-flex;
  align-items: center;
}

.wrap .page-live .livehead .livetitle .ticon {
  position: relative;
  width: 61px;
  height: 61px;
  margin-right: 15px;
}

.wrap .page-live .livehead .livetitle .ticon img {
  position: absolute;
  width: 145.9%;
  left: 50%;
  top: -13%;
  transform: translateX(-50%);
}

.wrap .page-live .livehead .livetitle .ttext .stext {
  font-size: 20px;
  color: #1C2324;
  line-height: 1;
}

.wrap .page-live .livehead .livetitle .ttext .stext span {
  display: inline-block;
  font-size: inherit;
  color: #fff;
  padding: 0 9px;
  background-color: #C7000B;
}

.wrap .page-live .livehead .livetitle .ttext .btext {
  font-size: 26px;
  font-weight: bold;
  color: #1C2324;
  line-height: 1.2;
  margin-bottom: 11px;
  position: relative;
}

.wrap .page-live .livehead .livetitle .ttext .btext::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #C7000B;
  left: 17%;
  bottom: -2px;
}

.wrap .page-live .livehead .livedoc {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 62px;
  padding: 0 42px;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(250, 245, 245, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: 0 5px 30px 0 rgba(31, 5, 5, 0.1);
  transition: transform .4s, box-shadow .4s;
}

.wrap .page-live .livehead .livedoc .i {
  width: 30px;
  height: 26px;
  margin-right: 9px;
}

.wrap .page-live .livehead .livedoc span {
  font-size: 24px;
  font-weight: bold;
  color: #252B3A;
  transition: color .4s;
}

.wrap .page-live .livehead .livedoc:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 30px 0 rgba(31, 5, 5, 0.2);
}

.wrap .page-live .livehead .livedoc:hover span {
  color: #C7000B;
}

.wrap .page-live .livehead .cutlang {
  display: none;
}

.wrap .page-live .livecont {
  width: 100%;
  height: 518px;
  display: flex;
  justify-content: space-between;
}

.wrap .page-live .livecont .livewin {
  position: relative;
  width: 71.875%;
  height: 100%;
  background-color: #ccc;
  box-shadow: 0 5px 30px 0 rgba(31, 5, 5, 0.1);
}

.wrap .page-live .livecont .livewin .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-live .livecont .livewin .btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap .page-live .livecont .livewin .btn .icon {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: box-shadow .4s;
}

.wrap .page-live .livecont .livewin .btn .icon:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.wrap .page-live .livecont .livenote {
  position: relative;
  width: 27.1875%;
  height: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(0deg, #ECEFF2 0%, #F8F9FB 0%, #F8F9FB 100%);
  box-shadow: 0 5px 30px 0 rgba(31, 5, 5, 0.1);
}

.wrap .page-live .livecont .livenote .block {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wrap .page-live .livecont .livenote .keynote {
  width: 100%;
  padding: 0 18px;
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
}

.wrap .page-live .livecont .livenote .keynote .i {
  width: 21px;
  height: 16px;
  margin-right: 8px;
}

.wrap .page-live .livecont .livenote .keynote span {
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
}

.wrap .page-live .livecont .livenote .date {
  font-size: 18px;
  color: #252B3A;
  padding: 0 18px;
  margin-bottom: 10px;
}

.wrap .page-live .livecont .livenote .agenda {
  flex: 1;
  width: calc(100% - 8px);
  margin-right: 8px;
  margin-bottom: 18px;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrap .page-live .livecont .livenote .agenda .box {
  width: 100%;
  padding: 0 20px;
}

.wrap .page-live .livecont .livenote .agenda .box .line {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
}

.wrap .page-live .livecont .livenote .agenda .box .line .time {
  font-size: 14px;
  color: #C7000B;
  line-height: 1;
  margin-bottom: 5px;
}

.wrap .page-live .livecont .livenote .agenda .box .line .issue {
  font-size: 14px;
  color: #252B3A;
  line-height: 1.5;
}

.wrap .page-live .livecont .livenote .agenda .box .line::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4px;
  background-color: #DFE4EC;
}

.wrap .page-live .livecont .livenote .agenda .box .line::after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #fff;
  border: 1px solid #C7000B;
}

.wrap .page-live .livecont .livenote .agenda .box .line:last-child {
  padding-bottom: 0;
}

.wrap .page-live .livecont .livenote .agenda .box .line:last-child::before {
  display: none;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  margin-bottom: 14px;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline:last-child {
  margin-bottom: 0;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .cover {
  position: relative;
  width: 100px;
  height: 56px;
  background: #C2C2C2;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 4px;
  overflow: hidden;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .cover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .4s;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .cover::after {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/icon-live.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .4s;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .cover .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .cover .playicon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .cover .playicon .i {
  width: 10px;
  transform: translateX(10%);
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .cover .playicon .i path {
  fill: #252B3A !important;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline .title {
  flex: 1;
  font-size: 14px;
  color: #252B3A;
  line-height: 1.4;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline:hover .title {
  color: #C7000B;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline.active .cover::before {
  opacity: 0;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline.active .cover .playicon {
  opacity: 0;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline.active .cover::after {
  opacity: 1;
}

.wrap .page-live .livecont .livenote .agenda .box .videoline.active .title {
  color: #C7000B;
}

.wrap .page-live .livecont .livenote .agenda::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 10px;
}

.wrap .page-live .livecont .livenote .agenda::-webkit-scrollbar-thumb:hover {
  background: #DEDEDE;
}

.wrap .page-live .livecont .livenote .webcast {
  cursor: pointer;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -5px 15px 0 rgba(31, 5, 5, 0.05);
  border-radius: 0 0 2px 2px;
  transition: box-shadow .4s;
}

.wrap .page-live .livecont .livenote .webcast .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 15px;
}

.wrap .page-live .livecont .livenote .webcast .text .b {
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1;
  transition: color .4s;
}

.wrap .page-live .livecont .livenote .webcast .text .s {
  margin-top: 7px;
  font-size: 14px;
  color: #8A8E99;
  line-height: 1;
}

.wrap .page-live .livecont .livenote .webcast:hover {
  box-shadow: 0 -5px 15px 0 rgba(31, 5, 5, 0.15);
}

.wrap .page-live .livecont .livenote .webcast:hover .text .b {
  color: #C7000B;
}

.wrap .page-live .cutlang {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #fff;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/langtab.png);
  background-size: 100% 100%;
  display: flex;
}

.wrap .page-live .cutlang .item {
  cursor: pointer;
  flex: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.wrap .page-live .cutlang .item::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: #C7000B;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  opacity: 0;
}

.wrap .page-live .cutlang .item span {
  font-size: 18px;
  font-weight: bold;
  color: #656465;
}

.wrap .page-live .cutlang .item.active {
  cursor: default;
}

.wrap .page-live .cutlang .item.active::after {
  opacity: 1;
}

.wrap .page-live .cutlang .item.active span {
  color: #C7000B;
}

.wrap .page-subforum {
  width: 100%;
  padding-bottom: 80px;
  overflow: hidden;
}

.wrap .page-subforum .safeplace .moduletitle {
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1;
  margin: 30px 0 22px;
}

.wrap .page-subforum .safeplace .subforum-swiper {
  width: 100%;
  overflow: visible;
}

.wrap .page-subforum .safeplace .subforum-swiper .swiper-wrapper {
  display: flex;
}

.wrap .page-subforum .safeplace .subforum-swiper .subforum-prev,
.wrap .page-subforum .safeplace .subforum-swiper .subforum-next {
  display: none;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  height: 120px;
  position: relative;
  padding: 18px;
  box-shadow: 0 5px 30px 0 rgba(31, 5, 5, 0.1);
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  margin-right: 11px;
  backdrop-filter: blur(4px);
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item:last-child {
  margin-right: 0;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(250, 245, 245, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/icon-live.png);
  background-size: 100% 100%;
  z-index: 1;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .title {
  position: relative;
  font-size: 16px;
  color: #1C2324;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .datetime {
  position: relative;
  margin-top: 6px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8A8E99;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .datetime .i {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .datetime span {
  font-size: inherit;
  color: inherit;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button {
  position: relative;
  cursor: pointer;
  height: 30px;
  background-color: #C7000B;
  padding: 0 15px;
  align-items: center;
  opacity: 0;
  transition: opacity .4s;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button .i {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button .i path {
  fill: #fff !important;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button span {
  color: #fff;
  line-height: 1;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button:hover {
  background-color: #D64A52;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .label {
  min-width: 60px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #EC646C 0%, #F6849A 100%);
  box-shadow: 0 5px 10px 0 rgba(235, 97, 105, 0.35);
  color: #fff;
  font-size: 12px;
  z-index: 2;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .label::before {
  content: '';
  width: 5px;
  height: 5px;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/products/icon-horn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item .label span {
  color: inherit;
  font-size: inherit;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item:hover .mask {
  opacity: 1;
  pointer-events: all;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item:hover .mask .page-button {
  opacity: 1;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.oneitem {
  flex-direction: row;
  align-items: center;
  padding: 24px 60px;
  height: auto;
  margin-bottom: 44px;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.oneitem .datetime {
  margin-top: 0;
  margin-left: 60px;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.oneitem .mask {
  width: auto;
  height: auto;
  top: 50%;
  right: 60px;
  left: auto;
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: all;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.oneitem .mask .title {
  font-size: 18px;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.oneitem .mask .page-button {
  opacity: 1;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.oneitem .mask::before {
  display: none;
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.live::after {
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/icon-live.gif);
}

.wrap .page-subforum .safeplace .subforum-swiper .forum-item.lunbo {
  opacity: 0;
  flex: none;
  margin-right: 0;
}

.wrap .page-products {
  width: 100%;
}

.wrap .page-products .safeplace {
  padding: 30px 30px 0;
}

.wrap .page-products .safeplace .bgmask {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  backdrop-filter: blur(4px);
  box-shadow: 0 -5px 10px 0 rgba(31, 5, 5, 0.1);
}

.wrap .page-products .safeplace .hotproducts {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  text-align: center;
  margin-bottom: 34px;
}

.wrap .page-products .safeplace .box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap .page-products .safeplace .box .product {
  cursor: pointer;
  position: relative;
  width: 604px;
  height: 200px;
  display: flex;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, #FAF5F5 0%, #FFFFFF 100%);
  box-shadow: 0 5px 30px 0 rgba(31, 5, 5, 0.1);
  border-radius: 2px;
  transition: transform .4s, box-shadow .4s;
  margin-bottom: 35px;
}

.wrap .page-products .safeplace .box .product .linfo {
  flex: 1;
  padding: 30px;
}

.wrap .page-products .safeplace .box .product .linfo .title {
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1;
  transition: color .4s;
}

.wrap .page-products .safeplace .box .product .linfo .info {
  font-size: 14px;
  color: #8A8E99;
  line-height: 1.5;
  margin-top: 6px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.wrap .page-products .safeplace .box .product .linfo .morebtn {
  font-size: 14px;
  color: #C7000B;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
}

.wrap .page-products .safeplace .box .product .linfo .morebtn span {
  font-size: inherit;
  color: inherit;
  line-height: 1;
}

.wrap .page-products .safeplace .box .product .linfo .morebtn .i {
  width: 6px;
  height: 10px;
  vertical-align: bottom;
  margin-left: 8px;
  transition: transform .4s;
}

.wrap .page-products .safeplace .box .product .linfo .morebtn .i .cls-1 {
  stroke: #C7000B;
}

.wrap .page-products .safeplace .box .product .rpic {
  width: 200px;
  height: 100%;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
}

.wrap .page-products .safeplace .box .product .rpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-products .safeplace .box .product .label {
  min-width: 60px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #EC646C 0%, #F6849A 100%);
  box-shadow: 0 5px 10px 0 rgba(235, 97, 105, 0.35);
  color: #fff;
  font-size: 12px;
  z-index: 2;
}

.wrap .page-products .safeplace .box .product .label::before {
  content: '';
  width: 5px;
  height: 5px;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/products/icon-horn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.wrap .page-products .safeplace .box .product .label span {
  color: inherit;
  font-size: inherit;
}

.wrap .page-products .safeplace .box .product:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 30px 0 rgba(31, 5, 5, 0.2);
}

.wrap .page-products .safeplace .box .product:hover .linfo .title {
  color: #C7000B;
}

.wrap .page-products .safeplace .box .product:hover .linfo .morebtn .i {
  transform: translateX(4px);
}

.wrap .overall {
  position: relative;
  width: 100%;
  padding-bottom: 130px;
  background-color: #EFF2F6;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/bg-orn-live.jpg);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.wrap .overall .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap .overall .ornament .safeplace {
  height: 100%;
}

.wrap .overall .ornament .left {
  position: absolute;
  left: 0;
  top: 180px;
}

.wrap .overall .ornament .left img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap .overall .ornament .left .l1 {
  width: 79px;
  top: 0;
  left: -130px;
}

.wrap .overall .ornament .left .l2 {
  width: 136px;
  top: 246px;
  left: -100px;
}

.wrap .overall .ornament .left .l3 {
  width: 42px;
  top: 318px;
  left: 84px;
}

.wrap .overall .ornament .right {
  position: absolute;
  right: 0;
  top: 730px;
}

.wrap .overall .ornament .right img {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
}

.wrap .overall .ornament .right .r1 {
  width: 28px;
  top: 0;
  left: 163px;
}

.wrap .overall .ornament .right .r2 {
  width: 50px;
  top: 168px;
  left: 18px;
}

.wrap .overall .ornament .right .r3 {
  width: 275px;
  top: 252px;
  left: 93px;
}

.wrap .overall .ornament .student {
  position: absolute;
  left: 0;
  top: 1300px;
}

.wrap .overall .ornament .student img {
  width: 564px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -320px;
}

.wrap .overall .ornament .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.wrap .overall .ornament .bottom img {
  pointer-events: none;
  position: absolute;
}

.wrap .overall .ornament .bottom .b1 {
  width: 114px;
  bottom: 644px;
  left: -355px;
}

.wrap .overall .ornament .bottom .b2 {
  width: 116px;
  bottom: 122px;
  left: -234px;
}

.wrap .overall .ornament .bottom .b3 {
  width: 91px;
  bottom: 63px;
  left: 1242px;
}

.wrap .overall .ornament .bottom .b4 {
  width: 202px;
  bottom: 640px;
  left: 1410px;
}

.wrap .overall.living {
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/bg-orn.jpg);
}

.wrap .overall.living .page-agenda {
  padding: 96px 0 0;
}

.wrap .insession {
  position: relative;
  padding-bottom: 130px;
  width: 100%;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/bg-session.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.wrap .insession .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap .insession .ornament .left {
  position: absolute;
  left: 0;
  top: 84px;
}

.wrap .insession .ornament .left img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap .insession .ornament .left .l1 {
  width: 45px;
  top: 0;
  left: -100px;
}

.wrap .insession .ornament .left .l2 {
  width: 137px;
  top: 139px;
  left: -234px;
}

.wrap .ornament img.ani-up {
  animation: aniUp 1500ms steps(25) both infinite alternate;
}

.wrap .ornament img.ani-down {
  animation: aniDown 1500ms steps(25) both infinite alternate;
}

.wrap .ornament img.ani-up-short {
  animation: aniUpShort 1500ms steps(25) both infinite alternate;
}

.wrap .ornament img.ani-down-short {
  animation: aniDownShort 1500ms steps(25) both infinite alternate;
}

.wrap .page-document {
  width: 100%;
  padding: 130px 0 0;
}

.wrap .page-document .safeplace .docitem {
  cursor: pointer;
  width: 416px;
  height: 195px;
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  border-radius: 2px;
  border: 2px solid #FFFFFF;
  background: linear-gradient(180deg, rgba(250, 245, 245, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  margin-right: 16px;
  margin-bottom: 30px;
  transition: transform .4s, box-shadow .4s;
}

.wrap .page-document .safeplace .docitem:nth-child(3n+0) {
  margin-right: 0;
}

.wrap .page-document .safeplace .docitem .con {
  width: 100%;
  flex: 1;
  padding: 20px 30px;
  overflow: hidden;
}

.wrap .page-document .safeplace .docitem .con .title {
  font-size: 18px;
  line-height: 1.5;
  color: #252B3A;
  font-weight: 500;
  margin-bottom: 5px;
  transition: color .4s;
}

.wrap .page-document .safeplace .docitem .con .text {
  font-size: 14px;
  line-height: 1.5;
  color: #8A8E99;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.wrap .page-document .safeplace .docitem .btn {
  cursor: pointer;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-top: 2px solid #fff;
  background: linear-gradient(180deg, rgba(250, 245, 245, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.wrap .page-document .safeplace .docitem .btn span {
  font-size: 14px;
  color: #C7000B;
}

.wrap .page-document .safeplace .docitem .btn .i {
  width: 16px;
  margin-left: 5px;
}

.wrap .page-document .safeplace .docitem:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.15);
}

.wrap .page-document .safeplace .docitem:hover .con .title {
  color: #C7000B;
}

.wrap .page-highlights {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

.wrap .page-highlights .highlight-swiper {
  width: 100%;
  padding-bottom: 50px;
  overflow: visible;
}

.wrap .page-highlights .highlight-swiper .highlight-item {
  cursor: pointer;
  width: 32.3%;
  height: 300px;
  background: linear-gradient(180deg, rgba(250, 245, 245, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  transition: transform .4s, box-shadow .4s;
}

.wrap .page-highlights .highlight-swiper .highlight-item .top {
  position: relative;
  width: 100%;
  height: 140px;
}

.wrap .page-highlights .highlight-swiper .highlight-item .top .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .page-highlights .highlight-swiper .highlight-item .top .icon {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 18px;
  bottom: 20px;
}

.wrap .page-highlights .highlight-swiper .highlight-item .top .icon img {
  width: 100%;
  height: 100%;
}

.wrap .page-highlights .highlight-swiper .highlight-item .btm {
  width: 100%;
  padding: 24px 28px;
  font-size: 16px;
  line-height: 1.5;
  color: #252B3A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  transition: color .4s;
}

.wrap .page-highlights .highlight-swiper .highlight-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.15);
}

.wrap .page-highlights .highlight-swiper .highlight-item:hover .btm {
  color: #C7000B;
}

.wrap .page-highlights .highlight-button {
  width: 78px;
  height: 25px;
  position: absolute;
  top: -30px;
  right: 0;
  transform: translateY(-100%);
}

.wrap .page-highlights .highlight-button .swiper-button-prev {
  left: 0;
  transform: translate(0, -50%);
}

.wrap .page-highlights .highlight-button .swiper-button-next {
  right: 0;
  transform: translate(0, -50%);
}

.wrap .page-introduce {
  width: 100%;
  padding: 130px 0 0;
}

.wrap .page-introduce .safeplace {
  padding-top: 30px;
  min-height: 435px;
}

.wrap .page-introduce .safeplace .left {
  position: relative;
  width: 790px;
  background-color: #fcfcfc;
  padding: 48px 50px;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  z-index: 2;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
}

.wrap .page-introduce .safeplace .left::after {
  content: "";
  width: 73px;
  height: 73px;
  border: 2px solid #C7000B;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-41%, -41%);
}

.wrap .page-introduce .safeplace .left .text {
  position: relative;
  width: 100%;
  overflow-y: auto;
  padding: 0 9px 0 0;
  font-size: 18px;
  color: #252B3A;
  line-height: 1.5;
}

.wrap .page-introduce .safeplace .left .text p {
  font-size: inherit;
  color: inherit;
}

.wrap .page-introduce .safeplace .left .text .redcolor {
  color: #C7000B;
}

.wrap .page-introduce .safeplace .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 540px;
  height: 416px;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  border-radius: 2px;
  z-index: 1;
}

.wrap .page-introduce .safeplace .right .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  border-radius: 2px;
}

.wrap .page-introduce .safeplace .right .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  border-radius: 2px;
  overflow: hidden;
}

.wrap .page-introduce .safeplace .right .cont .top {
  font-size: 24px;
  color: #575D6C;
  text-align: center;
  line-height: 1;
  margin-top: 25px;
}

.wrap .page-introduce .safeplace .right .cont .top p {
  font-size: inherit;
  color: inherit;
}

.wrap .page-introduce .safeplace .right .cont .top .dtext {
  color: #252B3A;
  font-weight: 600;
  margin-top: 18px;
  position: relative;
}

.wrap .page-introduce .safeplace .right .cont .top .dtext::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #C7000B;
  left: 33%;
  bottom: -3px;
}

.wrap .page-introduce .safeplace .right .cont .middle {
  color: #252B3A;
  font-weight: 600;
  font-size: 24px;
  margin: 50px 0;
}

.wrap .page-introduce .safeplace .right .cont .middle span {
  font-size: inherit;
  color: inherit;
  line-height: 1;
}

.wrap .page-introduce .safeplace .right .cont .middle .number {
  font-size: 72px;
  margin-right: 8px;
}

.wrap .page-introduce .safeplace .right .cont .btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background-color: #C7000B;
}

.wrap .page-introduce .safeplace .right .cont .btn .i {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.wrap .page-introduce .safeplace .right .cont .btn .i .icon_time_cls-2,
.wrap .page-introduce .safeplace .right .cont .btn .i .icon_time_cls-3 {
  stroke: #fff;
}

.wrap .page-introduce .safeplace .right .cont .btn span {
  font-size: inherit;
  color: #fff;
  line-height: 16px;
}

.wrap .page-introduce .safeplace .right .cont .btn:hover {
  background-color: #D64A52;
}

.wrap .page-introduce .safeplace .right .playbtn {
  cursor: pointer;
  position: absolute;
  width: 82px;
  height: 82px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap .page-introduce .safeplace .right .playbtn .icon {
  width: 100%;
  border-radius: 50%;
  transition: box-shadow .4s;
}

.wrap .page-introduce .safeplace .right .playbtn .icon:hover {
  box-shadow: 0 0 10px #fff;
}

.wrap .page-introduce .safeplace .right::after {
  content: '';
  position: absolute;
  width: 321px;
  height: 295px;
  right: -136px;
  bottom: -91px;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/introduce/ele-cartoon.png);
  background-size: 100% 100%;
}

.wrap .page-introduce.living {
  padding: 130px 0;
}

.wrap .page-speakers {
  width: 100%;
  padding: 130px 0 0;
  overflow-x: hidden;
}

.wrap .page-speakers .page-title {
  margin-bottom: 45px;
}

.wrap .page-speakers .safeplace .speakers-swiper {
  width: calc(100% + 30px);
  padding: 30px 15px 50px;
  margin-left: -15px;
  overflow: visible;
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide {
  width: 309px;
  height: 372px;
  transition: transform .4s;
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/speakers/speaker-item-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  padding: 30px 28px;
  border-radius: 2px;
  transition: box-shadow .4s;
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .name {
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  margin-bottom: 6px;
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .post {
  font-size: 16px;
  color: #575D6C;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .avatar {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
  width: 100%;
  position: absolute;
  bottom: 3px;
  right: 0;
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .morepost {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -15px;
  transform: translateY(-100%);
  padding: 10px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .morepost::after {
  content: '';
  position: absolute;
  left: 45%;
  top: 100%;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  width: 0;
  height: 0;
  transform: rotate(180deg) translateX(-50%);
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide:hover .speaker-item {
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.15);
}

.wrap .page-speakers .safeplace .speakers-swiper .swiper-slide:hover .speaker-item .morepost {
  opacity: 1;
}

.wrap .page-speakers .safeplace .swiper-button-next,
.wrap .page-speakers .safeplace .swiper-button-prev {
  margin-bottom: 20px;
}

.wrap .page-agenda {
  width: 100%;
  padding: 130px 0 0;
}

.wrap .page-agenda .safeplace .tabbar {
  display: table;
  position: relative;
  margin: 0 auto;
  border: 1px solid #DFE1E6;
  border-radius: 100px;
  margin-bottom: 30px;
}

.wrap .page-agenda .safeplace .tabbar .tab {
  cursor: pointer;
  width: 138px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wrap .page-agenda .safeplace .tabbar .tab span {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #252B3A;
  transition: color .4s;
  z-index: 2;
}

.wrap .page-agenda .safeplace .tabbar .tab.active {
  pointer-events: none;
}

.wrap .page-agenda .safeplace .tabbar .tab.active span {
  color: #fff !important;
}

.wrap .page-agenda .safeplace .tabbar .tab:hover span {
  color: #C7000B;
}

.wrap .page-agenda .safeplace .tabbar .tab .movetem {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #C7000B;
  border-radius: 100px;
  transition: transform .4s;
}

.wrap .page-agenda .safeplace .cont {
  width: 100%;
}

.wrap .page-agenda .safeplace .cont .timezone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #8A8E99;
}

.wrap .page-agenda .safeplace .cont .timezone .i {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.wrap .page-agenda .safeplace .cont .timezone span {
  font-size: inherit;
  color: inherit;
}

.wrap .page-agenda .safeplace .cont .block {
  width: 100%;
}

.wrap .page-agenda .safeplace .cont .block:nth-child(n+2) {
  display: none;
}

.wrap .page-agenda .safeplace .cont .block .row {
  width: 100%;
  margin-top: 18px;
  background: #FCFCFC;
  border: 2px solid #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  border-radius: 2px;
}

.wrap .page-agenda .safeplace .cont .block .row .theme {
  width: 100%;
  padding: 25px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.wrap .page-agenda .safeplace .cont .block .row .theme .content .text {
  font-size: 24px;
  color: #252B3A;
  margin-bottom: 8px;
}

.wrap .page-agenda .safeplace .cont .block .row .theme .content .time {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #5E7CE0;
}

.wrap .page-agenda .safeplace .cont .block .row .theme .content .time .i {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.wrap .page-agenda .safeplace .cont .block .row .theme .content .time .i path {
  stroke: #5E7CE0;
}

.wrap .page-agenda .safeplace .cont .block .row .theme .content .time span {
  font-size: inherit;
  color: inherit;
  line-height: 1;
}

.wrap .page-agenda .safeplace .cont .block .row .infow {
  width: 100%;
  position: relative;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line {
  position: relative;
  width: 100%;
  display: flex;
  padding: 30px 46px;
  border-top: 1px solid #F1F3F7;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line::before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 2px);
  top: -1px;
  left: -10px;
  background-color: #fff;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/line-bg.png);
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  border-radius: 2px;
  opacity: 0;
  transition: opacity .4s;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line:hover {
  z-index: 2;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line:hover::before {
  opacity: 1;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line:hover .left .topic {
  color: #C7000B;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .left {
  position: relative;
  width: 64.6%;
  padding-right: 8.5%;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .left .topic {
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1.5;
  transition: color .4s;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .left .time {
  font-size: 16px;
  color: #5E7CE0;
  margin-top: 5px;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right {
  position: relative;
  flex: 1;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest {
  width: 100%;
  display: flex;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .avatar {
  width: 46px;
  height: 46px;
  background: #EAEDF3;
  border-radius: 50%;
  margin-right: 15px;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .infomation {
  flex: 1;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .infomation .text {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 1;
  margin: 6px 0 5px;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .infomation .subtext {
  font-size: 16px;
  color: #8A8E99;
  line-height: 1.2;
}

.wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest:nth-child(n+2) {
  margin-top: 20px;
}

.wrap .page-featured {
  width: 100%;
  padding: 130px 0 0;
}

.wrap .page-featured .tabbar {
  display: table;
  position: relative;
  margin: 0 auto;
  border: 1px solid #DFE1E6;
  border-radius: 100px;
  margin-bottom: 30px;
}

.wrap .page-featured .tabbar .tab {
  cursor: pointer;
  width: 138px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wrap .page-featured .tabbar .tab span {
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #252B3A;
  transition: color .4s;
  z-index: 2;
}

.wrap .page-featured .tabbar .tab.active {
  pointer-events: none;
}

.wrap .page-featured .tabbar .tab.active span {
  color: #fff !important;
}

.wrap .page-featured .tabbar .tab:hover span {
  color: #C7000B;
}

.wrap .page-featured .tabbar .tab .movetem {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #C7000B;
  border-radius: 100px;
  transition: transform .4s;
}

.wrap .page-featured .cont {
  width: 100%;
}

.wrap .page-featured .cont .timezone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #8A8E99;
}

.wrap .page-featured .cont .timezone .i {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.wrap .page-featured .cont .timezone span {
  font-size: inherit;
  color: inherit;
}

.wrap .page-featured .cont .block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  height: 677px;
}

.wrap .page-featured .cont .block .left {
  position: relative;
  width: 25%;
  height: 100%;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/featured-left.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
}

.wrap .page-featured .cont .block .left .litem {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  height: 100px;
  transition: height .5s;
}

.wrap .page-featured .cont .block .left .litem .topic {
  cursor: default;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1.3;
  transition: color .5s;
}

.wrap .page-featured .cont .block .left .litem .datetime {
  cursor: default;
  font-size: 14px;
  font-weight: bold;
  color: #575D6C;
  line-height: 1;
  margin: 12px 0 15px;
}

.wrap .page-featured .cont .block .left .litem .hidele {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height .5s, opacity .5s;
}

.wrap .page-featured .cont .block .left .litem::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/featured-left-item.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .5s;
}

.wrap .page-featured .cont .block .left .litem::after {
  content: '';
  width: 80.9%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.6);
}

.wrap .page-featured .cont .block .left .litem:last-child::after {
  display: none;
}

.wrap .page-featured .cont .block .left .litem.active {
  z-index: 2;
  height: 197px;
}

.wrap .page-featured .cont .block .left .litem.active .topic {
  color: #C7000B;
}

.wrap .page-featured .cont .block .left .litem.active .hidele {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.wrap .page-featured .cont .block .left .litem.active::before {
  opacity: 1;
}

.wrap .page-featured .cont .block .left .litem.active::after {
  opacity: 0;
}

.wrap .page-featured .cont .block .left .litem.borderhide::after {
  opacity: 0;
}

.wrap .page-featured .cont .block .right {
  position: relative;
  width: 73.28%;
  height: 100%;
  background: #FCFCFC;
  border: 2px solid #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  border-radius: 2px;
}

.wrap .page-featured .cont .block .right .blockbox {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.wrap .page-featured .cont .block .right .blockbox:first-child {
  display: block;
}

.wrap .page-featured .cont .block .right .detailbox {
  position: relative;
  width: 100%;
}

.wrap .page-featured .cont .block .right .detailbox .tabbar {
  margin-top: 30px;
  margin-bottom: 20px;
}

.wrap .page-featured .cont .block .right .detailbox .sessioninfo {
  width: 100%;
  padding: 0 30px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F1F3F7;
}

.wrap .page-featured .cont .block .right .detailbox .sessioninfo .con {
  text-align: left;
}

.wrap .page-featured .cont .block .right .detailbox .sessioninfo .con .text {
  font-size: 14px;
  color: #575D6C;
  font-weight: bold;
  margin-bottom: 8px;
}

.wrap .page-featured .cont .block .right .detailbox .sessioninfo .con .time {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #575D6C;
}

.wrap .page-featured .cont .block .right .detailbox .sessioninfo .con .time span {
  font-size: inherit;
  color: inherit;
  line-height: 1;
}

.wrap .page-featured .cont .block .right .detailbox .sessionblock {
  display: none;
  text-align: center;
}

.wrap .page-featured .cont .block .right .ritem {
  width: 100%;
  position: relative;
  padding: 25px 30px;
  text-align: left;
}

.wrap .page-featured .cont .block .right .ritem::before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 2px);
  top: -1px;
  left: -10px;
  background-color: #fff;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/line-bg.png);
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  opacity: 0;
  transition: opacity .4s;
}

.wrap .page-featured .cont .block .right .ritem:hover {
  z-index: 2;
}

.wrap .page-featured .cont .block .right .ritem:hover::before {
  opacity: 1;
}

.wrap .page-featured .cont .block .right .ritem:hover::after {
  opacity: 0;
}

.wrap .page-featured .cont .block .right .ritem:hover .normaltitle .topic,
.wrap .page-featured .cont .block .right .ritem:hover .bigtitle .topic {
  color: #C7000B;
}

.wrap .page-featured .cont .block .right .ritem::after {
  content: '';
  width: 93.5%;
  height: 1px;
  background-color: #F1F3F7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .3s;
}

.wrap .page-featured .cont .block .right .ritem:last-child::after {
  display: none;
}

.wrap .page-featured .cont .block .right .ritem .line {
  display: flex;
  position: relative;
}

.wrap .page-featured .cont .block .right .ritem .bigtitle {
  position: relative;
  width: 100%;
}

.wrap .page-featured .cont .block .right .ritem .bigtitle .topic {
  font-size: 18px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1.5;
  transition: color .4s;
}

.wrap .page-featured .cont .block .right .ritem .bigtitle .time {
  font-size: 14px;
  color: #5E7CE0;
  margin-top: 5px;
  line-height: 1;
}

.wrap .page-featured .cont .block .right .ritem .normaltitle {
  position: relative;
  flex: 1;
  padding-right: 50px;
}

.wrap .page-featured .cont .block .right .ritem .normaltitle .topic {
  font-size: 16px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1.5;
  transition: color .4s;
}

.wrap .page-featured .cont .block .right .ritem .normaltitle .time {
  font-size: 14px;
  color: #5E7CE0;
  margin-top: 5px;
  line-height: 1;
}

.wrap .page-featured .cont .block .right .ritem .secendary {
  position: relative;
  width: 100%;
  padding: 0 30px;
  margin-top: 20px;
}

.wrap .page-featured .cont .block .right .ritem .secendary .line {
  padding-top: 8px;
  align-items: flex-start;
}

.wrap .page-featured .cont .block .right .ritem .secendary .line::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 6px;
  top: 0;
  background: #F1F3F7;
}

.wrap .page-featured .cont .block .right .ritem .secendary .line:first-child::before {
  top: 16px;
}

.wrap .page-featured .cont .block .right .ritem .secendary .line:last-child::before {
  height: 16px;
  top: 0;
}

.wrap .page-featured .cont .block .right .ritem .secendary .secondtitle {
  display: flex;
  position: relative;
  flex: 1;
  font-size: 16px;
  color: #252B3A;
  line-height: 1.5;
}

.wrap .page-featured .cont .block .right .ritem .secendary .secondtitle .i {
  width: 13px;
  height: 13px;
  background: #ADB0B8;
  border: 4px solid #E0E4EB;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 6px;
}

.wrap .page-featured .cont .block .right .ritem .secendary .secondtitle span {
  font-size: inherit;
  color: inherit;
}

.wrap .page-featured .cont .block .right .ritem .secendary .guest {
  width: 35%;
}

.wrap .page-featured .cont .block .right .ritem .guest {
  width: 36%;
}

.wrap .page-featured .cont .block .right .ritem .guest .text {
  font-size: 14px;
  color: #252B3A;
  line-height: 1;
  margin: 6px 0 3px;
}

.wrap .page-featured .cont .block .right .ritem .guest .text .i {
  width: 11px;
  margin-right: 4px;
}

.wrap .page-featured .cont .block .right .ritem .guest .subtext {
  font-size: 14px;
  color: #8A8E99;
  line-height: 1.5;
}

.wrap .page-featured .cont .block .right .litem {
  display: none;
}

.wrap .page-featured .cont .page-livebtn {
  margin-left: 0;
}

.wrap .page-stories {
  position: relative;
  width: 100%;
  height: 600px;
}

.wrap .page-stories .bgbox {
  width: 100%;
  height: 100%;
}

.wrap .page-stories .bgbox .item {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition-duration: 0.5s !important;
}

.wrap .page-stories .bgbox .item .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
}

.wrap .page-stories .bgbox .item .infow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 570px;
}

.wrap .page-stories .bgbox .item .infow .box {
  display: inline-block;
  text-align: center;
}

.wrap .page-stories .bgbox .item .infow .title {
  font-size: 36px;
  font-weight: bold;
  color: #252B3A;
  line-height: 1.5;
}

.wrap .page-stories .bgbox .item .infow .title .redcolor {
  color: #C7000B;
}

.wrap .page-stories .bgbox .item .infow .subtitle {
  font-size: 18px;
  color: #252B3A;
  line-height: 1.5;
  margin-top: 16px;
}

.wrap .page-stories .bgbox .item .infow .btn {
  cursor: pointer;
  padding: 0 30px;
  background-color: #C7000B;
  color: #fff;
  margin: 46px 0 0;
}

.wrap .page-stories .bgbox .item .infow .btn:hover {
  background-color: #D64A52;
}

.wrap .page-stories .bgbox .item.show, .wrap .page-stories .bgbox .item.swiper-slide-active {
  pointer-events: all;
  opacity: 1;
}

.wrap .page-stories .barbox {
  pointer-events: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}

.wrap .page-stories .barbox .togglebar {
  pointer-events: all;
  position: relative;
  width: 28.125%;
  backdrop-filter: blur(5px);
  border-radius: 2px;
}

.wrap .page-stories .barbox .togglebar::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.wrap .page-stories .barbox .togglebar .bartem {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid rgba(202, 207, 218, 0.5);
}

.wrap .page-stories .barbox .togglebar .bartem:last-child {
  border-bottom: 0;
}

.wrap .page-stories .barbox .togglebar .bartem span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #252B3A;
  line-height: 1.5;
  transition: color .4s;
}

.wrap .page-stories .barbox .togglebar .bartem:hover span {
  color: #C7000B;
}

.wrap .page-stories .barbox .togglebar .bartem::before {
  content: '';
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #FCFCFC;
  border: 2px solid #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  opacity: 0;
  transition: opacity .4s;
  border-radius: 2px;
}

.wrap .page-stories .barbox .togglebar .bartem::after {
  content: '';
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/stories/bar-header.png);
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  opacity: 0;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  transition: opacity .4s;
}

.wrap .page-stories .barbox .togglebar .bartem.active {
  pointer-events: none;
}

.wrap .page-stories .barbox .togglebar .bartem.active::before, .wrap .page-stories .barbox .togglebar .bartem.active::after {
  opacity: 1;
}

.wrap .page-stories .stories-pagination {
  bottom: 80px;
}

.wrap .page-partner {
  width: 100%;
  padding: 130px 0;
  border-color: #FAFBFD;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/partner/bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.wrap .page-partner .safeplace {
  text-align: center;
}

.wrap .page-partner .safeplace .logos {
  width: 100%;
  height: 400px;
  transition: height .4s;
}

.wrap .page-partner .safeplace .logos .item {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 15.3125%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  margin-right: 1.625%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.4s;
}

.wrap .page-partner .safeplace .logos .item img {
  max-width: 75%;
  max-height: 70%;
}

.wrap .page-partner .safeplace .logos .item:nth-child(6n + 0) {
  margin-right: 0;
}

.wrap .page-partner .safeplace .logos .item:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.wrap .page-partner .safeplace .logos .item:nth-child(n+25) {
  pointer-events: none;
  opacity: 0;
}

.wrap .page-partner .safeplace .logos.active {
  height: auto;
}

.wrap .page-partner .safeplace .logos.active .item {
  transition: transform 0.4s, opacity .4s;
  pointer-events: all;
  opacity: 1 !important;
}

.wrap .page-partner .safeplace .morebtn {
  cursor: pointer;
  margin-top: 30px;
  height: 40px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #252B3A;
  border: 1px solid #252B3A;
  border-radius: 2px;
  transition: color .4s, border .4s;
  position: relative;
}

.wrap .page-partner .safeplace .morebtn .i {
  width: 17px;
  margin-right: 10px;
  transform-origin: center;
}

.wrap .page-partner .safeplace .morebtn .i path {
  transition: fill .4s;
}

.wrap .page-partner .safeplace .morebtn span {
  font-size: inherit;
  color: inherit;
}

.wrap .page-partner .safeplace .morebtn:hover {
  color: #C7000B;
  border: 1px solid #C7000B;
}

.wrap .page-partner .safeplace .morebtn:hover .i path {
  fill: #C7000B;
}

.wrap .page-partner .safeplace .morebtn.rotate .i {
  transform: rotate(45deg);
}

.wrap .page-partner.living {
  padding: 130px 0 0;
}

.wrap .page-topic {
  width: 100%;
  overflow: hidden;
  padding: 130px 0 0;
}

.wrap .page-topic .topic-swiper {
  display: flex;
  overflow: visible;
}

.wrap .page-topic .topic-swiper .card {
  flex: 1;
  height: 625px;
  background: #FCFCFC;
  border: 2px solid #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(36, 31, 31, 0.05);
  transition: width .4s, flex .4s;
}

.wrap .page-topic .topic-swiper .card .pic {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #ccc;
  transition: width .4s;
}

.wrap .page-topic .topic-swiper .card .pic img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap .page-topic .topic-swiper .card .infom {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 26px 16px;
  overflow: hidden;
  transition: width .4s;
}

.wrap .page-topic .topic-swiper .card .infom .atitle {
  font-size: 18px;
  line-height: 1.22;
  font-weight: bold;
  color: #252B3A;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.wrap .page-topic .topic-swiper .card .infom .atitle span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.wrap .page-topic .topic-swiper .card .infom .atitle .i {
  display: inline;
  width: 6px;
  margin-left: 6px;
  margin-bottom: 4px;
  opacity: 0;
  transition: opacity .4s;
  vertical-align: middle;
}

.wrap .page-topic .topic-swiper .card .infom .atitle .i .cls-1 {
  stroke: #C7000B;
  stroke-width: 2px;
}

.wrap .page-topic .topic-swiper .card .infom .btext {
  font-size: 14px;
  color: #575D6C;
  line-height: 1.3;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.wrap .page-topic .topic-swiper .card.active {
  flex: 2.826;
}

.wrap .page-topic .topic-swiper .card.active .infom {
  padding: 26px 30px;
}

.wrap .page-topic .topic-swiper .card.active .infom .atitle .i,
.wrap .page-topic .topic-swiper .card.active .infom .btext {
  transition: opacity .1s .3s;
  opacity: 1;
}

.wrap .page-aboutus {
  width: 100%;
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/aboutus/bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.wrap .page-aboutus .safeplace {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}

.wrap .page-aboutus .safeplace .helper {
  display: flex;
  align-items: center;
}

.wrap .page-aboutus .safeplace .helper .imgbox {
  width: 132px;
  height: 132px;
  background-color: #fff;
  border: 2px solid #fff;
  margin-right: 50px;
  box-shadow: 0 3px 10px 0 rgba(7, 20, 45, 0.1);
}

.wrap .page-aboutus .safeplace .helper .imgbox img {
  width: 100%;
  height: 100%;
}

.wrap .page-aboutus .safeplace .helper .intr {
  font-size: 24px;
  color: #252B3A;
}

.wrap .page-aboutus .safeplace .pic {
  width: 434px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 78px;
}

.wrap .page-aboutus .safeplace .pic img {
  width: 100%;
  -webkit-user-drag: none;
}

.wrap .page-aboutus .safeplace .qrcode .item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 79px;
}

.wrap .page-aboutus .safeplace .qrcode .item:last-child {
  margin-right: 0;
}

.wrap .page-aboutus .safeplace .qrcode .item .text {
  font-size: 14px;
  color: #252B3A;
  line-height: 1;
  margin-bottom: 10px;
}

.wrap .page-aboutus .safeplace .qrcode .item .img {
  width: 86px;
  height: 86px;
  border-radius: 2px;
  background: #FCFCFC;
  box-shadow: 0 3px 10px 0 rgba(7, 20, 45, 0.1);
}

.wrap .page-links {
  background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/aboutus/bg-links.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.wrap .page-links .safeplace {
  display: flex;
  align-items: center;
}

.wrap .page-links .safeplace .stitle {
  font-size: 18px;
  color: #252B3A;
  margin-right: 80px;
}

.wrap .page-links .safeplace .links .a {
  cursor: pointer;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  color: #252B3A;
  margin-right: 80px;
  transition: color .4s;
}

.wrap .page-links .safeplace .links .a:last-child {
  margin-right: 0;
}

.wrap .page-links .safeplace .links .a span {
  font-size: inherit;
  color: inherit;
  white-space: nowrap;
}

.wrap .page-links .safeplace .links .a .i {
  width: 6px;
  height: 10px;
  margin-left: 10px;
  transition: transform .4s;
}

.wrap .page-links .safeplace .links .a .i .cls-1 {
  transition: stroke .4s;
}

.wrap .page-links .safeplace .links .a:hover {
  color: #C7000B;
}

.wrap .page-links .safeplace .links .a:hover .i {
  transform: translateX(5px);
}

.wrap .page-links .safeplace .links .a:hover .i .cls-1 {
  stroke: #C7000B;
}

.wrap .swiper-button-next,
.wrap .swiper-button-prev {
  width: 14px;
  height: 25px;
  margin-top: 0;
  background: none;
}

.wrap .swiper-button-next svg,
.wrap .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.wrap .swiper-button-next svg path,
.wrap .swiper-button-prev svg path {
  fill: #252B3A;
  transition: all .4s;
}

.wrap .swiper-button-next:hover svg path,
.wrap .swiper-button-prev:hover svg path {
  fill: #C7000B;
}

.wrap .swiper-button-prev {
  left: -48px;
  transform: translate(-100%, -50%);
}

.wrap .swiper-button-next {
  right: -48px;
  transform: translate(100%, -50%);
}

.wrap .swiper-pagination {
  bottom: 0;
}

.wrap .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #ADB0B8;
  margin: 0 3px;
  opacity: 1;
  border-radius: 0;
  transition: background-color .4s;
}

.wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #575D6C;
}

.wrap .page-menu {
  width: auto;
  height: auto;
  position: fixed;
  top: 130px;
  left: 30px;
  z-index: 99;
}

.wrap .page-menu .menu-pc {
  width: 100%;
  height: auto;
  display: none;
}

.wrap .page-menu .menu-pc ul {
  width: 100%;
  height: auto;
}

.wrap .page-menu .menu-pc ul li {
  cursor: pointer;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.wrap .page-menu .menu-pc ul li div {
  width: 11px;
  height: 11px;
  background: #ADB0B8;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  transition: background .4s;
}

.wrap .page-menu .menu-pc ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #ADB0B8;
  margin-left: 10px;
  transition: color .4s;
}

.wrap .page-menu .menu-pc ul li:hover div {
  background: #C7000B;
}

.wrap .page-menu .menu-pc ul li:hover p {
  color: #252B3A;
}

.wrap .page-menu .menu-pc ul .current-active div {
  background: #C7000B;
}

.wrap .page-menu .menu-pc ul .current-active p {
  color: #252B3A;
}

@keyframes aniUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes aniDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes aniUpShort {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes aniDownShort {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
