
/* 收款码牌 */
.no-margin {
  margin-bottom: 0 !important;
}

.part-one {

  width: 100vw;

  height: 740px;

  background-image: url('../assets/page_lingshou/sp_bj@2x.png');

  background-repeat: no-repeat;

  background-size: cover;

  margin-top: 60px;

}

.part-one .container {

  display: flex;

  align-items: center;

  height: 100%;

  justify-content: space-between;

  position: relative;

}

.part-one .left {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.part-one .left .title {

  position: relative;

  margin-bottom: 30px;

  width: 528px;

  height: 67px;

}

.part-one .left .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-one .left .title .line {

  width: 528px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-one .left .tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 36px;

}

.part-one .left .message-list {

  display: flex;

  flex-direction: column;

}

.part-one .left .message-list span {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 24px;

}

.part-one .left .icon-list {

  display: flex;

  margin-bottom: 24px;

}

.part-one .left .icon-list .icon {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  margin-right: 30px;

}

.part-one .left .icon-list .icon:nth-child(5n) {

  margin-right: 0;

}



.part-one .left .icon-list .icon span {

  font-size: 14px;

  color: #ffffff;

  margin-top: 12px;

}

.part-one .left .icon-list img {

  width: 64px;

  height: 64px;

}

.part-one .right {

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

}

.part-one .right img {

  height: 480px;

}

.part-one .open-immediately {

  margin-top: 60px;

}



.part-four.suit-all {

  height: 500px;

  background: linear-gradient( 180deg, #f3f8fe 0%, #f7fafe 100%);


}

.part-four.suit-all .container .title {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

}

.part-four.suit-all .container .title span {

  font-weight: bold;

  font-size: 40px;

  color: #333333;

  margin-bottom: 10px;

  width: 420px;

}

.part-four.suit-all .container .title .line {

  width: 64px !important;

  height: 6px;

  background: #3762EC;

  border-radius: 3px 3px 3px 3px;

}

.part-four.suit-all .container .tip {

  color: #333333;

  margin-bottom: 40px;

}

.part-four.suit-all .container .image-list {

  display: flex;

  justify-content: space-between;

}

.part-four.suit-all .container .image-list .image {

  width: 136px;
  height: 168px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(44,101,255,0.06);
  border-radius: 16px;
  cursor: pointer;
  padding: 0;
}

.part-four.suit-all .container .image-list .image:hover {

  border: 1px solid #3762EC;

}

.part-four.suit-all .container .image-list .image img {

  width: 48px;

  height: 48px;

  margin-bottom: 20px;

}

.part-four.suit-all .container .image-list .image .image-title {

  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;

}

.part-four.suit-all .container .image-list .image .image-tip {

  font-weight: 400;
  font-size: 18px;
  color: #3762EC;

}


.complete-hardware {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  background: linear-gradient( 180deg, #e6f0fe 0%, #e3eeff 100%);

}
.complete-hardware .up {
  position: absolute;
  left: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.complete-hardware .up .up-image {
  width: 64px;
  height: 64px;
  background-image: url('../assets/index/syy_def@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.complete-hardware .up .up-image:hover {
  background-image: url('../assets/index/syy_hover@2x.png');
}
.complete-hardware .next {
  position: absolute;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.complete-hardware .next .next-image {
  width: 64px;
  height: 64px;
  background-image: url('../assets/index/xyy_def@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.complete-hardware .next .next-image:hover {
  background-image: url('../assets/index/xyy_hover@2x.png');
}
.complete-hardware .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.complete-hardware .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.complete-hardware .title .line {
  width: 64px;
  height: 6px;
  background: #2C65FF;
  border-radius: 3px 3px 3px 3px;
}
.complete-hardware .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.complete-hardware .hardware-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.complete-hardware .hardware-list .hardware {
  width: 220px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px 16px 16px 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  display: none;
}
.complete-hardware .hardware-list .hardware img {
  width: 66px;
  height: 100px;
  margin-bottom: 18px;
}
.complete-hardware .hardware-list .hardware .saomawang {
  width: 42px;
}
.complete-hardware .hardware-list .hardware .zhinengpos {
  width: 48px;
}
.complete-hardware .hardware-list .hardware .saomaqiang {
  width: 150px;
}
.complete-hardware .hardware-list .hardware .shouyinji {
  width: 120px;
}
.complete-hardware .hardware-list .hardware .dayin {
  width: 140px;
}
.complete-hardware .hardware-list .hardware .hardware-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
}
.complete-hardware .hardware-list .hardware .hardware-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.complete-hardware .hardware-list .hardware .hardware-tip span {
  font-size: 16px;
  color: #666666;
}
.complete-hardware .hardware-list .hardware .hardware-tip span:first-child {
  margin-bottom: 6px;
}
.complete-hardware .hardware-list .hardware .hardware-detail {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #2C65FF;
  border-radius: 8px;
}
.complete-hardware .hardware-list .hardware:hover {
  border: 2px solid #2C65FF;
  cursor: pointer;
}
.complete-hardware .hardware-list .hardware:hover .hardware-detail {
  font-weight: bolder;
}
.complete-hardware .hardware-list .hardware.show {
  display: flex;
}
.complete-hardware .hardware-list .hardware:last-child {
  margin-right: 0;
}
.complete-hardware .cta {
  margin: 48px 0 100px 0;
}


.part-four.easy {

  height: 872px;

  background-image: url('../assets/skmp_back_1.jpg');

}

.part-four.easy .container .title {

  width: 432px !important;

}

.part-four.easy .container .title .line {

  width: 432px !important;

}

.part-four.easy .container .image-list {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}

.part-four.easy .container .image-list img {

  width: 380px;

  margin-bottom: 30px;

}

.scan-code-order.part-seven {
  margin-bottom: 0 !important;
  background-image: url('../assets/page_lingshou/m5_back.jpg');
  padding: 80px 0;
}

.scan-code-order.part-seven .container .title {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 432px;
  height: 67px;
}

.scan-code-order.part-seven .container .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  z-index: 9;
  margin-bottom: 0;
}

.scan-code-order.part-seven .container .title .line {
  width: 432px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.scan-code-order.part-seven .container .image-list {
  margin-top: 40px;
}
.scan-code-order.part-seven .container .image-list img{
  margin-right: 40px;
}
.scan-code-order.part-seven .container .image-list img:last-child{
  margin-right: 0;
}

.scan-code-order .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.scan-code-order .container .tip-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.scan-code-order .container .tip-list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.scan-code-order .container .tip-list .tip {
  width: 370px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.scan-code-order .container .tip-list .tip img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.scan-code-order .container .tip-list .tip span {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.scan-code-order .container .open-immediately {
  margin-top: 60px;
}

/* 会员/卡券营销 */
.member-card-marketing {
  width: 100vw;
  height: 508px;
  background: linear-gradient( 180deg, #f7fafe 0%, #fcfdfe 100%);
  margin-bottom: 10px;
}
.member-card-marketing .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.member-card-marketing .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.member-card-marketing .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.member-card-marketing .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}

.member-card-marketing .container .tip {
  margin-bottom: 40px;
  font-size: 20px;
  color: #333333;
}
.member-card-marketing .container .type-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 100%;
}
.member-card-marketing .container .type-list .type {
  width: 282px;
  height: 270px;
  background: linear-gradient(180deg, #e9f0ff 0%, #ecf2ff 100%);
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 255px;
  background: linear-gradient( 180deg, #E9F0FF 0%, #ECF2FF 100%);
  box-shadow: 0px 0px 8px 1px rgba(44,101,255,0.1);
  border-radius: 16px 16px 16px 16px;
border: 2px solid #FFFFFF;
}
.member-card-marketing .container .type-list .type img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.member-card-marketing .container .type-list .type .type-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.member-card-marketing .container .type-list .type .type-tip-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.member-card-marketing .container .type-list .type .type-tip {
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.member-card-marketing .container .type-list .type .type-tip:last-child {
  margin-bottom: 0;
}
.member-card-marketing.part-eight .container .type-list {
  margin-bottom: 0 !important;
}
.member-card-marketing.part-eight .container .type-list .type img {
  width: auto !important;
  height: 64px !important;
  margin-bottom: 24px !important;
}

/* 实景展示 */
.scene-display {
  width: 100vw;
  padding: 60px 0;
  background: linear-gradient( 180deg, #fcfdfe 0%, #f9fcff 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scene-display .container {
  height: 888px;
  background-image: url('../assets/page_jiayouzhan/mk_3_bj@2x.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.scene-display .container .scene-title {
  display: flex;
  align-items: center;
}
.scene-display .container .scene-title .bar {
  width: 6px;
  height: 30px;
  background: #2e7cf6;
  border-radius: 3px;
  margin-right: 12px;
}
.scene-display .container .scene-title span:last-child {
  font-weight: bold;
  font-size: 30px;
  color: #1a1a1a;
}
.scene-display .container .scene-subtitle {
  margin-top: 14px;
  font-size: 18px;
  color: #666666;
}
.scene-display .container .scene-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 36px;
}
.scene-display .container .scene-content .scene-item img {
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.scene-display .container .scene-content .scene-left .scene-img-list {
  display: flex;
  flex-direction: column;
}
.scene-display .container .scene-content .scene-left .scene-img-list img {
  width: 458px;
  height: 295px;
  margin-bottom: 20px;
}
.scene-display .container .scene-content .scene-left .scene-img-list img:last-child {
  margin-bottom: 0;
}
.scene-display .container .scene-content .scene-middle img {
  width: 227px;
  height: 610px;
}
.scene-display .container .scene-content .scene-video {
  position: relative;
  width: 360px;
  height: 610px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #000000;
}
.scene-display .container .scene-content .scene-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scene-display .container .scene-content .scene-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  pointer-events: none;
}
.scene-display .container .scene-content .scene-caption {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.scene-display .cta{
  margin-top: 48px;
}

.part-two.screen {

  background-image: url('../assets/page_lingshou/lssy_back_3.jpg');

  height: 826px;

}

.part-two.screen .container {

  align-items: flex-start;

}

.part-two.screen .container .title {

  width: 580px !important;

}

.part-two.screen .container .right {

  margin-top: 239px;

}

.part-two.screen .container .right .icon-list {

  margin-bottom: 30px;

}

.part-two.screen .container .right .icon-list img {

  margin-right: 20px;

  width: 48px;

  height: 48px;

}

.part-two.screen .container .left {

  align-self: flex-end;

}

.part-two.screen .container .left img {

  width: 550px;

}

.part-two.screen .container .title .line {

  width: 580px !important;

}

.part-two.screen .container .title {

  width: 528px !important;

}

.part-two.screen .container .title .line {

  width: 528px !important;

}

.part-two.screen .container .tip {

  margin-bottom: 0 !important;

}



.part-two {

  width: 100vw;

  height: 788px;

  background-image: url('../assets/page_lingshou/scqnw_back_3.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.part-two .container {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.part-two .container .left img {

  width: 604px;

}

.part-two .container .right {

  display: flex;

  flex-direction: column;

  align-items: flex-end;

}

.part-two .container .right .title {

  position: relative;

  margin-bottom: 30px;

  width: 537px;

  height: 67px;

}

.part-two .container .right .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-two .container .right .title .line {

  width: 537px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-two .container .right .tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 24px;

}



.part-two .container .right .open-immediately {

  margin-top: 60px;

}

/* 智慧收银，简单便捷 */
.part-three1 {
  width: 100vw;
  height: 700px;
  background-image: url('../assets/page_lingshou/cysy_back_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.part-three1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.part-three1 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part-three1 .left .title {
  position: relative;
  margin-bottom: 30px;
  width: 480px;
  height: 67px;
}
.part-three1 .left .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  z-index: 9;
}
.part-three1 .left .title .line {
  width: 480px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.part-three1 .left .tip {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 36px;
}

.part-three1 .container .open-immediately {
  margin-top: 60px;
}
.part-three1.call-number {
  height: 828px;
  background-image: url('../assets/page_lingshou/cysy_back_3.jpg');
}
.part-three1.call-number .container {
  position: relative;
}
.part-three1.call-number .container .title {
  width: 528px !important;
}
.part-three1.call-number .container .title .line {
  width: 528px !important;
}
.part-three1.call-number .container .message-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.part-three1.call-number .container .message-list .list {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.part-three1.call-number .container .message-list .list img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.part-three1.call-number .container .message-list .list span {
  font-size: 24px;
  color: #ffffff;
}
.part-three1.call-number .container .right {
  align-self: flex-start;
  height: 100%;
}
.part-three1.call-number .container .right img {
  position: absolute;
  top: 0;
  width: 600px;
  height: 700px;
  transform: translateY(0);
   position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 456px;
}

/* 外卖统一管理 */
.part-three2 {
  width: 100vw;
  height: 700px;
  background-image: url('../assets/page_lingshou/cysy_back_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.part-three2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.part-three2 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part-three2 .left .title {
  position: relative;
  margin-bottom: 30px;
  width: 480px;
  height: 67px;
}
.part-three2 .left .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  z-index: 9;
}
.part-three2 .left .title .line {
  width: 480px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.part-three2 .left .tip {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 36px;
}
.part-three2 .left .message-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 600px;
}
.part-three2 .left .message-list span {
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
}
.part-three2 .left .icon-list {
  display: flex;
}
.part-three2 .left .icon-list img {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}
.part-three2 .right {
  height: 100%;
}
.part-three2 .right img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 456px;
}
.part-three2 .container .open-immediately {
  margin-top: 60px;
}
.part-three2.call-number {
  height: 828px;
  background-image: url('../assets/page_lingshou/cysy_back_3.jpg');
}
.part-three2.call-number .container {
  position: relative;
}
.part-three2.call-number .container .title {
  width: 528px !important;
}
.part-three2.call-number .container .title .line {
  width: 528px !important;
}
.part-three2.call-number .container .message-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.part-three2.call-number .container .message-list .list {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.part-three2.call-number .container .message-list .list img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.part-three2.call-number .container .message-list .list span {
  font-size: 24px;
  color: #ffffff;
}
.part-three2.call-number .container .right {
  align-self: flex-start;
  height: 100%;
}
.part-three2.call-number .container .right img {
  position: absolute;
  top: 0;
  width: 600px;
  height: 700px;
  transform: translateY(0);
}


.part-four.more-func {

  height: 680px;

  background-image: url('../assets/skw_back_5.png');

}

.part-four.more-func .container .title {

  width: 432px !important;

}

.part-four.more-func .container .title .line {

  width: 432px !important;

}

.part-four.more-func .container .tip-message {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}

.part-four.more-func .container .tip-message span {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 20px;

}

.part-four.more-func .container .image-list {

  justify-content: space-between;

  margin-top: 48px;

}

.part-four.more-func .container .image-list .image img {

  width: 224px;

  height: 242px;

}




.part-twelve {

  height: 738px;

  background-image: url('../assets/cysy_back_5.jpg');

}

.part-twelve .container {

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  flex-direction: column;

}

.swiper {

  border-radius: 10px !important;

}



.part-twelve .container .swiper-button-prev {

  height: fit-content;

  width: fit-content;

  left: -80px !important;

  top: 45% !important;

}

.part-twelve .container .swiper-button-prev img {

  height: 50px;

  width: 50px;

}

.part-twelve .container .swiper-button-next {

  height: fit-content;

  width: fit-content;

  right: -80px !important;

  top: 45% !important;

}

.part-twelve .container .swiper-button-next img {

  height: 50px;

  width: 50px;

}

.swiper-button-prev:after {

  content: '' !important;

}

.swiper-button-next:after {

  content: '' !important;

}



.part-twelve .container .open-immediately {

  width: 263px;

  margin-top: 40px;

}




.part-four {

  width: 100vw;

  height: 793px;

  background-image: url('../assets/cysy_back_4.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.part-four .container {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  height: 100%;

}

.part-four .container .title {

  position: relative;

  margin-bottom: 30px;

  width: 144px;

  height: 67px;

}

.part-four .container .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-four .container .title .line {

  width: 144px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-four .container .tip {

  font-size: 32px;

  color: #ffffff;

  margin-bottom: 48px;

}

.part-four .container .message-tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 48px;

}

.part-four .container .image-list {

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: center;

}

.part-four .container .image-list .image {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

}

.part-four .container .image-list .image img {

  width: 380px;

  height: 400px;

  margin-bottom: 30px;

}

.part-four .container .image-list .image span {

  font-weight: bold;

  font-size: 24px;

  color: #ffffff;

}



/* 高效对账，经营省心 */

.part-five {

  width: 100vw;

  height: 792px;

  background-image: url('../assets/skyx_back_7.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.part-five .container {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.part-five .container .left img {

  width: 588px;

  height: 512px;

}

.part-five .container .right {

  display: flex;

  flex-direction: column;

  align-items: flex-end;

}

.part-five .container .right .title {

  position: relative;

  margin-bottom: 30px;

  width: 432px;

  height: 67px;

}

.part-five .container .right .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 48px;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-five .container .right .title .line {

  width: 432px;

  height: 18px;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-five .container .right .tip {

  font-size: 24px;

  color: #ffffff;

  margin-bottom: 24px;

}

.part-five .container .right .open-immediately {

  margin-top: 60px;

}



.green-line {
  width: 100vw;
  height: 60px;
  background: #3762EC;
}

.green-line .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-line .container span {

  font-size: 18px;

  color: #ffffff;

  cursor: pointer;

}
.green-line .container .kaitong:hover {
  background: #3762EC;
  transform: translateY(0px);
}



.authentication-line {

  width: 100vw;

  height: 192px;

  background: #1a1a1a;

}

.authentication-line .container {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.authentication-line .container img {

  width: 200px;

  height: 132px;

}

/* 交接班 */
.part-shift-handover{
  width: 100%;
  height: 833px;
  padding: 80px 0;
  background-image: url('../assets/page_lingshou/skmp_back_3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.part-shift-handover .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part-shift-handover .title{
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}
.part-shift-handover .message-tip{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 40px;
}
.part-shift-handover .image-list{
  margin-top: 48px;
}
.part-shift-handover .img{
  height: 485px;
}

/* 数据报表 */
.statistics-reports{
  width: 100%;
  padding: 80px 0;
  background-image: url('../assets/page_lingshou/m8_back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.statistics-reports .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.statistics-reports .title{
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}
.statistics-reports .tip{
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 40px;
}
.statistics-reports .image-list{
  margin-top: 48px;
  display: flex;
  margin-bottom: 40px;
}
.statistics-reports .image-list .image{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.statistics-reports .image-list :last-child{
  margin: 0;
}

.statistics-reports .image-list .image span{
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 30px;
}
.statistics-reports .img{
  height: 485px;
}


/* 支付即开票流程 */
.billing-process {
  width: 100vw;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient( 180deg, #f9fbff 0%, #f5f9fe 100%);

}
.billing-process .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.billing-process .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.billing-process .container .title span {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
}
.billing-process .container .tip {
  font-size: 20px;
  margin-bottom: 60px;
}
.billing-process .container .process-flow {
  width: 100%;
}
.billing-process .process-flow .process-steps {
  position: relative;
  height: 92px;
}
.billing-process .process-flow .process-step {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.billing-process .process-flow .process-step.step-1 {
  left: 109px;
}
.billing-process .process-flow .process-step.step-2 {
  left: 427px;
}
.billing-process .process-flow .process-step.step-3 {
  left: 757px;
}
.billing-process .process-flow .process-step.step-4 {
  left: 1090px;
}
.billing-process .process-flow .process-step .step-num {
  width: 48px;
  height: 48px;
}
.billing-process .process-flow .process-step .step-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
}
.billing-process .process-flow .step-arrow {
  position: absolute;
  top: 67px;
  width: 76px;
  height: 26px;
  transform: translateX(-50%);
}
.billing-process .process-flow .step-arrow.arrow-1 {
  left: 268px;
}
.billing-process .process-flow .step-arrow.arrow-2 {
  left: 592px;
}
.billing-process .process-flow .step-arrow.arrow-3 {
  left: 924px;
}
.billing-process .process-flow .process-line {
  display: block;
  width: 1200px;
  height: 12px;
  margin-top: 25px;
}
.billing-process .process-flow .process-devices {
  position: relative;
  height: 415px;
  margin-top: 22px;
}
.billing-process .process-flow .process-devices .device {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 164px;
}
.billing-process .process-flow .process-devices .device.device-1 {
  left: 109px;
}
.billing-process .process-flow .process-devices .device.device-2 {
  left: 427px;
}
.billing-process .process-flow .process-devices .device.device-3 {
  left: 757px;
}
.billing-process .process-flow .process-devices .device.device-4 {
  left: 1090px;
  width: 200px;
}


/* 部分功能一览 */
.feature-overview {
  width: 100vw;
  padding: 60px 0;
  background: linear-gradient( 180deg, #f5f9fe 0%, #e6f0fe 100%);
}
.feature-overview .feature-box {
  width: 1320px;
  background: linear-gradient( 180deg, #E9F3FF 0%, #DCEDFF 49.37%, #DEEDFF 100%);
  border-radius: 30px 30px 30px 30px;
  border-radius: 16px;
  padding: 50px 40px;
  box-sizing: border-box;
}
.feature-overview .feature-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #1a1a1a;
}
.feature-overview .feature-subtitle {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
.feature-overview .feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.feature-overview .feature-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 1px rgba(44, 101, 255, 0.06);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-overview .feature-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
}
.feature-overview .feature-card .feature-card-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.feature-overview .feature-card .feature-card-desc {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.feature-overview .cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.feature-overview .cta .kaitong {
  height: 52px;
  padding: 0 36px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  border-radius: 26px;
  box-shadow: 0px 6px 12px 1px rgba(12, 66, 255, 0.15);
}

/* 会员营销 */
.member-marketing {
  width: 100vw;
  height: 700px;
  background-image: url('../assets/page_jiayouzhan/mk_6_bj@2x.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.member-marketing .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.member-marketing .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.member-marketing .left .title {
  margin-bottom: 48px;
}
.member-marketing .left .title span {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}
.member-marketing .marketing-item {
  margin-bottom: 40px;
}
.member-marketing .marketing-item:last-child {
  margin-bottom: 0;
}
.member-marketing .marketing-title {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
.member-marketing .marketing-title::marker {
  color: #3762EC;
}
.member-marketing .marketing-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
}
.member-marketing .right img {
  width: 600px;
  height: 480px;
}

/* 资金归集+灵活分账 */
.funds-pooling {
  padding: 80px 0 0 0;
  background: linear-gradient( 180deg, #e3eeff 0%, #e0ebfe 100%);

}
.funds-pooling .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.funds-pooling .container .g-title-content {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
}
.funds-pooling .pooling-cards {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  width: 100%;
}
.funds-pooling .pooling-card {
  width: 288px;
  height: 255px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(44,101,255,0.1);
  border-radius: 16px 16px 16px 16px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.funds-pooling .pooling-card img {
  width: 56px;
  height: 56px;
}
.funds-pooling .pooling-card .card-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-top: 16px;
}
.funds-pooling .pooling-card .card-desc {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}
.funds-pooling .container .dayin {
  width: 780px;
  height: 888px;
  margin: 40px 0 48px 0;
}
.funds-pooling .container .cta {
  text-align: center;
  padding-bottom: 80px;
}

/* 更多功能 */
.more-functions.part-thirteen {
  height: 586px;
  background: #e0ecfe;
}
.more-functions.part-thirteen .container .func-list .func {
  width: 100px;
  height: fit-content;
  margin-right: 120px;
}
.more-functions.part-thirteen .container .func-list .func:nth-child(6n) {
  margin-right: 0;
}
.more-functions.part-thirteen .container .func-list .func:hover {
  border: none;
}
.more-functions {
  width: 100vw;
  height: 894px;
  background: #ffffff;
}
.more-functions .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.more-functions .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.more-functions .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.more-functions .container .tip {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin: 20px 0 40px 0;
}
.more-functions .container .title .line {
  width: 64px;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.more-functions .container .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.more-functions .container .func-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-functions .container .func-list .func {
  width: 180px;
  height: 222px;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-functions .container .func-list .func:hover {
  border: 2px solid #00ac44;
}

.more-functions .container .func-list .func img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
.more-functions .container .func-list .func .func-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.more-functions .container .func-list .func .func-tip {
  font-size: 16px;
  color: #666666;
}
.more-functions .container .open-immediately {
  margin-top: 40px;
}