.banner_sec{
  padding-top: 70px;
}
.banner_inner{
  justify-content: space-between;
}
.banner{
  background: url('../images/trade-collection/banner.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner_inner .banner_l{
  padding-top: 86px;
  padding-left: 20px;
}
.banner_inner .banner_r{
  margin-top: 50px;
  width: 670px;
  height: 520px;
  background: url('../images/trade-collection/banner_pic.png') no-repeat;
  background-size: contain;
}
.banner_sec .tips{
  font-size: 20px;
  line-height: 28px;
  color: #507390;
}
.banner_sec .title{
  font-size: 48px;
  line-height: 66px;
  color: #333333;
  margin-bottom: 76px;
  letter-spacing: 4px;
}
.banner_sec .title .per{
  font-size: 60px;
  color: #00A6FD;
  vertical-align: bottom;
}
.scroll_arrow .animation_icon {
  color:#507390 !important;
}
@media (max-width: 992px){
  .banner_sec{
    height: auto;
    padding-bottom: 56px;
  }
  .banner{
    background: url('../images/trade-collection/banner_m.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .banner_inner{
    display: block;
  }
  .banner_inner .banner_l{
    padding-top: 56px;
    padding-bottom: 28px;
    padding-left: 0;
    text-align: center;
  }
  .banner_sec .tips{
    font-size: 14px;
    line-height: 22px;
  }
  .banner_sec .title{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 28px;
    letter-spacing: 2px;
  }
  .banner_sec .title .per{
    font-size: 36px;
  }
  .banner_inner .banner_r{
    margin: 0 auto;
    margin-top: 0;
    max-width: 375px;
    width: 100%;
    height: 260px;
  }
}
/* 数据统计 */
.num_sec{
  padding: 60px 0;
  background: url('../images/trade-collection/num_bg.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.num_sec .col-lg{
  border-right: 1px solid #D9D9D9;
}
.num_sec .col-lg:last-child{
  border-right: none;
}
.num_sec .num_item{
  padding: 30px 0;
  text-align: center;
}
.num_sec .img_box{
  display: inline-block;
  height: 38px;
  margin-bottom: 20px;
}
.num_sec .img_box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.num_sec .t{
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 992px){
  .num_sec{
    padding: 36px 0;
    background: url('../images/trade-collection/num_bg_m.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .num_sec .col-lg{
    margin-bottom: 28px;
  }
  .num_sec .col-lg:nth-child(3),
  .num_sec .col-lg:nth-child(4){
    margin-bottom: 0;
  } 
  .num_sec .col-lg:nth-child(2n){
    border-right: none;
  }
  .num_sec .num_item{
    padding: 10px 0;
  }
  .num_sec .img_box{
    height: 20px;
    margin-bottom: 12px;
  }
  .num_sec .t{
    font-size: 14px;
    line-height: 22px;
  }
}
/* 外贸收款就用skyee */
.advantage_sec{
  padding-bottom: 112px;
  overflow: hidden;
}
.advantage_warpper{
  padding-top: 88px;
  display: flex;
  flex-wrap: wrap;
}
.advantage_warpper.row{
  margin-right: -30px;
  margin-left: -30px
}
.advantage_warpper .col-item{
  padding-right: 30px;
  padding-left: 30px;
}
.advantage_item{ 
  padding: 28px 20px 30px 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 148, 219, 0.1);
  border-radius: 8px;
  margin-bottom: 50px;
  position: relative;
}
.advantage_item::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-bottom-right-radius: 8px;
  background: rgba(0,166,253,.08);
}
.advantage_item .diamond{
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 16px;
  height: 16px;
  background: rgba(0,166,253,.2);
  z-index: 1;
}
.advantage_item .diamond::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background: #00A6FD;
  z-index: -1;
}
.advantage_item .top{
  display: flex;
  justify-content: space-between;
}
.advantage_item .top_l{
  flex: 1;
  margin-right: 36px;
}
.advantage_item .t{
  height: 80px;
  padding-top: 20px;
  padding-left: 30px;
  color: #507390;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.advantage_item .line{
  width: 100%;
  height: 14px;
  margin-left: -10px;
  background: #B7E4FF;
  position: relative;
}
.advantage_item .line::before{
  content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  display: block;
  width:0px;
  height:0px;
  border:5px solid transparent;
  border-top-color:#71CAFF;
  border-right-color:#71CAFF;
}
.advantage_item .desc{
  padding-left: 30px;
  margin-top: 16px;
  line-height: 20px;
  color: #707070;
}
.advantage_item .img_box{
  width: 80px;
  height: 80px;
}
.advantage_item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 992px){
  .advantage_sec{
    padding-bottom: 56px;
  }
  .advantage_warpper{
    padding-top: 38px;
    padding: 0 16px;
  }
  .advantage_item{ 
    padding: 20px 20px 20px 0;
    margin-bottom: 40px;
  }
  .col-item:last-child .advantage_item{
    margin-bottom: 0;
  }
  .advantage_item .top_l{
    margin-right: 10px;
  }
  .advantage_item .t{
    height: auto;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .advantage_item .desc{
    padding-left: 20px;
    margin-top: 12px;
  }
  .advantage_item .img_box{
    width: 60px;
    height: 60px;
  }
}
/* 仅需要六步 轻松收款 */
.collection_steps_sec{
  overflow: hidden;
  background: #f7fcff;
}
.steps_wrapepr{
  padding-top: 68px;
  padding-bottom: 100px;
}
.steps_item{
  text-align: center;
  margin-bottom: 34px;
  position: relative;
}
.steps_item.line_vertical::before{
  content: '';
  position: absolute;
  right: 50%;
  bottom: -10px;
  transform: translate(4px, 100%);
  width: 10px;
  height: 40px;
  background: url('../images/trade-collection/line_vertical.png') no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.steps_wrapepr .steps_item .img_box{
  display: inline-block;
  width: 146px;
  height: 146px;
  position: relative;
}
.steps_item .line_horizontal::before{
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(100%,-50%);
  width: 200px;
  height: 12px;
  background: url('../images/trade-collection/line_horizontal.png') no-repeat;
  background-size: cover;
  background-position: right top;
}
.steps_wrapepr .steps_item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.steps_wrapepr .steps_item .t{
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.steps_wrapepr .btn_wrapper{
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 992px){
  .steps_wrapepr{
    padding-top: 35px;
    padding-bottom: 56px;
  }
  .steps_item{
    margin-bottom: 20px;
  }
  .steps_item .line_horizontal::before,
  .steps_item.line_vertical::before{
    display: none;
  }
  .steps_wrapepr .steps_item .img_box{
    width: 50px;
    height: 50px;
  }
  .steps_wrapepr .steps_item .t{
    font-size: 14px;
    line-height: 22px;
  }
  .steps_wrapepr .btn_wrapper{
    padding-top: 10px;
  }
  .steps_wrapepr .order1{
    order: 3;
  }
  .steps_wrapepr .order2{
    order: 2;
  }
  .steps_wrapepr .order3{
    order: 1;
  }
}

/* 底部 */
.bottom_banner{
  background: url('../images/trade-collection/bottom_bg.jpg') no-repeat;
  background-size: cover;
  background-position: left center;
}
.bottom_inner{
  min-height: 168px;
}
.bottom_inner .bootom_l{
  margin-right: 140px;
}
.bottom_inner .bootom_l .white{
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  text-shadow: 0px 6px 14px rgba(25,131,214,0.46);
  letter-spacing: 2px;
}
.bottom_inner .logo{
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  letter-spacing: 0;
}
.bottom_inner .bootom_l .yellow{
  font-size: 48px;
  line-height: 56px;
  color: #E29524;
  font-weight: 500;
  -webkit-text-stroke: 1px #FFFFFF;
}
.bottom_inner .bootom_l .yellow .per{
  vertical-align: bottom;
  font-size: 60px;
}
@media (max-width: 992px){
  .bottom_banner{
    background: url('../images/trade-collection/bottom_bg_m.jpg') no-repeat;
    background-size: cover;
    background-position: left center;
  }
  .bottom_inner{
    padding: 30px 0;
    display: block;
    text-align: center;
  }
  .bottom_inner .bootom_l{
    margin-right: 0;
  }
  .bottom_inner .bootom_l .white{
    font-size: 28px;
    line-height: 36px;
  }
  .bottom_inner .logo{
    display: block;
    font-size: 28px;
    line-height: 36px;
  }
  .bottom_inner .bootom_l .yellow{
    display: block;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .bottom_inner .bootom_l .yellow .per{
    font-size: 36px;
  }
}