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: 44px;
  line-height: 43px;
  padding: 0 40px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  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: #e60012;
  border: 1px solid #e60012;
  background: transparent;
}
.l-btn.white:hover {
  color: #fff;
  background: #e60012;
}
.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="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%;
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
  text-align: left;
}
.l-title span {
  background: #fef2f3;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  width: 380px;
  height: 32px;
  font-size: 18px;
  color: #e60012;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.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: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-top: 12px;
  text-align: center;
}
.l-title img {
  display: inline-block;
}
.l-title a {
  color: #666 !important;
  text-decoration: underline !important;
}
@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;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
  }
  .l-title p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
  }
}
.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/saas/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(0deg);
}
.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: #e60012;
  line-height: 20px;
  font-weight: 400;
}
.more-btn i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3.5px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url(https://website-static.vhall.com/web/images/saas/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/saas/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: url(https://website-static.vhall.com/web/images/intl/images/exhibition/banner.jpg) center no-repeat;
  background-size: cover;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  float: left;
  line-height: 540px;
  height: 540px;
  width: calc(100% - 600px);
  padding-right: 50px;
}
.banner .banner-main .banner-bottom {
  margin-top: 20px;
}
.banner .banner-main .banner-bottom i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #00adbb;
  vertical-align: middle;
  margin-right: 10px;
  background: url(https://website-static.vhall.com/web/images/saas/notice-icon.svg) center no-repeat;
  background-size: cover;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  font-size: 40px;
  color: #000000;
  letter-spacing: 0;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 10px;
}
.banner .banner-main p {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.banner .banner-img {
  float: left;
  height: 400px;
  width: 600px;
  position: relative;
  display: none !important;
}
.banner .banner-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 160px;
}
@media (max-width: 978px) {
  .banner {
    background: url(https://website-static.vhall.com/web/images/intl/images/exhibition/移动端banner@2x.png) center no-repeat;
    background-size: 100% 100%;
  }
  .banner .l-container {
    position: relative;
    height: 100%;
    text-align: center;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: 500px;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .banner .banner-main .banner-bottom {
    margin-top: 20px;
  }
  .banner .banner-main .banner-bottom i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #00adbb;
    vertical-align: middle;
    margin-right: 10px;
    background: url(https://website-static.vhall.com/web/images/saas/notice-icon.svg) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main h1 {
    font-size: 28px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .banner .banner-main p {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  .banner .banner-img {
    float: none;
    height: auto;
    width: auto;
    display: inline-block;
    padding-left: -1px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 320px;
  }
  .banner .banner-img .video-box {
    width: 271px;
    height: 147px;
    top: 35px;
    left: 31px;
  }
  .banner .banner-img .video-btn {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    margin-left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
  }
  .banner .banner-img .video-btn:hover {
    background: url(https://website-static.vhall.com/web/images/saas/video-btn-h.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .banner .banner-img .video-btn:after {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
  }
  .banner .banner-img .video-close {
    width: 10px;
    height: 10px;
    right: 27px;
    top: 50px;
  }
  .banner .banner-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: -1px;
  }
}
.price ul {
  position: relative;
  height: 390px;
}
.price ul li {
  padding: 30px;
  background-image: url(https://website-static.vhall.com/web/images/intl/images/white.png);
  background-size: 100% 100% !important;
  transition: all 0.3s;
  width: 33.33%;
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
  border-radius: 20px;
  cursor: pointer;
}
.price ul li:first-child {
  background: url(https://website-static.vhall.com/web/images/intl/images/price-img-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.price ul li i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 100% 100% !important ;
  vertical-align: middle;
  margin-right: 10px;
}
.price ul li h3 {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.price ul li > p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.price ul li div {
  margin-top: 10px;
}
.price ul li div p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 20px;
}
.price ul li div .img-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-size: cover !important ;
  transition: all 0.3s;
  border-radius: 8px;
}
.price ul li div .img-box img {
  display: none;
}
.price ul[data-index="1"] li:nth-child(1) {
  width: 45%;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.price ul[data-index="1"] li:nth-child(1) div .img-box {
  height: 230px;
  display: block;
}
.price ul[data-index="1"] li:nth-child(1) > p {
  color: #000000;
}
.price ul[data-index="1"] li:nth-child(2) {
  width: calc(( 55% - 40px ) / 2);
  left: calc( 45% + 20px );
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="1"] li:nth-child(3) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(100% - ( 55% - 40px ) / 2 );
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="1"] li:nth-child(4) {
  width: calc(( 55% - 40px ) / 2);
  left: calc( 45% + 20px );
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="1"] li:nth-child(5) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(100% - ( 55% - 40px ) / 2 );
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="2"] li:nth-child(1) {
  width: calc(( 55% - 40px ) / 2);
  left: 0px;
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="2"] li:nth-child(1) div .img-box {
  height: 0;
  display: none;
}
.price ul[data-index="2"] li:nth-child(1) > p {
  color: #000000;
}
.price ul[data-index="2"] li:nth-child(2) {
  width: 45%;
  left: calc(( 55% - 40px ) / 2 + 20px);
  top: 0px;
  bottom: 0;
}
.price ul[data-index="2"] li:nth-child(2) div .img-box {
  height: 230px;
  display: block;
}
.price ul[data-index="2"] li:nth-child(3) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(100% - ( 55% - 40px ) / 2 );
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="2"] li:nth-child(4) {
  width: calc(( 55% - 40px ) / 2);
  left: 0px;
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="2"] li:nth-child(5) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(100% - ( 55% - 40px ) / 2 );
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="3"] li:nth-child(1) {
  width: calc(( 55% - 40px ) / 2);
  left: 0px;
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="3"] li:nth-child(1) div .img-box {
  height: 0;
  display: none;
}
.price ul[data-index="3"] li:nth-child(1) > p {
  color: #000000;
}
.price ul[data-index="3"] li:nth-child(2) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(( 55% - 40px ) / 2 + 20px);
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="3"] li:nth-child(3) {
  width: 45%;
  left: 55%;
  top: 0px;
  bottom: 0px;
}
.price ul[data-index="3"] li:nth-child(3) div .img-box {
  height: 230px;
  display: block;
}
.price ul[data-index="3"] li:nth-child(4) {
  width: calc(( 55% - 40px ) / 2);
  left: 0;
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="3"] li:nth-child(5) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(( 55% - 40px ) / 2 + 20px);
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="3"] li:nth-child(5) div .img-box {
  height: 0;
  display: none;
}
.price ul[data-index="3"] li:nth-child(5) > p {
  color: #000000;
}
.price ul[data-index="4"] li:nth-child(1) {
  width: calc(( 55% - 40px ) / 2);
  left: 0px;
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="4"] li:nth-child(1) div .img-box {
  height: 0;
  display: none;
}
.price ul[data-index="4"] li:nth-child(1) > p {
  color: #000000;
}
.price ul[data-index="4"] li:nth-child(2) {
  width: calc(( 55% - 40px ) / 2);
  left: 0px;
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="4"] li:nth-child(2) > p {
  color: #000000;
}
.price ul[data-index="4"] li:nth-child(3) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(100% - ( 55% - 40px ) / 2 );
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="4"] li:nth-child(4) {
  width: 45%;
  left: calc(( 55% - 40px ) / 2 + 20px);
  top: 0px;
  bottom: 0;
}
.price ul[data-index="4"] li:nth-child(4) div .img-box {
  height: 230px;
  display: block;
}
.price ul[data-index="4"] li:nth-child(5) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(100% - ( 55% - 40px ) / 2 );
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="5"] li:nth-child(1) {
  width: calc(( 55% - 40px ) / 2);
  left: 0px;
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="5"] li:nth-child(1) div .img-box {
  height: 0;
  display: none;
}
.price ul[data-index="5"] li:nth-child(1) > p {
  color: #000000;
}
.price ul[data-index="5"] li:nth-child(2) {
  width: calc(( 55% - 40px ) / 2);
  left: 0;
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="5"] li:nth-child(3) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(( 55% - 40px ) / 2 + 20px);
  top: 0px;
  bottom: 210px;
}
.price ul[data-index="5"] li:nth-child(4) {
  width: calc(( 55% - 40px ) / 2);
  left: calc(( 55% - 40px ) / 2 + 20px);
  top: 210px;
  bottom: 0px;
}
.price ul[data-index="5"] li:nth-child(5) {
  width: 45%;
  left: 55%;
  top: 0px;
  bottom: 0px;
}
.price ul[data-index="5"] li:nth-child(5) div .img-box {
  height: 230px;
  display: block;
}
@media (max-width: 978px) {
  .price ul {
    height: auto;
    border: none;
    box-shadow: none;
    overflow: visible;
  }
  .price ul li {
    width: 100% !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    padding: 20px;
    background: #ffffff !important;
    box-shadow: 0 0 30px 0 rgba(239, 239, 239, 0.75);
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .price ul li .fold-icon {
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    right: 20px;
    top: 36px;
  }
  .price ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100% !important ;
    vertical-align: middle;
    margin-right: 10px;
  }
  .price ul li h3 {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
  }
  .price ul li > p {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .price ul li > div {
    margin-top: 0;
    max-height: 10000px;
    display: none;
  }
  .price ul li > div p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .price ul li > div p:first-child {
    margin-top: 20px;
  }
  .price ul li > div .img-box {
    background: none !important;
    height: auto !important;
    margin-top: 15px;
  }
  .price ul li > div .img-box img {
    width: 100%;
    display: block;
  }
}
.manage {
  background: #f7faff;
}
.manage .tab {
  position: relative;
}
.manage .tab .tab_btn {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.manage .tab .tab_btn li {
  float: none;
  display: inline-block;
  width: auto !important;
  margin-right: 40px;
}
.manage .tab .tab_btn li:last-child {
  margin-right: 0;
}
.manage .tab .tab_btn h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  transition: all 0.3s;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  position: relative;
}
.manage .tab .tab_btn h3 i {
  display: none;
}
.manage .tab .tab_btn h3:hover {
  color: #e60012;
}
.manage .tab .tab_btn .active h3 {
  border-color: #e60012;
}
.manage .tab .tab_btn .active h3:after {
  right: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  display: none;
}
.manage .tab .tab_btn .mb {
  display: none;
}
.manage .tab .tab_btn li:nth-child(1) h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-01.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(1).active h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-01-h.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(2) h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-02.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(2).active h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-02-h.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(3) h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-03.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(3).active h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-03-h.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(4) h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-04.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(4).active h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-04-h.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(5) h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-05.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab .tab_btn li:nth-child(5).active h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-05-h.svg);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
.manage .tab_item {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}
.manage .tab_item > li {
  overflow: hidden;
}
.manage .content-box {
  display: flex;
  align-items: center;
}
.manage .content-box .l-content-left {
  width: calc(50% - 40px);
  padding-right: 40px;
}
.manage .content-box .l-content-right {
  width: 50%;
}
.manage .content-box .solution-img-box {
  position: relative;
  font-size: 0;
  width: 100%;
}
.manage .content-box .solution-img-box img {
  display: inline-block;
  width: 100%;
}
.manage .content-box .solution-img-box img.mb {
  display: none;
}
.manage .content-box .solution-info-box {
  height: 100%;
}
.manage .content-box .solution-info-box::-webkit-scrollbar {
  display: none;
}
.manage .content-box .solution-info-box p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.manage#manage-01 .content-box .solution-info-box p {
  color: #000;
}
.manage .content-box .solution-info-box p span {
  display: block;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.manage .content-box .solution-info-box > img {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
}
.manage .content-box .solution-info-box h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.manage .content-box .solution-info-box p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.manage .content-box .solution-info-box ul {
  margin-top: 30px;
}
.manage .content-box .solution-info-box ul li {
  padding-left: 20px;
  position: relative;
}
.manage .content-box .solution-info-box ul li i {
  width: 8px;
  height: 8px;
  background: #d42d26 !important;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 8px;
}
.manage .content-box .btn-box {
  margin-top: 30px;
}
.manage .content-box .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;
}
@media (max-width: 978px) {
  .manage .tab {
    position: relative;
  }
  .manage .tab .tab_btn {
    margin-bottom: 30px;
  }
  .manage .tab .tab_btn li {
    float: none;
    display: inline-block;
    width: auto !important;
    margin-right: 0px;
  }
  .manage .tab .tab_btn li:last-child {
    margin-right: 0;
  }
  .manage .tab .tab_btn h3 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    transition: all 0.3s;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
  }
  .manage .tab .tab_btn h3:hover {
    color: #07c5d5;
  }
  .manage .tab .tab_btn h3 i {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;
  }
  .manage .tab .tab_btn .mb {
    display: none;
  }
  .manage .tab .tab_btn li:nth-child(1) h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-01.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab .tab_btn li:nth-child(1).active h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-01-h.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab .tab_btn li:nth-child(2) h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-02.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab .tab_btn li:nth-child(2).active h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-02-h.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab .tab_btn li:nth-child(3) h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-03.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab .tab_btn li:nth-child(3).active h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-03-h.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab .tab_btn li:nth-child(4) h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-04.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab .tab_btn li:nth-child(4).active h3 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://website-static.vhall.com/web/images/intl/images/srm/manage-icon-04-h.svg);
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .manage .tab_item {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
  }
  .manage .tab_item > li {
    overflow: hidden;
  }
  .manage .content-box {
    display: block;
    align-items: center;
  }
  .manage .content-box .l-content-left {
    width: 100%;
    padding-right: 0px;
  }
  .manage .content-box .l-content-right {
    width: 100%;
  }
  .manage .content-box .solution-img-box {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .manage .content-box .solution-img-box img {
    display: inline-block;
    width: 100%;
  }
  .manage .content-box .solution-img-box img.mb {
    display: none;
  }
  .manage .content-box .solution-info-box {
    height: 100%;
    overflow-y: auto;
  }
  .manage .content-box .solution-info-box::-webkit-scrollbar {
    display: none;
  }
  .manage .content-box .solution-info-box h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .manage .content-box .solution-info-box p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .manage .content-box .solution-info-box p span {
    display: block;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .manage .content-box .solution-info-box ul {
    margin-top: 20px;
  }
  .manage .content-box .solution-info-box ul li {
    padding-left: 20px;
    position: relative;
  }
  .manage .content-box .solution-info-box .btn-box {
    margin-top: 10px;
    text-align: center;
  }
  .manage .content-box .solution-info-box .btn-box a {
    float: none;
    display: inline-block;
  }
  .manage .scroll-tab:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(100% - 16px);
    top: 12px;
    background: #fbfcff url(https://website-static.vhall.com/web/images/intl/images/srm/manage-arrow-r-mb.svg);
    background-size: 100% 100%;
    z-index: 2;
    transition: all 0.3s;
  }
  .manage .scroll-tab.left:before {
    transform: rotateY(180deg);
  }
  .manage .scroll-tab {
    overflow-x: auto;
  }
  .manage .scroll-tab::-webkit-scrollbar {
    display: none;
  }
  .manage .tab_btn {
    width: 100%;
    text-align: left !important;
  }
  .manage .tab_btn > li {
    width: auto !important;
  }
}
.manage#manage-01 .tab .tab_btn {
  border: none;
  margin-bottom: 60px;
}
.manage#manage-01 .tab .tab_btn h3 {
  padding: 10px 30px;
  border-radius: 8px;
}
.manage#manage-01 .tab .tab_btn .active h3 {
  background: #e60012;
  color: #fff;
}
.manage#manage-01 .content-box .solution-info-box ul li {
  float: left;
  margin-right: 30px;
  padding-left: 0;
  text-align: center;
}
.manage#manage-01 .content-box .solution-info-box ul li:last-child {
  margin-right: 0;
}
.manage#manage-01 .content-box .solution-info-box ul li img {
  display: inline-block;
  margin-bottom: 10px;
  width: 40px;
}
.manage#manage-01 .content-box .solution-info-box ul li p span {
  font-size: 14px;
}
@media (max-width: 978px) {
  .manage#manage-01 .tab .tab_btn {
    width: 460px;
    margin-bottom: 30px;
  }
  .manage#manage-01 .tab .tab_btn h3 {
    padding: 5px 20px;
  }
  .manage#manage-01 .content-box .solution-info-box ul li:last-child {
    margin-right: 0;
  }
}
.ads {
  background: url(https://website-static.vhall.com/web/images/index/ads-bg.png) center no-repeat;
  background-size: cover;
  padding: 0;
}
.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: auto;
  padding: 0;
  margin-right: 0;
}
.ads .btn-box a.white {
  background: #e60012;
  line-height: 44px;
  height: 44px;
  padding: 0;
  padding: 0 20px;
  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;
  color: #e60012;
  background: transparent;
  line-height: 44px;
  height: 44px;
  padding: 0;
  padding: 0 20px;
  border-radius: 4px;
  margin-left: 20px;
}
.ads .btn-box a.red i {
  background: url(https://website-static.vhall.com/web/images/saas/more-btn-icon.svg) center no-repeat;
  background-size: 100% 100%;
}
.ads .btn-box a.white:hover {
  color: #fff;
  background: #ec4f44;
}
.ads .btn-box a:hover i {
  animation: arrow 1s linear infinite;
}
.ads .btn-box a.red:hover i {
  background: url(https://website-static.vhall.com/web/images/index/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
}
.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: 24px;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ads .ad-info h3 span {
    font-size: 24px;
    color: #e60012;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .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);
  }
}
@-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);
  }
}
.prices .title-span {
  font-size: 16px;
  color: #e60012;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  background: none;
}
.prices ul li {
  float: left;
  margin-right: 30px;
  width: calc((100% - 30px) / 2);
  text-align: center;
  box-shadow: 0 8px 16px 0 rgba(214, 218, 240, 0.75);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
}
.prices ul li img {
  width: 210px;
  height: 210px;
  font-size: 0;
  display: block;
}
.prices ul li:nth-child(3),
.prices ul li:nth-child(4) {
  margin-bottom: 0;
}
.prices ul li .info-box {
  padding: 25px 10px 0 25px;
}
.prices ul li:nth-child(even) {
  margin-right: 0;
}
.prices ul li i {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: 100% 100% !important;
  margin-bottom: 10px;
}
.prices ul li h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
}
.prices ul li p {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
}
.prices ul li p span {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  float: left;
  margin-right: 0px;
  padding-left: 15px;
  position: relative;
}
.prices ul li p span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e60012;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.prices ul li p span:nth-child(even) {
  float: right;
}
.prices .btn-box {
  text-align: center;
  margin-top: 30px;
}
.prices .btn-box a {
  float: none;
  display: inline-block;
  margin-right: 0;
}
.prices .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;
}
@media (max-width: 978px) {
  .prices .title-span {
    color: #e60012;
    padding: 0;
    background: none;
    width: auto;
  }
  .prices ul li {
    float: left;
    margin-right: 5px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(179deg, #ffffff 0%, #f1f6ff 100%);
    box-shadow: 0 4px 8px 0 #d6daf0;
    border-radius: 4px;
    margin-bottom: 15px !important;
    display: block;
  }
  .prices ul li img {
    width: 100%;
    height: 200px;
    opacity: 0;
    background-size: contain;
  }
  .prices ul li .info-box {
    padding: 20px 20px 0 20px !important;
  }
  .prices ul li:nth-child(even) {
    margin-right: 0;
  }
  .prices ul li i {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100% 100% !important;
    margin-bottom: 10px;
  }
  .prices ul li h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .prices ul li p {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    vertical-align: text-bottom;
    margin-bottom: 20px;
    text-align: left;
  }
  .prices ul li p span {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
  }
  .prices ul li p span:nth-child(even) {
    float: right;
  }
  .prices .btn-box {
    margin-top: 20px;
  }
}
