html, body {
  margin: 0;
  padding: 0;
  font-family: montserrat,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif;
}

.banner {
  text-align: right;
}

.banner-inner {
  margin-right: 12%;
}

.banner-tag {
  background: rgb(75, 88, 244);
  border-radius: 18px;
  padding: 5px 18px 8px 5px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1;
}

.banner-title {
  color: white;
  font-weight: 700;
  font-size: 40px;
  margin-top: 30px;
}

.banner-desc {
  font-size: 18px;
  margin-top: 10px;
  color: rgb(39, 78, 135);
}

.wms {
  background: rgb(80, 184, 249);
  border-radius: 18px;
  padding: 5px 8px;
  font-size: 15px;
  color: white;
  margin-right: 10px;
}

.easy {
  color: white;
}

.container {
  width: 1000px;
  max-width: 94%!important;
  margin: 0 auto;
}

.section {
  padding: 70px 1.04166666% 50px;
}

.section-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}

.section-desc {
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 1000px;
  margin-bottom: 2rem;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
}

.intro-section {
  background-image: url('intro-bg.jpg');
  background-repeat: repeat;
  background-size: auto;
  background-color: transparent;
  background-position: 50% 50%;
}

.stats-wrapper, .after-sales-wrapper {
  display: flex;
  flex-direction: row;
}

.stats-item {
  border: 2px solid rgba(0,0,0,.1);
  box-shadow: none;
  padding: 16px 18px;
  min-height: 114px;
  text-align: left;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.after-sales-item {
  min-height: 82px;
  border: 2px solid #2c2c35;
  box-shadow: none;
  padding: 16px 18px;
  text-align: left;
  animation: slideIn .75s;
  color: #222;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
}

.after-sales-item-title {
  line-height: 1.5;
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-weight: 400;
}

.stats-title {
  font-size: 1.6rem;
  color: #004aa0;
  font-weight: 400;
  line-height: 1.5;
}

.stats-content {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #50555c;
}

@media only screen and (min-width: 728px){
  .stats-item {
    width:  31.25%;
    margin-left: 1.04166666%;
    margin-right: 1.04166666%;
  }

  .header-mobile {
    display: none;
  }

  .after-sales-item {
    width: 47.8166666%;
  }
}

.pain-points-section {
  background: #d6e9f9;
}

.section-subtitle {
  text-align: center;
  line-height: 1.6;
  color: #999;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.pain-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rounded-list {
  flex: 1;
}

.pain-img-wrapper {
  flex: 1;
}

.pain-img {
  width: 100%;
  max-width: 500px;
}

ol {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: 15px 'trebuchet MS', 'lucida sans';
  padding: 0;
  margin-bottom: 4em;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
  margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a{
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #ddd;
  color: #333;
  text-decoration: none;
  border-radius: .3em;
  transition: all .3s ease-out;
}

.rounded-list a:hover{
  background: #eee;
}

.rounded-list a:hover:before{
  transform: rotate(360deg);
}

.solution-desc:before {
  content: '✔';
  font-weight: 100;
  color: #ef9a1e;
  margin-right: 5px;
}

.rounded-list a:before{
  /* content: counter(li); */
  /* counter-increment: li; */
  content: '✔';
  font-weight: 100;
  position: absolute;
  left: -1.3em;
  top: 50%;
  color: white;
  margin-top: -1.3em;
  background: #87ceeb;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #d2e9fb;
  text-align: center;
  border-radius: 2em;
  transition: all .3s ease-out;
}

.partner-section, .features-section {
  text-align: center;
}

.partner-img, .features-img {
  width: 96%;
  max-width: 800px;
  margin: auto;
}

.call-to-action-section {
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: 50% 50%;
}

.cta-button {
  color: white;
  border-radius: 0px;
  border-style: none;
  background-color: #004aa0;
  padding: 24px 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-top: 40px;
}

.cta-button a {
  text-decoration: none !important;
  color: white !important;
}

.call-to-action-section-1 {
  position: relative;
  background-image: url('cta-bg.jpg');
}

.call-to-action-section-2 {
  background-image: url('cta2-bg.jpg');
}

.call-to-action-section-1:before {
  background: rgba(126,65,39,0.35);
  content: "";
  display: block!important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-style: preserve-3d;
  width: 100%;
  z-index: -1;
}

.before-sales-section {
  color: white;
  background-repeat: repeat;
  background-size: auto;
  background-color: transparent;
  background-position: 50% 50%;
  background-image: url('before-sales-bg.jpg');
  text-align: center;
}

.after-sales-section {
  background-repeat: repeat;
  background-size: auto;
  background-color: transparent;
  background-position: 50% 50%;
  background-image: url('after-sales-bg.jpg');
}

.solution-img-wrapper {
  flex: 1;
  display: inline;
  float: left;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
}

.solution-img {
  width: 100%;
  max-width: 350px;
}

.solution-col {
  flex: 1;
  display: inline;
  float: left;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
}

.solution-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
  line-height: 1.7;
}

.solution-section {
  background: #e8eaec;
}

.solution-item-title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.3rem;
  color: #004aa0;
  margin-bottom: 10px;
}

.transition {
  transform: translateZ(0);
  transition: padding-bottom .5s;
}

.nav {
  flex-grow: 1;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  flex-direction: row;
}

.nav ul {
  list-style: none;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: right;
}

.nav-button {
  margin-left: 10px;
  color: white;
  border-radius: 0px;
  border-style: none;
  background-color: #004aa0;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
}

.nav-button a {
  text-decoration: none !important;
  color: white !important;
}

.nav ul li {
  padding: 5px 10px;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

.nav a {
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav a:hover {
  border-bottom: 1px solid #fff;
}

.header-title {
  font-size: 120%;
  margin-right: 10px;
  display: inline-block;
  min-width: 70px;
  flex-shrink: 0;
  font-weight: 350;
  color: #fff;
}

.header-inner {
  max-width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 210;
  left: 0px;
  width: calc(100% - 0px);
  transition: all 0.25s ease 0s;
  display: block;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  padding: 30px;
}

.sticky {
  position: fixed;
  top: 0px;
  z-index: 210;
  left: 0px;
  background: #759aff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px;
  padding: 0px 30px;
}

.banner {
  background-image: url('banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: 0% 90%;
  padding-top: 250px;
  box-sizing: border-box;
  min-height: calc(81vh - 0px);
  padding-bottom: 40px !important;
}

.service-wrapper {
  margin-top: 4rem;
}

.service {
  width: 22.8166666%;
  text-align: center;
  display: inline-block;
  float: none;
  vertical-align: top;
  zoom: 1;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
  margin-bottom: 0;
  position: relative;
  transition: width .2s cubic-bezier(.7,0,.3,1),margin .2s cubic-bezier(.7,0,.3,1),padding .2s cubic-bezier(.7,0,.3,1);
  color: white;
  font-size: 15px;
  line-height: 1.7;
}

.s-animation-page-slide_in {
  -webkit-animation: slideIn .75s;
  animation: slideIn .75s;
}

.process-item-index {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  border: 1px solid;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 26px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  margin-bottom: 12px;
  width: 52px;
}

.process-item-linker {
  border-right: 0;
  border-top: 1px solid;
  height: 1px;
  left: calc(50% - -52px);
  position: absolute;
  top: 27px;
  width: calc(100% - 82px);
}

.service-title {
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.footer {
  padding-bottom: 50px;
}

.separate-line {
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0,0,0,.15);
  width: 97.8166666%;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
  font-size: 14px;
  line-height: 1.7;
}

.footer-text {
  padding-bottom: 10px;
  width: 97.8166666%;
  margin-left: 1.04166666%;
  margin-right: 1.04166666%;
  color: #999;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}

.qrcode-img {
  max-width: 150px;
  width: 100%;
}

.navbar-icons {
  -webkit-transform: rotate(0deg);
  cursor: pointer;
  display: inline-block;
  height: 17.3px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  width: 22px;
  line-height: 48px;
  color: #fff;
}

.drawer-container {
  height: 40px;
  padding: 10px;
  position: relative;
  text-align: center;
  background: white;
}
.nav-drawer {
  background-color: transparent;
  box-sizing: border-box;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all .4s cubic-bezier(.7,0,.3,1);
  width: 100%;
  z-index: 1010;
}

.drawer-icon {
  background: rgb(0, 74, 160);
  border-radius: 0px;
  float: left;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
  color: #fff;
  transition: all .3s ease-out;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  outline-style: none;
  pointer-events: all;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1020;
  text-decoration: none;
}

@media only screen and (max-width: 727px) {
  .section {
    padding-top: 40px;
  }
  .stats-wrapper, .after-sales-wrapper {
    flex-direction: column;
  }
  .solution-item {
    flex-direction: column;
  }
  .pain-wrapper {
    flex-direction: column;
  }
  .solution-img-wrapper {
    order: 1;
  }
  .pain-img-wrapper {
    order: 1;
  }
  .rounded-list {
    order: 2;
  }
  .solution-col {
    order: 2;
  }
  .service {
    display: flex;
    margin-top: 11px;
    position: relative;
    width: 97.8166666%;
    margin-bottom: 50px;
    margin-left: auto!important;
    margin-right: auto!important;
    transition: width .2s cubic-bezier(.7,0,.3,1),margin .2s cubic-bezier(.7,0,.3,1),padding .2s cubic-bezier(.7,0,.3,1);
    text-align: left;
  }
  .process-item-infos {
    flex: 1 0 auto;
    height: 100%;
    margin-right: 20px;
    animation: slideIn .75s;
  }
  .process-item-linker {
    border-right: 1px solid;
    border-top: 0;
    height: calc(100% - 40px);
    left: 27px!important;
    position: absolute;
    top: 75px;
    width: 1px;
  }
  .header {
    display: none;
  }
  .banner {
    padding-top: 10%;
    background-position: 10% 0%;
  }
  .banner-inner {
    margin: 5%;
    text-align: center;
  }
  .banner-title {
    font-size: 25px;
  }
  .cta-button {
    margin-top: 20px;
  }

}
