.section-payment {
  background: none;
}
.remittance-head-content .remittance-head-title {
  display: flex;
  align-items: center;
  line-height: 67px;
  margin-bottom: 32px;
}
.remittance-blue {
  white-space: nowrap;
}
.payment-tips {
  display: inline-block;
  white-space: nowrap;
  background: #E9E9F6;
  border-radius: 20px;
  height: 52px;
  line-height: 52px;
  padding: 0 27px;
  color: #4E42C2;
  font-size: 24px;
  font-weight: 400;
  margin-left: 10px;
}
.payment-img {
  width: 510px;
}
.payment-connect-a {
  width: 220px;
  line-height: 52px;
  border-radius: 8px;
  background: #4E42C2;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-top: 32px;
  display: block;
  text-decoration: none;
}
.payment-connect-a:hover {
  color: #fff!important;
}

.remittance-info-img img {
  width: 120px;
}

.account-tab-title {
  margin-bottom: 0;
}
.swiper-slide img {
  margin: 0 150px;
}
.swiper-slide-item-tips {
  font-size: 12px;
  margin: 20px auto 0;
  color: #999;
  max-width: 450px;
}

@media (max-width: 1099px) {
  .remittance-head-content .remittance-head-title {
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 32px;
    flex-direction: row;
    margin-top: 30px;
  }
  html[lang="en"] .remittance-head-content .remittance-head-title {
    align-items: self-start;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .payment-tips {
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    font-size: 16px;
  }
  html[lang="en"] .payment-tips {
    margin-left: 0;
    background: #FAF9FF;
    margin-bottom: 10px;
  }
  .remittance-blue {
    color: #000;
  }
  .payment-img {
    width: 400px;
  }
  .remittance-head-content .remittance-head-tip {
    text-align: left;
  }
  .remittance-head-content .remittance-check {
    align-items: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
  html[lang="en"] .remittance-head-content .remittance-check {
    flex-direction: column;
  }
  html[lang="zh"] .remittance-head-content .remittance-check p,
  html[lang="cn"] .remittance-head-content .remittance-check p {
    width: 50%;
  }
  .payment-connect-a {
    width: 100px;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    margin: 14px auto 0;
  }
  html[lang="en"] .payment-connect-a {
    width: 114px;
  }

  .swiper-slide img {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .remittance-icon-info .remittance-info-item {
    height: auto;
  }
  .remittance-info-img img {
    width: 48px;
  }
}
