@keyframes rowup-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2890px, 0, 0);
  }
}
@keyframes rowup-right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(2910px, 0, 0);
  }
}
.paypage .banner-outer {
  height: 550px;
  width: 100%;
  background: #131227;
}
.paypage .banner-outer .new-banner {
  height: 550px;
  width: 100%;
  background-image: url(/images/deliver/banner.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 1920px 550px;
}
.paypage .banner-outer .banner-inner {
  width: 1000px;
  padding-top: 214px;
  margin: auto;
  color: white;
}
.paypage .banner-outer .banner-inner h1 {
  font-size: 50px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  height: 50px;
  line-height: 50px;
}
.paypage .banner-outer .banner-inner .text {
  font-size: 18px;
  margin-top: 32px;
  line-height: 18px;
  height: 18px;
  box-sizing: border-box;
}
.paypage .banner-outer .banner-inner .btnBox {
  margin-top: 38px;
  width: 1000px;
  display: flex;
  height: 48px;
  box-sizing: border-box;
}
.paypage .banner-outer .banner-inner .btnBox .l-btn {
  width: 117px;
  height: 48px;
  background: #1ababd;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 48px;
  text-align: center;
  margin-right: 35px;
  cursor: pointer;
}
.paypage .banner-outer .banner-inner .btnBox .l-btn a {
  text-decoration: none;
  display: inline-block;
  width: 117px;
  height: 48px;
  line-height: 48px;
  background: #1ababd;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
}
.paypage .banner-outer .banner-inner .btnBox .l-btn:hover {
  background: #07aeb4;
  border-radius: 5px;
}
.paypage .banner-outer .banner-inner .btnBox .l-btn:hover a {
  background: #07aeb4;
  border-radius: 5px;
}
.paypage .banner-outer .banner-inner .btnBox .r-btn {
  width: 118px;
  height: 48px;
  border: 1px solid #1ababd;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.paypage .banner-outer .banner-inner .btnBox .r-btn a {
  text-decoration: none;
  display: inline-block;
  width: 118px;
  height: 48px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ababd;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  border-radius: 5px;
}
.paypage .banner-outer .banner-inner .btnBox .r-btn:hover {
  background: #e7fafa;
  border-radius: 5px;
}
.paypage .banner-outer .banner-inner .btnBox .r-btn:hover a {
  background: #e7fafa;
  border-radius: 5px;
}
.paypage .pay-one {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
}
.paypage .pay-one h3 {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.paypage .pay-one .one-box {
  width: 1000px;
  height: 470px;
  margin: 0 auto;
}
.paypage .pay-one .one-box ul {
  padding: 0;
  margin: 0;
  width: 1000px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0px 60px;
}
.paypage .pay-one .one-box ul li {
  padding: 0;
  margin: 0;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border-bottom: solid 4px #ffffff;
  padding-left: 3px;
}
.paypage .pay-one .one-box ul li :first-child {
  align-items: center;
  display: inline-block;
  width: 39px;
  height: 27px;
  box-sizing: border-box;
  margin-right: 11px;
}
.paypage .pay-one .one-box ul li :first-child.icon-01 {
  background: url('/images/deliver/icon01.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li :first-child.icon-02 {
  background: url('/images/deliver/icon02.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li :first-child.icon-03 {
  background: url('/images/deliver/icon03.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li :first-child.icon-04 {
  background: url('/images/deliver/icon04.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li :last-child {
  align-items: center;
  display: inline-block;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #595959;
  box-sizing: border-box;
  margin-top: 2px;
}
.paypage .pay-one .one-box ul li.select {
  border-bottom: solid 4px #1ababd;
}
.paypage .pay-one .one-box ul li.select :first-child.icon-01 {
  background: url('/images/deliver/icon01-hover.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li.select :first-child.icon-02 {
  background: url('/images/deliver/icon02-hover.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li.select :first-child.icon-03 {
  background: url('/images/deliver/icon03-hover.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li.select :first-child.icon-04 {
  background: url('/images/deliver/iocn04-hover.png') no-repeat;
  background-size: 39px 27px;
}
.paypage .pay-one .one-box ul li.select :last-child {
  align-items: center;
  display: inline-block;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ababd;
  box-sizing: border-box;
  margin-top: 2px;
}
.paypage .pay-one .one-box .one-item-box {
  display: none;
}
.paypage .pay-one .one-box .one-item-box .one-item {
  width: 1000px;
  height: 400px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 5px 38px 0px rgba(91, 110, 129, 0.06);
  border-radius: 15px;
  display: flex;
  flex-direction: row;
}
.paypage .pay-one .one-box .one-item-box .one-item .one-l {
  width: 570px;
  height: 400px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 54px 100px 62px 63px;
}
.paypage .pay-one .one-box .one-item-box .one-item .one-l h5 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #363636;
  height: 26px;
  line-height: 26px;
}
.paypage .pay-one .one-box .one-item-box .one-item .one-l .tagone {
  width: 90px;
  height: 30px;
  background: #d0f2f1;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 33px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ababd;
  text-align: center;
  line-height: 30px;
}
.paypage .pay-one .one-box .one-item-box .one-item .one-l p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b8390;
  line-height: 25px;
}
.paypage .pay-one .one-box .one-item-box .one-item .one-l .tagtwo {
  width: 90px;
  height: 30px;
  background: #d0f2f1;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ababd;
  text-align: center;
  line-height: 30px;
  margin-top: 25px;
}
.paypage .pay-one .one-box .one-item-box .one-item .one-r {
  width: 430px;
  height: 400px;
}
.paypage .pay-one .one-box .one-item-box .one-item .one-r img {
  width: 100%;
  height: 100%;
}
.paypage .pay-one .one-box .one-item-box.select {
  display: block;
}
.paypage .pay-two {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background: #f8f9fd;
}
.paypage .pay-two h3 {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.paypage .pay-two .two-box {
  width: 1000px;
  height: initial;
  margin: 0 auto;
}
.paypage .pay-two .two-box ul {
  padding: 0;
  margin: 0;
  width: 1000px;
  height: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0px 60px;
}
.paypage .pay-two .two-box ul li {
  padding: 0;
  margin: 0;
  height: 55px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  border-bottom: solid 4px #f8f9fd;
  padding-left: 22px;
}
.paypage .pay-two .two-box ul li .two-icon01 {
  align-items: center;
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  margin-right: 11px;
  margin-top: 3px;
  background: url('/images/deliver/item01.png') no-repeat;
  background-size: 32px 32px;
}
.paypage .pay-two .two-box ul li .two-icon02 {
  align-items: center;
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  margin-right: 11px;
  margin-top: 3px;
  background: url('/images/deliver/item02.png') no-repeat;
  background-size: 32px 32px;
}
.paypage .pay-two .two-box ul li .text {
  align-items: center;
  display: block;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #595959;
  box-sizing: border-box;
  margin-top: 2px;
}
.paypage .pay-two .two-box ul li .text i {
  font-size: 20px;
  font-style: normal;
}
.paypage .pay-two .two-box ul li.select {
  border-bottom: solid 4px #1ababd;
}
.paypage .pay-two .two-box ul li.select .two-icon01 {
  background: url('/images/deliver/item01-hover.png') no-repeat;
  background-size: 32px 32px;
}
.paypage .pay-two .two-box ul li.select .two-icon02 {
  background: url('/images/deliver/item02-hover.png') no-repeat;
  background-size: 32px 32px;
}
.paypage .pay-two .two-box ul li.select .text {
  align-items: center;
  display: block;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1ababd;
  box-sizing: border-box;
  margin-top: 2px;
}
.paypage .pay-two .two-box ul li.select .text i {
  font-size: 20px;
  font-style: normal;
}
.paypage .pay-two .two-box .fir-box {
  display: none;
}
.paypage .pay-two .two-box .fir-box.select {
  display: block;
}
.paypage .pay-two .two-box .fir-box .two-item-box {
  width: 1000px;
  height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item {
  width: 230px;
  height: 250px;
  background: #ffffff;
  border: 1px solid #dddde1;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 35px 0px 39px 36px;
  position: relative;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.two-text {
  padding: 35px 0px 39px 36px;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.two-text .img-box {
  width: 35px;
  height: 28px;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.two-text .img-box img {
  width: 100%;
  height: 100%;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.three-text {
  padding: 29px 0px 39px 36px;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.three-text .img-box {
  width: 38px;
  height: 35px;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.three-text .img-box img {
  width: 100%;
  height: 100%;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.four-text {
  padding: 32px 0px 39px 36px;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.four-text .img-box {
  width: 34px;
  height: 34px;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item.four-text .img-box img {
  width: 100%;
  height: 100%;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item .bg {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item .img-box {
  width: 33px;
  height: 29px;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item .img-box img {
  width: 100%;
  height: 100%;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item h5 {
  margin: 0;
  padding: 0;
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 20px;
  margin-top: 22px;
  box-sizing: border-box;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item .tips {
  margin: 0;
  padding: 0;
  height: 14px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 14px;
  margin-top: 15px;
  box-sizing: border-box;
}
.paypage .pay-two .two-box .fir-box .two-item-box .two-item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b8390;
  line-height: 23px;
  margin-top: 11px;
  box-sizing: border-box;
}
.paypage .pay-two .two-box .fir-box .two-item-box .public-icon {
  width: 30px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paypage .pay-two .two-box .fir-box .two-item-box .public-icon img {
  display: block;
  width: 7px;
  height: 17px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 {
  width: 1000px;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top {
  width: 1000px;
  height: 190px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item {
  width: 210px;
  height: 190px;
  background: #ffffff;
  border: 1px solid #dddde1;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 32px 0px 0px 36px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top {
  display: flex;
  flex-direction: row;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top img {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  margin-right: 13px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top img.one {
  width: 32px;
  height: 36px;
  box-sizing: border-box;
  margin-right: 13px;
  margin-top: -4px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top img.two {
  width: 37px;
  height: 32px;
  box-sizing: border-box;
  margin-right: 13px;
  margin-top: -4px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top img.three {
  width: 32px;
  height: 38px;
  box-sizing: border-box;
  margin-right: 13px;
  margin-top: -6px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top img.four {
  width: 32px;
  height: 33px;
  box-sizing: border-box;
  margin-right: 13px;
  margin-top: -1px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top img.five {
  width: 32px;
  height: 31px;
  box-sizing: border-box;
  margin-right: 13px;
  margin-top: 1px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top img.six {
  width: 37px;
  height: 30px;
  box-sizing: border-box;
  margin-right: 13px;
  margin-top: 2px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item .two2-item-top span {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .two2-item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b8390;
  line-height: 24px;
  box-sizing: border-box;
  margin-top: 24px;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .public-icon {
  width: 53px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paypage .pay-two .two-box .fir-box .two-item-box2 .two-item-box2-top .public-icon img {
  display: block;
  width: 7px;
  height: 17px;
}
.paypage .pay-three {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
}
.paypage .pay-three h3 {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.paypage .pay-three .three-box {
  width: 1000px;
  height: 360px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-between;
}
.paypage .pay-three .three-box .item {
  width: 308px;
  height: 360px;
  background: #ffffff;
  box-shadow: 0px 5px 38px 0px rgba(91, 110, 129, 0.06);
  border-radius: 15px;
  box-sizing: border-box;
}
.paypage .pay-three .three-box .item img {
  display: block;
  height: 160px;
  width: 308px;
}
.paypage .pay-three .three-box .item h5 {
  margin: 0;
  padding: 0;
  margin-top: 33px;
  padding-left: 38px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
}
.paypage .pay-three .three-box .item p {
  padding-left: 38px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b8390;
  line-height: 26px;
  margin-top: 19px;
}
.paypage .pay-four {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background: #f8f9fd;
}
.paypage .pay-four h3 {
  margin: 0;
  padding: 0;
  height: 36px;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #363636;
  line-height: 36px;
  text-align: center;
  margin-bottom: 60px;
}
.paypage .pay-four .four-box {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 96px;
  padding-right: 63px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.paypage .pay-four .four-box h5 {
  margin: 0;
  padding: 0;
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #363636;
  line-height: 20px;
  text-align: center;
}
.paypage .pay-four .four-box .four-l {
  width: 293px;
}
.paypage .pay-four .four-box .four-l img {
  width: 293px;
  height: 206px;
  display: block;
  box-sizing: border-box;
  margin-top: 38px;
}
.paypage .pay-four .four-box .four-r {
  width: 320px;
}
.paypage .pay-four .four-box .four-r img {
  width: 320px;
  height: 176px;
  display: block;
  box-sizing: border-box;
  margin-top: 51px;
}
.paypage .pay-five {
  width: 100%;
  height: 500px;
  background-color: #ecf6f6;
  overflow: hidden;
}
.paypage .pay-five .five-box {
  width: 100%;
  height: 500px;
  background: url('/images/deliver/five-bg.png') no-repeat;
  background-size: 1126px 337px;
  background-position: center;
  padding: 81px 0px 86px 0px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.paypage .pay-five .five-box .five-top {
  width: 100%;
  display: flex;
  height: 140px;
  flex-wrap: nowrap;
  animation: 90s rowup-left linear infinite normal;
}
.paypage .pay-five .five-box .five-top:hover {
  animation-play-state: paused;
}
.paypage .pay-five .five-box .item {
  width: 490px;
  height: 140px;
  box-sizing: border-box;
  display: block;
  margin-left: 93px;
  padding-left: 170px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7b8390;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.paypage .pay-five .five-box .item span {
  display: block;
  width: 320px;
  padding-right: 52px;
}
.paypage .pay-five .five-box .item.one {
  width: 490px;
  height: 140px;
  background: url('/images/deliver/lg-01.png') no-repeat;
  background-size: 490px 140px;
}
.paypage .pay-five .five-box .item.two {
  width: 490px;
  height: 140px;
  background: url('/images/deliver/lg-02.png') no-repeat;
  background-size: 490px 140px;
}
.paypage .pay-five .five-box .item.three {
  width: 490px;
  height: 140px;
  background: url('/images/deliver/lg-03.png') no-repeat;
  background-size: 490px 140px;
}
.paypage .pay-five .five-box .item.four {
  width: 490px;
  height: 140px;
  background: url('/images/deliver/lg-04.png') no-repeat;
  background-size: 490px 140px;
}
.paypage .pay-five .five-box .item.five {
  width: 490px;
  height: 140px;
  padding-left: 150px;
  background: url('/images/deliver/lg-05.png') no-repeat;
  background-size: 490px 140px;
}
.paypage .pay-five .five-box .item.six {
  width: 490px;
  height: 140px;
  background: url('/images/deliver/lg-06.png') no-repeat;
  background-size: 490px 140px;
}
.paypage .pay-five .five-box .item.seven {
  width: 490px;
  height: 140px;
  background: url('/images/deliver/lg-07.png') no-repeat;
  background-size: 490px 140px;
}
.paypage .pay-five .five-box .item.eight {
  width: 490px;
  height: 140px;
  background: url('/images/deliver/lg-08.png') no-repeat;
  background-size: 499px 149px;
  background-position: -22px -4px;
}
.paypage .pay-five .five-box .five-bottom {
  width: 100%;
  display: flex;
  height: 140px;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  animation: 90s rowup-right linear infinite normal;
  padding-right: 314px;
  box-sizing: border-box;
}
.paypage .pay-five .five-box .five-bottom:hover {
  animation-play-state: paused;
}
