@charset "UTF-8";
@font-face {
  font-family: Arial;
  src: url("../fonts/Arial.ttf");
  font-weight: normal;
  font-style: normal;
}

img {
  -webkit-user-drag: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}
html {
  width: 100%;
  /* overflow-x: hidden !important; */
}
body {
  width: 100%;
  /* overflow-x: hidden !important; */
  font-family: Microsoft Yahei, 微软雅黑, PingFang SC, PingFang;
  background: url(./../image/img/main-bg-pc.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}

/* 1920 */
.index-main-center {
  width: 83.35%;
  margin: 0 auto;
}
.wap {
  display: none !important;
}
.index-banner-box {
  width: 100%;
  position: relative;
}
.index-banner-bg {
  width: 100%;
}
.index-banner-content {
  position: absolute;
  top: 56.06%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-countdown-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 21px;
}
.banner-countdown-main {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.banner-countdown-item {
  background: url(./../image/icon/kuang_djs.png) no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin: 0 2px;
}
.banner-countdown-until {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 18px 0 8px;
}
.banner-countdown-until:last-child {
  padding-right: 0;
}
.index-banner-btn {
  margin-top: 50px;
  width: 180px;
  height: 54px;
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
  box-shadow: 2px 2px 14px 0px rgba(10, 12, 137, 0.2);
  -webkit-transition: background 3s;
  transition: background 3s;
  -moz-transition: background 3s;
  -ms-transition: background 3s;
  -o-transition: background 3s;
}
.index-banner-btn:hover {
  background: #515cfa;
  /* background: linear-gradient(45deg, #4560ff 0%, #f671d4 100%); */
}
.index-banner-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.live-main-box {
  width: 100%;
  /* margin-top: -64px; */
  /* background: url(./../image/img/bg_xiushi_live.png) no-repeat;
  background-position: left 100px; */
  padding-bottom: 140px;
}
.public-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public-title-ch {
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 2px;
  background: linear-gradient(-90deg, #f25401 0%, #d455e4 49%, #048ff5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public-title-en {
  text-transform: Uppercase;
  font-family: Arial;
  font-weight: normal;
  font-size: 30px;
  color: #cad4e8;
  line-height: 34px;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
.live-top-box {
  display: flex;
  width: 100%;
  padding-top: 40px;
}
.live-video-box {
  width: 77.75%;
  position: relative;
}
.live-cont-list {
  width: 22.25%;
  padding-left: 20px;
  position: relative;
}
.live-video-imgs {
  width: 100%;
  position: relative;
}

.live-video-box video {
  width: 100%;
  display: none;
}
.live-video-img {
  width: 100%;
}
.live-video-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  cursor: pointer;
}
.live-cont-box {
  position: absolute;
  left: 20px;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  background: linear-gradient(323deg, #f8f9ff 0%, #e3ebff 100%);
  box-shadow: 4px 4px 30px 0px rgba(170, 177, 200, 0.2);
  border-radius: 8px;
  /* border: 2px solid; */
  opacity: 0.99;
  border-image: linear-gradient(194deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.85)) 2 2;
}
.live-cont-top {
  width: 100%;
  height: 58px;
  margin-bottom: 10px;
  /* margin-bottom: 30px; */
  /* background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%); */
  background: #ffffff;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  /* padding: 0 20px; */
}
.live-top-am {
  width: 55%;
  height: 100%;
  background: url(./../image/icon/left-top-on.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.live-top-pm {
  width: 55%;
  height: 100%;
  background: url(./../image/icon/right-top-on.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 0px 0px;
  -webkit-border-radius: 0 8px 0px 0px;
  -moz-border-radius: 0 8px 0px 0px;
  -ms-border-radius: 0 8px 0px 0px;
  -o-border-radius: 0 8px 0px 0px;
  color: #ffffff;
}
.live-cont-hidden {
  width: 45%;
  background-size: 0 0;
  color: rgba(29, 37, 65, 0.4);
}
/* .live-cont-hidden {
  opacity: 0.4;
} */
.live-cont-info {
  height: calc(100% - 58px - 30px);
  padding-bottom: 40px;
}
.live-cont-item {
  position: relative;
  padding-left: 15%;
  padding-bottom: 30px;
}
.live-cont-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 6%;
  width: 7px;
  height: 7px;
  background: linear-gradient(180deg, #ff4c84 0%, #1661ff 100%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.live-cont-item::after {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(6% + 3px);
  width: 0px;
  height: 100%;
  border-left: 1px dashed #c0c3d3;
}
.live-item-name {
  width: fit-content;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  background: linear-gradient(to right, #ff4c84 0%, #1661ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  padding-bottom: 14px;
}
.live-item-title {
  /* padding-top: 14px;
  padding-bottom: 10px; */
  font-size: 18px;
  color: #1d2541;
  line-height: 1.4;
  font-weight: bold;
}
.live-item-lecturer {
  font-size: 14px;
  color: #7d8292;
  line-height: 1.6;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: linear-gradient(0deg, #ff4c84 0%, #1661ff 100%);
  border-radius: 6px;
  width: 6px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0) !important;
}
.live-branch-box {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.live-branch-item {
  width: calc((100% - 100px) / 6);
  /* height: 180px; */
  background: linear-gradient(323deg, #f8f9ff 0%, #e3ebff 100%);
  box-shadow: 4px 4px 30px 0px rgba(170, 177, 200, 0.2);
  border-radius: 8px;
  /* border: 2px solid #fff; */
  padding: 30px;
  margin-right: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.live-branch-item:nth-child(6n) {
  margin-right: 0;
}
.live-branch-dates {
  display: flex;
  align-items: center;
}
.live-branch-dates img {
  width: 12px;
  height: 12px;
}
.live-branch-date {
  font-family: Arial;
  font-size: 14px;
  color: #7d8292;
  line-height: 16px;
  padding-left: 3px;
  padding-left: 5px;
}
.live-branch-title {
  font-size: 20px;
  color: #1d2541;
  line-height: 26px;
  padding-top: 8px;
  padding-bottom: 52px;
}
.live-branch-synopsis {
  display: block;
  padding-top: 24px;
  font-size: 14px;
  color: #7d8292;
  line-height: 24px;
}
.live-branch-btn {
  width: 140px;
  height: 40px;
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /* margin-top: 32px; */
  position: absolute;
  bottom: 20px;
}
.live-branch-item:hover .live-branch-btn,
.live-on .live-branch-btn {
  /* display: none; */
  width: 140px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  /* box-shadow: 0px 4px 20px 0px rgba(196, 206, 227, 0.6); */
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  /* margin-top: 32px; */
}
.live-branch-btn img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
/* .live-branch-item:hover .live-branch-btn {
  display: flex;
} */
.live-branch-dates .nor {
  display: block;
}
.live-branch-dates .sel {
  display: none;
}
.live-branch-item:hover .live-branch-dates .nor,
.live-on .live-branch-dates .nor {
  display: none;
}
.live-branch-item:hover .live-branch-dates .sel,
.live-on .live-branch-dates .sel {
  display: block;
}
.live-branch-item:hover,
.live-on {
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  box-shadow: 0px 4px 20px 0px rgba(196, 206, 227, 0.6);
  border-radius: 8px;
}
.live-branch-item:hover .live-branch-synopsis,
.live-on .live-branch-synopsis {
  display: none;
}

.live-branch-item:hover .live-branch-date,
.live-on .live-branch-date {
  color: #ffffff;
}
.live-branch-item:hover .live-branch-title,
.live-on .live-branch-title {
  color: #ffffff;
}
.invitation-main-box {
  position: relative;
  padding-top: 140px;
}
.invitation-main-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -400px;
  left: 0;
  background: url(./../image/img/bg_xiushi_inv.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 800px;
}
.invitation-main-center {
  padding: 105px 0;
  background: linear-gradient(338deg, #e3ebff 0%, #f8f9ff 100%);
  border-radius: 12px;
  border: 1px solid #ffffff;
}
.invitation-main-text {
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  color: #7d8292;
  line-height: 2.1;
  width: 90%;
  margin: 0 auto;
}
.highlights-main-box {
  position: relative;
  /* padding-top: 140px; */
}
/* .highlights-main-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(./../image/img/bg_xiushi_highlights.png) no-repeat;
  width: 100%;
  height: 2019px;
} */
.highlights-top-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.highlights-top-item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding: 60px;
  background: url(./../image/img/card_dhld_nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.highlights-top-item:nth-child(3n) {
  margin-right: 0;
}
.highlights-top-item:hover {
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
}
.highlights-top-item img {
  /* width: 62px; */
  height: 62px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.highlights-top-item .nor {
  display: block;
}
.highlights-top-item .sel {
  display: none;
}
.highlights-top-item:hover .nor {
  display: none;
}
.highlights-top-item:hover .sel {
  display: block;
}

.highlights-top-title {
  font-weight: bold;
  /* font-size: 24px; */
  font-size: 32px;
  color: #1d2541;
  line-height: 45px;
  padding-top: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.highlights-top-item:hover .highlights-top-title {
  color: #ffffff;
}
.highlights-top-text {
  font-size: 16px;
  color: #7d8292;
  line-height: 1.4;
  padding-top: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.highlights-top-item:hover .highlights-top-text {
  color: rgba(255, 255, 255, 0.6);
}
.highlights-bottom-box {
  margin-top: 40px;
  background: url(./../image/img/bg_card_nor_2.png) no-repeat;
  background-size: 100% 100%;
  padding: 55px 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.highlights-bottom-box:hover {
  background: url(./../image/img/bg_card_sel_2.png) no-repeat;
  background-size: 100% 100%;
}
.highlights-bottom-title {
  font-weight: bold;
  /* font-size: 30px; */
  font-size: 32px;
  color: #1d2541;
  line-height: 45px;
}
.highlights-bottom-box:hover .highlights-bottom-title {
  color: #ffffff;
}
.highlights-bottom-text {
  padding-top: 15px;
  font-size: 16px;
  color: #7d8292;
  line-height: 1.4;
  width: 76%;
}
.highlights-bottom-box:hover .highlights-bottom-text {
  color: rgba(255, 255, 255, 0.6);
}
.highlights-bottom-content {
  width: calc(100% - 150px);
}
.highlights-qr-box {
  width: 150px;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(0, 23, 111, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlights-qr-box img {
  width: 140px;
  height: 140px;
}
.speaker-main-box {
  padding-top: 140px;
  background: url(./../image/img/speaker-main-bg.png) no-repeat;
  background-size: 100% 100%;
}
.speaker-main-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 60px;
}
.speaker-main-item {
  width: calc((100% - 180px) / 5);
  margin-right: 45px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(144, 166, 214, 0.14);
  border-radius: 12px;
  margin-bottom: 40px;
}
.speaker-main-item:nth-child(5n) {
  margin-right: 0;
}
.speaker-main-item img {
  width: 100%;
}
.speaker-item-cont {
  padding: 24px 0;
}
.speaker-item-name {
  text-align: center;
  font-size: 28px;
  color: #1d2541;
  line-height: 1;
  text-shadow: 0px 2px 20px rgba(144, 166, 214, 0.14);
}
.speaker-item-rank {
  padding-top: 12px;
  text-align: center;
  font-size: 18px;
  color: #7d8292;
  line-height: 1.4;
  text-shadow: 0px 2px 20px rgba(144, 166, 214, 0.14);
  width: 90%;
  margin: 0 auto;
}
.speaker-more-wait {
  padding-top: 20px;
  font-size: 18px;
  color: rgba(125, 130, 146, 0.4);
  line-height: 24px;
  letter-spacing: 4px;
  text-align: center;
}
.agenda-main-box {
  padding-top: 100px;
}
.agenda-menu-box {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-menu-item {
  margin: 0 70px;
  position: relative;
  font-weight: bold;
  font-size: 28px;
  color: #1d2541;
  padding-bottom: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agenda-menu-on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  margin: 0 17.5%;
  height: 4px;
  background: linear-gradient(90deg, #1661ff 0%, #ff4c84 100%);
  border-radius: 2px;
}
.agenda-timespan-box {
  padding-top: 30px;
}
.agenda-timespan-header {
  padding: 20px 80px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(./../image/img/yc_form_sel1.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.agenda-timespan-header-am {
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}
.agenda-header-title {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}
.agenda-header-text {
  font-size: 14px;
  color: #ffffff;
  /*width: 85%;*/
  padding-top: 10px;
}
.agenda-reservation-box {
  width: 180px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none !important; */
}
.agenda-reservation-box img {
  width: 20px;
  height: 20px;
  margin-right: 11px;
}
.agenda-reservation-box p {
  font-size: 20px;
  color: #ffffff;
  line-height: 26px;
  background: linear-gradient(180deg, #1661ff 0%, #c05df0 56%, #ff4c84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.agenda-timespan-content {
  padding: 0 80px;
  background: linear-gradient(323deg, #ffffff 0%, #f3f7ff 100%);
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
.agenda-content-left {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
}
.agenda-content-item {
  padding: 24px 0;
  /* padding: 12px 0; */
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
}
.agenda-timespan-content .agenda-content-item:last-child {
  border-bottom: 0px;
}
.agenda-content-left {
  /* width: 65%; */
  width: 55%;
  display: flex;
}
.agenda-content-type {
  font-size: 20px;
  color: #1d2541;
  line-height: 30px;
  width: 10%;
  flex: 1;
}
.agenda-content-title {
  flex: 3;
  font-weight: bold;
  font-size: 22px;
  color: #1d2541;
  line-height: 30px;
  padding-left: 40px;
}
.agenda-content-right {
  width: calc(100% - 65%);
}
.agenda-content-character {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.agenda-content-portrait {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.agenda-character-introduce {
  padding-left: 14px;
  display: flex;
  align-items: self-start;
}
.agenda-character-name {
  font-size: 18px;
  color: #1d2541;
  line-height: 24px;
  width: 65px;
}
.agenda-character-rank {
  /* padding-top: 4px; */
  /* font-size: 18px; */
  padding-top: 0;
  font-size: 18px;
  color: #7d8292;
  line-height: 24px;
  padding-left: 10px;
  width: calc(100% - 65px);
}
.agenda-branch-box:first-child .agenda-timespan-header {
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
}
.agenda-branch-box:last-child .agenda-timespan-header {
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
.agenda-branch-box .agenda-timespan-header {
  background: url(./../image/img/yc_form_nor2.png) no-repeat;
  background-size: 100% 100%;
}
.agenda-branch-box .agenda-header-show {
  background: url(./../image/img/yc_form_sel1.png) no-repeat;
  background-size: 100% 100%;
}
/* .agenda-branch-box:nth-child(2n) .agenda-timespan-header {
  background: url(./../image/img/yc_form_nor2.png) no-repeat;
  background-size: 100% 100%;
} */
.agenda-branch-box .agenda-header-title {
  color: #1d2541;
}
.agenda-branch-box .agenda-header-text {
  color: #7d8292;
}
.agenda-branch-box .agenda-reservation-box {
  border: 1px solid #7d8292;
  background-color: rgba(0, 0, 0, 0);
}
.agenda-branch-box .agenda-reservation-box p {
  background: linear-gradient(180deg, #7d8292 80%, #7d8292 80%, #7d8292 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agenda-branch-box .agenda-header-show .agenda-header-title {
  color: #ffffff;
}
.agenda-branch-box .agenda-header-show .agenda-header-text {
  color: #ffffff;
}
.agenda-branch-box .agenda-header-show .agenda-reservation-box {
  border: 0px solid #fff;
  background-color: #ffffff;
}
.agenda-branch-box .agenda-header-show .agenda-reservation-box p {
  background: linear-gradient(180deg, #1661ff 0%, #c05df0 56%, #ff4c84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.agenda-branch-box:last-child .agenda-header-show {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.agenda-branch-box .agenda-timespan-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.agenda-branch-box:last-child .agenda-timespan-show {
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
/* .agenda-branch-box:nth-child(2n) .agenda-timespan-header {
  background: url(./../image/img/yc_form_nor2.png) no-repeat;
  background-size: 100% 100%;
} */
/* .agenda-branch-box:nth-child(2n) .agenda-header-title {
  color: #1d2541;
} */
/* .agenda-branch-box:nth-child(2n) .agenda-header-text {
  color: #7d8292;
} */
/* .agenda-branch-box:nth-child(2n) .agenda-reservation-box {
  border: 1px solid #7d8292;
  background-color: rgba(0, 0, 0, 0);
} */
/* .agenda-branch-box:nth-child(2n) .agenda-reservation-box p {
  background: linear-gradient(180deg, #7d8292 80%, #7d8292 80%, #7d8292 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.agenda-reservation-box .dans {
  display: block;
}
.agenda-reservation-box .doublie {
  display: none;
}
.agenda-branch-box .dans {
  display: none;
}
.agenda-branch-box .doublie {
  display: block;
}
.agenda-branch-box .agenda-header-show .dans {
  display: block;
}
.agenda-branch-box .agenda-header-show .doublie {
  display: none;
}
/* .agenda-branch-box:nth-child(2n) .dans {
  display: none;
}
.agenda-branch-box:nth-child(2n) .doublie {
  display: block;
} */
.agenda-branch-box .agenda-timespan-content {
  height: 0;
  overflow: hidden;
}
.agenda-branch-box .agenda-timespan-show {
  height: auto;
}
.topic-main-box {
  padding-top: 140px;
}
.topic-main-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.topic-item-box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(3, 32, 81, 0.08);
}
.topic-item-box:nth-child(4n) {
  margin-right: 0;
}
.topic-item-img {
  width: 100%;
}
.topic-item-cont {
  width: 100%;
  padding: 20px 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.topic-item-box:hover .topic-item-cont {
  background: linear-gradient(112deg, #4560ff 0%, #f671d4 100%);
}
.topic-item-title {
  font-weight: bold;
  font-size: 28px;
  color: #1d2541;
}
.topic-item-box:hover .topic-item-title {
  color: #ffffff;
}
.topic-item-text {
  font-size: 16px;
  color: #7d8292;
  padding-top: 10px;
}
.topic-item-box:hover .topic-item-text {
  color: #ffffff;
}
.topic-item-btn {
  width: 108px;
  height: 37px;
  border-radius: 19px;
  border: 1px solid #7d8292;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #7d8292;
  margin-top: 30px;
}
.topic-item-box:hover .topic-item-btn {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 0px;
}
.industry-swiper-box {
  padding-top: 40px;
  width: 100%;
  overflow: hidden;
}
.industry-swiper-item {
  position: relative;
  box-shadow: 2px 2px 20px 0px rgba(179, 195, 210, 0.3);
}
.industry-swiper-item img {
  width: 100%;
}
.industry-swiper-item .nor {
  display: block;
}
.industry-swiper-item .sel {
  display: none;
}
.industry-swiper-item:hover .nor {
  display: none;
}
.industry-swiper-item:hover .sel {
  display: block;
}
.industry-swiper-content {
  position: absolute;
  left: 0;
  bottom: 43px;
  width: 100%;
  padding: 0 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.industry-swiper-item:hover .industry-swiper-content {
  bottom: auto;
  top: 50px;
}
.industry-swiper-title {
  font-weight: bold;
  font-size: 28px;
  color: #1d2541;
  text-shadow: 2px 2px 20px rgba(179, 195, 210, 0.3);
}
.industry-swiper-item:hover .industry-swiper-title {
  color: #fff;
}
.industry-swiper-text {
  padding-top: 14px;
  font-size: 16px;
  color: #7d8292;
  text-shadow: 2px 2px 20px rgba(179, 195, 210, 0.3);
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.industry-swiper-item:hover .industry-swiper-text {
  color: #fff;
  -webkit-line-clamp: 6;
}
.industry-swiper-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  background: #ffffff;
  border-radius: 8px;
}
.industry-swiper-btn img {
  width: 22px;
  height: 20px;
  margin-right: 9px;
}
.industry-swiper-btn p {
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(180deg, #1661ff 0%, #c05df0 56%, #ff4c84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.industry-swiper-item:hover .industry-swiper-btn {
  display: flex;
  margin-top: 49px;
}
.industry-swiper-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.industry-swiper-navigation {
  width: 62px;
  height: 62px;
  margin: 0 30px;
}
.industry-swiper-navigation img {
  width: 100%;
}
.industry-swiper-navigation .nor {
  display: block;
}
.industry-swiper-navigation .sel {
  display: none;
}
.industry-swiper-navigation:hover .nor {
  display: none;
}
.industry-swiper-navigation:hover .sel {
  display: block;
}
.about-main-box {
  padding-top: 120px;
}
.about-content-box {
  margin-top: 40px;
  background: linear-gradient(338deg, #e3ebff 0%, #f8f9ff 100%);
  border-radius: 12px;
  border: 1px solid #ffffff;
  padding: 100px 150px 80px;
}
.about-content-top {
  display: flex;
  align-items: center;
}

.about-content-top img {
  width: 540px;
}
.about-content-introduce {
  width: calc(100% - 540px);
  padding-left: 100px;
}
.about-content-introduce p {
  font-size: 16px;
  color: #1d2541;
  line-height: 2.25;
}
.about-content-bottom {
  width: 100%;
  padding: 70px 0 0;
  display: flex;
}
.about-item-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-content-number {
  display: flex;
  align-items: self-end;
}
.about-content-num {
  font-family: Arial;
  font-weight: bold;
  font-size: 70px;
  color: #1d2541;
}
.about-content-util {
  font-family: Arial;
  font-weight: bold;
  font-size: 50px;
  color: #1d2541;
}
.about-content-text {
  font-size: 16px;
  color: #7d8292;
}
.review-swiper-box {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}
.review-swiper-item {
  position: relative;
}
.review-swiper-item img {
  width: 100%;
}
.review-main-list {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
.review-swiper-box .swiper-slide-prev::after,
.review-swiper-box .swiper-slide-next::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.review-swiper-prev {
  position: absolute;
  z-index: 9;
  top: calc(50% - 30px);
  left: 21%;
}
.review-swiper-next {
  position: absolute;
  z-index: 9;
  top: calc(50% - 30px);
  right: 21%;
}
.review-swiper-pagination {
  position: absolute;
  text-align: center;
}
.swiper-pagination-bullet-active {
  background: linear-gradient(312deg, #1661ff 0%, #ff4c84 100%) !important;
}
.partner-conent-box {
  background: linear-gradient(338deg, #e3ebff 0%, #f8f9ff 100%);
  border-radius: 12px;
  border: 1px solid #ffffff;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.partner-conent-title {
  position: absolute;
  top: -20px;
  left: calc(50% - 94px);
  background: url(./../image/icon/img_hzhb.png) no-repeat;
  background-size: 100% 100%;
  width: 188px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.partner-conent-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 50px;
}
.partner-conent-item {
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.footer-main-box {
  padding: 180px 0 36px;
  position: relative;
}
.footer-main-box::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 668px;
  background: url(./../image/img/footer.png) no-repeat;
  background-size: 100% 100%;
}
.footer-main-logo {
  width: 414px;
  margin: 0 auto;
}
.footer-main-text {
  padding-top: 30px;
  font-size: 16px;
  color: #7d8292;
  text-align: center;
  width: 60%;
  margin: 0 20%;
}
.discuss-main-title {
  padding: 80px 0 40px;
  font-weight: bold;
  font-size: 34px;
  color: #1d2541;
  text-align: center;
}
.discuss-content-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.discuss-content-item {
  width: calc((100% - 75px) / 4);
  background: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(3, 32, 81, 0.08);
  border-radius: 12px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25px;
}
.discuss-content-item:nth-child(4n) {
  margin-right: 0;
}
.discuss-content-icon {
  /* 1280 */
  width: 54px;
  height: 54px;
}
.discuss-content-title {
  padding-top: 22px;
  font-weight: bold;
  font-size: 24px;
  color: #1d2541;
}
.discuss-content-text {
  padding-top: 10px;
  font-size: 16px;
  color: #7d8292;
  text-align: center;
}
.right-sidebar-box {
  width: 80px;
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  border-radius: 12px;
  border: 1px solid #ffffff;
  position: fixed;
  z-index: 9999;
  right: 0;
  /* right: 20px; */
  top: 35%;
  opacity: 0;
  transition: all ease 0.5s;
}
.right-sidebar-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.right-sidebar-btn:last-child {
  border-bottom: 0;
}
.right-sidebar-text {
  font-size: 14px;
  color: #ffffff;
  padding-top: 9px;
}
.popup-application-box {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.86);
  overflow: hidden;
}
.popup-application-main {
  width: 40vw;
  margin-top: 15vh;
  margin-left: 30vw;
  background: url(./../image/img/bg_form.png) no-repeat;
  background-size: 100% 100%;
  padding: 40px 50px;
}
.popup-application-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-application-title {
  font-weight: bold;
  font-size: 30px;
  color: #1d2541;
}
.popup-application-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.popup-application-close img {
  width: 100%;
}
.popup-application-form {
  margin-top: 20px;
}
.application-item-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.input-err {
  position: absolute;
  left: 0;
  bottom: -16px;
  font-size: 12px;
  color: #da2012;
  display: none;
}
.application-item-checks {
  display: flex;
  align-items: self-start;
  margin-bottom: 16px;
  position: relative;
  padding-top: 15px;
}
.application-item-name {
  width: 15%;
  position: relative;
  font-size: 16px;
  color: rgba(29, 37, 65, 1);
  padding-left: 10px;
}
.application-item-combination-mt {
  width: 15%;
  height: 16px;
}
.application-item-name::after {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: rgba(255, 0, 0, 1);
}

.application-item-input {
  width: calc(100% - 15%);
  height: 40px;
  border-radius: 4px;
  padding-left: 15px;
  background: none;
  border: 1px solid #c4c5d3;
  font-size: 16px;
}
.application-item-input::input-placeholder {
  font-size: 16px;
  color: rgba(125, 130, 146, 0.6);
}
.application-item-input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(125, 130, 146, 0.6);
}
.application-item-input::-moz-placeholder {
  font-size: 16px;
  color: rgba(125, 130, 146, 0.6);
}
.application-item-input::-moz-placeholder {
  font-size: 16px;
  color: rgba(125, 130, 146, 0.6);
}
.application-item-input::-ms-input-placeholder {
  font-size: 16px;
  color: rgba(125, 130, 146, 0.6);
}
.application-item-selcode {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 40px;
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.application-checks-title {
  font-size: 16px;
  color: #1d2541;
  font-weight: bold;
}
.application-checks-item {
  display: flex;
  padding-top: 12px;
}
.application-checks-name {
  font-size: 16px;
  color: #1d2541;
  padding-left: 4px;
  display: flex;
}
.application-checks-name a {
  font-size: 16px;
  color: #1d2541;
}
.application-checks-pd30 {
  padding-bottom: 30px;
}
.application-checks-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.application-checks-list .application-checks-item {
  width: 50%;
}
.application-agreement-box {
  display: flex;
  align-items: center;
}
.application-checks-main {
  width: calc(100% - 15%);
}
.application-agreement-box {
  padding-left: 15%;
}
.popup-application-btn {
  margin-top: 15px;
  width: 180px;
  height: 54px;
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  margin-left: 15%;
}
.application-item-input-code {
  width: calc(100% - 15% - 120px - 20px);
  margin-right: 20px;
}
.agenda-branch-box {
  margin-bottom: 4px;
}
.industry-swiper-sou {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.topic-swiper-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.topic-swiper-pagination {
  position: absolute;
  text-align: center;
}
.banner-countdown-dates {
  font-size: 28px;
  color: #ffffff;
  padding-bottom: 48px;
}
.banner-top-logo {
  position: absolute;
  top: 7%;
  left: 12.55%;
  width: 6.8%;
}
.banner-top-text {
  position: absolute;
  top: 17.23%;
  left: 0;
  width: 100%;
}
.right-sidebar-totop {
  position: fixed;
  z-index: 9999;
  right: 20px;
  /* right: 20px; */
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  opacity: 0;
}
.right-sidebar-totop img {
  width: auto;
  height: auto;
}
.input-err {
  left: 16%;
}
.input-err-bg {
  background: #fbeff0;
  border: 1px solid #f3abb2 !important;
}
.live-top-am,
.live-top-pm {
  cursor: pointer;
}
.live-pm-item {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  /* padding: 15px 20px; */
  padding: 40px 20px 10px;
  cursor: pointer;
  position: relative;
}
.live-pm-dates {
  display: flex;
  position: absolute;
  left: 20px;
  top: 20px;
}
.live-pm-dates img {
  width: 16px;
  height: 16px;
}
.live-pm-playing {
  background: url(./../image/img/top-right-onbg.png) no-repeat;
  background-size: 100% 100%;
}
.live-pm-name {
  font-size: 18px;
  color: #1d2541;
  width: 90%;
}
.live-pm-playing .live-pm-name {
  /* background: linear-gradient(180deg, #f25401 0%, #d455e4 49%, #048ff5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: bold;
}
.live-pm-btns {
  /* width: 100px;
  height: 32px; */
  /* border-radius: 4px; */
  /* border: 1px solid #7d8292; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  /* color: #7d8292; */
}
.live-pm-btns img,
.live-pm-icons img {
  width: 20px;
  height: 20px;
}
.live-pm-btns .nor,
.live-pm-icons .nor {
  display: block;
}
.live-pm-btns .sel,
.live-pm-icons .sel {
  display: none;
}
.live-pm-btns:hover .nor,
.live-pm-icons:hover .nor {
  display: none;
}
.live-pm-btns:hover .sel,
.live-pm-btns:hover .sel {
  display: block;
}
.live-pm-item .playing {
  display: none;
}
.live-pm-playing .playing {
  display: block;
}
.live-pm-playing .nor,
.live-pm-playing .sel {
  display: none !important;
}
.live-pm-item .sel-icon {
  display: none;
}
.live-pm-item .nor-icon {
  display: flex;
}
.live-pm-playing .sel-icon {
  display: none;
}
.live-pm-playing .nor-icon {
  display: flex;
}
.live-pm-playing .live-branch-date {
  /* background: linear-gradient(180deg, #f25401 0%, #d455e4 49%, #048ff5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.live-pm-playon {
  display: none;
}
.live-pm-playother {
  display: block;
}
.live-pm-playing .live-pm-playon {
  display: block;
}
.live-pm-playing .live-pm-playother {
  display: none;
}
.live-pm-btns:hover,
.live-pm-playing .live-pm-btns {
  color: #ffffff;
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  border: none;
}
.see {
  display: none;
}
.live-on .see {
  display: block;
}
.live-on .nosee {
  display: none;
}
.live-branch-text-on {
  display: none;
}
.live-on .live-branch-text-on {
  display: block;
}
.live-on .live-branch-text {
  display: none;
}
.agenda-content-left {
  width: 25%;
  display: flex;
}
.agenda-content-title {
  width: 40%;
  padding: 10px 0;
  flex: none;
}
.agenda-content-right {
  width: 75%;
}
.agenda-content-type {
  width: 100%;
  padding-left: 60px;
}
.live-cont-item:last-child:after {
  display: none;
}
#liveContAm {
  padding-top: 20px;
}
.live-video-countdown {
  position: absolute;
  top: 0;
  right: 10%;
  /* width: 90%; */
  height: 100%;
  /* background-color: #35373f; */
  display: none;
  /* display: flex !important; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.live-countdown-title {
  font-size: 24px;
  color: #fff;
}
.live-countdown-content {
  display: flex;
  margin-top: 20px;
}
.live-countdown-item {
  min-width: 75px;
  /* background: #141518; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 40px;
  position: relative;
}

.live-countdown-item::after {
  content: "";
  position: absolute;
  /* top: calc(50% - 10px); */
  bottom: 4px;
  right: -23px;
  font-size: 20px;
  line-height: 1;
  /* color: #121316; */
  color: #fff;
  opacity: 0.8;
}
.live-countdown-item:nth-child(1)::after {
  content: "时";
}
.live-countdown-item:nth-child(2)::after {
  content: "分";
}
.live-countdown-item:nth-child(3)::after {
  content: "秒";
}
.live-countdown-time {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 5px 0; */
}
.live-countdown-num {
  font-size: 40px;
  line-height: 1;
  color: #fff;
}
.live-countdown-util {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #030405;
  font-size: 18px;
  color: #fff;
  opacity: 0.4;
}
@media screen and (min-width: 1000px) and (max-width: 1699px) {
  .index-main-center {
    width: 1280px;
    margin: 0 auto;
  }
  .live-cont-top {
    font-size: 18px;
  }
  .live-branch-title {
    font-size: 18px;
    color: #1d2541;
    line-height: 20px;
    padding-top: 8px;
  }
  .invitation-main-box {
    padding-top: 120px;
  }
  .invitation-main-center {
    padding: 85px 0;
  }
  .highlights-top-title {
    font-weight: bold;
    /* font-size: 32px; */
    color: #1d2541;
    line-height: 45px;
    padding-top: 38px;
  }
  .highlights-top-item {
    padding: 50px;
  }
  .highlights-main-box {
    /* padding-top: 120px; */
  }
  .live-main-box {
    padding-bottom: 120px;
  }
  .highlights-bottom-box {
    margin-top: 30px;
  }
  .speaker-main-item {
    width: calc((100% - 150px) / 5);
    margin-right: 37.5px;
  }
  .speaker-main-row {
    padding-top: 50px;
  }
  .speaker-main-box {
    padding-top: 120px;
  }
  .speaker-more-wait {
    padding-top: 50px;
    font-size: 18px;
  }
  .topic-main-box {
    padding-top: 120px;
  }
  .topic-item-title {
    font-size: 24px;
  }
  .topic-item-btn {
    margin-top: 20px;
  }
  .industry-swiper-content {
    position: absolute;
    left: 0;
    bottom: 28px;
    padding: 0 30px;
  }
  .industry-swiper-item:hover .industry-swiper-content {
    top: 30px;
  }
  .industry-swiper-text {
    padding-top: 10px;
  }
  .industry-swiper-title {
    font-size: 24px;
  }
  .industry-swiper-btns {
    padding-top: 30px;
  }
  .industry-swiper-box {
    padding-top: 30px;
  }
  .about-main-box {
    padding-top: 100px;
  }
  .about-content-box {
    margin-top: 30px;
    padding: 80px 100px 80px;
  }
  .about-content-top img {
    width: 480px;
  }
  .about-content-introduce {
    width: calc(100% - 480px);
    padding-left: 80px;
  }
  .review-swiper-box {
    padding-top: 20px;
  }
  .discuss-content-title {
    padding-top: 18px;
    font-weight: bold;
    font-size: 20px;
    color: #1d2541;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1449px) {
  .main {
    width: 90%;
  }
  .index-main-center {
    /* width: 100%; */
    width: calc(100% - 240px);
    margin: 0 120px;
  }
  .public-title-ch {
    font-size: 40px;
  }
  .public-title-en {
    font-size: 24px;
  }
  .live-cont-top {
    font-size: 16px;
  }
  .live-item-name {
    font-size: 14px;
  }
  .live-item-title {
    font-size: 16px;
  }
  .live-item-lecturer {
    font-size: 12px;
  }
  .live-video-btn {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
  .live-branch-item {
    padding: 20px;
  }
  .live-branch-title {
    font-size: 14px;
  }
  .live-branch-synopsis {
    display: block;
    padding-top: 16px;
    font-size: 14px;
    color: #7d8292;
    line-height: 20px;
  }
  .invitation-main-box {
    padding-top: 100px;
  }
  .invitation-main-center {
    padding: 65px 0;
  }
  .invitation-main-text {
    padding-top: 20px;
    font-size: 16px;
  }
  .highlights-top-row {
    padding-top: 30px;
  }
  .highlights-top-item {
    padding: 40px;
  }
  .highlights-top-item img {
    /* width: 52px; */
    height: 52px;
  }
  .highlights-main-box {
    /* padding-top: 100px; */
  }
  .live-main-box {
    padding-bottom: 100px;
  }
  .highlights-top-title {
    font-weight: bold;
    /* font-size: 27px; */
    color: #1d2541;
    line-height: 32px;
    padding-top: 26px;
  }
  .highlights-top-text {
    /* font-size: 20px; */
    /* color: #7d8292; */
    padding-top: 8px;
  }
  .highlights-bottom-box {
    margin-top: 20px;
    padding: 45px 50px;
  }
  .highlights-bottom-title {
    /* font-size: 26px; */
    line-height: 34px;
  }
  .highlights-bottom-text {
    padding-top: 16px;
    /* font-size: 18px; */
    color: #7d8292;
    width: 76%;
  }
  .highlights-qr-box {
    width: 130px;
    height: 130px;
  }
  .highlights-qr-box img {
    width: 110px;
    height: 110px;
  }
  .speaker-main-item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
  }
  .speaker-item-name {
    font-size: 24px;
  }
  .speaker-item-rank {
    padding-top: 8px;
    font-size: 16px;
  }
  .speaker-item-cont {
    padding: 20px 0;
  }
  .speaker-main-row {
    padding-top: 40px;
  }
  .speaker-main-box {
    padding-top: 100px;
  }
  .speaker-more-wait {
    padding-top: 40px;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .agenda-content-type {
    font-size: 18px;
    padding-left: 40px;
  }
  .agenda-content-title {
    font-size: 20px;
    /* padding-right: 10%; */
    padding-left: 30px;
  }
  .agenda-character-name {
    font-size: 16px;
  }
  .agenda-character-rank {
    /* padding-top: 2px; */
    /* font-size: 16px; */
    font-size: 16px;
    /* line-height: 20px; */
  }
  .agenda-content-item {
    padding: 6px 0;
  }
  .topic-main-box {
    padding-top: 100px;
  }
  .topic-main-list {
    padding-top: 20px;
  }
  .topic-item-title {
    font-size: 20px;
  }
  .topic-item-cont {
    padding: 15px 20px;
  }
  .topic-item-text {
    font-size: 14px;
    padding-top: 5px;
  }
  .topic-item-btn {
    margin-top: 15px;
    font-size: 14px;
  }
  .industry-swiper-title {
    font-size: 20px;
  }
  .industry-swiper-content {
    bottom: 20px;
    padding: 0 20px;
  }
  .industry-swiper-text {
    padding-top: 8px;
  }
  .industry-swiper-item:hover .industry-swiper-content {
    top: 30px;
  }
  .industry-swiper-item:hover .industry-swiper-text {
    font-size: 14px;
  }
  .industry-swiper-btn {
    width: 130px;
    height: 44px;
  }
  .industry-swiper-btn p {
    font-size: 14px;
  }
  .industry-swiper-btn img {
    width: 14px;
    height: 14px;
  }
  .industry-swiper-item:hover .industry-swiper-btn {
    margin-top: 30px;
  }
  .industry-swiper-btns {
    padding-top: 20px;
  }
  .industry-swiper-navigation {
    width: 42px;
    height: 42px;
    margin: 0 20px;
  }
  .industry-swiper-box {
    padding-top: 20px;
  }
  .about-main-box {
    padding-top: 80px;
  }
  .about-content-box {
    margin-top: 20px;
    padding: 80px 80px 80px;
  }
  .about-content-top img {
    width: 400px;
  }
  .about-content-introduce {
    width: calc(100% - 400px);
    padding-left: 60px;
  }
  .about-content-introduce p {
    font-size: 14px;
    line-height: 2;
  }
  .about-content-bottom {
    padding: 40px 0 0;
  }
  .about-content-num {
    font-size: 60px;
  }
  .about-content-util {
    font-size: 40px;
  }
  .about-content-text {
    font-size: 14px;
  }
  .review-swiper-prev {
    top: calc(50% - 15px);
    left: 20%;
  }
  .review-swiper-next {
    top: calc(50% - 15px);
    right: 20%;
  }
  .review-swiper-box {
    padding-top: 20px;
  }
  .partner-conent-title {
    font-size: 20px;
  }
  .footer-main-box {
    padding: 180px 0 80px;
    position: relative;
  }
  .discuss-content-icon {
    width: 46px;
    height: 46px;
  }
  .discuss-content-title {
    padding-top: 15px;
    font-size: 18px;
  }
  .discuss-content-text {
    padding-top: 6px;
    font-size: 14px;
  }
  .popup-application-main {
    width: 50vw;
    margin-top: 10vh;
    margin-left: 25vw;
    padding: 30px 40px;
  }
  .application-checks-pd30 {
    padding-bottom: 20px;
  }
  .application-item-checks {
    margin-bottom: 10px;
    padding-top: 1px;
  }
  .popup-application-btn {
    margin-top: 15px;
    width: 150px;
    height: 44px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15%;
  }
  .application-item-row {
    margin-bottom: 16px;
  }
  .popup-application-form {
    height: 70vh;
  }
  .industry-swiper-sou {
    gap: 10px 10px;
  }
  .application-item-name {
    width: 18%;
  }
  .application-item-combination-mt {
    width: 18%;
  }
  .application-item-input {
    width: calc(100% - 18%);
  }
  .application-item-input-code {
    width: calc(100% - 18% - 120px - 20px);
  }
  .input-err {
    left: 19%;
  }
  .live-pm-item {
    padding-right: 0;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 25px !important;
  }
  .live-pm-name {
    font-size: 16px;
  }
  .live-cont-list {
    width: 30.25%;
    padding-left: 20px;
    position: relative;
  }
  .live-branch-item:hover .live-branch-btn,
  .live-on .live-branch-btn,
  .live-branch-btn {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
  .live-branch-item:hover .live-branch-btn img,
  .live-on .live-branch-btn img,
  .live-branch-btn img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .live-branch-item {
    width: calc((100% - 50px) / 6);
    padding: 15px;
    margin-right: 10px;
  }
  .live-video-countdown {
    right: 5%;
  }
  .live-countdown-title {
    font-size: 20px;
  }
  .live-countdown-num {
    font-size: 30px;
  }
  .live-countdown-item {
    min-width: 25px;
    margin-right: 55px;
  }
  .live-countdown-item::after {
    right: -38px;
  }
  .agenda-menu-item {
    flex-direction: column;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .popup-application-form {
    height: 60vh;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
  .review-swiper-box {
    /* width: 100%; */
    width: calc(100% - 240px);
    margin: 0 120px;
  }
  .review-swiper-prev,
  .review-swiper-next {
    display: none;
  }
  .popup-application-main {
    width: 70vw;
    margin-top: 10vh;
    margin-left: 15vw;
    padding: 30px 40px;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  body {
    background: url(./../image/img/bg-wap.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .index-main-center {
    width: 90%;
  }
  .index-banner-btn {
    margin-top: 30px;
    width: 120px;
    height: 45px;
    font-size: 16px;
  }
  .index-banner-btn img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 0;
  }
  /* .index-banner-btn:hover {
    width: 120px;
    height: 45px;
  } */
  .live-main-box {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    /* background: url(./../image/img/bg_xiushi_live.png) no-repeat;
    background-position: left 50px; */
  }
  .public-title-ch {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
  }
  .public-title-en {
    font-size: 24px;
    color: #cad4e8;
    line-height: 28px;
    padding-top: 5px;
  }
  .live-top-box {
    display: flex;
    width: 100%;
    padding-top: 20px;
    flex-direction: column;
  }
  .live-video-box {
    width: 100%;
  }
  .live-video-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    cursor: pointer;
  }
  .live-cont-list {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .live-cont-box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .live-branch-item {
    width: calc((100% - 20px) / 2);
    /* height: 180px; */
    /* background: linear-gradient(323deg, #f8f9ff 0%, #e3ebff 100%); */
    box-shadow: 4px 4px 30px 0px rgba(170, 177, 200, 0.2);
    border-radius: 8px;
    /* border: 2px solid #fff; */
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .live-branch-item:nth-child(2n) {
    margin-right: 0;
  }
  .live-branch-item:nth-child(2n-1) {
    margin-right: 15px;
  }
  .live-branch-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .live-branch-synopsis {
    padding-top: 16px;
    line-height: 20px;
  }
  .invitation-main-box {
    padding-top: 40px;
  }
  .invitation-main-center {
    padding: 45px 0;
  }
  .invitation-main-text {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    color: #7d8292;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
  }
  .highlights-main-box {
    padding-top: 40px;
  }
  .highlights-top-row {
    padding-top: 20px;
  }
  .highlights-top-item {
    width: 100%;
    margin-right: 0;
  }
  .highlights-top-item {
    padding: 40px;
    margin-bottom: 15px;
  }
  .highlights-top-item img {
    /* width: 52px; */
    height: 52px;
  }
  .highlights-top-title {
    font-size: 24px;
    line-height: 32px;
    padding-top: 28px;
  }
  .highlights-top-text {
    font-size: 18px;
    color: #7d8292;
    line-height: 30px;
    padding-top: 6px;
  }
  .highlights-bottom-box {
    margin-top: 20px;
    background: url(./../image/img/card_dhld_nor_wap.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 30px;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .highlights-bottom-content {
    width: 100%;
  }
  .highlights-bottom-title {
    font-size: 24px;
  }
  .highlights-bottom-text {
    padding-top: 10px;
    font-size: 16px;
    color: #7d8292;
    width: 100%;
  }
  .highlights-qr-box {
    margin-top: 20px;
    width: 120px;
    height: 120px;
    background: #ffffff;
  }
  .highlights-qr-box img {
    width: 100px;
    height: 100px;
  }
  .highlights-bottom-title {
    color: #ffffff;
  }

  .highlights-bottom-text {
    color: rgba(255, 255, 255, 0.6);
  }
  .speaker-main-box {
    padding-top: 40px;
  }
  .speaker-main-row {
    padding-top: 20px;
  }
  .speaker-main-item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .speaker-main-item:nth-child(2n) {
    margin-right: 0;
  }
  .speaker-main-item:nth-child(2n-1) {
    margin-right: 15px;
  }
  .speaker-item-cont {
    padding: 15px 0;
  }
  .speaker-item-name {
    font-size: 20px;
  }
  .speaker-item-rank {
    padding-top: 12px;
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
  .speaker-more-wait {
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .agenda-main-box {
    padding-top: 40px;
  }
  .agenda-menu-box {
    padding-top: 20px;
  }
  .agenda-menu-item {
    margin: 0 20px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #1d2541;
    padding-bottom: 8px;
    text-align: center;
  }
  .agenda-timespan-box {
    padding-top: 15px;
  }
  .agenda-timespan-header {
    padding: 20px 20px;
    min-height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: url(./../image/img/yc_form_sel1.png) no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
  }
  .agenda-header-title {
    font-weight: bold;
    /* font-size: 18px; */
    font-size: 22px;
    color: #ffffff;
  }
  .agenda-reservation-box {
    /* position: absolute; */
    right: 15px;
    top: 15px;
    width: 120px;
    height: 35px;
    margin-top: 10px;
  }
  .agenda-reservation-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .agenda-reservation-box img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .agenda-timespan-content {
    padding: 0 25px;
  }
  .agenda-content-item {
    padding: 12px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .agenda-content-type {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    padding-left: 0;
  }
  .agenda-content-left {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
  }
  .agenda-content-right {
    width: 100%;
  }
  .agenda-character-introduce {
    padding-left: 0;
    /* flex-direction: column; */
    width: 100%;
    padding-top: 5px;
  }
  .agenda-content-portrait {
    margin-right: 10px;
  }
  .agenda-content-title {
    width: 100%;
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    padding: 0;
  }
  .agenda-character-name {
    font-size: 14px;
    line-height: 18px;
    /* padding-top: 3px; */
    width: 65px;
  }
  .agenda-content-character {
    display: flex;
    align-items: center;
    padding: 3px 0;
    flex-direction: column;
  }
  .agenda-character-rank {
    /* padding-top: 2px; */
    font-size: 14px;
    line-height: 1.3;
    padding-left: 0;
    margin-top: 0px;
    width: calc(100% - 65px);
  }
  .agenda-header-text {
    width: 100%;
    line-height: 1.4;
  }
  .topic-main-box {
    padding-top: 40px;
  }
  .topic-main-list {
    padding-top: 20px;
  }
  .topic-item-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .topic-item-box:nth-child(2n) {
    margin-right: 0;
  }
  .topic-item-box:nth-child(2n-1) {
    margin-right: 0;
  }
  .topic-item-cont {
    padding: 20px 15px;
  }
  .topic-item-title {
    font-size: 18px;
  }
  .topic-item-text {
    font-size: 14px;
    color: #7d8292;
    padding-top: 6px;
  }
  .topic-item-btn {
    font-size: 14px;
    margin-top: 20px;
    width: 98px;
    height: 32px;
  }
  .industry-swiper-box {
    padding-top: 20px;
  }
  .industry-swiper-title {
    font-size: 22px;
  }
  .industry-swiper-text {
    padding-top: 6px;
    line-height: 1.4;
    -webkit-line-clamp: 4;
  }
  .industry-swiper-item:hover .industry-swiper-text {
    line-height: 1.7;
    padding-top: 20px;
  }
  .industry-swiper-content {
    bottom: 23px;
    padding: 0 20px;
  }
  .industry-swiper-btn {
    width: 120px;
    height: 40px;
  }
  .industry-swiper-btn p {
    font-size: 14px;
  }
  .industry-swiper-btn img {
    width: 14px;
    height: 14px;
  }

  .industry-swiper-btns {
    padding-top: 20px;
  }
  .industry-swiper-navigation {
    width: 32px;
    height: 32px;
    margin: 0 10px;
  }
  .industry-swiper-box {
    padding-top: 20px;
  }
  .about-content-box {
    margin-top: 20px;
    padding: 40px 20px 30px;
  }
  .about-content-top {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-content-top img {
    width: 80%;
  }
  .about-content-introduce {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
  .about-content-introduce p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .about-content-bottom {
    padding: 20px 0 0;
  }
  .about-content-num {
    font-size: 30px;
  }
  .about-content-util {
    font-size: 20px;
  }
  .about-content-text {
    text-align: center;
    font-size: 12px;
    width: 70%;
    margin: 0 15%;
  }
  .about-main-box {
    padding-top: 30px;
  }
  .review-swiper-box {
    width: 90%;
    margin: 0 5%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .review-swiper-prev {
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: 10px;
    left: 21%;
  }
  .review-swiper-next {
    position: absolute;
    z-index: 9;
    top: auto;
    bottom: 10px;
    right: 21%;
  }
  .partner-conent-list {
    padding: 40px 20px 20px;
  }
  .partner-conent-item {
    width: calc(100% / 3);
    padding: 15px 0;
  }
  .partner-conent-item img {
    /* max-width: 80px; */
    max-width: 70%;
  }
  .footer-main-box {
    padding: 80px 0 40px;
    position: relative;
  }
  .footer-main-logo {
    width: 70%;
    margin: 0 auto;
  }
  .footer-main-text {
    padding-top: 20px;
    font-size: 14px;
    width: 90%;
    margin: 0 5%;
  }
  .footer-main-box::after {
    height: 334px;
    background: url(./../image/img/footer.png) no-repeat;
    background-size: 100% 100%;
  }
  .discuss-content-item {
    width: 100%;
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .discuss-content-item:nth-child(2n) {
    margin-right: 0;
  }
  .discuss-content-item:nth-child(2n-1) {
    margin-right: 0;
  }
  .discuss-content-title {
    padding-top: 15px;
    font-size: 18px;
  }
  .discuss-main-title {
    padding: 40px 0 20px;
    font-size: 20px;
  }
  .live-branch-btn {
    /* display: none; */
    width: 120px;
    height: 35px;
    /* background: rgba(255, 255, 255, 0.3); */
    /* box-shadow: 0px 4px 20px 0px rgba(196, 206, 227, 0.6); */
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    margin-top: 42px;
    bottom: 10px;
  }
  .live-branch-btn img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  .live-branch-item:hover .live-branch-btn,
  .live-on .live-branch-btn {
    width: 120px;
    height: 35px;
  }
  .live-branch-btn p {
    font-size: 14px;
  }
  .popup-application-main {
    width: 90vw;
    margin-top: 10vh;
    margin-left: 5vw;
    background: url(./../image/img/bg_form_wap.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px;
  }
  .application-item-name {
    width: 27%;
    position: relative;
    font-size: 16px;
    color: rgba(29, 37, 65, 1);
    padding-left: 10px;
  }
  .application-item-combination-mt {
    /* width: 24%; */
    padding-left: 10px;
    width: 24%;
    position: relative;
    font-size: 16px;
    color: rgba(29, 37, 65, 1);
    padding-left: 10px;
  }
  .application-item-selcode {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 40px;
    font-size: 14px;
  }
  .application-item-input-code {
    width: calc(100% - 24% - 90px - 15px);
    margin-right: 15px;
  }
  .application-checks-pd30 {
    padding-bottom: 10px;
  }
  .application-checks-title {
    font-weight: bold;
  }
  .application-checks-list .application-checks-item {
    width: 100%;
  }
  .application-agreement-box {
    padding-left: 0%;
  }
  .application-agreement-box {
    align-items: self-start;
  }
  .popup-application-btn {
    margin-top: 15px;
    width: 150px;
    height: 44px;
    background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    margin-left: calc((100% - 170px) / 2);
  }
  #agreement {
    margin-top: 5px;
  }
  .popup-application-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .popup-application-title {
    font-size: 24px;
    color: #1d2541;
  }
  .popup-application-form {
    height: 70vh;
  }
  .agenda-header-text {
    padding-top: 20px;
  }
  .banner-countdown-dates {
    font-size: 20px;
    padding-top: 12%;
  }
  .banner-top-logo {
    position: absolute;
    top: 3.5%;
    left: 5.55%;
    width: 16.5%;
  }
  .banner-top-text {
    position: absolute;
    top: 9.23%;
    left: 0;
    width: 100%;
  }
  .input-err {
    left: 0;
  }
  .live-cont-info {
    padding-bottom: 0;
  }
  .live-branch-box {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .live-branch-item {
    display: inline-block;
    /* width: 53%; */
    width: calc((100% - 10px) / 2);
    height: 140px;
    box-shadow: none;
    padding: 15px;
    margin-right: 5px !important;
    margin-bottom: 10px;
    position: relative;
  }
  .live-branch-item:last-child() {
    margin-right: 0 !important;
  }
  .live-branch-title {
    width: calc(100% - 25px);
    white-space: normal;
    position: absolute;
    left: 15px;
    top: 30px;
  }
  .live-branch-item:hover,
  .live-on {
    background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
    box-shadow: none;
    border-radius: 8px;
  }
  .live-video-countdown {
    right: 20px;
    align-items: flex-end;
  }
  .live-countdown-title {
    font-size: 12px;
    color: #fff;
  }
  .live-countdown-item {
    min-width: 35px;
    margin-right: 10px;
  }
  .live-countdown-num {
    font-size: 16px;
  }
  .live-countdown-util {
    font-size: 14px;
  }
}
@media screen and (max-width: 459px) {
  .banner-countdown-dates {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .popup-application-main {
    padding-bottom: 30px;
    padding-right: 0;
  }
  .application-item-row {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
  }
  .application-item-name {
    padding-bottom: 5px;
    width: 100%;
  }
  .live-branch-title {
    font-size: 16px;
  }
  .application-item-combination-mt {
    display: none;
  }
  .application-item-checks {
    display: flex;
    align-items: self-start;
    margin-bottom: 16px;
    position: relative;
    padding-top: 0;
    flex-direction: column;
  }
  .application-checks-main {
    width: 100%;
  }
  .application-item-input {
    width: 100%;
  }
  .application-item-input-code {
    width: calc(100% - 90px - 15px);
    margin-right: 15px;
  }
  .application-item-selcode {
    top: auto;
    bottom: 0;
  }
  .popup-application-close {
    margin-right: 15px;
  }
  .highlights-top-line {
    display: flex;
    align-items: center;
  }
  .highlights-top-item img {
    height: 42px;
    /* width: 42px; */
  }
  .highlights-top-title {
    font-size: 24px;
    line-height: 32px;
    padding-top: 0;
    padding-left: 10px;
  }
  .highlights-top-text {
    font-size: 14px;
    color: #7d8292;
    line-height: 1.4;
    padding-top: 10px;
  }
  .highlights-bottom-title {
    font-size: 20px;
    line-height: 30px;
  }
  .highlights-bottom-text {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 10px;
    width: 100%;
  }
  .about-content-introduce p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .about-content-num {
    font-size: 24px;
  }
  .about-content-util {
    font-size: 16px;
  }
  .highlights-top-item {
    padding: 32px;
    margin-bottom: 15px;
  }
  .highlights-qr-box {
    width: 100px;
    height: 100px;
  }
  .highlights-qr-box img {
    width: 94px;
    height: 94px;
  }
  .live-cont-top {
    /* padding: 0 40px; */
    font-size: 18px;
  }
  .live-pm-name {
    width: 90%;
  }
}
@media screen and (max-width: 299px) {
  .banner-countdown-item {
    width: 22px;
    height: 30px;
    font-size: 18px;
  }
  .banner-countdown-until {
    font-size: 14px;
    padding: 0 10px 0 4px;
  }
  .index-banner-btn {
    margin-top: 15px;
    width: 100px;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .index-banner-btn img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-top: 0;
  }
  /* .index-banner-btn:hover {
    width: 90px;
    height: 35px;
  } */
  .live-main-box {
    /* margin-top: -24px; */
  }
  .public-title-ch {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
  }
  .public-title-en {
    font-size: 16px;
    color: #cad4e8;
    line-height: 20px;
  }
  .banner-countdown-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 21px;
  }
  .live-cont-top {
    width: 100%;
    height: 48px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .live-pm-item {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding: 0 10px 20px 10px;
    cursor: pointer;
  }
  .live-pm-name {
    font-size: 14px;
  }
  .live-item-name {
    font-size: 14px;
  }
  .live-item-title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .live-item-lecturer {
    font-size: 12px;
    color: #7d8292;
    line-height: 1.6;
  }
  .live-branch-item {
    width: 75%;
    height: 95px;
    /* height: 180px; */
    border-radius: 8px;
    border: 2px solid #fff;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .live-branch-title {
    font-size: 16px;
    color: #1d2541;
    line-height: 20px;
    padding-top: 8px;
  }
  .live-branch-synopsis {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .live-branch-btn {
    width: 110px;
    height: 35px;

    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    margin-top: 14px;
  }
  .live-branch-btn img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
  .invitation-main-text {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
  }
  .invitation-main-box {
    padding-top: 30px;
  }
  .invitation-main-center {
    padding: 35px 0;
  }
  .highlights-top-item {
    padding: 30px;
    margin-bottom: 15px;
  }
  .highlights-bottom-box {
    /*margin-top: 15px;
    */
    margin-top: 0;
    padding: 25px 15px;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .highlights-bottom-title {
    font-size: 18px;
    line-height: 24px;
  }
  .highlights-bottom-text {
    padding-top: 8px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
  .highlights-qr-box {
    margin-top: 10px;
    width: 100px;
    height: 100px;
  }
  .highlights-qr-box img {
    width: 85px;
    height: 85px;
  }
  .speaker-main-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .speaker-more-wait {
    padding-top: 0;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .agenda-reservation-box {
    display: none;
  }
  .agenda-content-type {
    font-size: 14px;
  }
  .agenda-content-title {
    font-size: 16px;
    line-height: 24px;
  }
  .agenda-character-name {
    font-size: 12px;
    line-height: 18px;
  }
  .agenda-character-rank {
    padding-top: 2px;
    font-size: 12px;
    line-height: 20px;
  }
  .topic-item-btn {
    font-size: 12px;
    margin-top: 15px;
    width: 80px;
    height: 28px;
  }
  .industry-swiper-title {
    font-size: 18px;
  }
  .industry-swiper-text {
    font-size: 12px;
    padding-top: 6px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
  }
  .industry-swiper-item:hover .industry-swiper-text {
    line-height: 1.7;
    padding-top: 20px;
  }
  .industry-swiper-content {
    bottom: 23px;
    padding: 0 15px;
  }
  .industry-swiper-item:hover .industry-swiper-content {
    top: 30px;
  }
  .industry-swiper-item:hover .industry-swiper-btn {
    margin-top: 30px;
  }
  .industry-swiper-btn {
    width: 120px;
    height: 40px;
  }
  .industry-swiper-btns {
    padding-top: 10px;
  }
  .industry-swiper-navigation {
    width: 26px;
    height: 26px;
    margin: 0 10px;
  }
  .industry-swiper-box {
    padding-top: 15px;
  }
  .about-content-introduce p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  .about-content-bottom {
    padding: 20px 0 0;
  }
  .about-content-num {
    font-size: 20px;
  }
  .about-content-util {
    font-size: 16px;
  }
  .about-content-text {
    text-align: center;
    font-size: 12px;
    width: 70%;
    margin: 0 15%;
  }
  .about-main-box {
    padding-top: 20px;
  }
  .about-content-introduce p {
    font-size: 14px;
    text-align: center;
  }
  .about-content-bottom {
    padding: 20px 0 0;
    width: 120%;
    margin-left: -10%;
  }
  .review-swiper-box {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .partner-conent-item {
    padding: 10px 0;
  }
  .partner-conent-item img {
    max-width: 50px;
  }
  .discuss-content-title {
    padding-top: 12px;
    font-size: 16px;
  }
  .discuss-content-text {
    padding-top: 6px;
    font-size: 12px;
  }
  .discuss-content-icon {
    width: 42px;
    height: 42px;
  }
  .application-item-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    position: relative;
    flex-direction: column;
  }
  .application-item-input {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    padding-left: 10px;
    background: none;
    border: 1px solid #c4c5d3;
    font-size: 16px;
  }
  .application-item-selcode {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 80px;
    height: 35px;
    font-size: 12px;
  }
  .application-item-name {
    padding-bottom: 5px;
    width: 100%;
  }
  .application-item-combination-mt {
    display: none;
  }
  .application-item-checks {
    display: flex;
    align-items: self-start;
    margin-bottom: 16px;
    position: relative;
    padding-top: 0;
    flex-direction: column;
  }
  .application-checks-main {
    width: 100%;
  }
  .popup-application-main {
    overflow-y: scroll;
    padding-right: 0;
  }
  .popup-application-form {
    height: 60vh;
  }
  .popup-application-close {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=dad.css.map */
