.sparkpos {
  overflow: hidden;
}

.sparkpos .section {
  position: relative;
}

.sparkpos .section h1 {
  color: #3c3c3c;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2rem;
  margin: 80px 0 30px 0;
}

.sparkpos .section h1.white {
  color: #fff;
}

.section p.desc {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1rem;
}

.section p.white {
  color: #fff;
}

.sparkpos .section .title {
  text-align: center;
  margin: 100px 0 40px;
}

.sparkpos .section .title .white {
  color: #ffffff;
}

.sparkpos .section .title h1 {
  font-size: 38px;
  color: #000;
}

.sparkpos .section .title p {
  font-size: 24px;
  color: #4b4b4b;
  line-height: 35px;
  margin: auto;
}

.sparkpos .btn-wrapper {
  display: flex;
  position: relative;
  align-items: center;
}

.sparkpos .btn {
  width: 245px;
  height: 65px;
  text-align: center;
  border-radius: 8px;
  font-size: 30px;
  color: #fff;
  background: #1b81ff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.sparkpos .btn:hover {
  cursor: pointer;
  background: none;
  border: 1px solid #1b81ff;
  color: #1b81ff;
  box-sizing: border-box;
}

.sparkpos-banner {
  background: url(/Content/new/assets/imgs/sparkpos/banner-bg.jpg) no-repeat;
  background-size: cover;
  height: 767px;
}

.sparkpos-banner .wrapper {
  overflow: unset;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sparkpos-banner .top_wrapper {
  overflow: hidden;
}

.sparkpos-banner .banner-desc {
  padding: 5px 0 7px;
  min-width: 500px;
}

.sparkpos-banner .banner-text {
  color: #ffffff;
  text-align: center;
  margin: 12px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.sparkpos-banner .banner-text img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.sparkpos-banner .logo-text {
  font-size: 60px;
  margin: 0;
  line-height: 90px;
}

.sparkpos-banner .text-orange {
  color: #febd14;
  font-size: 30px;
  text-align: left;
  margin: 0 0 25px -15px;
}

.sparkpos-banner .banner-img-wraper {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.sparkpos-banner .banner-img {
  /*margin: auto;
    display: block;
    height: 130%;
    transform: translateY(-12%);*/
  /*position: absolute;
    transform: scale(.9) translateY(-16%);*/
  height: 65%;
}

.section_branchTypeList {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section_branchTypeList .list {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.section_branchTypeList .list ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.section_branchTypeList .list ul li {
  text-align: center;
  width: 10%;
  font-size: 22px;
  color: #3497f3;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 160px;
}

.section_branchTypeList .list ul li a {
  width: 100%;
  height: 100%;
  color: #3497f3;
  position: absolute;
  top: 0;
  left: 0;
}

.section_branchTypeList .list ul li:hover {
  cursor: pointer;
}

.section_branchTypeList .list ul li a span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

.section_branchTypeList .supermarket {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_supermarket.png);
}

.section_branchTypeList .supermarket:hover {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_supermarket_a.png);
}

.section_branchTypeList .convenient {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_convenient.png);
}

.section_branchTypeList .convenient:hover {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_convenient_a.png);
}

.section_branchTypeList .clothing {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_clothing.png);
}

.section_branchTypeList .clothing:hover {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_clothing_a.png);
}

.section_branchTypeList .babiesrus {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_babiesrus.png);
}

.section_branchTypeList .babiesrus:hover {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_babiesrus_a.png);
}

.section_branchTypeList .grocery {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_grocery.png);
}

.section_branchTypeList .grocery:hover {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_grocery_a.png);
}

.section_branchTypeList .fruit {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_fruit.png);
}

.section_branchTypeList .fruit:hover {
  background-image: url(/Content/new/assets/imgs/sparkpos/fun_fruit_a.png);
}

.section_branchType {
  background-image: url(/Content/new/assets/imgs/sparkpos/branchType_bg.jpg);
  height: 700px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section_branchType .desc {
  margin-top: 180px;
}

.section_branchType .desc p {
  line-height: 44px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.section_branchType .watch {
  padding-top: 30px;
  text-align: center;
}

.section_cloud {
  position: relative;
  width: 100%;
  height: 750px;
}

.section_cloud h1 {
  margin: 70px 0 45px 0;
}

.section_client {
  background-image: url(/Content/new/assets/imgs/sparkpos/client_bg.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.section_client .wrapper {
  width: 85%;
}

.section_client h1 {
  color: #000;
}

.section_client p {
  margin-top: 20px;
  margin-bottom: 45px;
  color: #a1a1a1;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2rem;
}

.section_client .content {
  display: flex;
  justify-content: space-between;
}

.section_client .client-box {
  width: 24%;
  /*box-shadow: 4px 7px 8px #9a9a9a7d;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  margin-right: 20px;
}

.section_client .img-box {
  height: 79.5%;
  width: 100%;
}

.section_client .img-box img {
  width: 90%;
  height: 90%;
  padding: 5%;
}

.section_client .bottom {
  width: 100%;
  height: 65px;
  text-align: center;
  color: #3297f1;
  font-size: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.section_client .bottom .desc {
  font-size: 15px;
  color: #747474;
}

.sparkpos-highFrequency {
  padding-bottom: 90px;
}

.sparkpos-slide {
  padding-bottom: 100px;
}

.sparkpos-slide .pre {
  width: 45px;
  position: absolute;
  left: -80px;
  top: 55%;
  transform: translateY(-50%);
}

.sparkpos-slide .pre:hover {
  cursor: pointer;
}

.sparkpos-slide .next {
  width: 45px;
  position: absolute;
  right: -80px;
  top: 55%;
  transform: translateY(-50%);
}

.sparkpos-slide .next:hover {
  cursor: pointer;
}

.sparkpos-slide .nav {
  height: 62px;
  margin: 60px 20px 50px;
  display: flex;
  justify-content: center;
}

.sparkpos-slide .nav-item {
  float: left;
  width: 33%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 34px;
  position: relative;
  white-space: nowrap;
  color: #5e7191;
}

.sparkpos-slide .nav-item:hover {
  cursor: pointer;
}

.sparkpos-slide .nav-item text {
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: border-bottom-color 0.5s ease-in-out;
  border-bottom: 0px solid #f0f0f0;
  padding: 10px 30px;
  border-radius: 50px;
}

.sparkpos-slide .nav .active text {
  background: #1b81ff;
  color: #ffffff;
}

.sparkpos-slide .slide-content-wrapper {
  min-width: 932px;
  min-height: 386px;
  position: relative;
  background: url(/Content/new/assets/imgs/sparkpos/slide-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  /*height: 547px;*/
  height: 100%;
}

.sparkpos-slide .slide-content {
  padding-top: 30px;
  top: 0;
  height: 100%;
  width: 100%;
}

.sparkpos-slide .slide-content .left-img {
  width: 60%;
  margin-top: 20px;
}

.sparkpos-slide .slide-content1 {
  display: block;
  transition: all 0.5s ease-in-out;
}

.sparkpos-slide .slide-content2,
.sparkpos-slide .slide-content3 {
  display: none;
  transition: all 0.5s ease-in-out;
}

.sparkpos-slide .slide-content-txt {
  position: absolute;
  right: 75px;
  top: 0;
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.sparkpos-slide .slide-content .moreBtn {
  width: 227px;
  height: 68px;
  background: #1b81ff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  bottom: 50px;
}

.sparkpos-slide .slide-content .moreBtn a {
  color: #fff;
}

.sparkpos-slide .right-txt1 {
  width: 100%;
  height: 100px;
  line-height: 65px;
  font-size: 50px;
  font-style: italic;
}

.sparkpos-slide .right-txt2 {
  font-size: 26px;
  line-height: 38px;
  /*margin-top: 30px;*/
  position: relative;
}

.right-txt2 .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: -50px;
}

.sparkpos-ai {
  height: 650px;
  background: url(/Content/new/assets/imgs/sparkpos/ai-bg.jpg) no-repeat;
  background-size: 100%;
}

.sparkpos-ai .wrapper {
  overflow: unset;
}

.sparkpos-ai .content {
  position: absolute;
  bottom: -100px;
  min-width: 780px;
  min-height: 375px;
}

.sparkpos-ai .text-content {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 40%;
  height: 78%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sparkpos-ai .text-content div {
  margin: 20px 0 20px 35px;
}

.sparkpos-ai .text-content img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.section_memberManage {
  padding-top: 100px;
}

.section_memberManage h1 {
  color: #000;
  margin: 100px 0 70px 0;
}

.section_memberManage .img-wrapper {
  width: 600px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 150px;
}

.section_memberManage .text-wrapper {
  width: 100%;
  height: 96%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section_memberManage .text-wrapper .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 20%;
  overflow: unset;
  position: relative;
}

.section_memberManage .text-wrapper .item {
  font-size: 28px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.1rem;
}

.section_memberManage .text-wrapper .item-left {
  text-align: right;
  top: 50%;
  transform: translate(calc(-100% + 100px), -50%);
}

.section_memberManage .text-wrapper .item-right {
  text-align: left;
  top: 50%;
  transform: translate(calc(100% + 190px), -50%);
}

.section_memberManage .text-wrapper .row2 .item-left {
  transform: translate(calc(-100%), -50%);
}

.section_memberManage .text-wrapper .row2 .item-right {
  transform: translate(calc(100% + 328px), -50%);
}

.section_memberManage .text-wrapper .row3 .item-right {
  transform: translate(calc(100% + 170px), -50%);
}

.section_memberManage .text-wrapper .txt1 {
  color: #000;
  margin: 15px 0;
}

.section_memberManage .text-wrapper .txt2 {
  color: #a0a0a0;
}

.sparkpos-wxd .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sparkpos-file {
  background: url(/Content/new/assets/imgs/sparkpos/file-bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.sparkpos-offlineCashier .content {
  width: 80%;
  margin: auto;
  padding-bottom: 90px;
}

.sparkpos-file .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sparkpos-file .left-img {
  height: 490px;
}

.sparkpos-file .list-content {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.sparkpos-file .list-title {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 36px;
}

.sparkpos-file .list-item {
  font-size: 24px;
  line-height: 38px;
  margin-top: 30px;
  position: relative;
}

.sparkpos-file .list-item .icon {
  width: 30px;
}

.sparkpos-wxd {
  background: url(/Content/new/assets/imgs/sparkpos/wxd-bg.jpg) no-repeat;
  background-size: cover;
  height: 780px;
}

.sparkpos .sparkpos-wxd .title {
  margin: 70px 0 40px;
}

.section_pay {
  background: url(/Content/new/assets/imgs/sparkpos/pay_bg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 490px;
}

.section_pay .img {
  width: 80%;
  display: block;
  margin: 40px auto 0;
}

.section_pay ul {
  width: 80%;
  display: block;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
}

.section_pay ul li {
  width: 10%;
  text-align: center;
}

.section_pay .btn {
  height: 65px;
  text-align: center;
  border-radius: 40px;
  font-size: 28px;
  letter-spacing: 0.2rem;
  background: #fff;
  color: #289bf9;
  box-sizing: border-box;
  background: #289bf9;
  color: #fff;
}

.section_protect {
  height: 680px;
}

.section_protect .wrapper img {
  width: 100%;
}

.section_protect h1 {
  color: #000;
}

.section_protect .protect-content {
  display: flex;
  justify-content: space-between;
}

.section_protect .sec12-l,
.section_protect .sec12-r {
  position: relative;
  width: 49.5%;
}

.section_protect .desc {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 26%;
}

.section_protect .desc h2 {
  text-align: center;
  font-size: 30px;
  margin: 15px 0;
}

.section_protect .desc p {
  font-size: 18px;
  line-height: 26px;
  width: 90%;
  margin: auto;
}

.section_ex_equipment .content {
  display: flex;
  justify-content: space-between;
}

.section_ex_equipment .client-box {
  width: 30%;
  box-shadow: -2px 0px 11px #9a9a9a7d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_ex_equipment .client-box {
  width: 19%;
}

.section_ex_equipment .client-box .name {
  font-size: 24px;
  color: #717171;
  width: 90%;
  text-align: center;
  border-bottom: 2px solid #cecece;
  height: 50px;
  line-height: 50px;
}

.section_ex_equipment .client-box .name {
  border-top: 2px solid #cecece;
  border-bottom: none;
  margin-top: 20px;
  height: 60px;
  line-height: 60px;
}

.section_ex_equipment .img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  padding-top: 20px;
}

.section_ex_equipment .img-box img {
  width: 180px;
}
