.banner_sec .banner_inner{
  align-items: flex-start;
}
.banner_sec .banner_title{
  color: #333;
}
.banner_sec .introduce{
  color:#507390;
}

.banner_sec .created_acc_num{
  margin-top: 38px;
}
.scroll_arrow .animation_icon {
  color:#507390 !important;
}
.banner{
  background: url('../images/product-service/banner_bg.webp') no-repeat,
  url('../images/product-service/banner_bg.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px){
  .banner_sec{
    height: 526px;
    justify-content: flex-start;
  }
  .banner_sec ._container {
    margin-top: 86px;
  }
  .banner_sec .banner_inner{
    align-items: center;
  }
  
  .banner_sec .created_acc_num{
    margin-top: 28px;
  }
 
  .banner {
    background: url('../images/product-service/banner_bg_m.png') no-repeat;
    background-size: 100% 100%; 
  }
  .banner_sec .scroll_arrow {
      bottom: 50px;
  }
}

/* 随时随地地进行付款 */
.swiper_text_sec{
  overflow: hidden;
}
.swiper_text_sec .swiper_text_inner{
  padding: 100px 0 112px;
  align-items:stretch;
}
@media(max-width:768px){
  .swiper_text_sec .swiper_text_inner{
    padding: 28px 0;
  }
}
.swiper_text_sec .swiper_item{
  flex: 1;
}
.swiper_text_sec .swiper_img{
  overflow: hidden;
  padding:15px 0;
}
.swiper_text_sec .swiper_item:first-child{
  margin-right: 224px;
}

.swiper_text_sec .swiper_text{
  padding:32px 0 32px 14px;
  border-left:1px solid #D8D8D8;
}

.swiper_text_sec .swiper_text .title{
  color:#507390;
  position: relative;
  transition: color .3s;
}
.swiper_text_sec .swiper_text .title::before{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border:2px solid #507390;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:-20px;
  transform: translate(0,-50%);
  background: #fff;
  transition: border .3s;
}
.swiper_text_sec .swiper_text .title.active::before,
.swiper_text_sec .swiper_text .title:hover::before{
  border-color:#00A6FD;
}

.swiper_text_sec .swiper_text .title.active,.swiper_text_sec .swiper_text .title:hover{
  color:#00A6FD;
}
.swiper_text_sec .swiper_text .text{
  margin-top: 10px;
  line-height: 22px;
}
.swiper_text_sec .swiper_text li:not(:last-child){
  margin-bottom: 50px;
}
.swiper_text_sec .swiper-container {
  height: 100%;
  border-radius: 10px;
}

.swiper_text_sec .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 10px; */
}
.swiper_text_sec .swiper-pagination{
  bottom:10px;
}
.swiper_text_sec .swiper-pagination .swiper-pagination-bullet-active{
  background: #00A6FD;
}

@media (max-width: 992px){
  .swiper_text_sec .swiper_text{
    display: none;
  }
  .swiper_text_sec .slide_text {
    display: block;
  }
  .swiper_text_sec .swiper-slide img{
    height: 200px;
  }
  .swiper-slide .slide_text{
    overflow: hidden;
    padding: 20px 0 30px;
  }
  .swiper-slide .title{
    color:#00A6FD;
    text-align: center;
    margin-bottom:20px;
  }
  .swiper-slide .text{
    line-height: 22px;
    color:#333333;
    text-align: center;
  }
  .swiper_text_sec .swiper-pagination .swiper-pagination-bullet{
    background:#fff; 
    border:2px solid rgb(121, 119, 119);
  }
  .swiper_text_sec .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
    border-color:#00A6FD;
  }
  .swiper_text_sec .swiper_img{
    margin: 0 !important;
  }
  .swiper_text_sec .swiper-slide img{
    border-radius: 10px;
  }
}
/* 更具价格优势的货币汇兑 */
.currency_exchange_sec{
  background: url('../images/product-service/currency_exchange.png') no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom:112px;
}
.currency_exchange_inner{
  padding-top: 60px;
}

.exchange_item{
  flex: 1;
  align-self:flex-start;
  /* min-height: 228px; */
  max-width: 100%;
  padding:42px;
  box-shadow: 0px 10px 20px 0px rgba(0, 148, 219, 0.1);
  background: #fff;
  position: relative;
}
.exchange_item::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: #e5f6ff;
}
.exchange_item .diamond{
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 16px;
  height: 16px;
  background: #bbe5fe;
  z-index: 1;
}
.exchange_item .diamond::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background: #00a5ff;
  z-index: -1;
}

.currency_exchange_inner .item_2{
  margin: 40px 84px 0;
}
.currency_exchange_inner .item_3{
  margin-top: 80px;
}
.currency_exchange_inner .title_box {
  margin-bottom: 24px;
}
.currency_exchange_inner .title{
  color:#00A6FD;
}
.currency_exchange_inner .icon_box{
  width:60px;
  height:60px;
  color:#00A6FD;
  stroke-width: 5;
}
.currency_exchange_inner svg{
  width: 100%;
  height: 100%;
}
.currency_exchange_inner svg *{
  fill: none;
  stroke: currentColor;
}

.currency_exchange_inner .text{
  text-align: left;
  line-height: 22px;
} 
@media (max-width: 992px){
  .exchange_item{
    padding: 28px 26px;
    min-height: 228px;
  }
  .currency_exchange_inner .item_2{
    margin: 40px 46px 0;
  }
}

@media(max-width:768px){
  .currency_exchange_inner{
    padding-top: 40px;
  }
  .currency_exchange_sec {
    padding-bottom: 40px;
  }
  .currency_exchange_inner .exchange_menu{
    display: block;
  }
  .currency_exchange_inner .item_2{
    margin:18px 0;
  }
  .currency_exchange_inner .item_3{
    margin-top: 0;
  }
 
  .currency_exchange_inner .icon_box{
    width:46px;
    height:46px;
  }
}
/* 弹窗 */
.my_dialog{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%; 
  overflow-x: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

.my_dialog .dialog_inner{
  width: 750px;
  height: 320px;
  margin: 100px auto;
  position: relative;
  border-radius: 4px;
  z-index: 999;
}
.dialog_inner a{
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.my_dialog .dialog_inner .del{
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top:-8px;
  right: -8px;
  display: block;
  border-radius: 50%;
  text-align: center;
  background: rgba(255,255,255,1);
  color:#333;
  transition: color .2s ease-in-out;
}
.dialog_inner .del:hover{
  color:#00A6FD;
}
@media(max-width:1440px){
  .my_dialog .dialog_inner{
    width: 600px;
    height: 260px;
  }
}
@media(max-width:992px){
  .my_dialog .dialog_inner{
    width: 340px;
    height: 360px;
  }
  .dialog_inner .pc{
    display: none;
  }
  .dialog_inner .mobile{
    display: block;
  }
}