.margin-zero {
  margin-bottom: 0 !important;
}

/* 标题的动画 */
.fadeInUpAnimationTitleTip {
  animation: fadeInUp;
  animation-duration: 0.5s;
  visibility: visible !important;
}
/* 卡片的动画 */
.fadeInUpAnimationCard {
  animation: fadeInUp;
  animation-duration: 0.8s;
  visibility: visible !important;
}
/* 从左侧进入 */
.fadeInLeft {
  animation: fadeInLeft;
  animation-duration: 0.8s;
  visibility: visible !important;
}
/* 从右侧进入 */
.fadeInRight {
  animation: fadeInRight;
  animation-duration: 0.8s;
  visibility: visible !important;
}

.nav {
  width: 100%;
  height: 80px;
  background: #3762ec;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav .left {
  display: flex;
  height: 100%;
}

.nav .left .icon {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.nav .left .icon img {
  height: 30px;
  margin-right: 10px;
}
.nav .left .icon .name {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.nav .left .icon.line {
  width: 1px;
  height: 20px;
  background: #ffffff;
  margin: 0 10px;
}
.nav .left .icon .second-name {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.nav .left .nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav .left .nav-list .item {
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
  height: 100%;
}
.nav .left .nav-list .item span {
  font-size: 16px;
  color: #ffffff;
}
.nav .left .nav-list .item .more {
  margin-left: 10px;
  width: 12px;
  height: 8px;
  background-image: url('/assets/zk.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.nav .left .nav-list .item:hover span {
  color: #ffdc00;
}
.nav .left .nav-list .item:hover .more {
  background-image: url('/assets/sq.png');
}
.nav .right a {
  width: 100px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  color: #2d70f5;
}
.nav .right a:hover {
  background: #5f81f0;
  color: #ffffff;
}

.nav .product-function,
.payment-solution {
  position: relative;
}
.nav .product-function-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: fit-content;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  top: 60px;
  padding: 25px 0;
  display: none;
  z-index: 999;
}
.nav .payment-solution .product-function-list {
  align-items: flex-start;
  padding-left: 24px;
}
.nav .product-function-list .func-item {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  cursor: pointer;
}
.nav .product-function-list .func-item:hover span {
  color: #2d70f5 !important;
}
.nav .product-function-list .func-item:last-child {
  margin-bottom: 0;
}
.nav .product-function-list .func-item img {
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.nav .product-function-list .func-item span {
  font-weight: bold;
  font-size: 16px;
  color: #000000 !important;
}

.nav .nav-list .product-function:hover .product-function-list {
  display: flex;
}
.nav .nav-list .payment-solution:hover .product-function-list {
  display: flex;
}

.banner-one {
  margin-top: 80px;
  width: 100%;
  height: 700px;
  background: #3762ec;
}
.banner-one .container {
  height: 100%;
  display: flex;
  padding-top: 80px;
  justify-content: space-between;
}
.banner-one .container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  display: inline-block;
  animation: bounceInLeft;
  animation-duration: 1s;
}

.banner-one .container .left .title {
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner-one .container .left .tip {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}
.banner-one .container .left .tip span {
  margin-bottom: 5px;
}
.banner-one .container .left .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.banner-one .container .left .list .list-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 198px;
  height: 102px;
  background: linear-gradient(
    181deg,
    rgba(218, 236, 251, 0.8) 0%,
    #f5f9fe 100%
  );
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #ffffff;
  padding-top: 14px;
  margin-right: 18px;
  cursor: pointer;
}
.banner-one .container .left .list .list-item:hover {
  background-color: #fff;
  transform: translateY(-5px);
}
.banner-one .container .left .list .list-item:hover .right .item-title {
  color: #2d70f5 !important;
}
.banner-one .container .left .list .list-item:hover .right .item-tip {
  color: #2d70f5 !important;
}
.banner-one .container .left .list .list-item img {
  height: 32px;
  margin-right: 10px;
}
.banner-one .container .left .list .list-item .right {
  display: flex;
  flex-direction: column;
}
.banner-one .container .left .list .list-item .right .item-title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 6px;
}
.banner-one .container .left .list .list-item .right .item-tip {
  font-size: 14px;
  color: #666666;
}
.banner-one .container .left .consult-btn {
  width: 178px;
  height: 60px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.banner-one .container .left .consult-btn:hover {
  background-color: #5f81f0;
  border: 1px solid #fff;
}
.banner-one .container .left .consult-btn:hover span {
  color: #fff;
}
.banner-one .container .left .consult-btn:hover .consult-img {
  background-image: url('/assets/banner_icon_6.png');
}
.banner-one .container .left .consult-btn span {
  font-weight: bold;
  font-size: 20px;
  color: #2d70f5;
  margin-right: 11px;
}

.banner-one .container .left .consult-btn .consult-img {
  width: 22px;
  height: 22px;
  background-image: url('/assets/banner_icon_5.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-one .container .right-image {
  animation: bounceInRight;
  animation-duration: 1s;
}

.banner-two {
  width: 100%;
  height: 100px;
  background: #2c56de;
}

.banner-two .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: fadeInUp;
  animation-duration: 0.5s;
}
.banner-two .container .left {
  display: flex;
  align-items: center;
}
.banner-two .container .left img {
  margin-right: 10px;
}
.banner-two .container .left span {
  font-size: 18px;
  color: #ffffff;
}
.banner-two .container .right {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

/* 洞悉支付痛点 */
.payment-pain-points {
  width: 100%;
  height: 677px;
  background: #f8fbff;
  border-radius: 0px 0px 0px 0px;
}
.payment-pain-points .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.payment-pain-points .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #2d70f5;
  margin-bottom: 24px;
}
.payment-pain-points .container .title-tip {
  font-size: 20px;
  color: #6a7481;
  margin-bottom: 108px;
}

.payment-pain-points .container .pain-list {
  display: flex;
}
.payment-pain-points .container .pain-list .pain {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 380px;
  height: 302px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 1px rgba(66, 127, 219, 0.1);
  border-radius: 16px 16px 16px 16px;
  padding: 42px 25px;
  margin-right: 30px;
  padding-top: 100px;
  visibility: hidden;
}

.payment-pain-points .container .pain-list .pain:hover {
  transform: translate(-10px, -10px) !important;
}

.payment-pain-points .container .pain-list .pain:last-child {
  margin-right: 0;
}
.payment-pain-points .container .pain-list .pain img {
  position: absolute;
  top: -60px;
}
.payment-pain-points .container .pain-list .pain .pain-title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  margin-bottom: 16px;
}
.payment-pain-points .container .pain-list .pain .pain-message {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}

/* 多方位轻松解决支付难题 */
.payment-solution-part {
  width: 100%;
  height: 1395px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.payment-solution-part .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-solution-part .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-solution-part .container .title-tip {

  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.payment-solution-part .container .solution-list {
  display: flex;
  margin-bottom: 30px;
}
.payment-solution-part .container .solution-list .solution-item {
  width: 585px;
  height: 525px;
  background: #f1f5fe;
  border-radius: 16px 16px 16px 16px;
  margin-right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 42px;
  flex-direction: column;
  position: relative;
}
.payment-solution-part .container .solution-list .solution-item:last-child {
  margin-right: 0;
}
.payment-solution-part
  .container
  .solution-list
  .solution-item
  .solution-title {
  font-weight: bold;
  font-size: 28px;
  color: #2d70f5;
  width: 300px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.payment-solution-part
  .container
  .solution-list
  .solution-item
  .solution-title.one {
  background-image: url('/assets/module_2_1.png');
}
.payment-solution-part
  .container
  .solution-list
  .solution-item
  .solution-title.two {
  background-image: url('/assets/module_2_2.png');
}
.payment-solution-part
  .container
  .solution-list
  .solution-item
  .solution-title.three {
  background-image: url('/assets/module_2_3.png');
}
.payment-solution-part
  .container
  .solution-list
  .solution-item
  .solution-title.four {
  background-image: url('/assets/module_2_4.png');
}
.payment-solution-part .container .solution-list .solution-item .solution-tip {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 13px;
  width: 440px;
}
.payment-solution-part .container .solution-list .solution-item .solution-img {
  height: 246px;
}
.payment-solution-part
  .container
  .solution-list
  .solution-item
  .solution-right {
  position: absolute;
  right: 48px;
  top: 36px;
  width: 100px;
}

/* 解决各种场景支付需求 */
.payment-scene {
  width: 100%;
  height: 1075px;
  background: #f8fbff;
}
.payment-scene .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-scene .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-scene .container .title-tip {
  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.payment-scene .container img {
  width: 1200px;
}

/* 聚合支付 一键接入简单便捷 */
.payment-aggregation-part {
  width: 100%;
  height: 888px;
  background: #ffffff;
}
.payment-aggregation-part .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-aggregation-part .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-aggregation-part .container .title-tip {
  font-size: 20px;
  color: #6a7481;
  margin-bottom: 80px;
}
.payment-aggregation-part .container .image-list {
  width: 100%;
  display: flex;
  position: relative;
  justify-content:center;
}
.payment-aggregation-part .container .image-list .left {
  width: 560px;
}
.payment-aggregation-part .container .image-list .right {
  width: 560px;
}
.payment-aggregation-part .container .image-list .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

/*空中分账 高效资金管理  */
.payment-air-sharing-part {
  width: 100%;
  height: 1062px;
  background: #f8fbff;
}
.payment-air-sharing-part .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-air-sharing-part .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-air-sharing-part .container .title-tip {
  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.payment-air-sharing-part .container img {
  width: 1200px;
}

/*低代码实现支付对接简单  */
.payment-low-code-part {
  width: 100%;
  height: 863px;
  background: #ffffff;
}
.payment-low-code-part .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-low-code-part .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-low-code-part .container .title-tip {
  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.payment-low-code-part .container img {
  width: 1200px;
}

/*超低费率：费率远低于官方  */
.payment-low-fee-part {
  width: 100%;
  height: 887px;
  background: #f8fbff;
}
.payment-low-fee-part .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-low-fee-part .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-low-fee-part .container .title-tip {
  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.payment-low-fee-part .container img {
  width: 918px;
}

/*精简高效的支付中台  */
.payment-management-part {
  width: 100%;
  height: 887px;
  background: #ffffff;
}
.payment-management-part .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-management-part .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-management-part .container .title-tip {
  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.payment-management-part .container img {
  width: 1200px;
}

/* B2B B2C 收付款 */
.payment-b2b-b2c {
  width: 100%;
  height: 620px;
  background: #f8fbff;
}
.payment-b2b-b2c .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-b2b-b2c .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 48px;
}

.payment-b2b-b2c .container .solution-list {
  display: flex;
  margin-bottom: 30px;
}
.payment-b2b-b2c .container .solution-list .solution-item {
  width: 585px;
  height: 356px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 1px rgba(66, 127, 219, 0.1);
  border-radius: 16px 16px 16px 16px;
  margin-right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 42px;
  flex-direction: column;
  position: relative;
  padding-left: 58px;
  padding-right: 24px;
}
.payment-b2b-b2c .container .solution-list .solution-item:last-child {
  margin-right: 0;
}
.payment-b2b-b2c .container .solution-list .solution-item .solution-title {
  font-weight: bold;
  font-size: 28px;
  color: #2d70f5;
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.payment-b2b-b2c .container .solution-list .solution-item .solution-title.one {
  background-image: url('/assets/module_2_1.png');
}
.payment-b2b-b2c .container .solution-list .solution-item .solution-title.two {
  background-image: url('/assets/module_2_2.png');
}
.payment-b2b-b2c
  .container
  .solution-list
  .solution-item
  .solution-title.three {
  background-image: url('/assets/module_2_3.png');
}
.payment-b2b-b2c .container .solution-list .solution-item .solution-title.four {
  background-image: url('/assets/module_2_4.png');
}
.payment-b2b-b2c .container .solution-list .solution-item .solution-tip {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 13px;
  display: flex;
  flex-direction: column;
}
.payment-b2b-b2c .container .solution-list .solution-item .solution-img {
  height: 246px;
}
.payment-b2b-b2c .container .solution-list .solution-item .solution-right {
  position: absolute;
  right: 48px;
  top: 36px;
  width: 100px;
}

/* 我们的优势 */
.payment-advantage {
  width: 100%;
  height: 736px;
  background: #ffffff;
}
.payment-advantage .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-advantage .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;

  /* margin-bottom: 24px; */
}

.payment-advantage .container .advantage-content {
  background-image: url('/assets/module_10_img (2).png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1200px;
  height: 650px;
  position: relative;
}
.payment-advantage .container .advantage-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 194px;
}
.payment-advantage .container .advantage-content .item.one {
  position: absolute;
  left: 80px;
  top: 150px;
  width: 150px;
}
.payment-advantage .container .advantage-content .item.two {
  align-items: flex-start;
  position: absolute;
  left: 250px;
  bottom: 70px;
  width: 150px;
}
.payment-advantage .container .advantage-content .item.three {
  position: absolute;
  left: 430px;
  bottom: 350px;
  width: 200px;
}
.payment-advantage .container .advantage-content .item.four {
  align-items: flex-start;
  position: absolute;
  right: 350px;
  bottom: 110px;
  width: 160px;
}
.payment-advantage .container .advantage-content .item.five {
  position: absolute;
  right: 180px;
  align-items: flex-start;
  width: 140px;
  top: 150px;
}
.payment-advantage .container .advantage-content .item .item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #2d70f5;
  line-height: 40px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e3e3e3;
}
.payment-advantage .container .advantage-content .item .item-message {
  font-weight: bold;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}

.payment-advantage .container img {
  width: 1100px;
}

/* 安全合规 资金保障  */
.payment-security {
  width: 100%;
  height: 610px;
  background: #f8fbff;
}
.payment-security .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-security .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 80px;
}
.payment-security .container .security-list {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: relative;
}
.payment-security .container .security-list .security-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: fit-content;
  position: relative;
  z-index: 9999;
  visibility: hidden;
}
.payment-security .container .security-list .security-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.payment-security .container .security-list .security-item .security-message {
  font-weight: bold;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-bottom: 24px;
}
.payment-security .container .security-list .security-item .point {
  width: 14px;
  height: 14px;
  background: #2d70f5;
  border-radius: 50%;
  margin-bottom: 30px;
}
.payment-security .container .security-list .security-item .security-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  white-space: nowrap;
}

.payment-security .container .security-list .line {
  position: absolute;
  width: 1200px;
  /* border: 1px dashed #979797; */
  bottom: 67px;
  background: linear-gradient(
    to left,
    /*to结束的方向*/ transparent 0%,
    transparent 50%,
    #ccc 50%,
    #ccc 100%
  );
  background-size: 10px 1px;
  background-repeat: repeat-x;
  height: 2px;
}

/* 支付解决方案 */
.payment-solution-wrapper {
  width: 100%;
  height: 1071px;
  background: #ffffff;
}
.payment-solution-wrapper .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.payment-solution-wrapper .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}
.payment-solution-wrapper .container .title-tip {

  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.payment-solution-wrapper .container .wrapper-center {
  width: 1412px;
  height: 688px;
  background: #f6f9ff;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding-top: 84px;
}
.payment-solution-wrapper .container .notice-more {
  width: 256px;
  height: 60px;
  background: #2d70f5;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
}
.payment-solution-wrapper .container .notice-more:hover {
  background: #6498ff;
}

.payment-solution-wrapper .container .wrapper-center .swiper {
  width: 1100px;
}

.payment-solution-wrapper
  .container
  .wrapper-center
  .wrapper-center-change-list {
  display: flex;
  margin-top: 78px;
  width: 1100px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  bottom: 84px;
  justify-content: center;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .wrapper-center-change-list
  .swiper-pagination-bullet {
  width: 140px;
  height: 50px;
  background: #edf0f5;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333333;
  margin-right: 48px;
  white-space: nowrap;
  opacity: 1;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .wrapper-center-change-list
  button.active {
  background: #3378fe;
  color: #ffffff;
}
.swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-next:after {
  content: '' !important;
}

.payment-solution-wrapper .container .wrapper-center .swiper-scrollbar {
  bottom: 165px;
  width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  background: #e5ebef;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background: #2d70f5;
}

.payment-solution-wrapper .container .wrapper-center .swiper .swiper-slide {
  transform: scale(0.8);
  transition: 300ms;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-slide-active {
  transform: scale(1);
}

.payment-solution-wrapper .container .wrapper-center .swiper-button-prev {
  width: 80px;
  height: 80px;
  left: 30px;
  top: 250px;
}
.payment-solution-wrapper .container .wrapper-center .swiper-button-next {
  width: 80px;
  height: 80px;
  right: 30px;
  top: 250px;
}
.payment-solution-wrapper .container .wrapper-center .swiper-button-prev .prev {
  width: 80px;
  height: 80px;
  background-image: url('/assets/module_12_1_normal.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.payment-solution-wrapper .container .wrapper-center .swiper-button-next .next {
  width: 80px;
  height: 80px;
  background-image: url('/assets/module_12_2_normal.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  justify-content: space-between;
  width: 890px;
  height: 392px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 1px rgba(66, 127, 219, 0.1);
  border-radius: 16px 16px 16px 16px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  padding-left: 26px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-tip {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-tip
  span {
  font-size: 14px;
  color: #666666;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-tip
  img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-message {
  display: flex;
  flex-direction: column;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-message
  .message-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-message
  .message-item
  .message-title {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  margin-left: 14px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-message
  .message-item
  .message-title::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #2d70f5;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .solution-message
  .message-item
  .message-tip {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .left
  .notice-more {
  width: 156px;
  height: 60px;
  background: #2d70f5;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 53px;
}
.payment-solution-wrapper
  .container
  .wrapper-center
  .swiper
  .swiper-wrapper
  .swiper-slide
  .right
  img {
  height: 392px;
  border-radius: 0px 16px 16px 0px;
}

/* 合作机构 */

.cooperative-agency {
  width: 100%;
  background-color: #fff;
  height: 495px;
  background: #f8fbff;
}

.cooperative-agency .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cooperative-agency .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
}

.cooperative-agency .container .title-tip {
  font-size: 18px;
  color: #666666;
  margin-bottom: 48px;
}

.cooperative-agency .container #outer-container {
  width: 100%;
  overflow: hidden;
}

.cooperative-agency .container #inner-container {
  white-space: nowrap;
}

.cooperative-agency .container #inner-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.cooperative-agency .container #inner-container img {
  margin-right: 20px;
  margin-bottom: 24px;
  width: 180px;
  height: 80px;
  border-radius: 10px 10px 10px 10px;
}

.cooperative-agency .container .scroll-item {
  display: inline-block;
}

.cooperative-agency .back-img {
  position: absolute;
  width: 688px;
  top: 100px;
}

.contact-us-now {
  width: 100%;
  height: 160px;
  background-image: url('/assets/module_14_img.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us-now .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-now .container .title {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-right: 120px;
}
.contact-us-now .container .consult-now {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px 24px 24px 24px;
}
.contact-us-now .container .consult-now span {
  font-size: 20px;
  color: #2d70f5;
  margin-right: 10px;
}
.contact-us-now .container .consult-now img {
  width: 18px;
}
.contact-us-now .container .consult-now:hover {
  background-color: #cce3fc;
}

/* 微信扫一扫 */
.wechat-code {
  width: 100%;
  height: 372px;
  background: #121b2e;
}
.wechat-code .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.wechat-code .container .left {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  align-items: flex-start;
}
.wechat-code .container .left .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  margin-left: 10px;
  margin-bottom: 24px;
}
.wechat-code .container .left .title::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #2d70f5;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.wechat-code .container .left .phone {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wechat-code .container .left .contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wechat-code .container .left .contact-list .contact {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.wechat-code .container .left .contact-list .contact:hover span {
  font-weight: bolder;
}
.wechat-code .container .left .contact-list .contact .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}
.wechat-code .container .left .contact-list .contact span {
  font-size: 16px;
  color: #ffffff;
}
.wechat-code .container .left .contact-list .contact .icon.weixin {
  background-image: url('/assets/m15_1_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.shouji {
  background-image: url('/assets/m15_2_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.rexian {
  background-image: url('/assets/m15_3_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.qq {
  background-image: url('/assets/qq@2x.png');
}

.wechat-code .container .left .contact-list .contact:hover .weixin {
  background-image: url('/assets/m15_1_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .shouji {
  background-image: url('/assets/m15_2_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .rexian {
  background-image: url('/assets/m15_3_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .qq {
  background-image: url('/assets/qq_hover@2x.png');
}
.wechat-code .container .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.wechat-code .container .center img {
  margin-bottom: 15px;
  height: 180px;
}
.wechat-code .container .center span {
  font-size: 16px;
  color: #ffffff;
}

.wechat-code .container .right {
  display: flex;
  margin-top: 60px;
  justify-content: flex-end;
}

.wechat-code .container .right .system {
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}
.wechat-code .container .right .system:last-child {
  margin-right: 0;
}
.wechat-code .container .right .system .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}

.wechat-code .container .right .system .title::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #2d70f5;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.wechat-code .container .right .system .system-list {
  display: flex;
  flex-direction: column;
}

.wechat-code .container .right .system .system-list a {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  width: 90px;
}
.wechat-code .container .right .system .system-list a:hover {
  cursor: pointer;
  font-weight: bolder;
  color: #ffff01;
}

/* 备案号 */
.beian {
  width: 100%;
  height: 80px;
  background: #0f1523;
}
.beian .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.beian .container .top {
  display: flex;
  align-items: center;
}
.beian .container .top .company {
  margin-right: 10px;
}
.beian .container .top .qiye {
  display: flex;
  align-items: center;
}
.beian .container .top .qiye img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.beian .container .top span {
  font-size: 16px;
  color: #999999;
}

.beian .container .top a {
  font-size: 16px;
  color: #999999;
}
.beian .container .top a:hover {
  color: #fff;
}

.beian .container .footer {
  margin-right: 10px;
}

.beian .container .footer img {
  margin-right: 5px;
}

.new-nav {
  width: 68px;
  position: fixed;
  right: 24px;
  top: 50%;
  /* bottom:auto; */
  left: auto;
  z-index: 99999999;
  margin-top: -257px;
}

.new-nav .nav-list {
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 68px;
  height: 68px;
  margin-bottom: 2px;
  background-color: #fff;
  border-radius: 3px;
  background-position: 50% 32%;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 0 rgba(44, 107, 234, 0.16);
}

.new-nav .nav-list.kefuks {
  width: 120px;
  height: 120px;
  background-image: url('/assets/kefu.png');
  box-shadow: none;
  position: relative;
  right: 27px;
  background-color: transparent;
}

.new-nav .nav-list.kefuks:hover {
  background-color: transparent;
}

.new-nav .nav-list.kefuks a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.new-nav .nav-list.gouwuche {
  background-image: url('/assets/xf_1_def.png');
}

.new-nav .nav-list.gouwuche:hover {
  background-image: url('/assets/xf_1_hover.png');
}


.new-nav .nav-list.beixuanpk {
  background-image: url('/assets/xf_2_def.png');
}

.new-nav .nav-list.beixuanpk:hover {
  background-image: url('/assets/xf_2_hover.png');
}

.new-nav .nav-list.rexian {
  background-image: url('/assets/xf_3_def.png');
}

.new-nav .nav-list.rexian:hover {
  background-image: url('/assets/xf_3_hover.png');
}

.new-nav .nav-list.saoyisao {
  background-image: url('/assets/xf_4_def.png');
}

.new-nav .nav-list.saoyisao:hover {
  background-image: url('/assets/xf_4_hover.png');
}

.new-nav .nav-list.fankui {
  background-image: url('/assets/icon_fankui.png');
}

.new-nav .nav-list.fankui:hover {
  background-image: url('/assets/icon_fankuih.png');
}

.new-nav .nav-list .P1 {
  font-size: 12px;
  font-weight: 400;
  color: #2c6bea;
  line-height: 30px;
  padding: 35px 0 6px 0;
}

.new-nav .nav-list:hover {
  background-color: #2c6bea;
}

.new-nav .nav-list:hover .P1 {
  color: #fff;
}

.new-nav .nav-box {
  position: relative;
  width: 68px;
}

.new-nav .nav-list .staff-rexian-phone-box {
  position: absolute;
  height: 40px;
  width: 150px;
  background-color: #fff;
  right: 80px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.new-nav .nav-list .staff-rexian-phone-box .staff-rexian-phone {
  color: #333;
  font-size: 18px;
}

.new-nav .nav-list.rexian:hover .staff-rexian-phone-box {
  display: flex;
}
