@font-face {
  font-family: "DOUYU";
  src: url("../fonts/DOUYU.otf") format("opentype");
}
.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 20px;
  background-color: white;
}

.home-services-title{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  color:#000;
}
.home-services-s .home-services-title{
  font-size: 24px;
  margin-bottom: 30px;
}
.home-services-s .home-services-s-item-info{
  padding-left:0 !important;
}

.home-services-s .home-services-s-item-info .home-service-title{
  width: 160px;
}

.home-services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.home-services-item .home-service-img {
  display: block;
  width: 200px;
  height: 180px;
}

.home-services-item .home-service-title {
  display: block;
  font-size:26px;
  color:#000;
  line-height: 1;
  font-weight: bold;
  margin:10px 0 8px;
}

.home-services-item .home-service-title.en {
  font-family: 'Arial';
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.service-desc {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  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: bold;
  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: bold;
  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: bold;
  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: bold;
}

.flow-title i {
  font-weight: 400;
  font-style: normal;
}

.flow-list-box{
  background: #fff9f5;
  padding:20px 20px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.flow-list-box .flow-list-item{
  width: 20%;
}

.flow-list-box .flow-list-item img{
  width: 60px;
}

.flow-list-box .flow-list-item p{
 margin-top:10px;
 color:#000;
 line-height: 1;
}

.flow-banner-area{
  position: relative;
  z-index: 1;
}
.flow-banner-area .flow-banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color:#fff;
  white-space: nowrap;
}
.flow-banner-area .flow-banner-text b{
  font-size: 60px;
  margin-right: 10px;
  color:#FEE585;
}
.flow-banner-area .flow-banner-text span{
  font-size: 52px;
}

.flow-area .nav-link {
  font-weight: bold;
  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: bold;
  font-size: 16px;
  color: #070203;
  line-height: 21px;
}

.leader-section .flow-grid-item-label {
  display: flex;
}

.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-mobile-img {
  display: block;
  max-height: 445px;
}

.about-label {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  font-weight: bold;
  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: 70px 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-box{
  width:950px;
  padding:0;
}
.open-side .open-side-img{
  width:950px;
  padding:0;
}

.open-side .open-side-box.en{
  width:1100px;
}

.open-side .open-side-title {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 20px;
}
.open-side .open-side-desc {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 30px;
}
.open-side .open-side-box.en .open-side-desc{
  font-weight: normal;
}

.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%;
}
.flow-custom-wrapper .col-lg-3{
  width: 20%;
}

.custom-toast {
  max-width: 200px;
}

.custom-toast .toast-body {
  text-align: center;
}

.footer-logo-box{
  display: flex;
  border-bottom: 1px solid #b1b6c1;
  margin-bottom: 12px;
  padding-bottom: 10px;
  width: 300px;
}

.footer-logo {
  margin-block-end: 5px;
}

.footer-p {
  display: inline-block;
  font-size: 12px;
  color: #bdc0c6;
  line-height: 29px;
  margin-left: 8px;
}

.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;
  color: #fff;
}
.en-pstyle{
  margin:0 10px;
}
/* .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;
} */
@media (max-width: 1039px) {
  .flow-banner-area .flow-banner-text b{
    font-size: 24px;
  }
  .flow-banner-area .flow-banner-text span{
    font-size: 21px;
  }
  .flow-custom-wrapper .col-lg-3{
    width: 50%;
  }
  .flow-list-box .flow-list-item{
    width: 50%;
    display: flex;
    margin-bottom: 12px;
  }
  .flow-list-box .flow-list-item img{
    margin-right: 10px;
    width: 50px;
  }
  .flow-list-box .flow-list-item p{
    font-size: 13px;
    text-align: left;
  }
}
@media (max-width: 1019px) {
  .footer-area .company-wrapper .col-lg-2 {
    width: 50%;
  }
}