.index-main-container {
  min-width: 1230px;
  background-color: #01023d;
}

.index-top-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 604px;
  height: 604px;
  width: auto;
}

.index-top-bar-container {
  width: 100%;
  height: 120px;
  background: linear-gradient(270deg, #ff8a48 0%, #fc5e30 100%);
  background: -webkit-linear-gradient(180deg, #ff8a48 0%, #fc5e30 100%);
  /*display: flex;*/
  align-items: center;
  display: none;
}

.index-center-block {
  margin: 0 auto;
  width: 1200px;
}

.index-top-bar {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  height: 80px;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.bar-countdown-container {
  display: flex;
  height: 100%;
  flex: none;
}

.bar-countdown-container .bar-countdown {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  /*font-family: DINAlternate-Bold, DINAlternate;*/
  font-weight: 500;
  color: #1d1e22;
  line-height: 36px;
  font-size: 1.75rem;
}

.bar-countdown-container .bar-countdown:after {
  font-weight: 400;
  color: #77797e;
  line-height: 24px;
  font-size: 1rem;
}

.bar-countdown-container #countdown-day:after {
  content: "Days";
}

.bar-countdown-container #countdown-hours:after {
  content: "Hours";
}

.bar-countdown-container #countdown-minutes:after {
  content: "Minutes";
}

.bar-countdown-container #countdown-second:after {
  content: "Second";
}

.bar-text {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  margin-left: 10px;
  flex: 1;
  justify-content: center;
}

.bar-tickets {
  width: 185px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #383e56;
  color: #ffffff;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  flex: none;
}

.bar-tickets:hover {
  background: #444c69;
}

.bar-tickets:before {
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  top: -7px;
  content: "";
  display: block;
  left: 35px;
}

.bar-tickets:after {
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  bottom: -7px;
  content: "";
  display: block;
  left: 35px;
}

.bar-btn {
  width: 220px;
  height: 50px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #1d1e22;
  line-height: 24px;
  font-size: 1rem;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}

.index-title-b {
  color: #fff;
  /* font-family: Roboto; */
  line-height: 42px;
  font-size: 2.25rem;
  /* text-transform: uppercase; */
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-title-w {
  color: #fff;
  line-height: 42px;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.index-title-more {
  font-weight: 400;
  color: #f96033;
  line-height: 24px;
  font-size: 1rem;
}

.index-title-more:hover {
  text-decoration: underline;
}

.index-conference-introduction {
  margin-top: 80px;
}

.index-conference-introduction-text {
  font-family: Roboto, Roboto;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  font-size: 1rem;
  margin-top: 30px;
}

.index-conference-introduction-text p:first-child {
  margin-bottom: 20px;
}
.index-conference-introduction-text a {
  color: #2878ff;
}

.index-conference-introduction-text a:hover {
  text-decoration: underline;
}

.index-information-container {
  width: 100%;
  position: relative;
  height: 742px;
  margin-top: 30px;
}
.index-information-outer {
  border-radius: 20px 0px 0px 0px;
  width: 100vw;
  overflow: hidden;
}
.index-information {
  width: 100%;
  padding: 80px 0px;
  background: -webkit-linear-gradient(
    315deg,
    rgba(43, 70, 220, 0.2) 0%,
    rgba(34, 50, 203, 0.6) 49%,
    #4975ff 100%
  );
  background: linear-gradient(
    315deg,
    rgba(43, 70, 220, 0.2) 0%,
    rgba(34, 50, 203, 0.6) 49%,
    #4975ff 100%
  );
  box-shadow: inset 10px 10px 40px 0px rgba(17, 13, 147, 0.4);
  border: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(26, 57, 181, 1),
      rgba(157, 243, 255, 1),
      rgba(83, 126, 255, 1)
    )
    1 1;
  backdrop-filter: blur(10px);
}

.index-information-text-content {
  width: 1200px;
}

.index-information-tit {
  /* font-family: Roboto; */
  padding-left: 60px;
  box-sizing: border-box;
}

.index-information-tit2 {
  /* font-family: Roboto; */
  color: #ffffff;
  font-style: normal;
  line-height: 28px;
  font-size: 1.125rem;
  margin-top: 25px;
  padding-left: 60px;
  box-sizing: border-box;
}

.index-information-item-box {
  width: 50%;
  padding-left: 60px;
  box-sizing: border-box;
  height: auto;
  float: left;
  margin-top: 30px;
}

.index-information-item {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 132px;
  width: 100%;
}

.index-information-item-bg01 {
  background-image: url("../src/index/num_bg1.png");
  background-size: 39px 100px;
  background-repeat: no-repeat;
  background-position: left top;
}

.index-information-item-bg02 {
  background-image: url("../src/index/num_bg2.png");
  background-size: 39px 100px;
  background-repeat: no-repeat;
  background-position: left top;
}

.index-information-item-bg03 {
  background-image: url("../src/index/num_bg3.png");
  background-size: 39px 100px;
  background-repeat: no-repeat;
  background-position: left top;
}

.index-information-item-bg04 {
  background-image: url("../src/index/num_bg4.png");
  background-size: 39px 100px;
  background-repeat: no-repeat;
  background-position: left top;
}

.index-information-item-bg05 {
  background-image: url("../src/index/num_bg5.png");
  background-size: 39px 100px;
  background-repeat: no-repeat;
  background-position: left top;
}

.index-information-item-text {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  font-size: 1rem;
  min-height: 72px;
  width: 300px;
}

.index-information-item-icon {
  width: 100px;
  height: 100px;
  display: block;
}

.index-guest-speakers-container {
  width: 100%;
  /* background: #01023d; */
  margin-top: 80px;
  /* padding: 80px 0; */
}

.index-guest-speakers-tit {
  /*justify-content: center;*/
}

.index-guest-speakers-slide {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.guest-speakers-item-avatar {
  width: 180px;
  height: 180px;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(
    180deg,
    rgba(210, 219, 255, 1),
    rgba(157, 243, 255, 1),
    rgba(83, 126, 255, 1)
  );
  background-origin: border-box;
  border-radius: 50%;
}

.guest-speakers-item-avatar img {
  width: 180px;
  height: 180px;
  display: block;
}

.guest-speakers-item-name {
  color: #fff;
  line-height: 24px;
  font-size: 1.13rem;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  display: block;
}

.guest-speakers-item-name:hover {
  text-decoration: underline;
}

.guest-speakers-item-title {
  font-weight: 400;
  color: #80f8fd;
  line-height: 22px;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.guest-speakers-item-text {
  font-weight: 400;
  color: #9eb1ff;
  line-height: 22px;
  font-size: 0.88rem;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.guest-speakers-prev {
  background: url("../src/index/icon_left.png") no-repeat center center;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 90;
  top: 50%;
  left: -32px;
  margin-top: -16px;
  cursor: pointer;
}

.guest-speakers-next {
  background: url("../src/index/icon_left.png") no-repeat center center;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 90;
  top: 50%;
  right: -32px;
  margin-top: -16px;
  cursor: pointer;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.index-guest-speakers-slide-container {
  position: relative;
  width: 100%;
}

.guest-speakers-btn {
  width: 160px;
  height: 40px;
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  /* font-family: Roboto; */
  font-size: 1rem;
  color: #4b270b;
  line-height: 1.5rem;
  margin: 40px auto 0 auto;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.guest-speakers-btn:hover {
  background: #efc173;
}

.index-agenda-container {
  padding: 80px 0;
  box-sizing: border-box;
  width: 100%;
  /*background-image: url("../src/index/bg01.png");*/
  background-repeat: no-repeat;
  background-size: 85px 600px;
  background-position: calc(50% + 600px) 92px;
}

.index-agenda {
}

.index-agenda-tab-container {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.index-agenda-tab {
  width: 260px;
  height: 50px;
  background: #f7f7f7;
  border-radius: 2px;
  font-size: 1.25rem;
  color: #1d1e22;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.index-agenda-tab-ck {
  background: #f96033;
  color: #fff;
}

.index-agenda-list {
  width: 100%;
  margin-top: 50px;
}

.index-agenda-list .agenda-message-bar {
  margin-top: -35px;
}

.index-agenda-date {
  width: 50%;
  padding: 10px 0;
  background: #fff;
}

.index-agenda-date-tit {
  font-weight: 600;
  color: #1d1e22;
  line-height: 28px;
  font-size: 1.25rem;
}

.index-agenda-date-txt {
  font-weight: 400;
  color: #77797e;
  line-height: 24px;
  font-size: 1rem;
  margin-top: 5px;
}

.index-agenda-item-container {
  width: 100%;
  display: flex;
}

.index-agenda-item {
  flex: 1;
  margin-left: 60px;
  border-left: #f96033 2px solid;
  padding: 10px 0 10px 60px;
  box-sizing: border-box;
}

.index-agenda-item-bar {
  /*width: 100%;*/
  /*height: 85px;*/
  /*background: #FFFFFF;*/
  /*border: 1px solid #CCCCCC;*/
  /*box-sizing: border-box;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*padding: 0 30px;*/
  /*margin: 10px 0;*/
  /*float: left;*/
}

.index-agenda-item-bar:hover {
  /*border: 1px solid #F96033;*/
}

.index-agenda-item-tit {
  color: #1d1e22;
  line-height: 24px;
  font-size: 1.125rem;
}

.index-agenda-item-time {
  font-weight: 400;
  color: #77797e;
  line-height: 24px;
  font-size: 1rem;
  margin-top: 5px;
}

.index-agenda-item-view {
  color: #2878ff;
  line-height: 24px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.index-agenda-item-view:hover {
  text-decoration: underline;
}

.index-agenda-item-view:hover:after {
  display: block;
}

.index-agenda-item-view:after {
  background-image: url("../src/index/icon_point.png");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  content: "";
  display: none;
}

/*.index-agenda-item-view-d {*/
/*    color: #C0C0C1;*/
/*    line-height: 24px;*/
/*    font-size: 1rem;*/
/*    cursor: initial;*/
/*}*/

.index-agenda-item-bar:hover .index-agenda-item-tit {
  color: #f96033;
}

.index-agenda-btn {
  color: #ffffff;
  line-height: 38px;
  font-size: 1rem;
  width: 160px;
  height: 40px;
  background: #f96033;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-left: 122px;
  margin-top: 30px;
}

.index-agenda-btn:hover {
  background: #fe7148;
}

.index-package-container {
  background-image: url("../src/index/bg02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 80px 0;
  box-sizing: border-box;
}

.index-package-title {
  justify-content: center;
}

.index-package-title2 {
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  font-size: 1.125rem;
  margin-top: 10px;
  text-align: center;
}

.index-package-list {
  display: flex;
  width: 100%;
  margin-top: 30px;
  align-items: flex-end;
}

.index-package-item {
  flex: 1;
  margin-right: 45px;
  background: #fff;
  border-radius: 4px 4px 0 0;
}

.index-package-item:last-child {
  margin-right: 0px;
}

.index-package-item-top {
  width: 100%;
  height: 90px;
  background: #383e56;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffdc6d;
  line-height: 26px;
  font-size: 1.125rem;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.index-package-item-top:before {
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("../src/index/icon06.png");
  background-size: 24px 24px;
  content: "";
  display: block;
  top: 0px;
  left: 2px;
}

.index-package-item-top:after {
  width: 0px;
  height: 0px;
  border-top: 10px #383e56 solid;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
  position: absolute;
  bottom: -9px;
  right: 55px;
  content: "";
  display: block;
}

.index-package-item-content {
  padding: 30px 30px 40px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: calc(100% - 90px);
  position: relative;
}

.index-package-item-tit {
  color: #1d1e22;
  line-height: 28px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}

.index-package-item-tit2 {
  color: #1d1e22;
  line-height: 24px;
  font-size: 1rem;
  margin-top: 20px;
}

.index-package-item-price {
  color: #1d1e22;
  line-height: 42px;
  font-size: 2.25rem;
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  font-weight: 600;
}

.index-package-item-price span {
  font-weight: 400;
  color: #1d1e22;
  line-height: 24px;
  font-size: 1rem;
  padding-bottom: 3px;
  margin-right: 6px;
}

.index-package-item-txt-container {
  min-height: 84px;
  margin-top: 20px;
}

.index-package-item-txt {
  border-top: #e6e6e6 1px solid;
  border-bottom: #e6e6e6 1px solid;
  padding: 17px 0;
  font-size: 1rem;
  color: #f96033;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
}

.index-package-item-txt img {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
  margin-top: 4px;
}

.index-package-item-btn {
  width: 240px;
  height: 48px;
  background: #f96033;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}

.index-package-item-btn:hover {
  background: #fe7148;
}

.index-package-item-tit2-hot {
  color: #f96033;
}

.index-package-item-price-hot {
  color: #f96033;
}

.index-package-item-price-hot span {
  color: #f96033;
}

.index-package-item-price-void {
  font-weight: 400;
  color: #f96033;
  line-height: 24px;
  font-size: 1rem;
  margin-left: 10px;
  text-decoration: line-through;
}

.index-package-hot-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.index-package-hot-bottom-tit {
  color: #1d1e22;
  line-height: 20px;
  font-size: 1rem;
}

.index-package-hot-bottom-txt {
  color: #77797e;
  line-height: 20px;
  display: flex;
  font-size: 1rem;
  margin-top: 5px;
}

.index-package-hot-bottom-countdown {
  color: #f96033;
  line-height: 20px;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 10px;
  width: 72px;
  text-align: left;
}

.index-package-item-hot-icon {
  position: absolute;
  width: 59px;
  height: 49px;
  right: -15px;
  top: 10px;
}

.index-reviewing-container {
  width: 100%;
  padding: 80px 0 60px 0;
}

.index-reviewing-data {
  margin-top: 60px;
  display: flex;
}

.index-reviewing-data-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.index-reviewing-data-item-tit {
  font-size: 2.875rem;
  /*font-family: DINAlternate-Bold, DINAlternate;*/
  font-weight: bold;
  color: #1d1e22;
  line-height: 54px;
}

.index-reviewing-data-item-txt {
  font-weight: 400;
  color: #77797e;
  line-height: 24px;
  font-size: 1rem;
  margin-top: 10px;
}

.index-reviewing-slide-container {
  width: 100%;
  /*background: linear-gradient(270deg, #F7F7F7 50%, #fff 51%);*/
  /*background: -webkit-linear-gradient(180deg, #F7F7F7 50%, #fff 51%);*/
  /* margin-top: 30px; */
}

.index-reviewing-slide {
  /*padding: 60px 0 60px 60px;*/
  width: 100%;
  /* background: #01023d; */
  box-sizing: border-box;
}

.index-reviewing-slide-box {
  overflow: hidden;
  width: 100%;
}

.index-reviewing-slide-box .swiper-slide {
  width: 31.7% !important;
  height: 246px;
  margin-right: 30px !important;
  cursor: pointer;
  position: relative;
  display: block;
}

.index-reviewing-slide-box .swiper-slide:last-child {
  margin-right: 0px !important;
}

.index-reviewing-slide-box .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-agenda-tab-vwa:before {
  background-image: url("../src/index/virtual_week_agenda.png");
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 5px;
}

.index-agenda-tab-ipa:before {
  background-image: url("../src/index/in_person_agenda.png");
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 5px;
}

.index-agenda-tab-ck.index-agenda-tab-vwa:before {
  background-image: url("../src/index/virtual_week_agenda2.png");
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 5px;
}

.index-agenda-tab-ck.index-agenda-tab-ipa:before {
  background-image: url("../src/index/in_person_agenda2.png");
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-right: 5px;
}

.index-reviewing-slide-bottom {
  /*min-height: 80px;*/
  /*background: linear-gradient(180deg, rgba(29, 30, 34, 0) 0%, #1D1E22 100%);*/
  /*background: -webkit-linear-gradient(270deg, rgba(29, 30, 34, 0) 0%, #1D1E22 100%);*/
  background: linear-gradient(270deg, #2464f5 0%, #0196ff 100%);
  background: -webkit-linear-gradient(-180deg, #2464f5 0%, #0196ff 100%);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  opacity: 0.9;
}

.index-reviewing-slide .swiper-slide:hover .index-reviewing-slide-bottom {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.index-reviewing-slide-bottom-tit {
  width: 100%;
  color: #ffffff;
  line-height: 24px;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-reviewing-slide-bottom-tit a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.index-reviewing-slide-bottom-tit a:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("../src/index/icon11.png");
  content: "";
  display: block;
  margin-left: 5px;
}

.index-reviewing-slide-bottom-date {
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.index-reviewing-slide-bottom-date:after {
  width: 16px;
  height: 16px;
  background-image: url("../src/index/icon11.png");
  content: "";
  display: block;
  background-size: 16px 16px;
}

.reviewing-swiper-pagination {
  bottom: 0 !important;
  font-size: 30px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: #d8d8d8;
  opacity: 1;
  margin: 0 4px !important;
}

.swiper-pagination-bullet-ck {
  background: #0196ff;
}

.index-news-container {
  background: #383e56;
  padding: 80px 0;
}

.index-news {
  width: 100%;
  margin-top: 60px;
}

.index-news-item {
  border-top: #4f5673 1px solid;
  padding: 30px 0;
  display: flex;
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.index-news-item:nth-child(even) {
  padding-left: 15px;
}

.index-news-item:nth-child(odd) {
  padding-right: 15px;
}

.index-news-item-img {
  width: 240px;
  height: 155px;
  position: relative;
  flex: none;
}

.index-news-item-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-news-item-img-tag {
  height: 24px;
  background: #f96033;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  font-size: 0.875rem;
  padding: 0 10px;
  position: absolute;
  top: 10px;
  left: -5px;
}

.index-news-item-content {
  margin-left: 20px;
  flex: 1;
}

.index-news-item-title {
  font-size: 1rem;
  color: #ffffff;
  line-height: 24px;
  max-height: 48px;
  font-weight: bold;
  -webkit-line-clamp: 2;
}

.index-news-item-title:hover {
  text-decoration: underline;
}

.index-news-item-text {
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  font-size: 0.875rem;
  max-height: 60px;
  margin-top: 5px;
  -webkit-line-clamp: 3;
}

.index-news-item-date {
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  font-size: 0.75rem;
  margin-top: 25px;
}

.index-news-btn {
  width: 160px;
  height: 40px;
  background: #f96033;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 30px auto 0 auto;
}

.index-news-btn:hover {
  background: #fe7148;
}

.index-organizations-container {
  width: 100%;
  padding: 0 0 80px 0;
}

.index-organizations {
  width: 100%;
  margin-top: 30px;
  padding-top: 1px;
}

.index-organizations-title {
  /* font-family: Roboto; */
  color: #fff;
  line-height: 28px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 20px;
}
.index-organizations-title:first-child {
  margin-top: 0;
}

.index-organizations-logos {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0 -5px;
}

.index-organizations-logo {
  width: 141px;
  height: 65px;
  display: block;
  padding: 10px 5px 0 5px;
}

.index-organizations-logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-bottom-container {
  width: 100%;
  padding-bottom: 60px;
}

.index-bottom-bg {
  position: relative;
}

.index-bottom-btn {
  width: 300px;
  height: 52px;
  background: #ffffff;
  border-radius: 1px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #1d1e22;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 48px;
  right: 60px;
  border: #fff 1px solid;
}

.index-bottom-btn2 {
  width: 300px;
  height: 52px;
  border-radius: 1px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 120px;
  right: 60px;
  border: #fff 1px solid;
}

@media (max-width: 1280px) {
  .guest-speakers-prev {
    left: 0px;
  }

  .guest-speakers-next {
    right: 0px;
  }
}

/*@media (max-width: 768px) {*/
/*    .index-center-block {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.mobile-index-center-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.mobile-index-top-bg-img {
  width: 100%;
  /*padding: 60px 15px;*/
  box-sizing: border-box;
}

/* .mobile-index-top-bg-img img {
  width: 100%;
  display: block;
} */

.mobile-banner-p {
  padding: 0 15px;
}

.mobile-index-top-bar-container {
  background: linear-gradient(270deg, #fd9962 0%, #f96033 100%);
  background: -webkit-linear-gradient(180deg, #fd9962 0%, #f96033 100%);
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.mobile-index-top-bar {
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.bar-text-container {
  background: #f7f7f7;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.bar-text-container .mobile-bar-text {
  padding: 0px;
  margin-left: 0px;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #f7f7f7;
  flex: 1;
  font-size: 0.875rem;
}

.bar-text-container .mobile-bar-tickets {
  width: 185px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #383e56;
  color: #ffffff;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  flex: none;
  margin-top: 20px;
}

.bar-text-container .mobile-bar-tickets:before {
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  top: -7px;
  content: "";
  display: block;
  left: 35px;
}

.bar-text-container .mobile-bar-tickets:after {
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
  bottom: -7px;
  content: "";
  display: block;
  left: 35px;
}

.bar-text-container .mobile-bar-btn {
  box-sizing: border-box;
  color: #f96033;
  line-height: 24px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  margin-top: 20px;
}

.mobile-index-guest-speakers-container {
  width: 100%;
  /*background: #F7F7F7;*/
  /* padding: 30px 0; */
}

.mobile-index-title-b {
  color: #fff;
  line-height: 28px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  justify-content: space-between;
}

.mobile-index-title-w {
  color: #fff;
  line-height: 28px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-index-guest-speakers-tit {
  /*justify-content: center;*/
  color: #fff;
  line-height: 42px;
  font-size: 2.25rem;
}

.mobile-index-guest-speakers-container .index-center-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-index-guest-speakers-slide-container {
  flex: 1;
  margin: 30px 60px 0 60px;
  position: relative;
}

.mobile-index-guest-speakers-slide-container #guest-speakers-slide-box {
  margin-top: 0px;
}

.mobile-guest-speakers-btn {
  width: 160px;
  height: 40px;
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  color: #4b270b;
  line-height: 24px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.mobile-guest-speakers-btn:hover {
  background: #efc173;
}

.mobile-guest-speakers-prev {
  background: url("../src/index/icon_left.png") no-repeat center center;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 90;
  top: 50%;
  left: -42px;
  margin-top: -16px;
  cursor: pointer;
}

.mobile-guest-speakers-next {
  background: url("../src/index/icon_left.png") no-repeat center center;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 90;
  top: 50%;
  right: -42px;
  margin-top: -16px;
  cursor: pointer;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mobile-index-organizations-container {
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
}

.mobile-index-organizations {
  width: 100%;
  margin-top: 0px;
  padding-top: 1px;
}

.mobile-index-agenda-container {
  padding: 30px 15px;
}

.mobile-index-agenda-tab-container {
  margin-top: 30px;
  width: 100%;
  display: flex;
}

.mobile-index-agenda-tab {
  color: #1d1e22;
  line-height: 24px;
  font-size: 1rem;
  font-weight: bold;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 50%;
}

.mobile-index-agenda-list {
  padding-top: 10px;
}

.mobile-index-agenda-tab-ck {
  color: #fff;
  background: #f96033;
}

.mobile-index-agenda-date {
  width: 100%;
  margin-top: 10px;
}

.mobile-index-agenda-date-tit {
  color: #1d1e22;
  line-height: 28px;
  font-size: 1.25rem;
  font-weight: bold;
}

.mobile-index-agenda-date-txt {
  font-weight: 400;
  color: #77797e;
  line-height: 24px;
  font-size: 1rem;
}

.mobile-index-agenda-item-container {
  width: 100%;
  margin-top: 10px;
  padding-top: 1px;
}

.mobile-index-agenda-item-bar {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: flex;
  padding: 16px 30px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.mobile-index-agenda-item-tit {
  color: #1d1e22;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.mobile-index-agenda-item-txt-container {
  width: 100%;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-index-agenda-item-time {
  font-weight: 400;
  color: #77797e;
  line-height: 24px;
  font-size: 1rem;
}

.mobile-index-agenda-item-view {
  font-size: 1rem;
  color: #2878ff;
  line-height: 24px;
  font-weight: bold;
}

/*.mobile-index-agenda-item-view-d {*/
/*    font-size: 1rem;*/
/*    color: #77797E;*/
/*    line-height: 24px;*/
/*}*/

.mobile-index-package-container {
  background: linear-gradient(248deg, #fd9962 0%, #f96033 100%);
  background: -webkit-linear-gradient(158deg, #fd9962 0%, #f96033 100%);
  width: 100%;
  padding: 30px 0;
}

.mobile-index-package-list {
  width: 100%;
  overflow-x: scroll;
  margin-top: 20px;
  display: flex;
  padding-bottom: 20px;
}

.mobile-index-package-title2 {
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  font-size: 0.875rem;
  padding: 0 15px;
  margin-top: 30px;
  box-sizing: border-box;
  text-align: center;
}

.mobile-index-reviewing-container {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

.mobile-index-reviewing-container .index-center-block {
  padding: 0 15px;
  box-sizing: border-box;
}

.mobile-index-reviewing-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.mobile-index-reviewing-data-item {
  width: 50%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mobile-index-reviewing-data-item-tit {
  font-size: 2.25rem;
  /*font-family: DINAlternate-Bold, DINAlternate;*/
  font-weight: bold;
  color: #1d1e22;
  line-height: 42px;
}

.mobile-index-reviewing-data-item-txt {
  font-size: 1rem;
  font-weight: 400;
  color: #77797e;
  line-height: 24px;
  margin-top: 10px;
}

.mobile-index-reviewing-slide {
  /*padding: 20px 0 20px 20px;*/
  /*background: #F7F7F7;*/
  box-sizing: border-box;
  margin-top: 20px;
  margin-left: 20px;
}

.mobile-index-reviewing-slide-box {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.mobile-index-reviewing-slide-box .swiper-slide {
  width: calc(100vw - 35px);
  height: auto;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}

.mobile-index-reviewing-slide-box .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.index-agenda-item-bar {
  /* width: 100%; */
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 50px;
  background: linear-gradient(to right, #3cbcec 0%, #3751d6 100%);
  background: -webkit-linear-gradient(to right, #3cbcec 0%, #3751d6 100%);
  font-size: 20px;
  font-style: normal;
  color: #ffffff;
  line-height: 32px;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.index-agenda-item-bar span:first-child {
  margin: 0 20px;
}

.index-agenda-item-bar span {
  font-size: 20px;
  font-style: normal;
  color: #ffffff;
  line-height: 28px;
}

.index-agenda-item-bar:before {
  width: 24px;
  height: 24px;
  background-image: url("../src/index/address_2x.png");
  background-size: 24px 24px;
  content: "";
  display: block;
  margin-right: 10px;
}

.index-agenda-item-content-tit {
  font-size: 24px;
  font-style: normal;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  padding-bottom: 10px;
}

.index-agenda-item-content-tit:first-child {
  margin-top: 0px;
}

.index-agenda-item-content-list {
  display: flex;
  flex-flow: wrap;
}

.index-agenda-item-content-time {
  height: 28px;
  font-family: HelveticaNeue;
  font-size: 18px;
  flex: none;
  width: 120px;
  color: #80f8fd;
  line-height: 28px;
  margin-top: 40px;
  font-style: normal;
}

.index-agenda-item-content-list .mobile-agenda-time:first-child {
  margin-top: 20px;
}

.mobile-agenda-time {
  width: 100%;
}

.mobile-agenda-time span {
  margin-right: 10px;
}

.index-agenda-item-content-text {
  flex: none;
  margin-left: 70px;
  margin-top: 40px;
  width: calc(100% - 190px);
}

.index-agenda-content-title {
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  font-style: normal;
  /* font-family: Roboto; */
  font-weight: bold;
}

.index-agenda-content-title span {
  font-size: 20px;
  font-weight: 600;
  /*color: #FFFFFF;*/
  line-height: 24px;
  background: linear-gradient(90deg, #00d6c9 0%, #2464f5 100%);
  background: -webkit-linear-gradient(0deg, #00d6c9 0%, #2464f5 100%);
  background-clip: text; /* 这个属性将渐变裁剪为文本的形状 */
  -webkit-background-clip: text; /* Safari 和老版本的 Chrome 需要添加此前缀 */
  color: transparent; /* 将文字颜色设置为透明，使渐变显示出来 */
  margin-left: 20px;
}

.index-agenda-content-text {
  font-size: 14px;
  font-weight: 400;
  color: #9eb1ff;
  line-height: 24px;
  margin-top: 10px;
}

.index-agenda-content-btn {
  margin-top: 20px;
  width: 120px;
  height: 32px;
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: Roboto; */
  font-size: 16px;
  color: #4b270b;
  line-height: 24px;
  text-align: right;
  font-style: normal;
  font-weight: bold;
}

.index-agenda-content-btn:hover {
  background: #efc173;
}

.index-agenda-item-box {
  padding-bottom: 60px;
}

.index-package-bg {
  width: 1200px;
  border-radius: 8px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 0;
}

.index-package-bg-tit {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.index-package-bg-tit2 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.index-package-bg-box {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
.index-package-bg-item-st {
  margin-top: 20px;
  position: relative;
}
.index-package-bg-item-bottom-st {
  position: absolute;
  background: linear-gradient(to left, #e2553c 0%, #f38e6f 100%);
  border-radius: 0px 0px 4px 4px;
  width: 586px;
  height: 40px;
  margin-top: -2px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.index-package-bg-item-bottom-st a {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.index-package-bg-item-bottom-st a:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url("../src/index/icon11.png");
  content: "";
  display: block;
  margin-left: 5px;
}

.index-package-bg-item {
  /* flex: 1; */
  width: 585px;
  /* height: 195px; */
  background-color: #fff;
  background-size: 525px auto;
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 10px 0px rgba(18, 120, 176, 0.2);
  -webkit-box-shadow: 0px 6px 10px 0px rgba(18, 120, 176, 0.2);
  border-radius: 4px;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: 20px;
}

.index-package-bg-item:nth-child(2n + 1) {
  margin-right: 30px;
}

.index-package-bg-item:first-child {
  margin-top: 0px;
}
.index-package-bg-item:nth-child(2) {
  margin-top: 0px;
}

.index-package-bg-item-title {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.index-package-bg-item-title b {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
}

.index-package-bg-item-title span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 10px;
  margin-top: 5px;
}

.index-package-bg-item-content {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.index-package-bg-item-btn {
  width: 160px;
  height: 40px;
  /* font-family: Roboto; */
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #4b270b;
  line-height: 24px;
  flex: none;
  margin-top: 10px;
}

.index-package-bg-item-btn:hover {
  background: #efc173;
}

.index-package-bg-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.index-package-bg-item-text > div:first-child {
  /* font-family: Roboto; */
  font-size: 20px;
  color: #1d1e22;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  font-weight: bold;
}

.index-package-bg-item-text .index-package-bg-item-price {
  font-size: 16px;
  /* font-weight: bold; */
  color: #2464f5;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.index-package-bg-item-price-block {
  display: flex;
  justify-content: space-between;
}

.index-package-bg-item-text .index-package-bg-item-price b {
  font-size: 36px;
  font-weight: 500;
  color: #2464f5;
  line-height: 42px;
  margin-left: 5px;
}

.index-package-bg-item-text .index-package-bg-item-price span {
  /* font-family: Roboto; */
  font-weight: 400;
  font-size: 16px;
  text-decoration: line-through;
  color: #666666;
  font-style: normal;
  line-height: 24px;
  margin-left: 10px;
}

.index-package-bg-item-text .index-package-bg-item-price div {
  font-size: 12px;
  margin-bottom: -10px;
}

.index-package-bg-item-txt {
  /* font-family: Roboto; */
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
  height: 20px;
}

.index-package-bg-item-bottom {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
  color: #2464f5;
  display: flex;
  align-items: flex-start;
  height: 24px;
  line-height: 24px;
  flex: 1;
  border-top: #e6e6e6 1px solid;
}

.index-package-bg-item-bottom:before {
  width: 16px;
  height: 16px;
  background-image: url("../src/index/tips@2x.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 5px;
  margin-top: 4px;
  flex: none;
}

.index-reviewing-tit {
  margin-bottom: 30px;
}

.index-top-bg-img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mobile-index-top-bg-img-box {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, #4362e2 0%, #2c3fc5 100%);
  padding-top: 150px;
}

.index-top-bg-img-text {
  width: 764px;
  height: auto;
  display: block;
  padding-top: 30px;
}
.index-top-bg-img-text-cn {
  padding: 0;
}

.index-top-bg-img-btn-box {
  display: flex;
  margin-top: 80px;
  position: relative;
}

.index-top-bg-img-btn-buy {
  min-width: 180px;
  height: 48px;
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #4b270b;
  line-height: 28px;
  margin-right: 20px;
  /* font-family: Roboto; */
}

.index-top-bg-img-btn-buy:hover {
  background: #efc173;
}

.index-top-bg-img-btn-other {
  min-width: 180px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  padding: 0 20px;
  margin-right: 20px;
}

.index-top-bg-img-btn-other:hover {
  border: 1px solid #fff;
}

.index-top-bg-img-btn-other:before {
  width: 20px;
  height: 20px;
  background-image: url("../src/index/download_icon.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  content: "";
}
.btn-counsel {
  background: rgba(255, 227, 179, 0.1);
  border: 1px solid #ffe3b3;
  color: #ffe3b3;
}
.btn-counsel:before {
  background-image: url("../src/img_CRAC2024/review/counsel@2x.png");
}
.btn-counsel-popover {
  width: 490px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: absolute;
  left: 240px;
  top: 65px;
  padding: 32px 110px 86px 110px;
  box-sizing: border-box;
  z-index: 999;
  position: fixed; /* 使用 fixed 使其相对窗口居中 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-counsel-popover img {
  width: 268px;
  height: auto;
}
img.btn-counsel-popover-close {
  width: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.index-top-banner-p p {
  color: #fff;
  margin-top: 10px;
}
.index-top-banner-p img {
  height: 20px;
  vertical-align: top;
  margin-right: 10px;
}
.index-agenda-theme {
  width: 100%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  height: 64px;
  background: linear-gradient(
    315deg,
    rgba(43, 70, 220, 0.2) 0%,
    rgba(34, 50, 203, 0.6) 49%,
    #4975ff 100%
  );
  box-shadow: inset 10px 10px 40px 0px rgba(17, 13, 147, 0.4);
  border-radius: 4px;
  border: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(26, 57, 181, 1),
      rgba(157, 243, 255, 1),
      rgba(83, 126, 255, 1)
    )
    1 1;
  backdrop-filter: blur(20px);
}
.index-agenda-theme span {
  height: 54px;
  flex: 1;
  font-weight: bold;
  box-sizing: border-box;
  display: inline-block;
  /* font-family: Roboto; */
  font-size: 1.25rem;
  border-radius: 2px;
  line-height: 54px;
  text-align: center;
  font-style: normal;
  color: #fff;
  margin: 5px;
}

.index-agenda-theme-span-checked {
  background: #ffffff;
  color: #2464f5 !important;
}

.index-main-content {
  /* background: linear-gradient(
    315deg,
    rgba(43, 70, 220, 0.2) 0%,
    rgba(34, 50, 203, 0.6) 49%,
    #4975ff 100%
  );
  box-shadow: inset 10px 10px 40px 0px rgba(17, 13, 147, 0.4);
  border: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(26, 57, 181, 1),
      rgba(157, 243, 255, 1),
      rgba(83, 126, 255, 1)
    )
    1 1;
  backdrop-filter: blur(10px); */
}

.registration-title {
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  padding-bottom: 10px;
  font-weight: bold;
}
.registration-block {
  margin-top: 60px;
}
.first-registration-block {
  margin-top: 0;
}
.registration-bottom {
  margin-top: 60px;
  /* font-family: Roboto; */
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-style: normal;
}

.index-package-bg-container {
  background: linear-gradient(
    315deg,
    rgba(43, 70, 220, 0.2) 0%,
    rgba(34, 50, 203, 0.6) 49%,
    #4975ff 100%
  );
  box-shadow: inset 10px 10px 40px 0px rgba(17, 13, 147, 0.4);
  border: 1px solid;
  border-image: linear-gradient(
      180deg,
      rgba(26, 57, 181, 1),
      rgba(157, 243, 255, 1),
      rgba(83, 126, 255, 1)
    )
    1 1;
  backdrop-filter: blur(10px);
}

.agenda-theme {
  cursor: pointer;
}

.mobile-agenda-block {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .index-package-bg-item-bottom {
    height: auto;
    /* padding-bottom: 15px; */
  }
  .index-package-bg-item {
    flex: 1;
    width: 100%;
    background-color: #fff;
  }

  .mobile-index-guest-speakers-container {
    margin-top: 60px;
  }

  .index-center-block {
    width: auto;
  }

  .index-agenda-item-bar {
    height: auto;
    flex-flow: wrap;
    padding: 15px 15px;
    box-sizing: border-box;
  }

  .index-agenda-item-bar span {
    width: 100%;
    flex: none;
    margin-left: 0px;
    margin-top: 10px;
  }

  .index-agenda-item-content-text {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }

  .index-agenda {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .index-package-bg {
    width: auto;
  }

  .index-package-bg-box {
    flex-direction: column;
  }

  .index-package-bg-item-content {
    flex-direction: column;
  }

  .index-package-bg-item {
    margin-right: 0px;
    /* margin-bottom: 20px; */
  }

  .index-package-bg-item:nth-child(2) {
    margin-top: 20px;
  }

  .index-package-bg {
    padding-left: 15px;
    height: auto;
    padding-right: 15px;
  }

  .index-top-bg-img-btn-box {
    flex-direction: column;
    padding: 0 15px;
    margin-top: 20px;
  }

  .index-top-bg-img-btn-buy {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .index-top-bg-img-btn-other {
    margin-right: 0;
  }
}
