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: #585656;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #585656;
  border-color: #f3f7fd;
}
.l-btn.white {
  color: #e60012;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.white:hover {
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e60012;
  background: #e60012;
}
.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娓呴櫎娴姩鐨勬柟寮� *鍙峰彧鏈塈E6-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/why/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/why/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/why/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/why/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/why/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/why/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/why/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/why/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: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
  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: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
  }
  .l-title p {
    font-size: 14px;
    color: #585656;
    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/why/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: #585656;
  line-height: 24px;
  font-weight: 400;
  margin-top: 5px;
}
.more-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(https://website-static.vhall.com/web/images/why/aaaaa.svg) center no-repeat !important;
  background-size: 100% 100%;
}
.more-btn:hover {
  color: #e60012;
}
.more-btn:hover i {
  background: url(https://website-static.vhall.com/web/images/why/aaaaa-h.svg) center no-repeat !important;
  background-size: 100% 100%;
  animation: arrow 1s linear infinite;
}
@media (max-width: 978px) {
  .more-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
  }
  .more-btn i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .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 {
  height: 480px;
  background: url(https://website-static.vhall.com/web/images/intl/images/why/banner-pc.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.banner .banner-info h3 {
  font-size: 35px;
  color: #000000;
  line-height: 64px;
  font-weight: 700;
  max-width: 50%;
}
.banner .banner-info h3 span {
  font-size: 40px;
  color: #e60012;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 700;
  display: inline-block;
}
.banner .l-container {
  line-height: 480px;
}
.banner .banner-main {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  height: auto;
  z-index: 2;
}
@media (max-width: 978px) {
  .banner {
    height: 440px;
    background-color: #fafafa;
    background-image: url(https://website-static.vhall.com/web/images/intl/images/why/banner-bg-mb.png);
    background-size: cover;
    position: relative;
  }
  .banner .l-container {
    line-height: 0;
  }
  .banner .banner-main {
    width: 100%;
  }
  .banner .banner-info {
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }
  .banner .banner-info h3 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
  }
  .banner .banner-info h3 span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.advantage ul li {
  margin-right: 20px;
  height: 340px;
  width: calc(20% - 20px);
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.advantage ul li:last-child {
  margin-right: 0;
}
.advantage ul li:nth-child(1) {
  background: url(https://website-static.vhall.com/web/images/why/advantage-img-01.jpg) center no-repeat;
  background-size: cover !important;
}
.advantage ul li:nth-child(2) {
  background: url(https://website-static.vhall.com/web/images/why/advantage-img-02.jpg) center no-repeat;
  background-size: cover !important;
}
.advantage ul li:nth-child(3) {
  background: url(https://website-static.vhall.com/web/images/why/advantage-img-03.jpg) center no-repeat;
  background-size: cover !important;
}
.advantage ul li:nth-child(4) {
  background: url(https://website-static.vhall.com/web/images/why/advantage-img-04.jpg) center no-repeat;
  background-size: cover !important;
}
.advantage ul li .info-box {
  position: absolute;
  left: 30px;
  top: 170px;
  z-index: 2;
  transition: all 0.3s;
}
.advantage ul li i {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
  background-size: 100% 100% !important;
}
.advantage ul li h3 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  margin-bottom: 33px;
  max-width: 190px;
}
.advantage ul li h3::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #ffffff;
  left: 0;
  bottom: -10px;
}
.advantage ul li p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  min-width: 440px;
  max-width: calc(100% - 40px);
}
.advantage ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
.advantage ul li:nth-child(4) h3 {
  margin-bottom: 60px;
}
.advantage ul[data-index="1"] li:nth-child(1) {
  width: 40%;
}
.advantage ul[data-index="1"] li:nth-child(1):after {
  background-image: linear-gradient(89deg, #000000 0%, rgba(40, 40, 40, 0.2) 51%);
}
.advantage ul[data-index="1"] li:nth-child(1) .info-box {
  top: 50px;
}
.advantage ul[data-index="2"] li:nth-child(2) {
  width: 40%;
}
.advantage ul[data-index="2"] li:nth-child(2):after {
  background-image: linear-gradient(89deg, #000000 0%, rgba(40, 40, 40, 0.8) 51%);
}
.advantage ul[data-index="2"] li:nth-child(2) .info-box {
  top: 50px;
}
.advantage ul[data-index="3"] li:nth-child(3) {
  width: 40%;
}
.advantage ul[data-index="3"] li:nth-child(3):after {
  background-image: linear-gradient(89deg, #000000 0%, rgba(40, 40, 40, 0.8) 51%);
}
.advantage ul[data-index="3"] li:nth-child(3) .info-box {
  top: 50px;
}
.advantage ul[data-index="4"] li:nth-child(4) {
  width: 40%;
}
.advantage ul[data-index="4"] li:nth-child(4):after {
  background-image: linear-gradient(89deg, #000000 0%, rgba(40, 40, 40, 0.8) 51%);
}
.advantage ul[data-index="4"] li:nth-child(4) .info-box {
  top: 50px;
}
@media (max-width: 978px) {
  .advantage .l-container {
    padding: 0;
  }
  .advantage .l-body {
    width: 100%;
    padding-left: 20px;
    overflow: scroll;
  }
  .advantage .l-body::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .advantage ul {
    width: 1250px;
  }
  .advantage ul li {
    margin-right: 10px;
    height: 370px;
    width: 300px !important;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .advantage ul li:last-child {
    margin-right: 0;
  }
  .advantage ul li:nth-child(1) {
    background: url(https://website-static.vhall.com/web/images/why/advantage-img-01.jpg) center no-repeat;
    background: cover;
  }
  .advantage ul li:nth-child(2) {
    background: url(https://website-static.vhall.com/web/images/why/advantage-img-02.jpg) center no-repeat;
    background: cover;
  }
  .advantage ul li:nth-child(3) {
    background: url(https://website-static.vhall.com/web/images/why/advantage-img-03.jpg) center no-repeat;
    background: cover;
  }
  .advantage ul li:nth-child(4) {
    background: url(https://website-static.vhall.com/web/images/why/advantage-img-04.jpg) center no-repeat;
    background: cover;
  }
  .advantage ul li .info-box {
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 20px;
    z-index: 2;
    transition: all 0.3s;
  }
  .advantage ul li i {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    background-size: 100% 100% !important;
  }
  .advantage ul li h3 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    margin-bottom: 33px;
    max-width: 250px;
  }
  .advantage ul li:nth-child(4) h3 {
    margin-bottom: 33px;
  }
  .advantage ul li h3::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #ffffff;
    left: 0;
    bottom: -10px;
  }
  .advantage ul li p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    min-width: 0;
    max-width: 110%;
    transform: scale(0.9) translateX(-13px);
  }
  .advantage ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
  }
}
.food {
  background: #fff;
}
.food .l-body {
  position: relative;
}
.food .t-content {
  width: 100%;
  background: url(https://website-static.vhall.com/web/images/why/food-bg.png) center no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
.food .t-content ul {
  padding: 50px 55px 57px 55px;
}
.food .t-content ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.food .t-content ul li h3 {
  height: 60px;
  font-size: 40px;
  color: #ffffff;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 5px;
}
.food .t-content ul li h3 s {
  text-decoration: none;
}
.food .t-content ul li h3 span {
  font-size: 36px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
}
.food .t-content ul li p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}
.food .c-content {
  position: relative;
  margin-bottom: 100px;
}
.food .c-content .video-box {
  font-size: 0;
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.food .c-content .video-box img {
  width: 100%;
  display: inline-block;
}
.food .c-content .video-box img.mb {
  display: none;
}
.food .c-content .video-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.food .c-content .video-box .play-icon {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: 50%;
  margin-top: -36px;
  background: url(https://website-static.vhall.com/web/images/why/video-play.svg);
  background-size: 100% 100%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.food .c-content .video-box .close-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(https://website-static.vhall.com/web/images/why/video-close.svg);
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}
.food .c-content .video-box:hover .play-icon {
  opacity: 1;
}
.food .c-content .swiper-food-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(https://website-static.vhall.com/web/images/why/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);
}
.food .c-content .swiper-food-prev:hover {
  background: url(https://website-static.vhall.com/web/images/why/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.food .c-content .swiper-food-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(https://website-static.vhall.com/web/images/why/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);
}
.food .c-content .swiper-food-next:hover {
  background: url(https://website-static.vhall.com/web/images/why/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.food .c-content .food-paganation-box {
  width: 100%;
  position: absolute;
  bottom: -50px;
}
.food .c-content .food-paganation-box .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  margin-right: 20px;
  opacity: 1;
}
.food .c-content .food-paganation-box .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  background: #e60012;
  border-radius: 4px;
}
.food .b-content img {
  width: 100%;
}
@media (max-width: 1400px) {
  .food .swiper-food-prev,
  .food .swiper-food-next {
    display: none !important;
  }
}
@media (max-width: 978px) {
  .food {
    background: #fff;
  }
  .food .l-body {
    position: relative;
  }
  .food .t-content {
    width: calc(100% + 40px);
    background: url(https://website-static.vhall.com/web/images/why/food-bg-mb.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    left: -20px;
  }
  .food .t-content ul {
    padding: 25px;
    padding-bottom: 5px;
    text-align: center;
  }
  .food .t-content ul li {
    float: none;
    width: 30%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: text-top;
  }
  .food .t-content ul li h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    height: auto;
  }
  .food .t-content ul li h3 s {
    text-decoration: none;
  }
  .food .t-content ul li h3 span {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }
  .food .t-content ul li p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }
  .food .c-content {
    position: relative;
    margin-bottom: 60px;
  }
  .food .c-content .video-box {
    font-size: 0;
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .food .c-content .video-box img {
    width: 100%;
    display: inline-block;
  }
  .food .c-content .video-box img.mb {
    display: none;
  }
  .food .c-content .video-box video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .food .c-content .video-box .play-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 50%;
    margin-top: -36px;
    background: url(https://website-static.vhall.com/web/images/why/video-play.svg);
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s;
  }
  .food .c-content .video-box .close-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(https://website-static.vhall.com/web/images/why/video-close.svg);
    background-size: 100% 100%;
    cursor: pointer;
    display: none;
  }
  .food .c-content .video-box:hover .play-icon {
    opacity: 1;
  }
  .food .c-content .food-paganation-box {
    width: 100%;
    position: absolute;
    bottom: -40px;
  }
  .food .c-content .food-paganation-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-right: 10px;
    opacity: 1;
  }
  .food .c-content .food-paganation-box .swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
    background: #e60012;
    border-radius: 4px;
  }
  .food .b-content img {
    width: 100%;
  }
}
.choice {
  background: #f8f8fa;
}
.choice .l-body {
  display: flex;
}
.choice .l-body .l-content {
  width: 55%;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 20px 40px 0px rgba(203, 210, 228, 0.3);
  border-radius: 8px;
  margin-right: 20px;
  padding: 10px;
}
.choice .l-body .l-content .video-box {
  font-size: 0;
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.choice .l-body .l-content .video-box img {
  width: 100%;
  display: inline-block;
}
.choice .l-body .l-content .video-box img.mb {
  display: none;
}
.choice .l-body .l-content .video-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.choice .l-body .l-content .video-box .play-icon {
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: 50%;
  margin-top: -36px;
  background: url(https://website-static.vhall.com/web/images/why/video-play.svg);
  background-size: 100% 100%;
  cursor: pointer;
}
.choice .l-body .l-content .video-box .close-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(https://website-static.vhall.com/web/images/why/video-close.svg);
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}
.choice .l-body .r-content {
  width: calc(45% - 20px);
}
.choice .l-body .r-content > a {
  display: inline-block;
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}
.choice .l-body .r-content > a img {
  width: 100%;
}
.choice .l-body .r-content > a:nth-child(2) {
  margin-bottom: 20px;
}
.choice .l-body .r-content .scroll-box {
  height: 230px;
  overflow: hidden;
}
.choice .l-body .r-content ul {
  padding-top: 10px;
}
.choice .l-body .r-content ul li a {
  font-size: 16px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
  text-overflow: ellipsis;
}
.choice .l-body .r-content ul li a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #be9165;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.choice .l-body .r-content ul li a:hover {
  color: #e60012;
}
.choice .l-body .r-content ul li:last-child a {
  margin-bottom: 0;
}
.choice .l-body .r-content .scroll-container {
  animation: scroll 10s linear infinite;
}
@media (max-width: 978px) {
  .choice {
    background: #f8f8fa;
  }
  .choice .l-body {
    display: block;
  }
  .choice .l-body .l-content {
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: none;
    border-radius: 8px;
    margin-right: 20px;
    padding: 0;
    margin-bottom: 20px;
  }
  .choice .l-body .l-content .video-box {
    font-size: 0;
    position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .choice .l-body .l-content .video-box img {
    width: 100%;
    display: inline-block;
  }
  .choice .l-body .l-content .video-box img.mb {
    display: none;
  }
  .choice .l-body .l-content .video-box video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .choice .l-body .l-content .video-box .play-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    top: 50%;
    margin-top: -36px;
    background: url(https://website-static.vhall.com/web/images/why/video-play.svg);
    background-size: 100% 100%;
    cursor: pointer;
  }
  .choice .l-body .l-content .video-box .close-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(https://website-static.vhall.com/web/images/why/video-close.svg);
    background-size: 100% 100%;
    cursor: pointer;
    display: none;
  }
  .choice .l-body .r-content {
    width: 100%;
  }
  .choice .l-body .r-content > a {
    display: inline-block;
    font-size: 0;
    margin-bottom: 5px;
  }
  .choice .l-body .r-content > a img {
    width: 100%;
  }
  .choice .l-body .r-content > a:nth-child(2) {
    margin-bottom: 20px;
  }
  .choice .l-body .r-content .scroll-box {
    height: 220px;
    overflow: hidden;
  }
  .choice .l-body .r-content ul {
    padding-top: 10px;
  }
  .choice .l-body .r-content ul li a {
    font-size: 14px;
    color: #585656;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: none;
  }
  .choice .l-body .r-content ul li a:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #be9165;
    border-radius: 50%;
    left: 0;
    top: 6px;
  }
  .choice .l-body .r-content ul li:last-child a {
    margin-bottom: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@-moz-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@-o-keyframes scroll {
  /* Opera */
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.technology {
  background: #f8f8fa;
}
.technology .t-content {
  position: relative;
}
.technology .t-content ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 20px) / 2);
  background: #ffffff;
  border-radius: 8px;
  padding: 38px 100px 38px 84px;
  position: relative;
}
.technology .t-content ul li i {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 38px;
  left: 30px;
  background-size: 100% 100% !important;
}
.technology .t-content ul li:nth-child(2n) {
  margin-right: 0;
  padding-left: 150px;
  padding-right: 30px;
}
.technology .t-content ul li:nth-child(2n) i {
  left: 100px;
}
.technology .t-content ul li h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 21px;
}
.technology .t-content ul li p {
  font-size: 13px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
}
.technology .t-content ul li:first-child p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  min-height: 72px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
}
.technology .t-content img {
  width: 210px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 978px) {
  .technology {
    background: #f8f8fa;
  }
  .technology .t-content {
    position: relative;
  }
  .technology .t-content ul li {
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px !important;
    position: relative;
  }
  .technology .t-content ul li i {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    left: 20px !important;
    background-size: 100% 100% !important;
  }
  .technology .t-content ul li h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 34px;
  }
  .technology .t-content ul li p {
    font-size: 16px;
    color: #585656;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .technology .t-content img {
    display: none;
  }
}
.logo .l-body img {
  width: 100%;
}
@media (max-width: 978px) {
  .logo .l-body img {
    width: 100%;
  }
}
.ad {
  background: url(https://website-static.vhall.com/web/images/why/ad-bg.png) center no-repeat;
  background-size: cover;
}
.ad .l-container {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ad .ad-info {
  display: block;
}
.ad .ad-info h3 {
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ad .ad-info p {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.ad .btn-box {
  width: 100%;
  display: block;
  text-align: center;
}
.ad .btn-box a {
  float: none;
  display: inline-block;
  margin-top: 0;
  font-size: 18px;
}
.ad .btn-box a.white {
  background: #fff;
  line-height: 48px;
  height: 48px;
  padding: 0 40px;
  border-radius: 4px;
}
.ad .btn-box a.red {
  border-color: #fff;
  background: transparent;
}
.ad .btn-box a.white:hover {
  color: #ff3d39;
  background: #fff;
}
.ad .btn-box a.red:hover {
  color: #e60012;
  background: #fff;
}
@media (max-width: 978px) {
  .ad {
    background: url(https://website-static.vhall.com/web/images/why/ad-bg-mb.png) center bottom no-repeat;
    background-size: cover;
  }
  .ad .l-container {
    height: auto;
    padding: 40px 25px 40px;
    display: block;
    align-items: center;
    /*鍨傜洿灞呬腑*/
    justify-content: center;
    /*姘村钩灞呬腑*/
  }
  .ad .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .ad .ad-info h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ad .ad-info p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .ad .btn-box {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .ad .btn-box a {
    font-size: 14px;
    padding: 0 30px !important;
    height: 38px !important;
    line-height: 38px !important;
    margin-right: 0;
  }
}
.ads {
  background: url(https://website-static.vhall.com/web/images/index/ads-bg.png) center no-repeat;
  background-size: cover;
}
.ads .l-container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ads .ad-info {
  display: block;
}
.ads .ad-info h3 {
  font-size: 36px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ads .ad-info h3 span {
  font-size: 36px;
  color: #e60012;
  text-align: center;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 30px;
}
.ads .ad-info p {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.ads .btn-box {
  width: 100%;
  display: block;
  text-align: center;
}
.ads .btn-box a {
  float: none;
  display: inline-block;
  margin-top: 0;
  color: #fff;
  font-size: 18px;
  width: 167px;
  margin-right: 0;
}
.ads .btn-box a.white {
  background: #e60012;
  line-height: 44px;
  height: 44px;
  padding: 0;
  border-radius: 4px;
}
.ads .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://website-static.vhall.com/web/images/index/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
}
.ads .btn-box a.red {
  border-color: #e60012;
  background: transparent;
}
.ads .btn-box a.white:hover {
  color: #fff;
  background: #ec4f44;
}
.ads .btn-box a.white:hover i {
  animation: arrow 1s linear infinite;
}
.ads .btn-box a.red:hover {
  color: #fff;
  background: #ec4f44;
}
@media (max-width: 978px) {
  .ads {
    background: url(https://website-static.vhall.com/web/images/index/ads-bg-mb.png) center bottom no-repeat;
    background-size: cover;
  }
  .ads .l-container {
    height: auto;
    padding: 50px 25px 50px;
    display: block;
    align-items: center;
    /*鍨傜洿灞呬腑*/
    justify-content: center;
    /*姘村钩灞呬腑*/
  }
  .ads .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .ads .ad-info h3 {
    font-size: 36px;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ads .ad-info p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .ads .btn-box {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .ads .btn-box a {
    font-size: 14px;
    padding: 0 30px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin-right: 0;
  }
}
@keyframes videoBg {
  0% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  25% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  50% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  100% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
