.service-page .section-service .services-top {
  max-width: 630px;
  margin: 0 auto 70px;
  text-align: center;
}
.service-page .section-service .services-top .section-title {
  letter-spacing: -1px;
}
.service-page .service-wallet {
  padding: 0 25px;
}
.service-page .section-bills {
  background-color: #F0F9FF;
}
.service-page .section-bills .top {
  max-width: 675px;
  margin: 0 auto;
}
.service-page .section-bills .banner-bot {
  margin-top: 100px;
}
.service-page .section-bills .banner-bot img {
  width: 100%;
}
@media (max-width: 767px) {
  .service-page .section-bills .banner-bot {
    margin-top: 50px;
  }
}
.service-page .bg-img img {
  width: 100%;
}
.service-page .section-content {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  padding-top: 80px;
}
.service-page .utilitis-wrap-other {
  display: flex;
  justify-content: center;
}
.service-page .utilitis-wrap-other .utility-item {
  flex: 1;
  max-width: calc((100% - 60px) / 5);
}
.service-detail-page .utility-item {
  height: 100% !important;
}
.service-detail-page .utility-item .utility-name .name {
  font-weight: var(--fw-medium);
  font-size: 20px;
  line-height: 28px;
}
.service-detail-page .section-main {
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-detail-page .bg-logo {
  background-position: top right -100px;
  background-size: 45% auto;
  padding-top: 0;
  margin-top: 100px;
}
.service-detail-page .section-dividers .divider-wrap .dividers {
  margin: 100px 0;
}
.article-intro-show-more {
  position: relative;
  width: 100%;
  display: block;
  min-height: 0;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.15s ease;
}
.article-intro-show-more .article-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 80px;
  text-align: center;
  display: block;
  margin-bottom: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 34.9%, rgba(255, 255, 255, 0) 100%);
}
.article-intro-show-more.full {
  max-height: unset;
  padding-bottom: 100px;
}
.article-intro-show-more.full .article-more {
  background: unset;
  padding-top: 0;
  margin-top: 40px;
}
.service-covenients .cus-card {
  height: auto;
  padding: 15px 20px;
}
.service-covenients .cus-card .name {
  margin-left: 20px;
}
.section-main-content {
  margin-top: 60px;
}
.steps-tips-wrapper {
  display: flex;
  gap: 24px 3vw;
}
.steps-tips .steps-illustration {
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border-radius: min(20px, max(4vw, 16px));
  overflow: hidden;
  z-index: 2;
}
.steps-tips .steps-illustration-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-tips .steps-illustration-inner {
  position: relative;
  width: min(240px, max(35vw, 200px));
}
.steps-tips .steps-illustration .step-illustration {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.steps-tips .steps-illustration .bg-phone {
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 44px var(--black30));
  filter: drop-shadow(5px 5px 44px var(--black30));
}
.steps-tips-content {
  margin-top: 24px;
}
.steps-tips-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.steps-tips-content .section-subtitle {
  margin-bottom: 24px;
}
.steps-tips-content .step-item {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid var(--ink-divier);
  display: flex;
}
.steps-tips-content .step-item:hover,
.steps-tips-content .step-item.step-item-active {
  background-color: #ececec;
}
.steps-tips-content .step-item.step-item-active .step-description {
  display: block;
}
.steps-tips-content .step-no,
.steps-tips-content .step-content {
  padding: 8px 12px;
}
.steps-tips-content .step-no {
  display: flex;
  align-items: center;
  color: var(--primary-2);
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--fw-semibold);
  position: relative;
  width: 52px;
}
.steps-tips-content .step-no:after {
  content: "";
  position: absolute;
  background-color: var(--black10);
  width: 1px;
  height: calc(100% - 20px);
  display: block;
  right: 0;
  top: 10px;
}
.steps-tips-content .step-content {
  flex: 1;
}
.steps-tips-content .step-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  font-weight: var(--fw-semibold);
}
.steps-tips-content .step-description {
  font-size: 16px;
  line-height: 20px!important;
  color: var(--secondary-text);
  display: none;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .section-main-content {
    margin-top: 40px !important;
  }
  .service-page .section-service .services-top {
    margin-bottom: 40px;
  }
  .service-page .banner-left-wrap .banner-left {
    width: 100%;
  }
  .service-page .banner-left-wrap.zoom .banner-left {
    max-width: unset;
    width: 130%;
  }
  .service-page .service-wallet {
    margin-top: 60px;
  }
  .service-page .section-open-wallet .logo-text {
    height: 28px;
  }
  .service-page .utility-item:not(:last-child) {
    margin-right: 15px;
  }
  .service-page .utility-icon {
    width: 44px !important;
    height: 44px !important;
  }
  .service-page .utility-icon img {
    max-width: 44px;
    max-height: 44px !important;
  }
  .service-page .utility-name {
    width: 100%;
    min-height: 32px !important;
    line-height: 16px !important;
    font-size: 14px;
  }

  .steps-tips-wrapper {
    flex-direction: column;
  }
  .steps-tips .steps-illustration-wrap {
    order: 2;
  }
  .steps-tips-content {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .bg-logo {
    background-image: url(../media/img/img/logo-transparent.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% 75%;
  }
  .service-page .service-wallet {
    max-width: 585px;
  }
  .service-page .section-content {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .service-page .utility-item:not(.no-set) {
    height: 260px;
  }
  .service-page .utility-item:not(.no-set):not(:last-child) {
    margin-right: 15px;
  }
  .service-page .utility-item:not(.no-set) .utility-icon {
    width: 80px !important;
    height: 80px !important;
  }
  .service-page .utility-item:not(.no-set) .utility-icon img {
    max-width: 80px;
    max-height: 80px !important;
  }
  .service-page .utility-name {
    width: 100%;
    min-height: 48px !important;
    line-height: 24px !important;
    font-size: 20px;
  }
}

.js-toc::before {
  content: attr(data-before);
  color: #005aab!important;
  font-weight: bold;
  padding-left: 10px;
}

.js-toc {
  background-color: #f3f3f3;
  padding: 0.5em;
}

.js-toc a {
  display: inline;
  text-decoration: none;
}

.js-toc ol.red {
  padding-left: 0.5em;
}

.js-toc ol {
  counter-reset: item;
}
.js-toc li {
  display: block;
  color: #666666;
}
.js-toc li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.js-toc-content .paragraph a {
    color: #005aab!important;
}

.fz-18 {
  font-size: 18px !important;
  line-height: 26px;
}

.news-content blockquote {
  font-style: italic;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  justify-content: center;
}
