.section.is-medium {
    padding: 100px 24px;
}

.columns {
    margin-top: 0;
}

/* Slider */
body > section.section:first-of-type {
    padding-top: 0 !important;
}

header.header section.hero.home-body{
    padding-top: 0;
    height: 500px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

section.hero .banner-mb-slider,
section.hero .banner-ipad-slider {
    display: none;
}
section.hero .banner-pc-slider {
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 120px 0 260px;
}
.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
}

.fullsize-banner-clickable.slick-slide a{
    display: block;
    width: 100%;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* .slick-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 24px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.slick-dots li {
    cursor: pointer;
    width: 36px;
    height: 4px;
    background: #dadada;
    position: relative;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
}

.slick-dots li button {
    display: none
}

.slick-dots li::after {
    content: ' ';
    position: absolute;
    height: 1.5rem;
    width: 7px;
    left: 1px;
    bottom: 0;
}

.slick-dots li::before {
    content: ' ';
    position: absolute;
    height: 1.5rem;
    width: 7px;
    left: -7px;
    bottom: 0;
}

.slick-dots li.slick-active {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #00a971;
} */

/* .slider-hero {
    position: relative;
    max-width: 100%
}

.slick-prev {
    left: calc(50% - 50vw);
    border-left: 3.125rem solid rgba(0, 0, 0, 0.12);
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-right: 1px solid transparent;
}

.slick-next {
    right: calc(50% - 50vw);
    border-left: 1px solid transparent;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-right: 3.125rem solid rgba(0, 0, 0, 0.12);
} */

.slick-next,
.slick-prev {
    position: absolute;
    height: 7.5rem;
    width: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-indent: -99999px;
}

.slick-prev:after,
.slick-next:after {
    border: 1px solid #fff;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -7px;
    margin-left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 4;
}

.slick-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 1.125rem;
}

.slick-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 1.125rem;
}

.slider-hero>section {
    display: none
}

.slick-slider.slider-hero{
    width: 100%;
    max-width: 1200px;
}
.slick-slide .column p.subtitle {
    margin-bottom: 40px;
}
.banner-btn-groups {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.banner-btn-groups  .banner-right-btn {
    margin-left: 10px;
}

@media screen and (min-width: 1024px) {
    .nav-wrapper {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
    }
    .header.header section.hero.home-body {
        margin-top: 102px;
    }
}

@media screen and (max-width: 1023px) {
    header.header .hero .hero-body {
        display: block;
        z-index: 20;
        padding-top: 0;
    }
    header.header .hero-slider .slider-hero .slick-next,
    header.header .hero-slider .slider-hero .slick-prev {
        display: none !important
    }
    .columns.is-variable {
        margin: 0
    }
}
/* @media screen and (max-width: 1280px) {
    .slick-slider.slider-hero{
        max-width: 1200px;
    }
}

@media screen and (max-width: 768px) {
    header.header .hero-slider {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.875rem;
    }
    header.header .hero-slider .slick-dots {
        bottom: 1.25rem;
    }
} */

.slider-hero {
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-body {
    height: 100%;
}

.hero {
    position: relative
}

.hero-slider {
    flex: 1;
    width: 100%;
    z-index: 10;
}

.hero-slider .btn-more {
    height: 64px;
    width: 64px;
    display: block;
    outline: none;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTMyIDBsMzIgMzItMzIgMzJMMCAzMiAzMiAwem0wIDEuNDE0TDEuNDE0IDMyIDMyIDYyLjU4NiA2Mi41ODYgMzIgMzIgMS40MTR6bTQuOSAyNi4wNjZsNC42NiA0LjMyLTQuNjYgNC4zMi0uNjgtLjc2IDIuODItMi45MmgtMTYuNnYtMS4yOGgxNi42bC0yLjgyLTIuOTIuNjgtLjc2eiIvPgo8L3N2Zz4K')
}
.hero-slider .btn-more:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij4KICAgIDxwYXRoIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBsMzIgMzItMzIgMzJMMCAzMiAzMiAwem00LjkgMjcuNDhsLS42OC43NiAyLjgyIDIuOTJoLTE2LjZ2MS4yOGgxNi42bC0yLjgyIDIuOTIuNjguNzYgNC42Ni00LjMyLTQuNjYtNC4zMnoiLz4KPC9zdmc+Cg==')
}
header.header .hero .hero-body {
    align-items: stretch;
    padding: 0;
}
.slider-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.home-banner-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}
.home-banner-slider.is-active {
    opacity: 1;
}
.home-banner-slider video {
    object-position: center;
    object-fit: cover;
    height: 100%;
}
section.section.hero.banner {
  height: 269px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.section.hero.banner .hero-body {
  display: flex;
  align-items: center;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
}
section.section.banner .hero-body .column.is-narrow {
  order: 1;
}
section.section.banner .hero-body .column {
  order: -1;
}
section.section.hero.banner .title.is-3 {
  font-size: 2rem;
  line-height: 2.8125rem;
  margin-bottom: 1.25rem
}
section.section.banner .hero-body .is-narrow .image img {
max-height: 141px;
width: auto;
margin: 0 auto
}
.section.banner .title {
font-weight: 500;
text-align: left;
color: #3f464d;
}
.section.banner .subtitle {
font-size: 1rem;
text-align: left;
line-height: 1.375rem;
color: #a1a6ab;
max-width: 50rem
}
@media screen and (max-width: 768px) {
/* header.header section.hero.home-body {
    height: 21rem;
  }
  section.hero.home-body .hero-slider {
    height: calc(100% + 2rem);
  }
  .slick-slide {
    min-height: 1px;
  }
  .slick-slide > .columns {
    min-height: auto;
  }
  .slick-list {
    height: 100%;
  } */
  .fullsize-banner-clickable.slick-slide a {
    height: 100%;
  }
  section.hero .banner-pc-slider,
  section.hero .banner-mb-slider {
      display: none;
  }
  section.hero .banner-ipad-slider {
      display: block;
  }
}
@media screen and (max-width: 440px) {
  section.hero .banner-pc-slider,
  section.hero .banner-ipad-slider {
      display: none;
  }
  section.hero .banner-mb-slider {
      display: block;
  }
  /* header.header .hero .hero-body .title {
      line-height: 1.2
  }
  section.section.hero.banner {
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  section.section.hero.banner .title,
  section.section.hero.banner .subtitle {
      text-align: center;
  } */
}

.title-block .title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #0F0D15;
}
.title-block .subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #615E69;
}
.title-block.button.is-white .title,
.title-block.button.is-white .subtitle {
    color: #FFFFFF;
}

.title-block {
    margin-bottom: 60px;
}

.parsys {
    margin: 0 -1.5rem !important;
    padding: 0 0 0 0;
    list-style: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.parsys li {
    width:20%;
    display: inline-block;
    text-align: center;
    padding: 0;
    background-color: #f5f8fa;
}
.parsys .diamond {
  position: relative;
  text-align: center;
  width: 1.732rem;
  height: 1rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  margin: 1rem 0;
}
.parsys .diamond .diamond-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
}
.parsys .diamond .diamond-item:nth-child(1) {
  transform: rotateZ(60deg);
}
.parsys .diamond .diamond-item:nth-child(2) {
  transform: rotateZ(-60deg);
}
.parsys .diamond .diamond-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
  white-space: nowrap;
}
.parsys .diamond .diamond-text.is-small {
  transform: translateX(-50%) scale(0.823);
}
.parsys li .is-text-small {
    color: #a1a6ab
}
.parsys > li > a {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column ;
    align-items: center;
    width: 100%;
    padding: 35px;
}
.parsys > li > a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 78px;
    top: 50%;
    right: 0;
    transform:translateY(-50%);
    background-color: rgba(60, 70, 77, 0.1);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.parsys > li > a:hover h5{
    color: #00a971;
}
.parsys > li > a p {
    padding-left: 10px;
    padding-right: 10px
}
.parsys li h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    color: #3e464c;
}
.parsys li p {
    line-height: 1.43rem;
    font-size: 14px;
    opacity: 0.7;
    color: #68747f !important;
    max-width: 212px;
    margin-top: 8px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.parsys li p.is-text-small {
    margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
    .parsys {
      margin: 1.25rem -0.25rem !important;
      background-color: #f5f8fa;
      padding: 0.625rem 0 1.25rem 0;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .parsys li {
      width: 33.333%;
    }
    .parsys > li > a {
      padding: 0.625rem;
    }
    .parsys > li > a::after {
      display: none;
    }
    .parsys li h5 {
      font-weight: normal;
      font-size: 0.75rem;
      line-height: 1.0625rem;
      margin-top: 0.25rem;
      color: #68747F;
    }
}

.features figure.image {
    margin: 1.25rem auto;
    width: 4.5rem;
    height: 4.5rem;
}
.features .title {
    font-weight: 500;
    text-align: center;
    color: #3f464d;
    line-height: 1.38;
}
.features .title.is-4,
.features .title.is-5 {
    margin-bottom: 10px
}
.features p {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    color: #a1a6ab;
    margin-bottom: 3.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.features .button.more-link {
    height: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #fff
}
.features .has-text-centered {
    margin-top: -20px
}
@media screen and (max-width: 768px) {
    .features p {
        text-align: center
    }
}

.certification {
    text-align: center;
    background-color: #f5f8fa;
    padding-bottom: 2rem !important;
    padding-top: 3.125rem !important;
}
.certification .mask {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 180px;
}
.certification .left {
    left: -2px;
    top: 0;
    background-image: linear-gradient(270deg, transparent, #f5f8fa);
}
.certification .right {
    right: -2px;
    top: 0;
    background-image: linear-gradient(90deg, transparent, #f5f8fa);
}
.certification .slides-wrapper {
    position: relative;
    overflow: hidden;
    height: 226px;
}
.certification .slides {
    height: 100%;
    white-space: nowrap;
}
.certification .slides img {
    height: 226px;
    animation: slide 100s linear infinite normal;
    -webkit-animation: slide 100s linear infinite normal;
    display: inline-block;
    object-fit: cover;
}
.certification .slides:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state:paused;
}
.certification ul {
    list-style: none;
    margin: 0;
    padding: 0 0 2.5rem 0;
    display: flex;
    flex-flow: nowrap row;
}
.certification ul li {
    margin-bottom: 1.25rem;
    flex: 1
}

@keyframes slide {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
    }
}

.certification figure.image {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.625rem;
}
.certification ul li figure.image img {
    max-width: 80px;
    height: auto;
    max-height: 80px;
}
.certification ul li h5 {
    font-size: 14px;
    text-align: center;
    color: #4a4a4a;
    line-height: 1.4;
    padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .certification .title-block {
      margin-bottom: 0;
  }
  .certification .title-block .title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: normal;
    margin-bottom: 1rem;
  }
  .certification .slides-wrapper {
    height: 3.75rem;
  }
  .certification .mask {
    width: 3.75rem;
  }
  .certification .slides img {
    height: 100%;
  }
  .certification ul {
      flex-flow: wrap row;
      justify-content: center;
      padding: 1.875rem 0;
  }
  .certification ul li {
      width: 50%;
      flex: none
  }
  .certification ul li figure.image img {
    max-width: 4rem;
  }
  .certification ul li h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .certification .certification-more {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
/* home solution style
section.solutions {
    position: relative;
    height: 741px;
}

.solutions-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.solution-bg-left {
    height: 100%;
    background-image:url('../images/home/home-solution-bg.svg');
    background-repeat: no-repeat;
    background-position: left 5rem;
    background-size: cover;
}
.solution-content-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
}
.solution-content-wrap .more-solutions {
    opacity: 0.59;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.solution-content-wrap .more-solutions:hover {
    color: #00a971;
    opacity: 1;
}
.solution-bg-left {
    position: relative;
    width: 30%;
    background-color: #30303a;
    padding-top: 12.5rem;
}
.solution-bg-right {
    padding-top: 11rem;
    padding-left: 4rem;
    width: 70%;
}

.solution-tabs {
    position: absolute;
    top: 12rem;
    right: 4rem;
    width: 150px;
}
.solution-tabs li {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 25px;
}

.home-solution .tabs ul {
    border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}
.solutions .solution-tabs li {
    position: relative;
    text-align: left;
    padding-bottom: 20px;
    width: auto;
    height: 50px;
}
.solution-tabs li:hover {
    color: #fff;
    cursor: pointer;
}
.solution-tabs li.is-active {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    height:50px;
}
.solution-tabs li a{
   color: #fff;
   position: relative;
}
.solution-tabs li.is-active a {
    color: #fff;
    padding-bottom: 6px;
}
.solution-tabs li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	height: 40px;
	width: 0px;
	border-bottom: solid 3px #00a971;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.solution-tabs li.is-active a:after {
    width: 100%;
}
.solution-tab-content .tab-content {
    display: none !important;
}
.solution-tab-content .tab-content.is-active {
    display: block !important;
}
.tab-content .solution-content-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 1rem;
}
.tab-content .solution-content-desc {
    font-size: 1rem;
    font-weight: normal;
    color: #c6c8cf;
    max-width: 780px;
    line-height: 1.75;
}
.solution-btn {
    margin-top: 50px;
    margin-bottom: 48px;
}
.solution-features {
    margin-top: 6px;
}
.solution-features span {
    color: #cbd1d6;
    font-size: 14px;
    padding: 3px 8px;
    margin-right: 6px;
    background-color: #494b58;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.solution-cases {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 38px;
}
.case-title {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #c6c8cf;
    line-height: normal;
}
.solution-cases .case-item {
    padding-right: 36px;
    height: 44px;
}
.solution-cases .case-item img{
   height: 100%;
}
.related-product-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 36px;
}
figure.is-30x30 {
    height: 30px;
    width: 30px;
}
.related-product-item span {
    padding-left: 8px;
    font-size: 1rem;
    color: #fff;
}
@media screen and (min-width: 769px) {
  .solutions .title-block {
      position: absolute;
      top: 48px;
      left: 50%;
      transform: translateX(-40%);
      -webkit-transform: translateX(-40%);
      -moz-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
      -o-transform: translateX(-40%);
  }
  .solutions .title.is-3 {
      color: #fff;
  }
  .solutions .subtitle {
      color: rgba(255, 255, 255, 0.6);
  }
  .solutions {
      background-color: #3d3e49;
  }
}
@media screen and (max-width: 768px) {
    .solution-content-wrap.is-hidden-tablet {
        padding: 1.875rem 1.25rem;
        background-color: #3D3E49;
    }
    .solution-content-wrap.is-hidden-tablet .title-block {
        padding: 0 1.25rem;
        margin-bottom: 0.5rem;
    }
    .solution-content-wrap.is-hidden-tablet .title-block .title {
      font-weight: normal;
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #fff;
    }
    .solution-content-wrap.is-hidden-tablet .title-block .subtitle {
      font-size: 0.75rem;
      line-height: 1rem;
      color: #fff;
      opacity: 0.6;
    }
    .solution-item-desc {
      font-size: 0.75rem;
      line-height: 1rem;
      color: rgba(255, 255, 255, 0.6);
    }
    .solution-features {
      margin-top: 0.875rem;
    }
    .solution-features span {
      font-size: 0.75rem;
      line-height: 1rem;
      color: #CBD1D6;
    }
    .item-title {
      font-size: 0.75rem;
      line-height: 1rem;
      margin-top: 1.25rem;
      color: #C6C8CF;
    }
    .solution-item-cases {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 0.5rem;
    }
    .solution-item-cases .case-item {
        display: inline-block;
        height: 1.75rem;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 1rem;
        font-size: 0;
    }
    .solution-item-cases img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }
    .related-title {
      margin-top: 0.75rem !important;
    }
    .related-product {
      display: flex;
      flex-wrap: wrap;
    }
    .related-product .related-product-item {
      margin-top: 0.625rem;
      margin-right: 1.25rem;
      flex-wrap: nowrap;
    }
    .related-product .related-product-item .image {
      width: 20px;
    }
    .related-product .related-product-item  a {
      word-break: keep-all;
      white-space: nowrap;
      font-size: 0.75rem;
      line-height: 1rem;
      color: #fff;
    }
    .solution-btn {
      margin: 1.25rem 0 0 0;
    }
    .solution-btn .button {
      font-size: 0.75rem;
      font-weight: 500;
      height: 2.375rem;
    }
    .collapse {
      width: 100%;
    }
    .collapse .collapse-header {
      position: relative;
      padding: 0.875rem;
      font-size: 16px;
      line-height: 32px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: 0.625rem;
    }
    .collapse .collapse-header a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        color: #fff;
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
    .collapse .collapse-header a::after {
        border: 1px solid #00a971;
        border-right: 0;
        border-top: 0;
        content: " ";
        display: block;
        height: 0.5rem;
        pointer-events: none;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        width: 0.5rem;
        right: 0;
        top: 0;
        z-index: 1;
        transform-origin: 30% 70%;
        -webkit-transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
    }
    .collapse .collapse-header.open {
        box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.03);
        border-bottom: none;
    }
    .collapse .collapse-header.open a::after {
        -webkit-transform: rotate(-225deg);
        -moz-transition: rotate(-225deg);
        transform: rotate(-225deg);
        border-color: #00a971;
    }
    .collapse .collapse-header.open a {
        padding-bottom: 0;
        color: #00a971;
    }
    .collapse .collapse-header .collapse-icons {
        display: flex;
        align-items: center;
        margin-right: 2.25rem;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .collapse .collapse-header.open .collapse-icons{
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .collapse-item {
        opacity: 1;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: none;
    }
    .collapse-item .collapse-content {
        padding: 0.5rem 1rem 1.25rem;
    }
} */

.data-center {
    background-image: url('../image/data-center-bg.jpg');
    background-size: 1440px auto;
    background-color: #30313a;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 700px;
}
.data-center .dc-tabs-content {
    margin-top: 50px;
}
.data-center .dc-tabs-content .tab-content {
    display: none;
}
.data-center .dc-tabs-content .tab-content.is-active {
    display: block;
}
.data-center .title {
    color: #fff;
}
.data-center .tabs ul{
    border-color: rgba(60, 70, 77, 0.7);
}
.data-center .tabs li {
    width: 100px;
    margin-left: 30px;
    margin-right: 30px;
}
.data-center .tabs li a {
    font-size: 20px;
    color: #c6c8cf;
    border-width: 2px;
    border-color: transparent;
}
.data-center .tabs li a:hover {
    color: #00a971;
}
.data-center .tabs li.is-active a{
    font-weight: 500;
    color: #00a971;
    border-color: #00a971;
}
.data-center .dc-name {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1rem;
    line-height: normal;
    text-align: left;
    padding-left: 2.5rem;
}
.data-center .cdn-item .dc-name {
    text-align: center;
    padding: 0;
}
.data-center span {
    font-size: 14px;
    color: #c6c8cf;
}
.data-center .dc-mark {
    width: 120px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.data-center .speedup-mark {
    width: 120px;
    margin: 0 auto;
    text-align: left;
}
.data-center .speedup-mark img{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.data-center .dc-mark img{
    display: inline-block;
    width: 42px;
    height: 18px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.cdn-item {
    text-align: center;
}
.cdn-figure {
    font-size: 40px;
    font-weight: 500;
    color: #00a971;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cdn-figure img {
    margin-right: 8px;
}
.cdn-figure span {
    font-size: 24px;
    color: #00a971;
    align-self: flex-end;
    line-height: 20px;
}
.map-marker-wrap {
    margin: 0 auto;
    position: relative;
    width: 960px;
    height: 480px;
}
.map-marker {
    position: absolute;
    width: 26px;
    height: 30px;
    cursor: pointer;
}

.marker-animate-layer {
    position: absolute;
    width: 26px;
    height: 14px;
    bottom: -5px;
    border-radius: 50%;
    box-shadow: inset #00a971 0 0 5px;
}
.marker-dot-layer {
    position: absolute;
    width: 10px;
    height: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:50%;
    background-color: #00a971;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
}
.marker-dot-layer:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    -webkit-box-shadow: inset #00a971 0 0 5px;
    box-shadow: inset #00a971 0 0 5px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
}
.map-marker:hover .marker-dot-layer:after, .map-marker.active .marker-dot-layer:after {
    animation: warn-2 2s ease-out 1s infinite;
    -webkit-animation: warn-2 2s ease-out 1s infinite;
}

.map-marker:hover .map-tooltip-wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
}
.map-marker:hover img {
    animation: spin-marker .3s ease-out;
    -webkit-animation: spin-marker .3s ease-out;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    width: 18px;
    height: 20px;
}
.marker-pek {
    top: 39%;
    left: 51%;
}
.marker-sha {
    top: 46%;
    left: 58%;
}
.marker-canton {
    top: 49%;
    left: 56%;
}
.marker-shenzhen {
    top: 51%;
    left: 57%;
}
.marker-hk {
    top:51%;
    left: 59%;
}
.marker-jinan {
    top: 43%;
    left: 54%;
}
.map-marker img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    width: 18px;
    height: 20px;
}
.map-tooltip-wrap {
    position: absolute;
    z-index: 1000;
    top: 0;
    min-height: 105px;
    margin-left: 30px;
    margin-bottom: 10px;
    width: 215px;
    border-radius: 4px;
    padding: 12px 24px;
    text-align: left;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    cursor: default;
    pointer-events: none;
    background-color: #fff;
    -moz-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.map-tooltip-wrap:after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -7px;
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px dashed transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top-color: #fff;

}
.map-tooltip-wrap:before {
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -7px;
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border: 8px dashed transparent;
    border-bottom-color: #fff;

}
.map-tooltip-wrap h3 {
    font-size: 14px;
    font-weight: 500;
    color: #3e464c;
}
.map-tooltip-wrap p {
    font-size: 12px;
    color: #68747f;
    line-height: normal;
}
@keyframes warn-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    5% {
        opacity: 8
    }

    to {
        opacity: 0;
        -webkit-transform: scale(5);
        transform:scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        -o-transform: scale(5);
        -moz-transform: scale(5);
    }
}
@keyframes spin-marker {
    0% {
        transform: rotate3d(0,1,0,0deg);
        -webkit-transform: rotate3d(0,1,0,0deg);
        -moz-transform: rotate3d(0,1,0,0deg);
        -ms-transform: rotate3d(0,1,0,0deg);
        -o-transform: rotate3d(0,1,0,0deg);
        left: 4px;
    }
    100% {
        transform: rotate3d(0,1,0,360deg);
        -webkit-transform: rotate3d(0,1,0,360deg);
        -moz-transform: rotate3d(0,1,0,360deg);
        -ms-transform: rotate3d(0,1,0,360deg);
        -o-transform: rotate3d(0,1,0,360deg);
        left:4px;
    }
}

.slider-cases {
    min-height: 400px;
    max-width: 1096px;
    margin: 0 auto;
}
.slider-cases>section {
    display: none
}
.section.cases .slick-list {
    margin-top: -1rem;
    margin-bottom: 0
}
.slider-cases .slick-dots {
    position: static;
    margin-top: 0;
}
.slider-cases .slick-prev:after,
.slider-cases .slick-next:after {
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slider-cases .slick-prev:hover:after,
.slider-cases .slick-next:hover:after {
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-right: 0;
    border-top: 0;
}
.slider-cases .slick-prev {
    left: -50px;
}
.slider-cases .slick-next {
    right: -50px;
}
.slider-cases .cases-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(60, 70, 77, 0.1);
    border-left: none;
    border-bottom: none;
    height: 110px;
}
.slider-cases .cases-card:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.slider-cases .cases-card .card-image img {
    max-height: 3.75rem;
    margin: 0 auto;
    min-height: 60px;
}
.slider-cases .cases-card .card-content {
    font-size: 0.875rem;
    color: #A1A6AB;
    margin: 0;
    padding: 0;
    line-height: 2.0;
    max-height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.slider-cases .cases-card .card {
    position: relative
}
.slider-cases .cases-card .more-link {
    font-size: 0.875rem;
    position: absolute;
    bottom: 2.5rem;
    color: #a1a6ab;
}
.slider-cases .cases-card:hover .more-link {
    color: #00a971;
}
@media screen and (min-width: 769px) {
  .slider-cases .cases-card:nth-child(5n) {
      border-right: none;
  }
  .slider-cases .cases-card:nth-child(-n+5) {
      border-top: none;
  }
  .cases-bottom {
      margin-top: 30px;
  }
}

/* 全维云*/
.section.products {
    background-image: url('../image/quanweiyun-bg.svg');
    background-size: cover !important;
}
.section.products .tabs li.is-active a {
    border-width: 2px;
    color: #00a971;
    border-bottom-color: #00a971;
}
.section.products .tabs li a {
    color: #4a535c;
    font-size: 20px;
    width: 100%;
    border-width: 2px;
    border-bottom-color: transparent;
}
.section.products .tabs li a:hover {
    border-bottom-color: transparent;
    color: #00a971;
}
.section.products .tabs li.is-active a:hover {
    border-bottom-color: #00a971;
}
.section.products .tab-content {
    display: none;
}
.section.products .tab-content .columns {
    margin-right: 0;
    margin-left: 0;
}
.section.products .tab-content.is-active {
    display: block;
}
.platform-content {
    margin-top: 4rem;
}
.wheel {
    width: 283px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wheel-mask {
    width: 369px;
    height: 369px;
    position: absolute;
    top: 0.75rem;
    left: 0;
    z-index: 100;
}
.wheel-part {
    cursor: pointer;
}
.wheel-part, .wheel-mask-cover {
    position: absolute;
    width: 74px;
    height: 74px;
}
.wheel-part.hybrid, .wheel-mask-cover.left {
    top: 35px;
    left: 70px;
}
.wheel-part.enterprise, .wheel-mask-cover.bottom  {
    top: 140px;
    right: 10px;
}

.wheel-part.public, .wheel-mask-cover.active {
    bottom: 25px;
    left: 85px;
}
.wheel-polygon {
    background: url('../image/wheel-polygon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 148px;
    height: 170px;
    position: absolute;
    left: 250px;
    top: 100px;
    z-index: 1;
}
.wheel-polygon-item {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 131px;
    height: 124px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
}
.wheel-polygon-item.active {
    display: block;
}
.wheel-polygon-item.enterprise {
    background-image: url('../image/wheel-enterprise-active.svg');
}
.wheel-polygon-item.public {
    background-image: url('../image/wheel-public-active.svg');
}
.wheel-polygon-item.hybrid {
    background-image: url('../image/wheel-hybrid-active.svg');
}

.wheel-animate-120 {
    animation: WheelSpin-120 1.5s linear;
    -webkit-animation: WheelSpin-120 1.5s linear;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.wheel-part-animate-120 {
    animation: WheelPartSpin-120 1.5s linear;
    -webkit-animation: WheelPartSpin-120 1.5s linear;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
}
@keyframes WheelSpin-120 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
    100% {
      transform: rotate(120deg);
      -webkit-transform: rotate(120deg);
      -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      -o-transform: rotate(120deg);
}
}
@keyframes WheelPartSpin-120 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
}
    100% {
      transform: rotate(-120deg);
      -webkit-transform: rotate(-120deg);
      -moz-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
      -o-transform: rotate(-120deg);
}
}
/* animate 240deg*/
.wheel-animate-240 {
    animation: WheelSpin-240 1.5s linear;
    -webkit-animation: WheelSpin-240 1.5s linear;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.wheel-part-animate-240 {
    animation: WheelPartSpin-240 1.5s linear;
    -webkit-animation: WheelPartSpin-240 1.5s linear;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
}
@keyframes WheelSpin-240 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
    100% {
      transform: rotate(240deg);
      -webkit-transform: rotate(240deg);
      -moz-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
      -o-transform: rotate(240deg);
}
}
@keyframes WheelPartSpin-240 {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
}
    100% {
      transform: rotate(-240deg);
      -webkit-transform: rotate(-240deg);
      -moz-transform: rotate(-240deg);
      -ms-transform: rotate(-240deg);
      -o-transform: rotate(-240deg);
}
}

/*
    全维云矩阵
*/
/* .matrix {
    display: flex;
    align-items: center;
    position: relative;
    width: 270px;
    height: 302px;
    margin-top: 4rem;
}
.matrix .matrix-element {
    text-align: center;
    width: 135px;
    height: 151px;
    background-image: url('/static/assets/images/home/matrix-bg.png');
    background-size: cover;
    background-position: bottom center;
    cursor: pointer;
}
.matrix .matrix-element.active .matrix-cover {
    opacity: 1;
}
.matrix .matrix-element .matrix-cover {
    position: absolute;
    z-index: -2;
    opacity: 0;
    top: -94px;
    width: 135px;
    height: 150px;
    background-image: url('/static/assets/images/home/matrix-cover.png');
    background-size: cover;
    background-position: bottom center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.matrix-content {
    z-index: 2;
}
.matrix-element .matrix-content:hover p{
    color: #00a971;
}
.matrix-element .matrix-content:hover i{
    transition: all 0.4s linear;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.matrix .matrix-element i {
    width: 65px;
    height: 55px;
    margin: 0 auto;
    background-position: center center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -34px;
}
.matrix .matrix-element.active i {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.matrix .matrix-element p {
    font-size: 1rem;
    color: #3d3e49;
    font-weight: 500;
}
.matrix .matrix-element.active p {
    color: #00a971;
}
.matrix .matrix-element.hybrid {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.matrix .matrix-element.hybrid i,
.tabs .tab-element.hybrid i {
    background-image: url('/static/assets/images/home/matrix-hybrid.svg');
}
.matrix .matrix-element.public i,
.tabs .tab-element.public i {
    background-image: url('/static/assets/images/home/matrix-public.svg');
}
.matrix .matrix-element.enterprise i,
.tabs .tab-element.enterprise i {
    background-image: url('/static/assets/images/home/matrix-enterprise.svg');
}
.matrix .matrix-element.cloud-hosting i,
.tabs .tab-element.cloud-hosting i {
    background-image: url('/static/assets/images/home/matrix-tuoguan.svg');
}
.matrix .matrix-element.public {
    position: absolute;
    top: 90px;
    left: 25%;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); */
/* } */

/* product-menu */

.product-menu-container {
    position: relative;
    cursor: default;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    *zoom: 1
}

.product-menu-container:before,
.product-menu-container:after {
    content: " ";
    display: table
}

.product-menu-container:after {
    clear: both
}


@media only screen and (min-width: 769px) {
    .product-menu-container .product-triangle,
    .product-menu-container .product-triangle-inner {
        left: 0
    }
}

.product-menu-container .product-triangle {
    right: 1.25rem;
    top: 1.3125rem;
    border-bottom: 8px solid #f5f8fa;
    transition: left 0.18s ease-out;
    transition: transform 0.2s ease-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width: 769px) {
    .product-menu-container .product-triangle {
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.product-menu-container .product-triangle-inner {
    top: 2px;
    left: -8px;
    border-bottom: 8px solid white
}

@media only screen and (min-width: 769px) {
    .product-menu-container .product-triangle-inner {
        border-bottom-color: transparent
    }
}

.product-menu-container .product-trigger figcaption {
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
    color: #68747f;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.product-menu-container .product-trigger:visited {
    color: #414042
}

.product-menu-container .product-trigger:active figcaption,
.product-menu-container .product-trigger:hover figcaption,
.product-menu-container .product-trigger.is-active figcaption {
    color: #00a971;
}

.product-menu-container .product-trigger.is-active figcaption {
    font-weight: 500
}

.product-menu-container .product-trigger:active .image .product-icon,
.product-menu-container .product-trigger.is-active .image .product-icon {
    background-position: -65px 0;
}

.product-menu-container .product-trigger .image .product-icon {
    height: 72px;
    width: 62px;
    cursor: pointer;
    margin: 0 auto 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

@media only screen and (min-width: 769px) {
    .product-menu-container .product-trigger {
        float: left;
        width: 33.3333%;
        padding: 0;
        margin: 2rem 0 1.5rem 0;
        border-bottom: 0
    }
}

@media only screen and (min-width: 980px) {
    .product-menu-container .product-trigger {
        width: 25%
    }
}

@media only screen and (min-width: 1200px) {
    .product-menu-container .product-trigger {
        width: 20%;
    }
}

.product-menu-container .product-trigger:after {
    content: ' ';
    display: table;
    clear: both;
}

.product-menu-container .product-item-expander-accordion {
    position: relative;
    display: none;
    width: 100%;
    height: 0;
    border: 0;
    border-radius: 1px;
    overflow: hidden;
    background-color: #f5f8fa;
    transition: height 0.24s ease-out;
    -webkit-transition: height 0.24s ease-out;
    -moz-transition: height 0.24s ease-out;
    -ms-transition: height 0.24s ease-out;
    -o-transition: height 0.24s ease-out;
}

@media only screen and (max-width: 769px) {
    .product-menu-container {
        margin: 0 -1.5rem;
        width: auto;
    }
    .product-menu-container .product-trigger .product-triangle {
        display: block !important;
        border-bottom: 8px solid #dee0e6;
        top: 50%;
        margin-top: -4px;
    }
    .product-menu-container .product-trigger {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        height: 5rem !important;
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    }
    .product-menu-container .product-trigger.is-active {
        border-bottom: solid 1px transparent;
    }
    .product-menu-container .product-trigger .image {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 1.25rem;
        width: 100%;
    }
    .product-menu-container .product-trigger .image .product-icon {
        height: 2.5rem;
        width: 2.125rem;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0.875rem 0 0;
    }
    .product-menu-container .product-trigger.is-active .image .product-icon {
        background-position: -2.25rem 0
    }
    .product-menu-container .product-item-expander-content {
        padding: 0;
    }
    .product-menu-container .is-active .product-triangle {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
    .product-menu-container>.product-triangle {
        display: none !important
    }
    .product-item-expander-content .column.is-4 {
        padding: 2.5rem 4.25rem 1.25rem 4.25rem;
        border-bottom: solid 1px rgba(0, 0, 0, 0.12);
    }
    .product-item-expander-content .column.is-4 .title {
        font-size: 1rem;
        font-weight: 500;
        text-align: left;
        color: #68747f;
        margin-bottom: 0.625rem;
    }
    .product-item-expander-content .column.is-4 .button {
        height: 2.25rem;
        font-size: 0.875rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .product-item-expander-content .product-lists {
        padding: 20px 0 0 0;
    }
    .product-item-expander-content .product-lists ul li {
        width: 100%;
        margin: 0 4.25rem 2.5rem;
    }
}

@media screen and (max-width: 768px) {
  .section.footer-banner {
    padding: 1.25rem !important;
  }
  .section.footer-banner .container {
    display: flex;
    align-items: center;
  }
  .section.footer-banner .container h4 {
    flex: 1;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 0.875rem;
    margin-bottom: 0;
    padding-left: 0;
  }
  .section.footer-banner .button {
    height: 2rem;
    width: 5.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* home_info */
section.home-info {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

section.home-info .title-block {
    max-width: 968px;
    margin: 0 auto 20px;
}

section.home-info .title-block .title,
section.home-info .title-block .subtitle {
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

section.home-info .container {
    max-width: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 100px 0;
}

section.home-info .bg-video video{
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    background-color: rgb(0, 0, 0);
    object-position: 50% 50%;
}

/* products */
section.products {
    background-size: cover;
}

section.products .title-block {
    margin-bottom: 50px;
}

section.products .products-item {
    height: 439px;
}

section.products .columns .column {
    padding: 0;
}

section.products .products-item-has-background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover!important;
}

section.products .products-item-has-background:hover .button.home-button.icon-right::after {
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: all 0.5s;
}

section.products .products-item-has-background .products-item-title {
    margin-top: 22.5px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
}

section.products .products-item-has-background .products-item-description {
    font-size: 16px;
    line-height: 29px;
    height: 29px;
    text-align: center;
    color: #F9F9F9;
}

section.products .products-item-has-background .products-item-detail {
    font-size: 16px;
    line-height: 29px;
    height: 29px;
    width: 180px;
    text-align: center;
    color: #F9F9F9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-property: width, height;
    transition-delay: 0s, 0.05s;
    transition-duration: 0.05s, 0.5s;
}

section.products .products-item-has-background:hover .products-item-detail {
    overflow: hidden;
    width: 260px;
    white-space: unset;
    height: 87px;
}

section.products .products-item-has-background .button {
    margin-top: 20px;
}

section.products .products-item-normal {
    background: #FFFFFF;
    border: 1px solid #E8E8EA;
    overflow: hidden;
}

section.products .products-item-normal .header {
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #E8E8EA;
}

section.products .products-item-normal .header .title {
    flex-grow: 1;
    margin-bottom: 0;
    display: flex;
}

section.products .products-item-normal .header .title-zh {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    background-image: linear-gradient(89deg, rgb(2, 162, 106) 0%, rgb(0, 102, 87) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    transition: 0.5s ease;
}

section.products .products-item-normal:hover .header .title-zh {
    background-image: linear-gradient(-89deg, rgb(2, 162, 106) 0%, rgb(0, 102, 87) 100%);
}

section.products .products-item-normal.button:hover .header .title-zh {
    background-image: linear-gradient(277deg, rgb(2, 162, 106) 0%, rgb(0, 102, 87) 100%);
}

section.products .products-item-normal .header .title-en {
    display: block;
    margin-left: 8px;
    font-size: 24px;
    line-height: 32px;
    color: #E8E8EA;
    letter-spacing: -1px;
    transform: scaleX(0.8);
    transform-origin: left;
}

section.products .products-item-normal .header .title-link {
    background: #77757F;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
}

.section.products .products-item-normal:hover .header .title-link {
    transform: rotate(45deg);
    background: #00AA72;
    transform-origin: 50% 50%;
}

section.products .products-item-normal .content {
    padding: 40px;
}

section.products .products-item-normal:hover .content {
    background: #F9F9F9;
    height: 364px;
}

section.products .products-item-normal .products-icon {
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: top;
}

section.products .products-item-normal .products-icon.is-enter {
    -webkit-animation: products-multi-icon-enter .5s steps(24) forwards;
    animation: products-multi-icon-enter .5s steps(24) forwards;
}

section.products .products-item-normal .products-icon.is-leave {
    -webkit-animation: products-multi-icon-leave .5s steps(24) forwards;
    animation: products-multi-icon-leave .5s steps(24) forwards;
}

@keyframes products-multi-icon-enter {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 0 -2400px;
    }
}

@keyframes products-multi-icon-leave {
    0% {
       background-position: 0 -2400px;
    }

    to {
        background-position: 0 0;
    }
}

section.products .products-item-normal .products-item-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #00A971;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.products .products-item-normal .products-item-detail-text {
    font-family: 'PingFang SC';
    font-size: 16px;
    line-height: 29px;
    color: #333333;
}

section.products .products-item-normal .products-item-detail-buttons {
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    display: none;
}

section.products .products-item-normal .products-item-detail-buttons .button:not(:last-child) {
    margin-bottom: 8px;
}

section.products .products-item-has-details-button:hover .products-item-detail-text {
    display: none;
}

section.products .products-item-has-details-button:hover .products-item-detail-buttons {
    display: block;
}

section.products .products-item-has-details-button .products-item-detail-buttons .button {
    width: 100%;
    border-radius: 0;
}

section.products .products-item-has-details-button .products-item-detail-buttons .button.button.is-white,
section.products .products-item-has-details-button .products-item-detail-buttons .button.button.is-white:hover {
    color: #0F0D15;
}

/* footer-banner */
.section.home-footer-banner {
    background-size: cover !important;
    padding: 46px 0 !important;
}
.section.home-footer-banner .title {
    color: #0F0D15;
    font-size: 32px;
}

/* home-data */
.section.home-data {
    background: #F9FBFE;
    padding-top: 150px;
}

.section.home-data .home-data-cover {
    width: 345px;
    max-width: 345px;
    height: calc(100% * 1.3);;
    background-size: cover !important;
    padding: 40px;
}

.section.home-data .home-data-cover:hover .button.home-button.icon-right::after{
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: all 0.5s;
}

.section.home-data .home-data-cover-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    transition: all .5s ease;
}

.section.home-data .home-data-cover-img  {
    margin: 0 auto;
    width: 70%;
    margin-bottom: 10px;
    box-shadow: 0px 20px 25px 0px #0000001A;
}

.section.home-data .home-data-cover .button {
    margin-top: 8px;
    font-size: 12px;
}

.section.home-data .home-data-cover:hover .home-data-cover-content {
    transform: translateY(-20px);
}

.section.home-data .home-data-cover-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    color: #0F0D15;
}

.section.home-data .home-data-posters {
    margin-left: 8px;
    width: 284px;
    max-width: 284px;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.section.home-data .home-data-posters-button {
    background: #FFF;
}

.section.home-data .home-data-posters-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    overflow: visible;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    color: #B4B3B6;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.section.home-data .home-data-poster {
    background-color: #FFFFFF;
    padding: 20px 24px;
    transition: .5s;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #E2E8F5;
}

.section.home-data .home-data-poster-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    color: #0F0D15;
}

.section.home-data .home-data-poster-date {
    color: #B4B3B6;
    font-size: 12px;
    font-weight: 500;
}

.section.home-data .home-data-poster .arrow-right-icon {
    width: 48px;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom:0;
    right: 24px;
    margin: auto;
    transition: .5s;
    transform: rotate(-45deg);
}


@media only screen and (min-width: 1024px) {
    .section.home-data .home-data-poster:hover .home-data-poster-date  {
        color: #00AA72;
    }

    .section.home-data .home-data-poster:hover .arrow-right-icon {
        opacity: 1;
        transform: rotate(0deg);
    }
    .section.home-data .home-data-poster:hover {
        margin-right: -76px;
        z-index: 2;
        padding-right: 100px;
        border-bottom: 1px solid #FFFFFF;
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
    }
}

.section.home-data .home-data-background {
    background-size: cover !important;
}

/* business */
.section.business {
    background: #13131E;
    position: relative;
    padding: 0;
}

.section.business .business-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section.business .container {
    position: relative;
}

.section.business .container .columns {
    margin: 0 auto;
}

.section.business .business-data {
    padding: 80px 20px;
}

.section.business .business-data-item {
    padding: 23px;
}

.section.business .business-data-header {
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.section.business .business-data-number {
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    margin-left: 12px;
    margin-right: 12px;
}

.section.business .business-data-plus {
    font-size: 24px;
}

.section.business .business-data-title {
    font-weight: 500;
    font-size: 14px;
    color: #B4B3B6;
}

.section.business .business-brands {
    background: #FFFFFF;
    position: absolute;
    height: 140px;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.section.business .business-brand {
    position: relative;
}

.section.business .business-brand img {
    width: 40%;
    min-width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* cases */
.section.cases {
    background: #FFFFFF;
}

.section.cases .case-list-wrapper {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

.section.cases .case-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    width: fit-content;
    animation-play-state: running;
}

.section.cases .first-row {
    animation: moveRightSlideshow 30s linear infinite;
}

.section.cases .second-row {
    animation: moveLeftSlideshow 30s linear infinite;
}

@keyframes moveRightSlideshow {
    100% {
        -webkit-transform: translateX(-2200px);
    }
}

@keyframes moveLeftSlideshow {
    0% {
        -webkit-transform: translateX(-2200px)
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes moveRightSlideshowMobile {
    100% {
        -webkit-transform: translateX(-1540px);
    }
}

@keyframes moveLeftSlideshowMobile {
    0% {
        -webkit-transform: translateX(-1540px)
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

.section.cases .case-item {
    background-size: cover !important;
    width: 200px;
    height: 90px;
}

.section.cases .case-item:not(:last-child) {
    margin-right: 20px;
}

.section.cases .case-link-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    color: #0F0D15;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.section.cases .case-link-wrapper .button {
    margin-top: 8px;
}

.section.cases .case-item:hover .case-link-wrapper{
    display: flex;
    border: 1px solid #E8E8EA;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section.cases .case-list:hover {
    animation-play-state: paused;
}

/* solutions */
.section.solutions {
    background: #F7FBFC;
}

.section.solutions .title-block .title {
    color: #0F0D15;
}

.section.solutions .solutions-info {
    padding-top: 80px;
}

.section.solutions .solutions-info-title {
    font-size: 14px;
    line-height: 24px;
    color: #09121A;
}

.section.solutions .solutions-info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #201C26;
    text-align: center;
}

.section.solutions .solutions-info-item img {
    width: 40px;
    margin-bottom: 10px;
}

.section.solutions .solutions-info-item:hover {
    color: #00a971;
}

.section.solutions .solutions-list {
    padding: 0;
    width: 100%;
    height: 400px;
    background: #FFFFFF;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.section.solutions .solutions-item {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 400px;
    width: 10%;
    transition: all 0.5s ease;
}

.section.solutions .solutions-item .content {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    font-size: 32px;
    line-height: 45px;
}

.section.solutions .solutions-item .solutions-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

.section.solutions .solutions-item:hover .solutions-item-title {
    margin-bottom: 40px;
}

.section.solutions .solutions-item:hover .solutions-item.is-active .solutions-item-title {
    margin-bottom: 20px;
}

.section.solutions .solutions-item .solutions-item-description,
.section.solutions .solutions-item .button {
    color: #FFFFFF;
    display: none;
}

.section.solutions .solutions-item.is-active .solutions-item-title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 10px;
}

.section.solutions .solutions-item.is-active .solutions-item-description {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 20px;
}

.section.solutions .solutions-item.is-active .button {
    display: flex;
    border-radius: 0;
}

.section.solutions .solutions-item-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.section.solutions .solutions-item.is-active {
    width: 58%;
}

.section.solutions .solutions-item.is-active .content {
    padding: 60px;
    align-items: flex-start;
    width: 700px;
}

.section.solutions .solutions-info .column.is-6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section.solutions .solutions-info-list-wrapper .columns {
    width: 100%;
    margin: 0;
}

.section.solutions .solutions-info-list-wrapper .column {
    padding: 0;
}

/* slick */
.slick-dots {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 1;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.slick-dots li {
    cursor: pointer;
    width: 24px;
    height: 2px;
    position: relative;
    margin: 24px 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(0, 169, 113, 0.3);
}

.slick-dots li button {
    display: none
}

.slick-dots li::after,
.slick-dots li::before {
    content: '';
    height: 12px;
    width: 100%;
    display: block;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #00A971;
    width: 40px;
}

.slick-next,
.slick-prev {
    display: none !important;
}

.hero-slider {
    position: relative;
}

.slider-hero {
    position: unset;
    max-width: 100%
}

/* banner hero-data */
.hero-data {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    z-index: 100;
    height: 130px;
}

.hero-data .columns {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.hero-data .hero-data-item {
    background: rgba(0, 0, 0, 0.9);
    height: 120px;
    padding: 20px 40px;
    transition: all .5s;
    overflow: hidden;
}

.hero-data .hero-data-item-header {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
}

.hero-data .hero-data-item-header img {
    width: 20px;
    margin-right: 8px;
    transition: all .5s;
}

.hero-data .hero-data-item-description {
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    color: rgba(255, 255, 255, 0.7);
    transition: all .5s;
}

.hero-data .hero-data-item-link {
    display: none;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
}

@media only screen and (min-width: 1024px) {
    .hero-data .hero-data-item:hover  {
        height: 200px;
        background: linear-gradient(90deg, rgba(20, 112, 99, 0.9) 0%, rgba(0, 169, 113, 0.9) 100%);
        backdrop-filter: blur(10px);
        transform: translateY(-40px);
    }

    .hero-data .hero-data-item:hover .hero-data-item-header {
        flex-direction: column;
    }

    .hero-data .hero-data-item:hover .hero-data-item-header img {
        width: 40px;
        margin: 0 0 10px;
    }

    .hero-data .hero-data-item:hover .hero-data-item-description {
        color: #FFFFFF;
    }

    .hero-data .hero-data-item:hover .hero-data-item-link {
        display: block;
        opacity: 1;
        margin-top: 10px;
    }
}

.header.header section.hero.home-body {
    height: 680px;
}

header.header .hero .hero-body .title {
    font-size: 56px;
    font-weight: 600;
    line-height: 67px;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 680px;
}

header.header .hero .hero-body .title.is-dark {
    color: #0F0D15;
}

header.header .hero .hero-body .subtitle {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    max-width: 680px;
}

header.header .hero .hero-body .subtitle.is-dark {
    color: #0F0D15;
}

@media only screen and (max-width: 1023px) {
    .button.home-button.is-large {
        padding: 10px 20px;
    }

    .button.home-button.is-medium {
        padding: 10px 16px;
    }

    .button.home-button.is-small {
        font-weight: 500;
        font-size: 12px;
        line-height: 22px;
        padding: 10px 10px;
    }
    .section.is-medium {
        padding: 60px 24px;
    }
    .columns {
        margin: 0;
        padding: 0;
    }
    .section.business .container > .columns{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .section.business .business-brands{
        height: 280px;
        bottom: -160px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row !important;
        width: 80%;
    }
    .section.business .business-data-header {
        margin-bottom: 4px;
    }
    .section.business .business-data-item {
        padding: 0;
    }
    .section.business .business-data-item:nth-child(even) {
        padding-left: 40px;
    }
    .section.business .business-data-icon {
        width: 32px;
        line-height: 48px;
    }
    .section.business .business-data-number {
        font-size: 32px;
        line-height: 48px;
        margin-left: 6px;
        margin-right: 4px;
    }
    .section.business .business-data-plus {
        font-size: 18px;
    }
    .section.business .business-data-title {
        line-height: 20px;
        margin: 20px 0;
    }
    .section.home-data .home-data-background {
        display: none;
    }
    .section.home-data .columns {
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .section.home-data .home-data-posters {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .section.solutions .solutions-item,
    .section.solutions .solutions-item.is-active,
    .section.solutions .solutions-item.is-active .content {
        width: 100%;
    }
    .section.solutions .solutions-list {
        flex-direction: column;
        height: auto;
    }

    .section.solutions .solutions-item .content {
        padding: 0;
        justify-content: center;
    }

    .section.solutions .solutions-item.is-active .content {
        padding: 40px;
    }

    .section.solutions .solutions-item.is-active {
        height: 300px;
    }

    .section.solutions .solutions-item {
        height: 100px;
    }

    .section.solutions .solutions-item.button:not(:last-child) {
        margin-bottom: 8px;
    }

    .section.solutions .solutions-item .solutions-item-title {
        margin: 0;
    }

    .section.solutions .solutions-info .column.is-6 {
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-left: -24px;
        margin-bottom: -24px;
    }

    .section.solutions .solutions-info {
        padding-top: 40px;
    }

    .section.solutions .solutions-info-list-wrapper {
        margin-top: 20px;
    }

    .section.solutions .solutions-info-list-wrapper .column {
        margin-top: 12px;
        padding: 4px;
        min-width: 60px;
    }

    .section.solutions .solutions-info-item {
        font-size: 12px;
    }

    .solutions-info-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        width: 100%;
    }
    .solutions-info-list .column {
        padding: 10px;
    }
    .section.home-data {
        padding-top: 230px;
    }
    .business-data .columns {
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: 0 auto;
    }
    .business-image {
        padding: 0;
        width: 80%;
        margin-bottom: 60px;
    }
    .section.home-data .home-data-cover {
        width: 100%;
        max-width: 100%;
        height: calc(100% * 1.3);
    }
    .header.header section.hero.home-body {
        height: auto;
    }
    .hero-data {
        bottom: -130px;
    }
    .hero-data .hero-data-item {
        height: 65px;
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .hero-data .hero-data-item-header {
        margin: 0;
    }
    .hero-data .hero-data-item:nth-child(1){
        border: 1px solid #201C26;
        border-left: none;
        border-top: none;
    }
    .hero-data .hero-data-item:nth-child(2){
        border: 1px solid #201C26;
        border-right: none;
        border-top: none;
    }
    .hero-data .hero-data-item:nth-child(3){
        border: 1px solid #201C26;
        border-left: none;
        border-bottom: none;
    }
    .hero-data .hero-data-item:nth-child(4) {
        border: 1px solid #201C26;
        border-right: none;
        border-bottom: none;
    }
    .hero-data-item-description,
    .hero-data-item-link {
        display: none;
    }
    .slick-list {
        padding: 52px 20px;
    }
    .slick-list .columns {
        margin: 0;
    }
    .slick-list .column {
        padding: 0;
    }
    header.header .hero .hero-body .title {
        font-size: 28px;
        line-height: 34px;
    }
    .slick-dots {
        display: none !important;
    }
    .title-block {
        text-align: left;
        margin-bottom: 32px;
    }
    header.header {
        margin-bottom: 130px;
    }
    section.home-info .container {
        padding: 56px 20px;
    }
    section.home-info .container .button {
        margin: 0;
    }
    section.products .title-block {
        margin-bottom: 32px;
    }
    section.products .products-item {
        height: auto;
    }
    section.products .products-item-normal .header {
        padding: 20px 30px;
    }
    section.products .products-item-normal .header .title-zh,
    section.products .products-item-normal .header .title-en {
        font-size: 20px;
    }
    section.products .products-item-normal .content {
        padding: 30px;
    }
    section.products .products-item-normal .products-item-detail-buttons {
        display: flex;
        flex-direction: column;
    }
    section.products .products-item-normal .products-item-detail-text {
        margin-bottom: 20px;
    }
    section.products .products-item-has-background {
        padding-top: 18px !important;
        padding-bottom: 30px !important;
    }
    section.products .products-item-has-background .products-item-detail {
        overflow: visible;
        width: 260px;
        height: unset;
        white-space: unset;
    }
    .section.cases .case-item {
        width: 134px;
        height: 60px;
    }
    .section.cases .first-row {
        animation: moveRightSlideshowMobile 30s linear infinite;
    }

    .section.cases .second-row {
        animation: moveLeftSlideshowMobile 30s linear infinite;
    }

    .section.home-data .home-data-poster {
        width: 100%;
    }

    .section.business .business-data {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 475px) {
    .business-image {
        width: 90%;
    }
    .business-data .columns {
        width: 90%;
    }
    .section.business .business-brands {
        width: 90%;
    }
    .section.business .business-data-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .section.business .business-data-icon {
        width: 36px;
        line-height: 36px;
    }

    .section.business .business-data-number {
        font-size: 36px;
        line-height: 36px;
        margin-left: 4px;
        margin-right: 2px;
    }

    .section.business .business-data-plus {
        font-size: 12px;
    }

    .section.home-footer-banner .title {
        font-size: 20px;
    }
}