.expo-pc .form-item {
  position: relative;
}
.expo-pc .error-msg {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 20px;
  transform: translateY(100%);
  color: #ff0000;
}
.expo-pc .page-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.expo-pc .page-row .row-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  line-height: 30px;
  color: #333;
}
.expo-pc .page-row .row-sub-title {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  width: 60%;
  color: #333;
}
.expo-pc .page-row-1 {
  padding: 40px 0;
  background: #e9eef3;
}
.expo-pc .page-row-2 {
  padding: 50px 0;
  background: #fff;
}
.expo-pc .page-row-3 {
  padding: 50px 0;
  background-color: #e9eef3;
  background-image: url(/static/home/images/expo_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.expo-pc .service-list .item .icon {
  width: 90px;
  height: 90px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-pc .service-list .item .info {
  text-align: center;
  margin-top: 20px;
  color: #333;
}
.expo-pc .service-list .item .info .tit {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  padding-bottom: 25px;
  position: relative;
}
.expo-pc .service-list .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
.expo-pc .service-list .item .info .line {
  font-size: 32px;
  color: #b4bbc2;
  margin-bottom: 25px;
  position: relative;
}
.expo-pc .service-list .item .info .line:before {
  content: '';
  position: absolute;
  width: 30%;
  height: 1px;
  background: #b4bbc2;
  left: 50%;
  top: 50%;
  transform: scaleY(0.5) translateY(-50%);
  margin-left: 10px;
}
.expo-pc .service-list .item .info .line:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 1px;
  background: #b4bbc2;
  left: 50%;
  top: 50%;
  transform: scaleY(0.5) translateY(-50%) translateX(-100%);
  margin-left: -10px;
}
.expo-pc .form-label {
  margin-bottom: 0px !important;
}
.expo-pc .form-wrap .input-row {
  margin-bottom: 10px;
}
.expo-pc .form-wrap .form-control .radio-inline {
  display: flex;
  align-items: center;
}
.expo-pc .form-wrap .form-control .radio-inline input {
  margin-right: 10px;
}
.expo-pc .form-wrap .form-control {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #333;
  border: none;
  padding: 10px 15px;
  height: 64px;
  margin: 20px 0 30px;
  font-size: 12px;
}
.expo-pc .form-wrap .btn-box .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin: 20px auto 40px;
  font-size: 14px;
  padding: 10px 15px;
  height: 64px;
}
.expo-pc .expo-swiper .swiper-wrapper {
  padding: 80px 0;
}
.expo-pc .expo-swiper .swiper-slide .item {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-pc .expo-swiper .swiper-slide.swiper-slide-next {
  -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;
  transform: scale(1.46);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.expo-pc .page-row-4 {
  padding: 80px 0;
  background-color: #294a9f;
  color: #fff;
}
.expo-pc .page-row-4 .left-box {
  width: 350px;
  flex: none;
  margin-right: 70px;
  padding: 50px 0;
}
.expo-pc .page-row-4 .row-title {
  text-align: left;
  color: #fff;
}
.expo-pc .page-row-4 .row-sub-title {
  text-align: left;
  width: 100%;
  margin: 20px auto 40px;
  color: #fff;
}
.expo-pc .page-row-4 .view-detail {
  display: block;
  position: relative;
  width: 255px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.expo-pc .page-row-4 .view-detail:after {
  content: '\e624';
  font-family: "global-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -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;
}
.expo-pc .page-row-4 .view-detail:hover:after {
  right: 20px;
}
.expo-pc .expo-swiper2 {
  position: relative;
  padding-top: 40px;
}
.expo-pc .expo-swiper2 .swiper-slide .item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-pc .expo-swiper2 .swiper-button-next,
.expo-pc .expo-swiper2 .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 30px;
  background-color: #fff;
  left: 0;
  top: 0;
  color: #333;
  margin: 0;
  background-image: none;
}
.expo-pc .expo-swiper2 .swiper-button-next {
  left: 55px;
}
.expo-pc .expo-swiper2 .swiper-button-next:before {
  content: '\e646';
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-pc .expo-swiper2 .swiper-button-prev:before {
  content: '\e64e';
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-pc .expo-swiper2 .swiper-button-next:hover,
.expo-pc .expo-swiper2 .swiper-button-prev:hover {
  background-color: #3f64d0;
  color: #fff;
}
.expo-pc .page-row-5 {
  padding: 30px 0 90px;
  background-color: #e9eef3;
}
.expo-pc .expro-more {
  transform: translateY(-50%);
  border-radius: 15px;
  background-color: #F30A0A;
  padding: 5px 10px;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.expo-pc .expo-swiper3 {
  margin-top: 40px;
  position: relative;
}
.expo-pc .expo-swiper3 .swiper-slide .item {
  display: block;
  background: #fff;
}
.expo-pc .expo-swiper3 .swiper-slide .item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.expo-pc .expo-swiper3 .item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-pc .expo-swiper3 .item .info {
  padding: 15px;
}
.expo-pc .expo-swiper3 .item .info .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.expo-pc .expo-swiper3 .item .info .desc {
  padding: 5px 10px;
  background-color: #f5f8ff;
  color: #27479f;
  margin-top: 10px;
  font-size: 16px;
}
.expo-pc .expo-swiper3 .item .info .desc .date,
.expo-pc .expo-swiper3 .item .info .desc .date:before,
.expo-pc .expo-swiper3 .item .info .desc .position:before {
  content: '\e612';
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.expo-pc .expo-swiper3 .item .info .desc .position:before {
  content: '\e769';
}
.expo-pc .expo-swiper3 .swiper-button-next,
.expo-pc .expo-swiper3 .swiper-button-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  background-image: none;
}
.expo-pc .expo-swiper3 .swiper-button-next:before {
  content: '\e646';
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-pc .expo-swiper3 .swiper-button-prev:before {
  content: '\e64e';
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-pc .page-row-5 .expo-schedule-box {
  margin-top: 90px;
  padding: 40px;
  background-color: #fff;
}
.expo-pc .expo-schedule {
  margin-top: 50px;
}
.expo-pc .expo-schedule .schedule-header {
  margin-bottom: 30px;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.expo-pc .expo-schedule .schedule-header .action {
  width: 36px;
  height: 36px;
  display: block;
  background-color: #f7f7f7;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expo-pc .expo-schedule .schedule-header .action:hover {
  background-color: #3f64d0;
  color: #fff;
}
.expo-pc .expo-schedule .month .month-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  margin-bottom: 20px;
}
.expo-pc .expo-schedule .month .month-header .year {
  color: #999;
}
.expo-pc .expo-schedule .month .weeks-item.header {
  background-color: #f7f7f7;
}
.expo-pc .expo-schedule .month .weeks-item.header .item {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  width: 66px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  flex: none;
}
.expo-pc .expo-schedule .month .weeks-item.week .item {
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 66px;
  flex: none;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.expo-pc .expo-schedule .month .weeks-item.week .item .date {
  position: relative;
  z-index: 1;
}
.expo-pc .expo-schedule .month .weeks-item.week .item:first-child .date,
.expo-pc .expo-schedule .month .weeks-item.week .item:last-child .date {
  color: #ff0000;
}
.expo-pc .expo-schedule .month .weeks-item.week .item.disable .date {
  color: #999;
}
.expo-pc .expo-schedule .month .weeks-item.week .item.active:after {
  content: '';
  width: 100%;
  height: 45px;
  background-color: #ebf2ff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.expo-pc .expo-schedule .month .weeks-item.week .item.start:before,
.expo-pc .expo-schedule .month .weeks-item.week .item.end:before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #294a9f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.expo-pc .expo-schedule .month .weeks-item.week .item.start:after {
  left: 50%;
}
.expo-pc .expo-schedule .month .weeks-item.week .item.end:after {
  left: -50%;
}
.expo-pc .expo-schedule .month .weeks-item.week .item.start .date,
.expo-pc .expo-schedule .month .weeks-item.week .item.end .date {
  color: #fff;
}
.expo-pc .expo-schedule .schedule-list-box {
  width: 300px;
  margin-right: 30px;
  padding-right: 15px;
  height: 486px;
  overflow-y: auto;
  position: relative;
}
.expo-pc .schedule-list-box .item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
  border-radius: 10px;
}
.expo-pc .schedule-list-box .item .thumb {
  width: 100px;
  margin-right: 10px;
}
.expo-pc .schedule-list-box .item .thumb .img {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-pc .schedule-list-box .item .info {
  flex: auto;
}
.expo-pc .schedule-list-box .item .info .tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.expo-pc .schedule-list-box .item .desc {
  padding: 5px 10px;
  background-color: #f5f8ff;
  color: #27479f;
  margin-top: 10px;
  font-size: 12px;
}
.expo-pc .schedule-list-box .item .desc .date,
.expo-pc .schedule-list-box .item .desc .position {
  line-height: 18px;
}
.expo-pc .schedule-list-box .item .desc .date:before,
.expo-pc .schedule-list-box .item .desc .position:before {
  content: '\e612';
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.expo-pc .schedule-list-box .item .desc .position:before {
  content: '\e769';
}
.expo-pc .schedule-list-box .item.active {
  background-color: #294a9f;
  color: #fff !important;
}
.expo-pc .schedule-list-box .item.active .tit {
  color: #fff;
}
.expo-pc .schedule-list-box .item.active .desc {
  background-color: transparent;
  color: #fff;
}
.expo-pc .schedule-list-box .empty {
  padding: 0 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-pc .schedule-list-box .empty .global-iconfont {
  font-size: 60px;
  line-height: 60px;
  color: #efefef;
  margin-bottom: 20px;
}
.expo-pc .schedule-list-box .empty .text {
  font-size: 16px;
  color: #ddd;
  line-height: 24px;
  margin-top: 20px;
}
.expo-pc .schedule-list-box .loading {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-pc .schedule-list-box .loading .loader {
  margin: 50px auto;
  font-size: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}
@-webkit-keyframes load5 {
  0%,
    100% {
    box-shadow: 0em -2.6em 0em 0em #2e489b, 1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2), 2.5em 0em 0 0em rgba(46, 72, 155, 0.2), 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.2), 0em 2.5em 0 0em rgba(46, 72, 155, 0.2), -1.8em 1.8em 0 0em rgba(46, 72, 155, 0.2), -2.6em 0em 0 0em rgba(46, 72, 155, 0.5), -1.8em -1.8em 0 0em rgba(46, 72, 155, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(46, 72, 155, 0.7), 1.8em -1.8em 0 0em #2e489b, 2.5em 0em 0 0em rgba(46, 72, 155, 0.2), 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.2), 0em 2.5em 0 0em rgba(46, 72, 155, 0.2), -1.8em 1.8em 0 0em rgba(46, 72, 155, 0.2), -2.6em 0em 0 0em rgba(46, 72, 155, 0.2), -1.8em -1.8em 0 0em rgba(46, 72, 155, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(46, 72, 155, 0.5), 1.8em -1.8em 0 0em rgba(46, 72, 155, 0.7), 2.5em 0em 0 0em #2e489b, 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.2), 0em 2.5em 0 0em rgba(46, 72, 155, 0.2), -1.8em 1.8em 0 0em rgba(46, 72, 155, 0.2), -2.6em 0em 0 0em rgba(46, 72, 155, 0.2), -1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(46, 72, 155, 0.2), 1.8em -1.8em 0 0em rgba(46, 72, 155, 0.5), 2.5em 0em 0 0em rgba(46, 72, 155, 0.7), 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.2), 0em 2.5em 0 0em rgba(46, 72, 155, 0.2), -1.8em 1.8em 0 0em rgba(46, 72, 155, 0.2), -2.6em 0em 0 0em rgba(46, 72, 155, 0.2), -1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(46, 72, 155, 0.2), 1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2), 2.5em 0em 0 0em rgba(46, 72, 155, 0.5), 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(46, 72, 155, 0.2), -2.6em 0em 0 0em rgba(46, 72, 155, 0.2), -1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(46, 72, 155, 0.2), 1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2), 2.5em 0em 0 0em rgba(46, 72, 155, 0.2), 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.5), 0em 2.5em 0 0em rgba(46, 72, 155, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(46, 72, 155, 0.2), -1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(46, 72, 155, 0.2), 1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2), 2.5em 0em 0 0em rgba(46, 72, 155, 0.2), 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.2), 0em 2.5em 0 0em rgba(46, 72, 155, 0.5), -1.8em 1.8em 0 0em rgba(46, 72, 155, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(46, 72, 155, 0.2), 1.8em -1.8em 0 0em rgba(46, 72, 155, 0.2), 2.5em 0em 0 0em rgba(46, 72, 155, 0.2), 1.75em 1.75em 0 0em rgba(46, 72, 155, 0.2), 0em 2.5em 0 0em rgba(46, 72, 155, 0.2), -1.8em 1.8em 0 0em rgba(46, 72, 155, 0.5), -2.6em 0em 0 0em rgba(46, 72, 155, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.expo-pc .form-wrap {
  margin-top: 40px;
}
.expo-pc .form-wrap .input-row {
  margin-bottom: 10px;
}
.expo-pc .form-wrap .input-row .required {
  width: 5px;
  height: 5px;
  background: #C41200;
  border-radius: 50%;
  margin-right: 10px;
}
.expo-pc .form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px;
}
.expo-pc .form-wrap .form-control {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 23px 15px !important;
  margin: 20px 0 30px;
  font-size: 12px;
}
.expo-pc .form-wrap .btn-box .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-wrap {
  margin-top: 40px;
}

.form-wrap .input-row {
  margin-bottom: 10px;
}

.form-wrap .input-row .required {
  width: 5px;
  height: 5px;
  background: #C41200;
  border-radius: 50%;
  margin-right: 10px;
}

.form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px;
}

.form-wrap .form-control {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 10px 15px;
  margin: 20px 0 30px;
  font-size: 12px;
}

.form-wrap .btn-box .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 10px 15px;
}

.expo-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.expo-page.mobile::-webkit-scrollbar {
  width: 0;
}
.expo-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.expo-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.expo-page.mobile .expo-header .page-banner {
  height: auto;
  display: block;
}
.expo-page.mobile .expo-header .page-banner .swiper-slide {
  display: block;
  height: auto;
}
.expo-page.mobile .expo-header .page-banner img {
  max-width: 100%;
  height: auto;
}
.expo-page.mobile .m-container .page-row .row-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
  line-height: 24px;
  color: #333;
  padding: 0 30px;
}
.expo-page.mobile .m-container .page-row .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px;
}
.expo-page.mobile .m-container .page-row-1 {
  padding: 10px 0;
  background: #e9eef3;
}
.expo-page.mobile .m-container .page-row-2 {
  padding: 10px 0;
  background: #fff;
}
.expo-page.mobile .page-row .row-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
  line-height: 24px;
  color: #333;
  padding: 0 30px;
}
.expo-page.mobile .page-row .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px;
}
.expo-page.mobile .page-row-1 {
  padding: 10px 0;
  background: #e9eef3;
}
.expo-page.mobile .page-row-2 {
  padding: 10px 0;
  background: #fff;
}
.expo-page.mobile .page-row-3 {
  padding: 10px 0 50px;
  background-color: #e9eef3;
  background-image: url(https://file.tdd-global.com/upload/20240426/3f21d4fe7147900b4fd333a569435455.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.expo-page.mobile .service-list .item .icon {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-page.mobile .service-list .item .info {
  text-align: center;
  margin-top: 10px;
  color: #333;
}
.expo-page.mobile .service-list .item .info .title {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 18px;
  padding: 0 10px;
  position: relative;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.expo-page.mobile .service-list .item .info .desc {
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  padding: 0 10px;
}
.expo-page.mobile .service-list .item .info .line {
  font-size: 32px;
  color: #b4bbc2;
  position: relative;
}
.expo-page.mobile .service-list .item .info .line:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #b4bbc2;
  left: 50%;
  top: 50%;
  transform: scaleY(0.5) translateY(-50%);
  margin-left: 10px;
}
.expo-page.mobile .service-list .item .info .line:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #b4bbc2;
  left: 50%;
  top: 50%;
  transform: scaleY(0.5) translateY(-50%) translateX(-100%);
  margin-left: -10px;
}
.expo-page.mobile .form-wrap .u-radio {
  margin-bottom: 0 !important;
  align-items: center;
  margin-right: 15px;
}
.expo-page.mobile ::v-deep .u-radio__text {
  color: #999 !important;
}
.expo-page.mobile .u-radio-group--row {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 10px 15px !important;
  font-size: 12px;
}
.expo-page.mobile .form-wrap .u-border {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 10px 15px !important;
  font-size: 12px;
}
.expo-page.mobile .form-wrap .btn {
  width: 100%;
  border-radius: 0;
  background: #32459c;
  border: none;
  margin: 10px auto;
  font-size: 14px;
  padding: 10px 15px;
  height: 45px;
  color: #fff;
}
.expo-page.mobile .page-row-4 {
  padding: 10px 0;
  background-color: #294a9f;
  color: #fff;
}
.expo-page.mobile .page-row-4 .row-title {
  color: #fff !important;
}
.expo-page.mobile .page-row-4 .left-box {
  width: 350px;
  flex: none;
  margin-right: 70px;
  padding: 50px 0;
}
.expo-page.mobile .page-row-4 .row-title {
  color: #fff;
}
.expo-page.mobile .page-row-4 .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px;
}
.expo-page.mobile .page-row-4 .view-detail {
  display: block;
  position: relative;
  width: 255px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.expo-page.mobile .page-row-4 .view-detail:after {
  content: "\e624";
  font-family: "global-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  -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;
}
.expo-page.mobile .page-row-4 .view-detail:hover:after {
  right: 20px;
}
.expo-page.mobile .expo-swiper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-page.mobile .expo-swiper2 {
  position: relative;
  padding-top: 40px;
}
.expo-page.mobile .expo-swiper2 .swiper-slide .item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-page.mobile .expo-swiper2 .swiper-button-next,
.expo-page.mobile .expo-swiper2 .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 30px;
  background-color: #fff;
  left: 0;
  top: 0;
  color: #333;
  margin: 0;
  background-image: none;
}
.expo-page.mobile .expo-swiper2 .swiper-button-next {
  left: 55px;
}
.expo-page.mobile .expo-swiper2 .swiper-button-next:before {
  content: "\e646";
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-page.mobile .expo-swiper2 .swiper-button-prev:before {
  content: "\e64e";
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-page.mobile .expo-swiper2 .swiper-button-next:hover,
.expo-page.mobile .expo-swiper2 .swiper-button-prev:hover {
  background-color: #3f64d0;
  color: #fff;
}
.expo-page.mobile .page-row-5 {
  padding: 10px 0 30px;
  background-color: #e9eef3;
}
.expo-page.mobile .page-row-5 .row-title {
  padding: 0 !important;
  text-align: left !important;
}
.expo-page.mobile .expro-more {
  transform: translateY(-50%);
  border-radius: 15px;
  background-color: #f30a0a;
  padding: 5px 10px;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.expo-page.mobile .expo-swiper3 {
  margin-top: 40px;
  position: relative;
}
.expo-page.mobile .expo-swiper3 .swiper-slide .item {
  display: block;
  background: #fff;
}
.expo-page.mobile .expo-swiper3 .swiper-slide .item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.expo-page.mobile .expo-swiper3 .item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-page.mobile .expo-swiper3 .item .info {
  padding: 15px;
}
.expo-page.mobile .expo-swiper3 .item .info .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.expo-page.mobile .expo-swiper3 .item .info .desc {
  padding: 5px 10px;
  background-color: #f5f8ff;
  color: #27479f;
  margin-top: 10px;
  font-size: 16px;
}
.expo-page.mobile .expo-swiper3 .item .info .desc .date,
.expo-page.mobile .expo-swiper3 .item .info .desc .position {
  padding: 5px 0;
}
.expo-page.mobile .expo-swiper3 .item .info .desc .position:before {
  content: "\e769";
}
.expo-page.mobile .expo-swiper3 .swiper-button-next,
.expo-page.mobile .expo-swiper3 .swiper-button-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  background-image: none;
}
.expo-page.mobile .expo-swiper3 .swiper-button-next:before {
  content: "\e646";
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-page.mobile .expo-swiper3 .swiper-button-prev:before {
  content: "\e64e";
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-page.mobile .page-row-5 .expo-schedule-box {
  margin-top: 90px;
  padding: 40px;
  background-color: #fff;
}
.expo-page.mobile .expo-schedule {
  margin-top: 50px;
}
.expo-page.mobile .expo-schedule .schedule-header {
  margin-bottom: 30px;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.expo-page.mobile .expo-schedule .schedule-header .action {
  width: 36px;
  height: 36px;
  display: block;
  background-color: #f7f7f7;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expo-page.mobile .expo-schedule .schedule-header .action:hover {
  background-color: #3f64d0;
  color: #fff;
}
.expo-page.mobile .expo-schedule .month .month-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  margin-bottom: 20px;
}
.expo-page.mobile .expo-schedule .month .month-header .year {
  color: #999;
}
.expo-page.mobile .expo-schedule .month .weeks-item.header {
  background-color: #f7f7f7;
}
.expo-page.mobile .expo-schedule .month .weeks-item.header .item {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  width: 66px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  flex: none;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item {
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 66px;
  flex: none;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item .date {
  position: relative;
  z-index: 1;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item:first-child .date,
.expo-page.mobile .expo-schedule .month .weeks-item.week .item:last-child .date {
  color: #ff0000;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.disable .date {
  color: #999;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.active:after {
  content: "";
  width: 100%;
  height: 45px;
  background-color: #ebf2ff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.start:before,
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.end:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #294a9f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.start:after {
  left: 50%;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.end:after {
  left: -50%;
}
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.start .date,
.expo-page.mobile .expo-schedule .month .weeks-item.week .item.end .date {
  color: #fff;
}
.expo-page.mobile .expo-schedule .schedule-list-box {
  width: 300px;
  margin-right: 30px;
  padding-right: 15px;
  height: 486px;
  overflow-y: auto;
  position: relative;
}
.expo-page.mobile .schedule-list-box .item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
  border-radius: 10px;
}
.expo-page.mobile .schedule-list-box .item .thumb {
  width: 100px;
  margin-right: 10px;
}
.expo-page.mobile .schedule-list-box .item .thumb .img {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-page.mobile .schedule-list-box .item .info {
  flex: auto;
}
.expo-page.mobile .schedule-list-box .item .info .tit {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.expo-page.mobile .schedule-list-box .item .desc {
  padding: 5px 10px;
  background-color: #f5f8ff;
  color: #27479f;
  margin-top: 10px;
  font-size: 12px;
}
.expo-page.mobile .schedule-list-box .item .desc .date,
.expo-page.mobile .schedule-list-box .item .desc .position {
  line-height: 18px;
}
.expo-page.mobile .schedule-list-box .item .desc .date:before,
.expo-page.mobile .schedule-list-box .item .desc .position:before {
  content: "\e612";
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.expo-page.mobile .schedule-list-box .item .desc .position:before {
  content: "\e769";
}
.expo-page.mobile .schedule-list-box .item.active {
  background-color: #294a9f;
  color: #fff !important;
}
.expo-page.mobile .schedule-list-box .item.active .tit {
  color: #fff;
}
.expo-page.mobile .schedule-list-box .item.active .desc {
  background-color: transparent;
  color: #fff;
}
.expo-page.mobile .schedule-list-box .empty {
  padding: 0 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-page.mobile .schedule-list-box .empty .global-iconfont {
  font-size: 60px;
  line-height: 60px;
  color: #efefef;
  margin-bottom: 20px;
}
.expo-page.mobile .schedule-list-box .empty .text {
  font-size: 16px;
  color: #ddd;
  line-height: 24px;
  margin-top: 20px;
}
.expo-page.mobile .schedule-list-box .loading {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.expo-page.mobile .schedule-list-box .loading .loader {
  margin: 50px auto;
  font-size: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
}
.expo-page.mobile .scroll-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.expo-page.mobile .scroll-wrap .expocommd-list {
  display: flex;
  flex-wrap: nowrap;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item {
  width: 220px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  flex: none;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .bg-wrap .bg {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .info {
  background: #fff;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .info .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  height: 36px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .info .desc {
  padding: 5px 10px;
  background-color: #f5f8ff;
  color: #27479f;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .info .desc .date {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .info .desc .date:before {
  content: "\e613";
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .info .desc .position {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.expo-page.mobile .scroll-wrap .expocommd-list .item .info .desc .position:before {
  content: "\e769";
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

html[lang="ar"] .expo-pc .page-row-4 .row-title,
html[lang="ar"] .expo-pc .page-row-4 .row-sub-title {
  text-align: right;
}
html[lang="ar"] .expo-pc .page-row-4 .left-box {
  margin-left: 70px;
  margin-right: 0;
}
html[lang="ar"] .expo-pc .page-row-4 .view-detail {
  padding-left: 30px;
  padding-right: 0;
}
html[lang="ar"] .page-row-4 .view-detail:after {
  left: 40px;
  right: auto;
  transform: scaleX(-1) translateY(-50%);
  display: inline-block;
}
html[lang="ar"] .page-row-4 .view-detail:hover:after {
  left: 20px;
  right: auto;
}
html[lang="ar"] .expo-pc .expo-swiper2 .swiper-button-prev {
  right: auto !important;
}
html[lang="ar"] .expo-pc .expo-schedule .schedule-list-box {
  margin-right: 0;
  margin-left: 30px;
}
