.section-one {
  padding-bottom: 0px;
}
.section-apple-pay {
  background: linear-gradient(120.78deg, rgba(78, 66, 194, 0.11) 8.66%, rgba(255, 255, 255, 0) 43.84%);
}
.apple-pay-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apple-pay-head .apple-head-img {
  margin-right: 50px;
}
.apple-pay-head .apple-head-img img {
  width: 380px;
}
.apple-head-content .apple-head-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 62px;
  color: rgba(0, 0, 0, 1);
}
.apple-blue {
  color: #4E42C2;
}
.apple-en-block {
  display: block;
}
.apple-head-content .apple-head-tip {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.5);
}
.apple-head-content .apple-head-content-img {
  margin-left: -15px;
}
.apple-head-content .apple-head-content-img img {
  height: 66px;
}

.apple-pay-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 100px;
  border-radius: 5px 60px 60px 60px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.04);
}
.visa-content-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
}
.visa-content-title .visa-point {
  display: none;
}
.visa-content-small-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  margin-bottom: 8px;
}
.visa-content-tip {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.6);
}
.visa-content-small-tip {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
}
.visa-content-flex {
  display: flex;
}
.pay-card-img img {
  width: 390px;
}

.apple-pay-section {
  padding-bottom: 60px;
}
.apple-pay-safety {
  padding: 60px 100px 0;
}
.apple-pay-safety .safety-content {
  margin-left: 60px;
}
.safety-img img {
  width: 262px;
}


.pay-visa-content {
  margin-right: 45px;
}
.visa-content-step .step-round {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin: 4px 14px 0 0;
  background: #4E42C2;
  color: #fff;
}
.visa-content-flex .step-flex-right {
  width: calc(100% - 42px);
}
.pay-visa-img img {
  width: 544px;
}

.pay-card-content {
  margin-left: 60px;
}
.mt60 {
  margin-top: 60px;
}

.account-faq-item-header .title-basic {
  z-index: -1;
}

@media (max-width: 1099px) {
  .apple-pay-head {
    display: block;
  }
  .apple-head-content .apple-head-title {
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  .apple-head-title .apple-blue-block {
    display: block;
  }
  .apple-head-content .apple-head-tip {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0 18%;
    text-align: center;
  }
  .apple-head-content .apple-head-content-img {
    margin-left: 0;
    text-align: center;
  }
  .apple-head-content .apple-head-content-img img {
    height: 40px;
  }
  .apple-pay-head .apple-head-img {
    margin-right: 0;
  }
  .apple-pay-head .apple-head-img img {
    width: 300px;
  }

  .apple-pay-flex {
    flex-direction: column;
    padding: 60px 40px 0;
    border-radius: 5px 40px 40px 40px;
  }
  .apple-pay-safety {
    flex-direction: row;
  }
  .apple-pay-safety .safety-img img {
    width: 240px;
  }
  .apple-pay-safety .safety-content {
    margin-left: 20px;
  }

  .visa-content-title {
    font-size: 36px;
    line-height: 50px;
  }
  .visa-content-title .visa-point {
    display: inline-block;
  }
  .visa-content-title .apple-en-block {
    display: inline-block;
  }
  .visa-content-tip,
  .visa-content-small-title,
  .visa-content-small-tip {
    font-size: 14px;
    line-height: 24px;
  }
  .visa-content-small-title {
    margin-bottom: 5px;
  }

  .apple-pay-section {
    padding-bottom: 40px;
  }
  .apple-pay-flex .pay-visa-img {
    width: 100%;
    text-align: center;
  }
  .apple-pay-flex .pay-visa-img img {
    width: 370px;
    margin: 20px 0;
  }


  .pay-visa-content {
    margin-right: 20px;
  }
  .visa-content-title-line {
    display: inline-block;
  }
  .visa-content-title .apple-en-block {
    display: inline-block;
  }
  .visa-content-step .step-round {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 2px 10px 0 0;
  }
  .visa-content-flex .step-flex-right {
    width: calc(100% - 30px);
  }

  .pay-card-img {
    order: 2;
    margin: 20px 0;
    width: 50%;
  }
  .pay-card-img img {
    width: 100%;
  }
  .pay-card-content {
    order: 1;
    margin-left: 0;
  }
  .mt60 {
    margin-top: 25px;
  }
  .visa-content-img img {
    height: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .apple-pay-head {
    display: block;
  }
  .apple-head-content .apple-head-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
  .apple-head-title .apple-blue-block {
    display: block;
  }
  .apple-head-content .apple-head-tip {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 18%;
    text-align: center;
  }
  .apple-head-content .apple-head-content-img {
    margin-left: 0;
    text-align: center;
  }
  .apple-head-content .apple-head-content-img img {
    height: 33px;
  }
  .apple-pay-head .apple-head-img {
    margin-right: 0;
  }
  .apple-pay-head .apple-head-img img {
    width: 240px;
  }
  
  .apple-pay-safety {
    padding: 24px 24px 0;
  }
  .apple-pay-flex {
    flex-direction: column;
    padding: 24px;
    border-radius: 12px ;
  }
  .apple-pay-safety .safety-img {
    order: 2;
    height: 260px;
    overflow: hidden;
  }
  .apple-pay-safety .safety-img img {
    width: 240px;
  }
  .apple-pay-safety .safety-content {
    margin-left: 0;
    order: 1;
  }

  .visa-content-title {
    font-size: 18px;
    line-height: 30px;
  }
  .visa-content-title .visa-point {
    display: inline-block;
  }
  .visa-content-tip,
  .visa-content-small-title,
  .visa-content-small-tip {
    font-size: 14px;
    line-height: 24px;
  }
  .visa-content-small-title {
    margin-bottom: 5px;
  }

  .apple-pay-section {
    padding-bottom: 10px;
  }
  .apple-pay-margin {
    padding-bottom: 50px;
  }
  .apple-pay-flex .pay-visa-img img {
    width: 100%;
  }

  .pay-visa-content {
    margin-right: 20px;
  }
  .visa-content-title-line {
    display: inline-block;
  }
  .visa-content-step .step-round {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 2px 10px 0 0;
  }
  .visa-content-flex .step-flex-right {
    width: calc(100% - 30px);
  }

  .pay-card-img {
    order: 2;
  }
  .pay-card-img img {
    width: 100%;
  }
  .pay-card-content {
    order: 1;
    margin-left: 0;
  }
  .mt60 {
    margin-top: 25px;
  }
  .visa-content-img img {
    height: 36px;
    margin-bottom: 10px;
  }
}

.apple-pay-flex .swiper-slide-item-tips {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apple-pay-flex .tips-span {
  text-align: center;
}