@import url(fonts.css);
* {
  font-family: Montserrat, "Microsoft YaHei", Arial, sans-serif !important;
}

body {
  background: var(--main-color-light3);
}

.hero-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.hero-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hero-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.hero-image-box {
  height: 300px;
  background-image: linear-gradient(135deg, var(--accent-blue) 0%, var(--main-color-light2) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.statistics-section {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.statistics-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.stat-item {
  display: flex;
  align-items: center;
}
.stat-item .stat-icon {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex: none;
  margin-right: 20px;
}
.stat-item .stat-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--main-color);
  display: flex;
  align-items: flex-end;
}
.stat-item .stat-number span {
  font-size: 24px;
}
.stat-item .stat-label {
  font-size: 14px;
  color: var(--text-gray);
}

.key-event-section {
  margin: 60px 0;
}
.key-event-section .key-event-card {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/exhibition/key_event.jpg");
  border-radius: 16px;
  display: flex;
  height: 300px;
  position: relative;
  padding-left: 40%;
}
.key-event-section .key-event-image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  width: 40%;
  height: 0;
  padding-bottom: 24.72%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 16px;
}
.key-event-section .key-event-content {
  flex: 1;
  padding: 20px 30px;
  color: #fff;
}
.key-event-section .key-event-content .key-event-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--main-color);
  padding: 6px 16px 6px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.key-event-section .key-event-content .key-event-badge::before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 24px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/exhibition/star.png");
}
.key-event-section .key-event-content .tit {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.key-event-section .key-event-content .key-event-info {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.key-event-section .key-event-content .key-event-info .key-event-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.key-event-section .key-event-content .key-event-info .key-event-info-item .icon {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.key-event-section .key-event-content .key-event-info .key-event-info-item .icon.time {
  background-image: url("/static/home/images/exhibition/time.png");
}
.key-event-section .key-event-content .key-event-info .key-event-info-item .icon.location {
  background-image: url("/static/home/images/exhibition/location.png");
}
.key-event-section .key-event-content .key-event-info .key-event-info-item .icon.scale {
  background-image: url("/static/home/images/exhibition/scale.png");
}
.key-event-section .key-event-content .key-event-info .key-event-info-item .info {
  flex: auto;
  min-width: 0;
}
.key-event-section .key-event-content .key-event-info .key-event-info-item .info .label {
  font-size: 12px;
  opacity: .8;
}
.key-event-section .btn-view-details {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--main-color) !important;
  padding: 12px 60px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  justify-content: center;
}
.key-event-section .btn-view-details:after {
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/exhibition/arrow.png");
  margin-left: 2px;
  flex: none;
}
.key-event-section .btn-view-details:hover {
  transform: translateY(-2px);
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 40px;
}

.upcoming-section {
  margin: 60px 0;
}

.conference-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  height: 100%;
  display: block;
}
.conference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.conference-card .conference-date-badge {
  position: absolute;
  top: 0;
  left: 12px;
  background: var(--main-color);
  color: #fff;
  padding: 6px 12px;
  border-radius: 0 0 12px 12px;
  font-size: 12px;
  font-weight: 600;
}
.conference-card .conference-date-badge span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.conference-card .conference-date-badge span.month {
  text-transform: uppercase;
}
.conference-card .conference-date-badge span.year {
  font-size: 12px;
  font-weight: 500;
}
.conference-card .conference-image {
  width: 100%;
  padding-bottom: 63.21%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.conference-card .conference-info {
  padding: 20px;
}
.conference-card .conference-info .tit {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.conference-card .conference-info p {
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.8;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.conference-card .conference-info .conference-link {
  display: block;
  color: var(--main-color);
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.conference-card .conference-info .conference-link:hover {
  text-decoration: underline;
}
.conference-card .conference-info .conference-location {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 6px;
  font-size: 12px;
  color: var(--text-color);
  opacity: .8;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conference-card .conference-info .conference-location:before {
  content: '';
  width: 16px;
  height: 16px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("/static/home/images/exhibition/map.png");
}

.past-events-section {
  margin: 60px 0;
}
.past-events-section .past-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.past-events-section .past-list .past-event-card {
  width: calc(25% - 10px);
  margin-left: 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: block;
}
.past-events-section .past-list .past-event-card .past-event-image {
  width: 100%;
  height: 0;
  padding-bottom: 63.21%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.past-events-section .past-list .past-event-card .past-event-info {
  padding: 20px;
}
.past-events-section .past-list .past-event-card .past-event-info .tit {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.past-events-section .past-list .past-event-card .past-event-info .desc {
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.8;
  line-height: 20px;
  height: 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.past-events-section .past-list .past-event-card .past-event-info .conference-link {
  display: block;
  color: var(--main-color);
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.past-events-section .past-list .past-event-card .past-event-info .conference-link:hover {
  text-decoration: underline;
}
.past-events-section .past-list .past-event-card .past-event-info .conference-location {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 6px;
  font-size: 12px;
  color: var(--text-color);
  opacity: .8;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.past-events-section .past-list .past-event-card .past-event-info .conference-location:before {
  content: '';
  width: 16px;
  height: 16px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("/static/home/images/exhibition/map.png");
}
.past-events-section .past-list .past-event-card:first-child {
  width: calc(50% - 20px);
  margin-left: 0;
}
.past-events-section .past-list .past-event-card:first-child .past-event-image {
  padding-bottom: 43.71%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.past-events-section .past-list .past-event-card:first-child .past-event-info {
  padding: 20px;
}
.past-events-section .past-list .past-event-card:first-child .tit {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 7px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.past-events-section .past-list .past-event-card:first-child .desc {
  margin-bottom: 0;
}
.past-events-section .past-list .past-event-card:first-child .conference-location {
  display: none;
}

.news-section {
  margin: 60px 0;
}
.news-section .news-item-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: block;
}
.news-section .news-item-card .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.news-section .news-item-card .news-info {
  padding: 15px;
}
.news-section .news-item-card .news-info .tit {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.news-section .news-item-card .news-info .link {
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px 0;
}
.news-section .news-item-card .news-info .link .date {
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.8;
  line-height: 1.5;
}
.news-section .news-item-card .news-info .link .global-iconfont {
  color: var(--text-color);
  opacity: 0.8;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.view-more {
  color: var(--accent-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.view-more:hover {
  text-decoration: underline;
}

.why-participate-section {
  margin: 60px 0;
}

.advantage-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  height: 100%;
}
.advantage-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 12px;
}
.advantage-card p {
  font-size: 14px;
  color: var(--text-gray);
  line-height: 1.6;
}
.advantage-card .advantage-icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.cta-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/static/home/images/exhibition/form_bg.jpg");
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-content {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.cta-content > p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}

.btn-submit {
  background: var(--accent-blue);
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-submit:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  color: #fff;
}

.form-label {
  margin-bottom: 0px !important;
  color: #fff;
  font-size: 14px;
}

.form-wrap .input-row {
  margin-bottom: 10px;
}
.form-wrap .input-row .required {
  margin-right: 2px;
}
.form-wrap .input-row .required::before {
  content: '*';
  font-size: 14px;
  color: #C41200;
}

.form-wrap .form-control .radio-inline {
  display: flex;
  align-items: center;
}

.form-wrap .form-control .radio-inline input {
  margin-right: 10px;
}

.form-wrap .form-control {
  background-color: #f2f2f2;
  color: #333;
  border: none;
  padding: 10px 15px;
  height: 64px;
  margin: 20px 0 30px;
  font-size: 14px;
  border-radius: 8px;
}

.form-wrap .btn-box .btn {
  width: 100%;
  background: var(--main-color);
  border: none;
  margin: 20px auto 40px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  height: 64px;
  border-radius: 8px;
}
.form-wrap .btn-box .btn .submit-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("/static/home/images/exhibition/submit.png");
}

.form-item {
  position: relative;
}

.error-msg {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 20px;
  left: 10px;
  transform: translateY(100%);
  color: #ff0000;
}

.page-footer {
  margin-top: 0 !important;
}

.expo-banner {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.expo-banner .container {
  height: 100%;
}
.expo-banner .banner-info {
  text-align: center;
  padding: 20px 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.expo-banner .banner-info .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.expo-banner .banner-info .desc {
  font-size: 18px;
  line-height: 36px;
}

.page-content {
  padding-bottom: 50px;
}

.page-nav-tabs {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.page-nav-tabs .nav-item {
  margin-right: 60px;
}
.page-nav-tabs .nav-item a {
  color: var(--text-color);
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  width: auto;
}
.page-nav-tabs .nav-item a:last-child {
  margin-left: 0;
}
.page-nav-tabs .nav-item a.active {
  color: var(--main-color);
}
.page-nav-tabs .nav-item a.active:after {
  content: "";
  width: 40px;
  height: 6px;
  position: absolute;
  background-color: var(--main-color);
  border-radius: 6px;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

.meeting-info-page {
  background-color: #f1f3f4;
  padding-bottom: 50px;
}
.meeting-info-page .contact-wrap .contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  gap: 0;
  margin-bottom: 10px;
}
.meeting-info-page .contact-wrap .contact-item:before {
  content: '';
  font-family: "global-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  color: var(--main-color);
}
.meeting-info-page .contact-wrap .contact-item.person:before {
  content: '\e630';
}
.meeting-info-page .contact-wrap .contact-item.email:before {
  content: '\e625';
}
.meeting-info-page .contact-wrap .contact-item.phone:before {
  content: '\e62c';
}
.meeting-info-page .contact-wrap .contact-item .label {
  flex: none;
  margin-right: 5px;
}
.meeting-info-page .contact-wrap .contact-item .value {
  flex: auto;
  min-width: 0;
}
.meeting-info-page .meeting-info-panel {
  display: flex;
  padding: 0;
  border-radius: 16px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}
.meeting-info-page .meeting-info-panel .thumb {
  width: 594px;
  height: 334px;
  flex: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.meeting-info-page .meeting-info-panel .info {
  flex: auto;
  padding: 25px;
}
.meeting-info-page .meeting-info-panel .info .tit {
  font-size: 24px;
  color: #2E2C39;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.meeting-info-page .meeting-info-panel .info .item-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meeting-info-page .meeting-info-panel .info .item-desc:last-child {
  margin-bottom: 0;
}
.meeting-info-page .meeting-info-panel .info .item-desc .icon {
  content: '';
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--main-color-light3);
}
.meeting-info-page .meeting-info-panel .info .item-desc .icon svg {
  width: 30px;
  height: 30px;
  color: var(--main-color);
}
.meeting-info-page .meeting-info-panel .info .item-desc .item-info {
  display: flex;
  flex: auto;
  min-width: 0;
}
.meeting-info-page .meeting-info-panel .info .item-desc .item-info .label {
  flex: none;
  margin-right: 5px;
  font-size: 14px;
}
.meeting-info-page .meeting-info-panel .info .item-desc .item-info .value {
  flex: auto;
  min-width: 0;
  font-size: 16px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.meeting-info-page .meeting-info-panel .info .reg-btn {
  background-color: var(--main-color);
  border-color: var(--main-color);
  width: 180px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meeting-info-page .page-tabs {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.meeting-info-page .page-tabs .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 8px;
  padding: 0 50px;
  margin-right: 15px;
}
.meeting-info-page .page-tabs .tab-item span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.meeting-info-page .page-tabs .tab-item .icon {
  content: '';
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.meeting-info-page .page-tabs .tab-item .icon svg {
  width: 24px;
  height: 24px;
  color: var(--main-color);
}
.meeting-info-page .page-tabs .tab-item.active {
  background: var(--main-color);
  color: #FFFFFF;
}
.meeting-info-page .page-tabs .tab-item.active .icon svg {
  color: #FFFFFF;
}
.meeting-info-page .meeting-header {
  margin-bottom: 30px;
}
.meeting-info-page .meeting-content .tab-panel {
  display: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.meeting-info-page .meeting-content .tab-panel.active {
  display: block;
}
.meeting-info-page .meeting-content .meeting-title {
  font-size: 20px;
  color: #01411C;
  letter-spacing: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.meeting-info-page .meeting-content .meeting-title:before {
  content: '';
  width: 40px;
  height: 40px;
  flex: none;
  margin-right: 10px;
  background-color: var(--main-color);
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 32px;
  background-image: url("/static/home/images/pak_summit/tit-icon.png");
}
.meeting-info-page .meeting-content-item {
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.meeting-info-page .meeting-content-item .title {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.meeting-info-page .meeting-content-item .title .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 10px;
}
.meeting-info-page .meeting-content-item .title .tit {
  font-size: 20px;
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 700;
}
.meeting-info-page .meeting-content-item.qrcode {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.meeting-info-page .meeting-content-item.contact {
  width: calc(50% - 10px);
}
.meeting-info-page .meeting-content-item.contact .content {
  padding: 15px 10%;
}
.meeting-info-page .meeting-content-item .content {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
.meeting-info-page .meeting-content-item .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.meeting-info-page .meeting-content-item .qrcode-wrap {
  margin: 10px auto;
  padding: 15px;
  width: 80%;
  background: #ECF5F1;
  border: 1px solid #158c50;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meeting-info-page .meeting-content-item .qrcode-wrap .qrcode {
  width: 90px;
  height: 90px;
  flex: none;
  margin-right: 10px;
}
.meeting-info-page .meeting-content-item .qrcode-wrap .qrcode img {
  width: 100%;
  height: 100%;
}
.meeting-info-page .meeting-content-item .qrcode-wrap .tit {
  font-size: 14px;
  flex: auto;
  min-width: 0;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 600;
}
.meeting-info-page .meeting-content-item .image-item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.meeting-info-page .meeting-content-item .detail-btn {
  background: var(--main-color);
  border-radius: 8px;
  width: 500px;
  height: 50px;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.meeting-info-page .meeting-content-item .media-item {
  display: block;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.meeting-info-page .meeting-content-item .media-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.meeting-info-page .meeting-content-item .media-item .info-wrap {
  padding: 10px 5px;
}
.meeting-info-page .meeting-content-item .media-item .info-wrap .desc {
  font-size: 12px;
  line-height: 18px;
  color: var(--text-color);
  opacity: .8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.meeting-info-page .meeting-content-item .media-item .info-wrap .tit {
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.meeting-info-page .meeting-content-item .video-item {
  display: block;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.meeting-info-page .meeting-content-item .video-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}
.meeting-info-page .meeting-content-item .video-item .thumb:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/static/home/images/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.meeting-info-page .meeting-content-item .video-item .info-wrap {
  padding: 10px 5px;
}
.meeting-info-page .meeting-content-item .video-item .info-wrap .desc {
  font-size: 12px;
  line-height: 18px;
  color: var(--text-color);
  opacity: .8;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.meeting-info-page .meeting-content-item .video-item .info-wrap .desc .item-desc {
  display: flex;
  align-items: center;
}
.meeting-info-page .meeting-content-item .video-item .info-wrap .desc .item-desc .global-iconfont {
  margin-right: 5px;
}
.meeting-info-page .meeting-content-item .video-item .info-wrap .desc .item-desc.duration {
  margin-right: 50px;
}
.meeting-info-page .meeting-content-item .video-item .info-wrap .tit {
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.meeting-info-page .programs-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.meeting-info-page .programs-tabs .item {
  flex: none;
  display: inline-flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: #333;
}
.meeting-info-page .programs-tabs .item.active {
  color: var(--main-color);
}
.meeting-info-page .programs-tabs .item.active:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background: var(--main-color);
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.meeting-info-page .programs-tabs-swiper {
  margin-bottom: 20px;
}
.meeting-info-page .programs-tabs-swiper .swiper-slide {
  width: auto;
  display: inline-flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  color: #333;
}
.meeting-info-page .programs-tabs-swiper .swiper-slide.active {
  color: var(--main-color);
}
.meeting-info-page .programs-tabs-swiper .swiper-slide.active:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background: var(--main-color);
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.meeting-info-page .programs-content .item {
  display: none;
}
.meeting-info-page .programs-content .item.active {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.meeting-info-page .programs-content .item img {
  max-width: 100%;
}
.meeting-info-page .meeting-info-row .meeting-content {
  display: flex;
  justify-content: space-between;
}
.meeting-info-page .meeting-info-row .meeting-content .meeting-content-item {
  flex: 1;
}
.meeting-info-page .meeting-info-row .meeting-content .meeting-content-item.info {
  flex: 2;
  margin-right: 20px;
}
.meeting-info-page .meeting-info-row .meeting-content .meeting-content-item .content.contact {
  padding: 0 10% !important;
}
.meeting-info-page.mobile {
  padding-bottom: 20px;
}
.meeting-info-page.mobile .meeting-header {
  margin-bottom: 0;
}
.meeting-info-page.mobile .meeting-info-panel {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 0;
}
.meeting-info-page.mobile .meeting-info-panel .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  flex: none;
  margin-right: 0;
  margin-bottom: 15px;
}
.meeting-info-page.mobile .meeting-info-panel .info {
  padding: 10px;
}
.meeting-info-page.mobile .meeting-info-panel .info .tit {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.meeting-info-page.mobile .meeting-info-panel .info .item-desc {
  line-height: 20px;
  margin-bottom: 10px;
  align-items: center;
}
.meeting-info-page.mobile .meeting-info-panel .info .item-desc:last-child {
  margin-bottom: 0;
}
.meeting-info-page.mobile .meeting-info-panel .info .item-desc .item-info {
  display: block;
}
.meeting-info-page.mobile .meeting-info-panel .info .item-desc .item-info .label {
  font-size: 12px;
  line-height: 20px;
}
.meeting-info-page.mobile .meeting-info-panel .info .item-desc .value {
  flex: auto;
  min-width: 0;
  font-size: 14px;
  line-height: 24px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.meeting-info-page.mobile .page-tabs {
  margin: 10px 0;
}
.meeting-info-page.mobile .page-tabs .tab-item {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
}
.meeting-info-page.mobile .page-tabs .tab-item span {
  font-size: 12px;
  line-height: 18px;
}
.meeting-info-page.mobile .page-tabs .tab-item .text {
  flex: auto;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.meeting-info-page.mobile .page-tabs .tab-item:nth-child(5) {
  width: calc(100% - 10px);
}
.meeting-info-page.mobile .page-tabs.fixed {
  position: fixed;
  background-color: #fff;
  z-index: 99;
  padding: 10px;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  box-shadow: 0 6px 12px 0 rgba(225, 222, 212, 0.5);
}
.meeting-info-page.mobile .video-item .thumb, .meeting-info-page.mobile .media-item .thumb {
  border-radius: 8px;
}
.meeting-info-page.mobile .video-item .desc, .meeting-info-page.mobile .media-item .desc {
  font-size: 12px;
  line-height: 18px;
}
.meeting-info-page.mobile .video-item .tit, .meeting-info-page.mobile .media-item .tit {
  padding: 0 !important;
}
.meeting-info-page.mobile .meeting-content-item {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
}
.meeting-info-page.mobile .meeting-content-item .title {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.meeting-info-page.mobile .meeting-content-item .title .icon {
  width: 30px;
  height: 30px;
}
.meeting-info-page.mobile .meeting-content-item .title .tit {
  font-size: 18px;
}
.meeting-info-page.mobile .meeting-content-item.qrcode {
  width: 100%;
  margin-right: 0;
}
.meeting-info-page.mobile .meeting-content-item.contact {
  width: 100%;
}
.meeting-info-page.mobile .meeting-content-item .content {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.meeting-info-page.mobile .meeting-content-item .qrcode-wrap {
  margin: 15px auto;
  padding: 10px;
  background: #ECF5F1;
  border: 1px solid #158c50;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.meeting-info-page.mobile .meeting-content-item .qrcode-wrap .qrcode {
  width: 60px;
  height: 60px;
  flex: none;
  margin-right: 10px;
}
.meeting-info-page.mobile .meeting-content-item .qrcode-wrap .qrcode img {
  width: 100%;
  height: 100%;
}
.meeting-info-page.mobile .meeting-content-item .qrcode-wrap .tit {
  font-size: 14px;
  flex: auto;
  min-width: 0;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 600;
}
.meeting-info-page.mobile .meeting-content-item .image-item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.meeting-info-page.mobile .meeting-content-item .detail-btn {
  width: 80%;
  height: 40px;
  border-radius: 40px;
}
.meeting-info-page.mobile .meeting-info-row .meeting-content {
  display: block;
}
