section.product-intruduction {
  padding-bottom: 60px;
}

section .wrap {
  margin-top: 60px;
}

article {
  text-align  : left;
  flex        : 1;
  margin-right: 70px;
}

article h4 {
  font-size    : 24px;
  color        : #000;
  margin-bottom: 33px;
}

article p {
  font-size    : 16px;
  color        : #222;
  margin-bottom: 40px;
}

article ul li {
  font-size  : 15px;
  color      : #666;
  line-height: 40px;
  position   : relative;
  margin-left: 20px;
}

article ul li::before {
  content      : "";
  display      : block;
  position     : absolute;
  width        : 10px;
  height       : 10px;
  background   : #efa03e;
  border-radius: 50%;
  left         : -20px;
  top          : 16px;
}

.wrap .products-wrap {
  flex: 1;
}

.wrap .products-wrap img {
  width     : 100%;
  opacity   : 0;
  position  : relative;
  right     : -200px;
  transition: all .3s ease-in-out;
}

.products-wrap.add-transition img {
  opacity: 1;
  right  : 0;
}

/**浜у搧鐗圭偣**/
section.features-advantages {
  background : #f8f8f8;
  position   : relative;
  padding-bottom: 110px;
}

.features {
  width    : 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin   : 54px auto 0;
  position : relative;
  flex-wrap: wrap;
}



.feature {
  width: 48%;
  display        : flex;
  flex-direction : column;
  justify-content: space-around;
  align-items    : center;
  padding        : 0 20px;
  position       : relative;
}
.feature:first-child,
.feature:nth-child(2) {
  margin-bottom: 80px;
}

.feature .header {
  background: #fff;
  height    : 168px;
  width     : 100%;
}

.feature .header .number {
  width        : 60px;
  height       : 60px;
  background   : #F3AB32;
  border-radius: 50%;
  color        : #fff;
  font-size    : 36px;
  line-height  : 60px;
  text-align   : center;
  margin       : 30px auto;
}

.feature .header p {
  font-size  : 22px;
  line-height: 23px;
}

.feature .content {
  position   : absolute;
  top        : 168px;
  background : #F3AB32;
  bottom     : 0;
  left       : 20px;
  right      : 20px;
  opacity    : 0;
  transition : all .3s ease-in;
  display    : flex;
  align-items: center;
}

.feature:hover .content {
  opacity: 1;
}

.feature .content ul {
  text-align: left;
  margin    : 0 88px 0 60px;
}

.gateway-payment .feature .content ul{
  margin-right: 50px;
}


.feature .content ul li {
  font-size   : 16px;
  line-height : 40px;
  position    : relative;
  padding-left: 20px;
  color       : #222;
}

.feature .content ul li::before {
  width        : 10px;
  height       : 10px;
  border-radius: 50%;
  background   : #fff;
  display      : block;
  content      : '';
  position     : absolute;
  top          : 15px;
  left         : 0;
}

.swiper-button-prev,
.swiper-button-next {
  top    : 51px;
  outline: none;
}

.feature img {
  width: 100%;
}

.white-bg {
  position  : absolute;
  top       : 430px;
  bottom    : 0;
  left      : 0;
  right     : 0;
  background: #fff;
}

.white-bg .inner {
  width:100%;
  max-width   : 1262px;
  height  : 100%;
  position: relative;
  margin  : 0 auto;
}

@media screen and (max-width:1110px) {
  .feature .content ul{
    margin: 0 40px 0 20px;
  }
}

@media screen and (max-width:1015px) {
  .product-intruduction .wrap {
    position: relative;
  }

  .product-intruduction .wrap .content {
    width     : 100%;
    height    : 100%;
    position  : absolute;
    left      : 0px;
    top       : 0px;
    background: rgba(255, 255, 255, 0.8);
    z-index   : 10;
    padding   : 15px 30px;
  }
}

@media screen and (max-width:920px) {
  .feature {
    width: 80%;
    margin: 0 auto 80px;
  }
  .feature:last-child {
    margin-bottom: 0;
  }
  .feature .header{
    width:460px;
  }
  .feature .content{
    width:460px;
    left: auto;
    right: auto;
  }
  .feature img{
    width:460px;
  }
}

@media screen and (max-width:630px) {

  .product-intruduction .wrap .content h4 {
    margin-bottom: 10px;
  }

  .product-intruduction .wrap .content p {
    margin-bottom: 10px;
  }

  .product-intruduction .wrap .content ul li {
    line-height: 30px;
  }

  .product-intruduction .wrap .content ul li::before {
    top: 10px;
  }
}


@media screen and (max-width:460px) {
  .feature .header{
    width:350px;
  }
  .feature .content{
    width:350px;
    left: auto;
    right: auto;
  }
  .feature img{
    width:350px;
  }
  .feature .content ul li{
    line-height: 20px;
  }
  .feature .content ul li::before{
    top:4px;
  }
  .feature .content ul{
    margin-right:20px;
  }
}

@media screen and (max-width:400px) {
  .real-name-payment .products-wrap {
    height: 340px;
    overflow: hidden;
  }

  .product-intruduction .wrap{
    padding:0px;
  }

  .payment-in-real-name .products-wrap,.payment-by-scanning-code .products-wrap{
    height:280px;
    overflow: hidden;
  }

  .gateway-payment .products-wrap{
    height:260px;
    overflow: hidden;
  }

  .payment-in-real-name .products-wrap img,.payment-by-scanning-code .products-wrap img,.gateway-payment .products-wrap img,.real-name-payment .products-wrap img {
    height: 100%;
    width : auto;
  }

  article h4{
    font-size: 20px;
  }

  .feature .header p{
    font-size: 20px;
  }
}