* {
  margin: 0 -2px 0 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif, "PingFang SC", "Microsoft Yahei";
}

/* html{
  font-size: 24px;
} */
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/*解决rem布局 加载闪动问题*/
@media (min-width: 320px) {
  html {
    font-size: 4px;
  }
}

@media (min-width: 360px) {
  html {
    font-size: 4.5px;
  }
}

@media (min-width: 375px) {
  html {
    font-size: 4.7px;
  }
}

@media (min-width: 384px) {
  html {
    font-size: 4.8px;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 6px;
  }
}

@media (min-width: 512px) {
  html {
    font-size: 6.4px;
  }
}

@media (min-width: 544px) {
  html {
    font-size: 6.8px;
  }
}

@media (min-width: 576px) {
  html {
    font-size: 7.2px;
  }
}

@media (min-width: 608px) {
  html {
    font-size: 7.6px;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 8px;
  }
}

@media (min-width: 720px) {
  html {
    font-size: 9px;
  }
}

@media (min-width: 750px) {
  html {
    font-size: 9.3px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 9.6px;
  }
}

@media (min-width: 920px) {
  html {
    font-size: 11.54px;
  }
}

@media (min-width: 960px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 12.8px;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 13.5px;
  }
}

@media (min-width: 1160px) {
  html {
    font-size: 14.5px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  html {
    font-size: 17.1px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 17.5px;
  }
}

@media (min-width: 1540px) {
  html {
    font-size: 19.25px;
  }
}

@media (min-width: 1680px) {
  html {
    font-size: 21px;
  }
}

@media (min-width: 1820px) {
  html {
    font-size: 22.5px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 24px;
  }
}

:root {
  --blue-color: #61baf1;
  --secondary-color: #e3e3e3;
  --text-color-lightest: #e7e9ec;
  --text-color-darker: #2e2e2e;
  --text-color-dark: #494949;
  --text-color-gray: #8b8b8b;
  --text-color-dark-gray: #727272;
  --text-color-light-gray: #c6c6c6;
  --img-bg-color: rgba(42, 42, 42, 0.69);
}

header {
  width: 100vw;
  height: 3.3rem;
  /*  */
  padding: 0 4.5rem 0 5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  z-index: 99;
  line-height: 3.3rem;
}

header .nav {
  float: right;
  height: 3.3rem;
}

header .logoArea {
  float: left;
  width: 10rem;
  height: 2rem;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  margin-top: 0.65rem;
}

header .nav {
  justify-self: end;
  font-size: 0.83rem;
}

header .nav a.headerTab {
  color: #000;
  text-decoration: none;
  margin: 0 1rem;
  position: relative;
}

header .nav a.headerTab.list {
  color: #000;
  text-decoration: none;
  margin: 0;
  position: relative;
}

header .nav li.productTab {
  position: relative;
}

header .nav li .productList {
  padding-top: 3.3rem;
  position: absolute;
  left: 0px;
  top: 0;
  width: 5rem;
  min-width: 70px;
  display: none;
}

header .nav ul li {
  float: left;
  list-style: none;
}

header .nav ul .login-btn {
  margin-top: 0.6rem;
  height: 2rem;
  line-height: 2rem;
  align-self: center;
  background-color: var(--blue-color);
  border-radius: 0.8rem;
  padding: 0 0.5rem;
  color: #fff;
  cursor: pointer;
}

header .nav ul .login-btn:hover {
  color: #fff;
}

header .nav ul .login-btn a {
  color: #fff;
}

header .nav ul .login-btn .b-link {
  color: #fff;
  text-decoration: none;
  margin: 0 1rem;
  position: relative;
  /* color: #727272; */
}

header .nav ul .login-btn .b-link:hover {
  text-shadow: 0 0 0.1rem #fff;
}

header .nav li.productTab.show .productList {
  display: block;
}

header .nav li.productTab .productList .itemApp:first {
  margin-top: 3.3rem;
}

header .nav li.productTab .productList .itemApp:last-child {
  border-radius: 0 0 3px 3px;
}

header .nav li.productTab .productList .itemApp {
  font-size: 0.7rem;
  height: 2.3rem;
  min-height: 20px;
  line-height: 2.3rem;
  text-align: center;
  background-color: #e7e8e9;
}

header .productTab a.active::after {
  display: block;
  content: "";
  height: 1px;
  background-color: #000;
  width: 4rem;
  min-width: 60px;
  position: absolute;
  left: 0.5rem;
  top: 100%;
  margin-top: -0.3rem;
}

header .nav li.active a,
header .nav li:hover a,
header .nav li:active a {
  color: var(--blue-color);
}

header .nav li.active .productList,
header .nav li:hover .productList,
header .nav li:active .productList {
  color: #000;
}

header .nav li .productList .itemApp a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

header .nav li .productList .itemApp.active a,
header .nav li .productList .itemApp:hover a,
header .nav li .productList .itemApp:active a {
  color: var(--blue-color);
}

@keyframes dropDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateX(0);
  }
}

header.sticky {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  animation: dropDown 0.3s linear forwards;
}

header.sticky .logo,
header.sticky nav a.headerTab,
header.sticky nav i {
  color: #18273e;
}

header.sticky .bars {
  color: #18273e;
}

.swiper-container {
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 25px;
  /* 设置按钮大小 */
}

.swiper-wrapper {
  height: 38.25rem;
  background: url("../images/banner1.png") no-repeat center center;
  background-size: cover;
}

.slide-caption {
  position: absolute;
  top: 21rem;
  left: 80%;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: var(--text-color-lightest);
  /* max-width: 60%; */
  min-width: 27rem;
  text-align: center;
}

.slide-caption .infoDesc {
  text-align: left;
}

.slide-caption .infoDesc h1 {
  font-size: 1.8rem;
}

.slide-caption .infoDesc .item {
  margin-bottom: 1rem;
  font-size: 0.83rem;
}

.slide-caption .checkIcon {
  display: inline-block;
  background: url("../images/check.png") no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 18px;
  vertical-align: text-bottom;
  margin-right: 0.83rem;
}

.swiper-slide .banner {
  /* background: var(--img-bg-color);
  opacity: 0.5; */
  position: absolute;
  z-index: 90;
  width: 100%;
  height: 38.25rem;
  top: 0;
  left: 0;
}

.slide-caption .btn {
  padding: 13px 27px;
  color: var(--text-color-lightest);
  border-radius: 5px;
  border: 2px solid var(--text-color-lightest);
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

.slide-caption .btn:hover,
.slide-caption .btn:active {
  color: var(--blue-color);
  border-color: var(--blue-color);
  transition: all 0.3s;
}

/* 内容区域 */
/* 通用title和desc */
.contentWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3.3rem;
}

.classify .classifyTitle {
  height: 7.9rem;
  margin-top: 3.75rem;
  text-align: center;
  line-height: 7.9rem;
  font-size: 2rem;
  font-weight: 800;
}

.classify .classifyContainer {
  position: relative;
}

.classify .classifyContainer .classifyArea {
  width: 55rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.classify .classifyContainer .classifyArea .classifyItem {
  width: 11rem;
  float: left;
  text-align: center;
}

.classify .classifyContainer .classifyArea .classifyItem img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.83rem;
}

.classify .classifyContainer .classifyArea .classifyItem .titleOne {
  font-size: 1.16rem;
  line-height: 2rem;
}

.classify .classifyContainer .classifyItem .titleOne.color1 {
  color: #f19737;
}

.classify .classifyContainer .classifyItem .titleOne.color2 {
  color: #f3c949;
}

.classify .classifyContainer .classifyItem .titleOne.color3 {
  color: #928ec4;
}

.classify .classifyContainer .classifyItem .titleOne.color4 {
  color: #55bbdd;
}

.classify .classifyContainer .classifyItem .titleOne.color5 {
  color: #3ebaad;
}

.classify .classifyContainer .classifyArea .classifyItem .titleTwo {
  font-size: 0.83rem;
  line-height: 1.25rem;
}

.classify .classifyBg {
  height: 29.6rem;
  /* background: url('../images/classifyBg.png') no-repeat center center; */
  /* background-size:cover; */
  position: relative;
  overflow: hidden;
}

.classify .classifyBg .bgArea {
  position: absolute;
  top: 5.4rem;
  width: 100%;
  height: 29.6rem;
  background: url("../images/classifyBg.png") no-repeat center center;
  background-size: contain;
}

.bgArea-text {
  position: absolute;
  width: 2.833rem;
  height: 2.666rem;
  background: url("../images/merchant-text.png") no-repeat center center;
  background-size: contain;
  left: 39.6rem;
  top: 1.1rem;
}

/*商业合作banner样式*/
.busiBanner {
  width: 100%;
  height: 16.6rem;
  background: url("../images/busiBanner.png") no-repeat center center;
  background-size: cover;
}

.busiBanner .busiBanner-title {
  height: 6.25rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  margin-top: 3.5rem;
}

.busiBanner-container {
  margin: 0 auto;
  display: flex;
  width: 33rem;
}

.busiBanner-container .busiBanner-container-item {
  width: 6rem;
  min-width: 50px;
  text-align: center;
  color: yellow;
}

.busiBanner-container .busiBanner-container-item.middle {
  width: 21rem;
  text-align: center;
  color: yellow;
}

.busiBanner-container-item .descNum {
  font-size: 1.6rem;
}

.busiBanner-container-item .descInfo {
  font-size: 1rem;
}

/*快速入驻样式*/
.settleInfo {
  padding-bottom: 3.75rem;
}

.settleInfo .settleTip .tip1 {
  height: 3.3rem;
  line-height: 3.3rem;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 3.75rem;
}

.settleInfo .settleTip .tip2 {
  height: 5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  color: #595757;
  padding-top: 1.4rem;
}

.settleInfo .settleTip .tip2 span {
  font-size: 1.5rem;
}

.settleInfo .classifyContainer {
  position: relative;
}

.settleInfo .classifyContainer .classifyArea {
  width: 54rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.settleInfo .classifyContainer .classifyArea .classifyItem {
  width: 9rem;
  float: left;
  text-align: center;
}

.settleInfo .classifyContainer .classifyArea .classifyItem img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.83rem;
}

.settleInfo .classifyContainer .classifyArea .classifyItem .titleOne {
  font-size: 1.16rem;
  line-height: 2rem;
}

.settleInfo .classifyContainer .classifyItem .titleOne.color1 {
  color: #f19737;
}

.settleInfo .classifyContainer .classifyItem .titleOne.color2 {
  color: #f3c949;
}

.settleInfo .classifyContainer .classifyItem .titleOne.color3 {
  color: #928ec4;
}

.settleInfo .classifyContainer .classifyItem .titleOne.color4 {
  color: #55bbdd;
}

.settleInfo .classifyContainer .classifyItem .titleOne.color5 {
  color: #68be83;
}

.settleInfo .classifyContainer .classifyItem .titleOne.color6 {
  color: #bcac94;
}

.settleInfo .classifyContainer .classifyArea .classifyItem .titleTwo {
  font-size: 0.83rem;
  line-height: 1.25rem;
}

/*常见问题样式*/
.commonProblem {
  padding: 0 5rem;
}

.commonProblem .commonProblem-title {
  height: 14.5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 14.5rem;
}

.commonProblem .commonProblem-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid #ccc;
}

.commonProblem .commonProblem-item .item {
  min-height: 25px;
  font-size: 1rem;
  color: #727171;
}

.commonProblem .commonProblem-item .commonProblem-item-title.item {
  font-weight: 700;
}

.contactBanner {
  width: 100vw;
  height: 25rem;
  background: url("../images/contactBanner.png") no-repeat center center;
  background-size: cover;
}

.contactContainer {
  padding: 5.8rem 0;
}

.contactContainer-area {
  width: 58rem;
  height: 22rem;
}

.contactContainer-area .item {
  float: left;
  width: 29rem;
  height: 22rem;
}

.contactContainer-area .contactMap.item {
  background: url("../images/map_new.png");
}
.contactContainer-area .contactInfo {
  position: relative;
}

.contactContainer-area .contactInfo .infoContainer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 3rem;
}

.contactContainer-area .contactInfo .infoContainer .info-item.title {
  height: 2.5rem;
  font-size: 1.25rem;
}

.contactContainer-area .contactInfo .infoContainer .info-item.contactInfoDesc {
  min-height: 2.5rem;
  font-size: 0.83rem;
  color: #505050;
  line-height: 2.5rem;
}

.contactContainer-area
  .contactInfo
  .infoContainer
  .info-item.contactInfoDesc
  .float-left {
  width: 5rem;
}

.contactContainer-area
  .contactInfo
  .infoContainer
  .info-item.contactInfoDesc
  .float-right {
  width: 16rem;
}

/*产品APP样式*/
/*产品1*/
.appBanner {
  width: 100vw;
  height: 33.3333rem;
  background: url("../images/app-banner1.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.appBanner .phoneArea {
  width: 12.1rem;
  height: 24.2rem;
  background: url("../images/IPHONE-X.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 25rem;
  top: 5.4rem;
}

.appBanner .phoneContainer {
  position: absolute;
  width: 10.5rem;
  height: 22.5rem;
  left: 0.9rem;
  top: 0.8rem;
  background: url("../images/SCREEN1.png") no-repeat;
  background-size: contain;
}

/*产品2*/
.appBanner.product2 {
  width: 100vw;
  height: 33.3333rem;
  background: url("../images/app-banner2.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.appBanner.product2 .phoneArea {
  width: 12.1rem;
  height: 24.2rem;
  background: url("../images/IPHONE-X.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 44rem;
  top: 5.4rem;
}

.appBanner.product3 .phoneArea {
  left: 14.75rem;
  top: 7.1rem;
}

.appBanner.product4 .phoneArea {
  left: 14.75rem;
  top: 7.1rem;
}

.appBanner.product2 .phoneContainer {
  position: absolute;
  width: 10.5rem;
  height: 22.5rem;
  left: 0.9rem;
  top: 0.8rem;
  background: url("../images/SCREEN2.png") no-repeat;
  background-size: contain;
}

/*产品3*/
.appBanner.product3 {
  background: url("../images/app-banner3.png") no-repeat center center;
  background-size: cover;
}

.appBanner.product3 .phoneContainer {
  position: absolute;
  width: 10.5rem;
  height: 22.5rem;
  left: 0.9rem;
  top: 0.8rem;
  background: url("../images/SCREEN3.png") no-repeat;
  background-size: contain;
}

/*产品3*/
.appBanner.product4 {
  background: url("../images/app-banner4.png") no-repeat center center;
  background-size: cover;
}

.appBanner.product4 .phoneContainer {
  position: absolute;
  width: 10.5rem;
  height: 22.5rem;
  left: 0.9rem;
  top: 0.8rem;
  background: url("../images/SCREEN4.png") no-repeat;
  background-size: contain;
}

/*产品1*/
.codeInfo {
  width: 15rem;
  height: 12rem;
  position: absolute;
  top: 14rem;
  left: 42rem;
}

/*产品2*/
.codeInfo.product2 {
  width: 15rem;
  height: 12rem;
  position: absolute;
  top: 14rem;
  left: 21.5rem;
}

.codeInfo .code-info-title {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.codeInfo .itemCode {
  float: left;
  width: 6.75rem;
}

.codeInfo .itemCode.left {
  float: left;
}

.codeInfo .itemCode.right {
  float: right;
}

.codeInfo .itemCode .iosCode {
  width: 6.75rem;
  height: 6.75rem;
  background: url("../images/appStore1.png");
  background-size: contain;
  margin-bottom: 0.75rem;
}

.codeInfo .itemCode .androidCode {
  width: 6.75rem;
  height: 6.75rem;
  background: url("../images/android1.png");
  background-size: contain;
  margin-bottom: 0.75rem;
}

/*产品2*/
.codeInfo.product2 .itemCode .iosCode {
  width: 6.75rem;
  height: 6.75rem;
  background: url("../images/appStore2.png");
  background-size: contain;
  margin-bottom: 0.75rem;
}

.codeInfo.product2 .itemCode .androidCode {
  width: 6.75rem;
  height: 6.75rem;
  background: url("../images/android2.png");
  background-size: contain;
  margin-bottom: 0.75rem;
}

.codeInfo .itemCode.left .iosCode-desc {
  width: 5rem;
  height: 1.25rem;
  margin: 0 auto;
  background-color: #000;
  border-radius: 1.25rem;
  line-height: 1rem;
  padding: 0 0.5rem;
}

.codeInfo .itemCode.right .androidCode-desc {
  width: 5rem;
  height: 1.25rem;
  margin: 0 auto;
  background-color: #000;
  border-radius: 1.25rem;
  line-height: 1rem;
  padding: 0 0.7rem;
}

.codeInfo .itemCode.left .iosCode-desc .ios-logo {
  display: inline-block;
  width: 0.71rem;
  height: 0.875rem;
  background: url("../images/apple-logo.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.codeInfo .itemCode.left .iosCode-desc .information {
  display: inline-block;
  font-size: 0.65rem;
  color: #fff;
}

.codeInfo .itemCode.right .androidCode-desc .android-logo {
  display: inline-block;
  width: 0.71rem;
  height: 0.875rem;
  background: url("../images/android-logo.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.codeInfo .itemCode.right .androidCode-desc .information {
  display: inline-block;
  font-size: 0.65rem;
  color: #fff;
  margin-left: 0.2rem;
}

/*产品3*/
.textInfo {
  width: 34rem;
  position: absolute;
  top: 9.8rem;
  left: 30rem;
}

.textInfo .textInfoHead {
  color: #fff;
  font-size: 0.83rem;
  line-height: 1.5rem;
}

.textInfo .textInfoBody {
  margin-top: 1rem;
}

.textInfo .textInfoBody .infoItem {
  margin: 1.5rem 0;
  color: #fff;
  font-size: 0.83rem;
}

.textInfo .textInfoBody .infoItemLeft {
  width: 2.8rem;
  height: 2.8rem;
  float: left;
  margin-right: 0.8rem;
}

.textInfo .textInfoBody .infoItemLeft.icon1 {
  background: url("../images/infoIcon1.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemLeft.icon2 {
  background: url("../images/infoIcon2.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemLeft.icon3 {
  background: url("../images/infoIcon3.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemLeft.icon4 {
  background: url("../images/infoIcon4.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemLeft.icon5 {
  background: url("../images/infoIcon5.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemLeft.icon6 {
  background: url("../images/infoIcon6.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemLeft.icon7 {
  background: url("../images/infoIcon7.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemLeft.icon8 {
  background: url("../images/infoIcon8.png") no-repeat center center;
  background-size: contain;
}

.textInfo .textInfoBody .infoItemRight {
  float: left;
}

.textInfo .textInfoBody .infoItemRight .title {
  height: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.textInfo.product4 .textInfoBody .infoItem {
  float: left;
  width: 40%;
  margin: 1rem 0;
}

.textInfo.product4 .textInfoBody .infoItem .infoItemRight {
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 0.75rem;
}

/*footer*/
footer {
  background-color: #000;
  display: grid;
  justify-items: center;
  padding-top: 2rem;
  padding-bottom: 1.666rem;
}

.footer-menus {
  width: 100%;
  max-width: 1180px;
  padding: 0 50px;
  position: relative;
}

.footer-menus .footer-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.footer-menus .footer-info {
  text-align: center;
  color: #fff;
}

.footer-menus .footer-info span.info-item {
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}

.footer-menus .footer-info span.info-item a {
  color: #fff;
}

.footer-menus .footer-info span.info-item a:hover {
  color: #aaa;
}

/* 返回顶部按钮，默认不显示 */
.scrollToTop {
  display: none;
  position: fixed;
  z-index: 300;
  bottom: 60px;
  right: 30px;
}

.scrollToTop a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue-color);
  color: white;
  text-decoration: none;
}

/* 公用样式 */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearFix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
