.slider-services {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.slider-services .slider-mask {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.home-services {
  padding: 80px 0;
  background-color: white;
}

.home-services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-services-item .home-service-img {
  display: block;
  width: 200px;
  height: 180px;
}

.home-services-item .home-service-title {
  display: block;
  /* width: 136px; */
  height: 26px;
}

.service-desc {
  margin-top: 20px;
  max-width: 214px;
  font-size: 18px;
  color: #4d5164;
  line-height: 29px;
  text-align: center;
}

.footer-area {
  /* background: #fffafc; */
  background: rgba(12, 25, 26, 0.93);
}

.footer-area .company-wrapper {
  padding: 30px 0;
}

.footer-info {
  /* margin-top: 20px; */
}

.footer-info .label {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #bdc0c6;
  line-height: 28px;
  color: #bdc0c6;
  text-align: center;
}

.footer-info .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-info .list .item {
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--tg-black);
  line-height: 28px;
}

.footer-info .list .item:last-child {
  margin-bottom: 0;
}

.footer-info .list .item a img {
  max-width: 130px;
}

.footer-info .modal-btn {
  margin-top: 20px;
  max-width: 136px;
  height: 36px;
  background: rgba(255, 255, 255, 0.39);
  font-size: 16px;
  color: var(--tg-black);
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qrcode-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qrcode-info .qrcode {
  display: block;
  max-width: 80px;
}

.qrcode-info .qrcode-desc {
  margin-top: 8px;
  font-size: 14px;
  color: var(--tg-black);
  line-height: 28px;
  text-align: center;
}
.email-info {
  padding-inline: 8px;
  padding-block: 12px;
  background: white;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  color: var(--tg-black);
  line-height: 17px;
  text-align: center;
  cursor: pointer;
}
.copyright-text {
  margin: 0;
  padding: 0 0 16px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  color: var(--tg-white);
  line-height: 17px;
}

.model-qrcode-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-qrcode {
  margin-bottom: 15px;
  display: block;
  width: 200px;
  height: 200px;
}

.modal-qrcode-desc {
  font-size: 14px;
  color: #1a1311;
  line-height: 20px;
}

/* flow-area */
.flow-area {
  padding: 30px 0;
}

.flow-bg {
  background: url('../img/flow_bg.png') no-repeat top center / 100%;
}

.flow-container {
  padding: 50px 25px;
}

.flow-area .flow-label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 28px;
  color: var(--tg-black);
  line-height: 29px;
}

.flow-area .flow-label .label-icon {
  display: block;
  margin-right: 6px;
  width: 24px;
  height: 24px;
}

.flow-text {
  margin: 10px auto;
  font-size: 16px;
  color: var(--tg-black);
  line-height: 38px;
  white-space: pre-line;
}

.flow-qrcode-wrapper > div > p {
  margin: 0;
  text-align: center;
  color: var(--tg-black);
  font-size: 16px;
}

.flow-img {
  /* margin: 10px auto; */
  display: block;
  /* width: 100%; */
  height: 230px;
}

.flow-video {
  margin: 10px auto;
  display: block;
  width: 100%;
}

.flow-title {
  margin: 10px auto;
  font-size: 16px;
  color: var(--tg-black);
  line-height: 38px;
  font-weight: 500;
}

.flow-title i {
  font-weight: 400;
  font-style: normal;
}

.flow-area .nav-link {
  font-weight: 500;
  font-size: 22px;
  color: var(--tg-black);
  line-height: 60px;
}

.flow-area .nav-link.active {
  color: var(--tg-primary-color);
}

#merchant-flow-content,
#leader-flow-content {
  padding: 0 10px;
  background: white;
}

.flow-sp-text {
  margin-bottom: 20px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 21px;
}

.flow-sp-text span:first-child {
  color: #3b1900;
}

.flow-grid-item {
  margin-bottom: 12px;
  height: 66px;
  padding-inline: 20px;
  background: #fff9f5;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.flow-grid-item-check-icon {
  margin-right: 2px;
  display: block;
  width: 15px;
  height: 12px;

}

.flow-grid-item-label {
  font-weight: 500;
  font-size: 16px;
  color: #070203;
  line-height: 21px;
}

.flow-grid-item-text {
  margin-top: 6px;
  font-size: 12px;
  color: #3d3d3e;
  line-height: 16px;
}

span.nav-link {
  cursor: pointer;
}

.introduction-modal-content {
  /* padding-inline: 2.5rem; */
  background: url('../img/flow_bg.png') no-repeat top center / 100%;
}

.introduction-modal-content > p {
  text-indent: 2em;
  margin: 0;
}

.about-us-banner {
  padding: 60px 100px;
  background: url('../img/about_us_banner.jpg') no-repeat center / cover;
}

.about-mobile-img {
  display: block;
  max-height: 445px;
}

.about-label {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 29px;
}

.about-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
}

.about-label.white-label {
  margin-bottom: 30px;
  color: var(--tg-white);
}

.about-label.white-label::before {
  background-color: var(--tg-white);
}

.about-label.black-label {
  color: var(--tg-black);
  margin-bottom: 20px;
}

.about-label.black-label::before {
  background-color: var(--tg-black);
}

.about-desc-list {
  margin-top: 61px;
  padding-left: 0;
  list-style-type: none;
}

.about-desc-list .desc-item {
  font-size: 20px;
  color: var(--tg-white);
  line-height: 30px;
}

.about-desc-list .desc-item.lh32 {
  line-height: 40px;
}

.open-side {
  position: relative;
  z-index: 1;
  padding: 60px 100px;
  overflow: hidden;
}

.open-side .open-side-bg {
  max-width: 110%;
  width: 110%;
  height: 110%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.open-side .open-side-desc {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  white-space: pre-line;
}

.side-list {
  padding-left: 10px;
}

.side-list > p {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--tg-white);
  line-height: 28px;
}

.other-info {
  padding: 60px 100px;
}

.about-sub-desc {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--tg-black);
  line-height: 32px;
}

.other-img {
  display: block;
  max-height: 208px;
}

.nav-title {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: var(--tg-white);
}

.flow-custom-wrapper {
  background: #fff9f5;
  width: 100%;
}

.custom-toast {
  max-width: 200px;
}

.custom-toast .toast-body {
  text-align: center;
}

.footer-logo {
  margin-block-end: 5px;
}

.footer-p {
  display: inline-block;
  font-size: 12px;
  color: #bdc0c6;
  line-height: 29px;
  padding-block-end: 10px;
  border-bottom: 1px solid #b1b6c1;
  margin-block-end: 12px;
}

.h5-enter, .mobile-h5-enter {
  padding-inline: 16px;
  height: 34px;
  line-height: 34px;
  background: #e5285b;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
}

.h5-enter:hover {
  opacity: 0.5;
}

/* .mobile-h5-enter {
  border-radius: 2px;
  border: 1px solid #000000;
  padding-inline: 14px;
  padding-block: 2px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
} */
