/* distribution start */

#app-nfc-introduce .distribution-banner {
  height: 490px;
  background: linear-gradient(0deg, #f6f8fa, #ffffff);
}

#app-nfc-introduce .distribution-banner .container {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.tips-line {
  position: absolute;
  left: 20%;
  height: 90%;
  top: 5%;
  background-position: top;
  width: 4px;
  background: #e1e6f0;
  border-radius: 2px;
}

.tips-line .bg-item {
  width: 100%;
  height: 33.33%;
  display: flex;
}

.tips-line .bg-item:nth-child(1) {
  align-items: flex-start;
}

.tips-line .bg-item:nth-child(2) {
  align-items: center;
}

.tips-line .bg-item:nth-child(3) {
  align-items: flex-end;
}

.tips-line .bg-item .tips-bg.active {
  height: 60%;
  background: #1abc9c;
  width: 100%;
  border-radius: 2px;
  transition-duration: 500ms;
}

.step-row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.step-row > div.col-lg-5 > div:nth-child(1) {
  position: relative;
  padding-left: 20%;
}

.auth-step-box {
  margin-left: 40px;
}

.auth-step-box .step-item {
  background: #f6f8fa;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding: 12px 24px;
}

.auth-step-box .step-item > div {
  display: flex;
  text-align: left;
  align-items: center;
}

.auth-step-box .step-item div.number {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #f6f8fa;
  color: #2f3950;
  border: 1px solid #e1e6f0;
  border-radius: 8px;
  margin-right: 40px;
}

.auth-step-box .step-item.active {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(63, 97, 164, 0.1);
  transition-duration: 500ms;
}

.auth-step-box .step-item.active div.number {
  background: #1abc9c;
  color: #fff;
  border: 1px solid transparent;
}

.auth-step-box .step-item.active p {
  color: #2f3950;
  font-weight: 500 !important;
}

.auth-step-box .step-item p {
  color: #687089;
  margin: 0;
}

#app-nfc-introduce .distribution-banner .banner-title > span {
  font-family: Roboto;
  font-weight: bold;
}

#app-nfc-introduce .distribution-banner .banner-title {
  margin-bottom: 12px;
  color: #2f394f;
  font-weight: 600 !important;
}

#app-nfc-introduce .distribution-banner .banner-content {
  width: 50%;
  margin-bottom: 24px;
}

#app-nfc-introduce .distribution-banner .banner-pic {
  position: absolute;
  height: 85%;
  width: auto;
  right: 1%;
  top: 6px;
}

#app-nfc-introduce .distribution-banner .btn {
  width: 128px;
  height: 36px;
  padding: 7px 28px;
}

.banner-pic {
  padding-top: 60px;
}

.section {
  padding-top: 80px;
}

.nfc-features .video-box {
  position: relative;
}

.nfc-features .video-box video {
  width: 100%;
}

.nfc-features .video-box .video-fg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 15px;
  text-align: center;
  display: flex;
}

.v-hidden {
  visibility: hidden;
}

.nfc-features .video-box .video-fg img:nth-child(1) {
  z-index: 2;
  margin: auto;
  width: 94px;
  cursor: pointer;
}

.nfc-features .video-box .video-fg img:nth-child(2) {
  width: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  padding: 0 15px;
}

.nfc-features img {
  width: 280px;
}

.section-title {
  font-size: 24px;
  font-weight: 600 !important;
  color: #2f3950;
  margin-bottom: 20px;
}

.row.feature-box {
  margin-bottom: 60px;
}

.feature-box .box-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1);
  border-radius: 8px;
  padding: 30px 40px;
}

.box-item .title {
  font-size: 16px;
  font-weight: 600 !important;
  color: #2f3950;
  margin-bottom: 15px;
}

.feature-box img {
  max-width: 95px;
  margin-right: 25px;
}

.compare-box {
  display: flex;
  width: 80%;
  margin: auto;
}

.compare-box .box-item {
  background: #f6f8fa;
  border-radius: 8px;
  padding: 40px;
  width: 50%;
  border-top: 1px solid transparent;
}

.compare-box .box-item .thumb-icon {
  text-align: center;
  top: -56px;
  position: relative;
}

.compare-box .box-item .thumb-icon img {
  visibility: hidden;
  max-width: 85px;
  margin: auto;
}

.compare-box .box-item.active .thumb-icon img {
  visibility: visible;
}

.compare-box .box-item.active {
  background: #ffffff;
  box-shadow: 0px 20px 40px 0px rgba(87, 100, 114, 0.1);
  border-radius: 8px;
  border-top: 4px solid #1abc9c;
}

.compare-box .box-item.active .top-item {
  background: #1abc9c1a;
}

.compare-box .box-item:nth-child(1) {
  margin-right: 30px;
}

.compare-box .box-item:nth-child(2) {
  margin-left: 30px;
}

.compare-box .top-item {
  background: #ffffffcc;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.compare-box .top-item p {
  font-weight: 600 !important;
}

.compare-box .top-item img {
  max-width: 40px;
}

.feature-box p {
  margin: 0;
  line-height: initial;
}

.box-item .subtitle {
  font-size: 14px;
  color: #687089;
}

.service-flow {
  padding-top: 200px;
}

.service-flow .service-flow-box {
  display: flex;
  justify-content: space-between;
}

.service-flow .service-flow-box .item {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
}

.service-flow .service-flow-box .item img {
  max-width: 32px;
  margin-bottom: 30px;
}

.service-flow .service-flow-box .item p:first-child {
  font-weight: 500 !important;
}

.service-flow .service-flow-box .item:not(:last-child):after {
  content: "";
  width: 6px;
  height: 10px;
  background: #2f3950;
  position: absolute;
  right: -4%;
  top: 40%;
  clip-path: polygon(0 100%, 0% 0, 100% 50%);
}

.simple-flow {
  height: 600px;
}

.simple-flow .support-box .box-item {
  margin-bottom: 0px;
}

.simple-flow .support-box .box-item p,
.support-container .justify-content-center p.font-14 {
  margin: 0;
}

.simple-flow .box-item img {
  max-width: 100px;
  margin-bottom: 15px;
}

.simple-flow .box-item p.color-2F3950 {
  font-weight: 600 !important;
}

.support-container {
  background: linear-gradient(90deg, #02aab0 0%, #1abc9c 100%);
  border-radius: 16px;
  padding: 50px;
  position: relative;
  bottom: -80px;
}

.support-container .row {
  display: flex;
  align-items: center;
}

.support-box {
  display: flex;
}

.support-box .box-item img {
  max-width: 80px;
}

.support-box .box-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: 70px;
}

@media (max-width: 768px) {
  .simple-flow .support-box .box-item p,
  .support-container .justify-content-center p.font-14 {
    margin-bottom: 15px;
  }
  #app-nfc-introduce .distribution-banner {
    height: 300px;
  }
  #app-nfc-introduce .distribution-banner .container {
    justify-content: center;
  }
  #app-nfc-introduce .distribution-banner .banner-title {
    font-size: 21px !important;
  }
  #app-nfc-introduce .distribution-banner .banner-content {
    width: 100%;
  }
  #app-nfc-introduce .distribution-banner {
    background-size: 1921px 514px;
    text-align: center;
  }
  #app-nfc-introduce .distribution-banner p:nth-of-type(2) {
    width: 100%;
  }
  #app-nfc-introduce .distribution-banner .banner-pic {
    display: none;
  }
  .pt-120 {
    padding-top: 140px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .auth-step-box .step-item > div {
    width: 100%;
  }
  .step-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature-box .box-item {
    padding: 15px;
  }
  .feature-box img {
    max-width: 54px;
    margin-right: 15px;
  }
  .mb-100,
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .row.feature-box {
    margin-bottom: 0px;
  }
  .compare-box {
    flex-flow: column;
    width: 100%;
  }
  .compare-box .box-item {
    width: 100%;
  }
  .compare-box .box-item:nth-child(2) {
    margin-left: 30px;
    margin-top: 50px;
  }
  .support-container .row {
    flex-flow: column;
  }
  .support-box {
    align-items: center;
    justify-content: center;
  }
  .support-box .box-item {
    margin: 5px;
    width: 80px;
    overflow: visible;
  }
  .support-container {
    padding: 30px 15px;
  }
  .support-box .box-item img {
    max-width: 46px;
  }
  .support-box .box-item p {
    white-space: nowrap;
  }
  .support-container {
    bottom: -47px;
  }
  .service-flow .service-flow-box .item {
    margin-bottom: 0px;
  }
  .step-row > div.col-lg-5 > div:nth-child(1) {
    padding-left: 0;
  }
  .tips-line {
    left: 0;
  }
  .simple-flow {
    height: auto;
  }
  .simple-box .box-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  #app-nfc-introduce .distribution-banner .banner-pic {
    right: -70px;
  }
  .nfc-features {
    padding-bottom: 60px;
  }
  .compare-box .box-item:nth-child(2) {
    margin-left: 0;
  }
}

.font-bold {
  font-weight: bold;
}

.font-34 {
  font-size: 34px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.mb-100 {
  margin-bottom: 100px;
}

.color-DAFFF8 {
  color: #dafff8;
}

.color-010101 {
  color: #010101;
}

.color-C0C6CD {
  color: #c0c6cd;
}

.color-878F92 {
  color: #878f92;
}

.bg-18BC9B {
  background: #18bc9b;
}

.bg-f8fbf9 {
  background: #f8fbf9;
}

.bg-white {
  background: white;
}

.btn-white {
  background: white;
  color: #29cead;
}

.btn-white:focus,
.btn-white:hover {
  color: #1abc9c;
}

.btn-primary {
  background: #1abc9c;
  border: 1px solid #1abc9c;
  color: white;
}

.btn-primary:focus,
.btn-primary:hover {
  background: #29cead;
  border-color: #29cead;
}

.fw-600 {
  font-weight: 600 !important;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

/* distribution end */
