html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 20px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.white {
  color: #e6231f;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.white:hover {
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6231f;
  background: #e6231f;
}
.l-btn.red:hover {
  border: 1px solid #ff3d39;
  background: #ff3d39;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*娴碱亜鍘撶槐鐘虫Ц鐞涘苯鍞撮崗鍐 濮濓絽鐖跺ù蹇氼潔閸ｃ劍绔婚梽銈嗚癁閸斻劍鏌熷▔锟�*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6濞撳懘娅庡ù顔煎З閻ㄥ嫭鏌熷锟� *閸欏嘲褰ч張濉圗6-IE7閹笛嗩攽閿涘苯鍙炬禒鏍ㄧセ鐟欏牆娅掓稉宥嗗⒔鐞涳拷*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="cross"][data-index="7"] {
  overflow: hidden;
  position: relative;
}
.tab[data-direction="cross"][data-index="7"] > i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
.tab[data-direction="cross"][data-index="7"] > i:hover {
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="7"] > i + i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: auto;
  right: 0px;
  top: 20px;
  border-radius: 50%;
}
.tab[data-direction="cross"][data-index="7"] > i + i:hover {
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn {
  width: 1400px;
  transition: all 0.3s;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn > li {
  width: 200px;
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn.left {
  transform: translateX(-200px);
}
.tab[data-direction="cross"][data-index="7"] > .tab_btn.right {
  transform: translateX(0);
}
.tab[data-direction="cross"][data-index="8"] {
  overflow: hidden;
  position: relative;
}
.tab[data-direction="cross"][data-index="8"] > i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0px;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
.tab[data-direction="cross"][data-index="8"] > i:hover {
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="8"] > i + i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: auto;
  right: 0px;
  top: 20px;
  border-radius: 50%;
}
.tab[data-direction="cross"][data-index="8"] > i + i:hover {
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn {
  width: 1600px;
  transition: all 0.3s;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn > li {
  width: 200px;
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.left1 {
  transform: translateX(-400px);
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.left {
  transform: translateX(-200px);
}
.tab[data-direction="cross"][data-index="8"] > .tab_btn.right {
  transform: translateX(0);
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
@media (max-width: 978px) {
  .tab[data-direction="cross"][data-index="7"] > i {
    display: none;
  }
  .tab[data-direction="cross"][data-index="8"] > i {
    display: none;
  }
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
}
.l-title p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
}
.l-title img {
  display: inline-block;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .l-title p {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
  }
}
.content {
  padding-top: 0;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("https://website-static.vhall.com/web/images/digitalevent/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(0);
}
.unfold.fold-icon {
  transform: rotateX(180deg);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.more-btn {
  font-size: 16px;
  color: #e6251f;
  line-height: 24px;
  font-weight: 400;
}
.more-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/more-btn-icon.svg) center no-repeat !important;
  background-size: 100% 100%;
}
.more-btn:hover i {
  animation: arrow 1s linear infinite;
}
@media (max-width: 978px) {
  .more-btn {
    font-size: 14px;
    color: #e6251f;
    line-height: 20px;
    font-weight: 400;
  }
  .more-btn i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(https://website-static.vhall.com/web/images/digitalevent/more-btn-icon.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .more-btn:hover i {
    animation: arrow 1s linear infinite;
  }
}
.typed-cursor {
  margin-left: 5px;
  opacity: 1;
  -webkit-animation: typedjsBlink 1s;
  animation: typedjsBlink 1s;
}
@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  background: #f8faff;
}
.banner .banner-main {
  float: left;
  line-height: 540px;
  height: 540px;
  width: 55%;
  padding-right: 60px;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main .banner-info h1 {
  font-size: 40px;
  color: #000000;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner .banner-main .banner-info h1 span {
  color: #e60012;
}
.banner .banner-main .banner-info a {
  border-radius: 4px;
  width: 144px;
  height: 44px;
  line-height: 43px;
  padding: 0;
}
.banner .banner-main .banner-info a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -5px;
  transition: all 0.3s;
  z-index: 1;
}
.banner .banner-main .banner-info a.white {
  background: transparent;
  border-color: #e6231f;
  color: #e6231f;
}
.banner .banner-main .banner-info a.white i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon-h.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -5px;
  transition: all 0.3s;
  z-index: 1;
}
.banner .banner-main .banner-info a.white:hover {
  background: #e6231f;
  color: #fff;
}
.banner .banner-main .banner-info a.white:hover i {
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
}
.banner .banner-main .banner-info a:hover i {
  transform: translateX(5px);
}
.banner .banner-main p {
  font-size: 17px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner .banner-main p.info-mb {
  display: none;
}
.banner-img {
  float: right;
  width: 45%;
  height: 540px;
  display: flex;
  align-items: center;
  padding-top: 60px;
}
.banner-img .banner-swiper {
  overflow: hidden;
  width: 100%;
}
.banner-img a {
  display: inline-block;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: -5px;
}
.banner-img img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.banner .btn-mb {
  display: none;
}
@media (max-width: 978px) {
  .banner {
    background: #eff3fd;
  }
  .banner .banner-main {
    float: none;
    line-height: 1px;
    height: auto;
    width: 100%;
    padding-right: 0px;
  }
  .banner .banner-main .banner-info {
    padding-top: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
  }
  .banner .banner-main .banner-info img {
    width: 100%;
  }
  .banner .banner-main .banner-info h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .banner .banner-main .banner-info .btn-box {
    text-align: center;
  }
  .banner .banner-main .banner-info .btn-box a {
    width: 144px;
    float: none;
    display: inline-block;
  }
  .banner .banner-main p {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner .banner-main p.info-mb {
    display: none;
  }
  .banner-img {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 0px;
  }
  .banner-img h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner-img h3 i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://website-static.vhall.com/web/images/digitalevent/banner-icon-001.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .banner .btn-mb {
    display: none;
  }
}
.solution .l-body {
  display: flex;
  align-items: center;
  /*閸ㄥ倻娲跨仦鍛厬*/
  justify-content: center;
  /*濮樻潙閽╃仦鍛厬*/
}
.solution .l-body .l-content-l {
  padding-right: 60px;
  width: calc(50% - 60px);
}
.solution .l-body .l-content-l h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.solution .l-body .l-content-l h3 img {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: text-top;
  background-size: 100% 100% !important;
  margin-right: 10px;
  transition: all 0.3s;
  margin-top: -1px;
}
.solution .l-body .l-content-l h3 .fold-icon {
  width: 12px;
  height: 12px;
  right: 0;
  display: block !important;
}
.solution .l-body .l-content-l h4 {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 20px;
}
.solution .l-body .l-content-l li {
  padding: 20px;
  background: transparent;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.solution .l-body .l-content-l li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  background: #e60012;
  border-radius: 8px 0px 0px 0px;
  width: 2px;
  transition: all 0s;
}
.solution .l-body .l-content-l li:last-child {
  border: none;
}
.solution .l-body .l-content-l li h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.solution .l-body .l-content-l li p {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  display: none;
}
.solution .l-body .l-content-l li:hover:after {
  height: 100%;
  transition: all 0s;
}
.solution .l-body .l-content-l .active {
  background: #fafbff;
}
.solution .l-body .l-content-l .active:after {
  height: 100%;
  transition: all 3s;
}
.solution .l-body .l-content-r {
  width: 50%;
  position: relative;
}
.solution .l-body .l-content-r .video-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.solution .l-body .l-content-r .video-box video {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  width: 92%;
  /* height: 90%; */
  object-fit: fill;
  z-index: 9;
  border-radius: 4px;
  transform: translateX(-50%) translatey(-50%);
}
.solution .l-body .l-content-r .video-box img {
  width: 100%;
}
.solution .l-body .l-content-r img {
  width: 100%;
  visibility: hidden;
}
.solution .l-body .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/digitalevent/ai-img-01.png);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.solution .l-body .img-box {
  position: relative;
}
.solution .l-body .img-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: fill;
  transition: all 0.3s;
  z-index: 999;
  visibility: hidden;
}
.solution .l-body .show-box {
  display: none;
}
.solution.solution-0 .l-content-l,
.solution.solution-02 .l-content-l {
  padding-left: 60px;
  padding-right: 0;
}
.solution.solution-01 .l-body .l-content-l li.active {
  background: #fff !important;
}
.solution.solution-01 {
  background: #fafbff;
}
.solution.solution-0 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/intl/images/solution-img-011.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/intl/images/solution-img-012.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="3"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/intl/images/solution-img-013.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="4"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/intl/images/solution-img-014.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/intl/images/solution-img-021.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/intl/images/solution-img-022.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="3"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/intl/images/solution-img-023.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="4"] .l-content-r > .img-box {
  background: url(https://website-static.vhall.com/web/images/digitalevent/solution-img-024.png);
  background-size: 100% 100%;
}
.solution.solution-01 .l-body[data-index="4"] .l-content-r .video-box .img-box {
  opacity: 0;
}
.solution.solution-01 .l-body[data-index="4"] .l-content-r .video-box {
  opacity: 1;
}
.solution.solution-02 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/digitalevent/solution-img-031.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/digitalevent/solution-img-032.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="3"] .l-content-r .img-box {
  background: url(https://website-static.vhall.com/web/images/digitalevent/solution-img-033.png);
  background-size: 100% 100%;
}
.solution .l-body a {
  border-radius: 4px;
  width: 144px;
  height: 44px;
  line-height: 43px;
  padding: 0;
  margin-top: 20px;
}
.solution .l-body a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -5px;
  transition: all 0.3s;
  z-index: 1;
}
.solution .l-body a.white {
  background: transparent;
  border-color: #e6231f;
  color: #e6231f;
}
.solution .l-body a.white i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon-h.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -5px;
  transition: all 0.3s;
  z-index: 1;
}
.solution .l-body a.white:hover {
  background: #e6231f;
  color: #fff;
}
.solution .l-body a.white:hover i {
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
}
.solution .l-body a:hover i {
  transform: translateX(5px);
}
@media (max-width: 978px) {
  .solution .l-body {
    display: block;
  }
  .solution .l-body .l-content-l {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .solution .l-body .l-content-l > h3 {
    font-size: 20px;
    color: #000000;
    text-align: left;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 0;
  }
  .solution .l-body .l-content-l > h3 img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .solution .l-body .l-content-l h4 {
    padding-left: 0;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .solution .l-body .l-content-l li {
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px 0px rgba(214, 218, 240, 0.5);
    border: none;
    padding: 0;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(203, 219, 239, 0.4);
    border-radius: 4px;
  }
  .solution .l-body .l-content-l li h3 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 64px;
    padding: 0 20px;
  }
  .solution .l-body .l-content-l li p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    padding: 20px;
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
  }
  .solution .l-body .l-content-l li:after {
    display: none;
  }
  .solution .l-body .l-content-l li.active {
    background: #fff;
  }
  .solution .l-body .l-content-l .mb {
    width: 100%;
    display: inline-block !important;
    margin-bottom: 20px;
    transition: all 0.3s;
  }
  .solution .l-body .l-content-l .mb img {
    width: 100%;
    opacity: 0;
  }
  .solution .l-body .l-content-l .fold-icon {
    right: 20px !important;
  }
  .solution .l-body .l-content-l .show-box {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    width: 100%;
  }
  .solution .l-body .l-content-l .show-box img {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .solution .l-body .l-content-l .show-box h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .solution .l-body .l-content-l .show-box p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    display: block;
    border: none;
    padding-top: 0;
  }
  .solution .l-body .l-content-l .show-box .video-box {
    position: absolute;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
  }
  .solution .l-body .l-content-l .show-box .video-box video {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 86%;
    /* height: 90%; */
    object-fit: fill;
    z-index: 9;
    border-radius: 4px;
    transform: translateX(-50%) translatey(-51%);
  }
  .solution .l-body .l-content-l .show-box .video-box img {
    width: 100%;
    opacity: 0;
  }
  .solution .l-body .l-content-l .show-box a {
    border-radius: 4px;
    width: 120px;
    height: 40px;
    line-height: 39px;
    padding: 0;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .solution .l-body .l-content-l .show-box a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
    margin-top: -5px;
    transition: all 0.3s;
    z-index: 1;
  }
  .solution .l-body .l-content-l .show-box a.white {
    background: transparent;
    border-color: #e6231f;
    color: #e6231f;
  }
  .solution .l-body .l-content-l .show-box a.white i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon-h.svg) center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
    margin-top: -5px;
    transition: all 0.3s;
    z-index: 1;
  }
  .solution .l-body .l-content-l .show-box a.white:hover {
    background: #e6231f;
    color: #fff;
  }
  .solution .l-body .l-content-l .show-box a.white:hover i {
    background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .solution .l-body .l-content-l .show-box a:hover i {
    transform: translateX(5px);
  }
  .solution .l-body .l-content-r {
    display: none;
  }
}
.interview {
  background-image: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
}
.interview .l-body {
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(205, 210, 229, 0.5);
  border-radius: 10px;
  position: relative;
}
.interview .l-body .swiper-slide {
  display: flex;
}
.interview .interview-l {
  width: 50%;
  font-size: 0;
  position: relative;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.interview .interview-l .img-box {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.interview .interview-l .img-box img {
  width: calc(100% + 80px);
  transform: translateX(-40px);
}
.interview .interview-r {
  width: calc(50% - 100px);
  padding: 45px 50px 0;
  position: relative;
}
.interview .interview-r h3 {
  font-size: 22px;
  color: #000000;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.interview .interview-r p {
  font-size: 14px;
  color: #666;
  /* text-align: justify; */
  text-align: left;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.interview .interview-r p span {
  color: #000;
}
.interview .interview-r a {
  border-radius: 4px;
  width: 347px;
  height: 40px;
  line-height: 39px;
  padding: 0;
}
.interview .interview-r a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
  z-index: 1;
}
.interview .interview-r a.white {
  background: transparent;
  border-color: #e6231f;
  color: #e6231f;
}
.interview .interview-r a.white i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon-h.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
  z-index: 1;
}
.interview .interview-r a.white:hover {
  background: #e6231f;
  color: #fff;
}
.interview .interview-r a.white:hover i {
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
}
.interview .interview-r a:hover i {
  transform: translateX(5px);
}
.interview .swiper-interview-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -80px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.interview .swiper-interview-prev:hover {
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.interview .swiper-interview-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -80px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.interview .swiper-interview-next:hover {
  background: url(https://website-static.vhall.com/web/images/digitalevent/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.interview .interview-paganation-box {
  width: 100%;
  z-index: 1;
  margin-top: 20px;
}
.interview .interview-paganation-box .logo-box span {
  width: calc((100% - 25px) / 6);
  float: left;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
.interview .interview-paganation-box .logo-box span:last-child {
  margin-right: 0;
}
.interview .interview-paganation-box .logo-box span img {
  width: 100%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.interview .interview-paganation-box .logo-box span img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.interview .interview-paganation-box .logo-box span img:last-child:hover,
.interview .interview-paganation-box .logo-box span.active img:last-child {
  opacity: 0;
  visibility: hidden;
}
.interview .interview-paganation-box .logo-box span:hover img:first-child {
  opacity: 1;
}
.interview .interview-paganation-box .logo-box span:hover img:last-child {
  opacity: 0;
}
.interview .interview-paganation-box .logo-box span.active img:first-child {
  opacity: 1;
}
@media (max-width: 1400px) {
  .interview .swiper-interview-prev,
  .interview .swiper-interview-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .interview {
    background: url(https://website-static.vhall.com/web/images/digitalevent/interview-bg-mb.png) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 0;
  }
  .interview .l-body {
    background: transparent;
    box-shadow: 0px 20px 40px 0px rgba(203, 210, 228, 0.3);
    border-radius: 10px;
    position: relative;
  }
  .interview .l-body .swiper-slide {
    display: block;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 20px 40px 0px rgba(203, 210, 228, 0.3);
    border-radius: 10px;
    overflow: hidden;
    height: 1px;
  }
  .interview .l-body .swiper-slide-active {
    height: auto;
  }
  .interview .interview-l {
    max-width: 600px;
    width: 100%;
    font-size: 0;
    position: relative;
    padding: 0;
    border-radius: 8px 8px 0 0;
  }
  .interview .interview-l .img-box {
    border-radius: 8px 8px 0 0;
  }
  .interview .interview-l .img-box img {
    width: 100%;
    transform: translatex(0);
  }
  .interview .interview-r {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .interview .interview-r h3 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
  }
  .interview .interview-r h3 span {
    position: absolute;
    right: 15px;
    top: -5px;
  }
  .interview .interview-r h3 span img {
    width: 100px;
  }
  .interview .interview-r p {
    font-size: 12px;
    color: #666;
    /* text-align: justify; */
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 0 15px;
    min-height: 80px;
  }
  .interview .interview-r a {
    width: calc(100% - 30px);
    font-size: 14px;
    margin: 0px 15px 30px;
  }
  .interview .interview-r a i {
    display: none;
  }
  .interview .swiper-interview-prev {
    display: none;
  }
  .interview .swiper-interview-next {
    display: none;
  }
  .interview .swiper-pagination {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }
  .interview .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    background: rgba(3, 12, 76, 0.3);
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.3s;
  }
  .interview .swiper-pagination-bullet-active {
    background: #e6231f;
    width: 30px;
  }
  .interview .interview-paganation-box {
    display: none;
  }
}
.ad {
  padding-bottom: 120px;
}
.ad .l-container {
  text-align: center;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 10px;
  position: relative;
}
.ad .l-container .ad-img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ad .l-container .ad-img img {
  width: 100%;
}
.ad .l-container .ad-info {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  max-width: 445px;
  top: 50%;
  left: 50%;
  text-align: left;
  transform: translateX(10%) translatey(-50%);
  z-index: 1;
}
.ad .l-container .ad-info h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ad .l-container .ad-info p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.ad .l-container .ad-info a {
  width: 134px;
  height: 40px;
  background-image: linear-gradient(269deg, #ff6e2e 0%, #e60012 100%);
  border-radius: 4px;
  border: transparent;
  margin-top: 0;
  line-height: 39px;
  float: none;
  display: inline-block;
  padding: 0;
  font-size: 16px;
}
.ad .l-container .ad-info a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -4px;
  transition: all 0.3s;
  z-index: 1;
}
.ad .l-container .ad-info a:hover i {
  transform: translateX(5px);
}
@media (max-width: 978px) {
  .ad {
    padding-bottom: 60px;
    background: #fff;
  }
  .ad .l-container {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  .ad .l-container .ad-img {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 20px;
  }
  .ad .l-container .ad-info {
    display: inline-block;
    vertical-align: middle;
    position: static;
    transform: translateX(0) translateY(0);
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-left: 0px;
  }
  .ad .l-container .ad-info h3 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ad .l-container .ad-info p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .ad .l-container .ad-info a {
    width: 134px;
    height: 40px;
    background-image: linear-gradient(269deg, #ff6e2e 0%, #e60012 100%);
    border-radius: 4px;
    border: transparent;
    margin-top: 0;
    line-height: 39px;
    float: none;
    display: inline-block;
    padding: 0;
    font-size: 16px;
  }
  .ad .l-container .ad-info a i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
    margin-top: -4px;
    transition: all 0.3s;
    z-index: 1;
  }
  .ad .l-container .ad-info a:hover i {
    transform: translateX(5px);
  }
}
.ads {
  background: url(https://website-static.vhall.com/web/images/digitalevent/ad-bg.png) center no-repeat;
  background-size: cover;
}
.ads .l-container {
  height: 280px;
  text-align: center;
}
.ads .ad-info {
  padding-top: 45px;
  margin-bottom: 35px;
}
.ads .ad-info h3 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ads .ad-info p {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.ads .btn-box {
  display: inline-block;
}
.ads .btn-box a {
  border-radius: 4px;
  width: auto;
  height: 44px;
  line-height: 43px;
  padding: 0 20px;
}
.ads .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
  z-index: 1;
}
.ads .btn-box a.white {
  background: transparent;
  border-color: #e6231f;
  color: #e6231f;
}
.ads .btn-box a.white i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon-h.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
  z-index: 1;
}
.ads .btn-box a.white:hover {
  background: #e6231f;
  color: #fff;
}
.ads .btn-box a.white:hover i {
  background: url(https://website-static.vhall.com/web/images/digitalevent/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
}
.ads .btn-box a:hover i {
  transform: translateX(5px);
}
@media (max-width: 978px) {
  .ads {
    background: url(https://website-static.vhall.com/web/images/digitalevent/ad-bg.png) center center no-repeat;
    background-size: cover;
  }
  .ads .l-container {
    height: auto;
    padding: 40px 25px;
    display: block;
    align-items: center;
    /*閸ㄥ倻娲跨仦鍛厬*/
    justify-content: center;
    /*濮樻潙閽╃仦鍛厬*/
  }
  .ads .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .ads .ad-info h3 {
    font-size: 24px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ads .ad-info p {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .ads .btn-box a {
    font-size: 14px;
    padding: 0 20px;
  }
}
