/* 收款码牌 */
.no-margin {
  margin-bottom: 0 !important;
}
.part-one {
  width: 100vw;
  height: 740px;
  background-image: url('/assets/cysy_back_1.jpg');
  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 {
  width: 484px;
  height: 448px;
}
.part-one .open-immediately {
  margin-top: 60px;
}

.part-four.suit-all {
  height: 500px;
  background-color: #fff !important;
  background-image: none !important;
}
.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: 320px;
}
.part-four.suit-all .container .title .line {
  width: 64px !important;
  height: 6px;
  background: #00bb4a;
  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: 129px;
  height: 218px;
  background: #f8f9f9;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: columns;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.part-four.suit-all .container .image-list .image:hover {
  border: 1px solid #00bb4a;
}
.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: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.part-four.suit-all .container .image-list .image .image-tip {
  font-size: 18px;
  color: #00bb4a;
}

.part-four.suit-all.func {
  height: 1038px;
  background-color: #f3f8fc !important;
  background-image: none !important;
}
.part-four.suit-all.func .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.part-four.suit-all.func .container .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
  width: 240px;
}
.part-four.suit-all.func .container .title .line {
  width: 64px !important;
  height: 6px;
  background: #00bb4a;
  border-radius: 3px 3px 3px 3px;
}
.part-four.suit-all.func .container .tip {
  color: #333333;
  margin-bottom: 40px;
}
.part-four.suit-all.func .container .image-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part-four.suit-all.func .container .image-list .image {
  width: 282px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: columns;
  align-items: center;
  justify-content: center;
  cursor: auto;
  margin-bottom: 24px;
}
.part-four.suit-all.func .container .image-list .image img {
  width: 70px;
  height: 60px;
  margin-bottom: 20px;
}
.part-four.suit-all.func .container .image-list .image .image-title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.part-four.suit-all.func .container .image-list .image .image-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part-four.suit-all.func .container .image-list .image .image-tip span {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
}

.part-four.suit-all.func .open-immediately {
  width: 263px;
  margin-top: 40px;
}

.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;
}
.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;
}
.member-card-marketing.part-eight .container .type-list {
  margin-bottom: 0 !important;
}
.member-card-marketing.part-eight .container .type-list .type img {
  height: 48px !important;
}

.part-two.screen {
  background-image: url('/assets/scqnw_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/scqnw_back_5.png');
  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-three {
  width: 100vw;
  height: 700px;
  background-image: url('/assets/cysy_back_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.part-three .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.part-three .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part-three .left .title {
  position: relative;
  margin-bottom: 30px;
  width: 480px;
  height: 67px;
}
.part-three .left .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  z-index: 9;
}
.part-three .left .title .line {
  width: 480px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.part-three .left .tip {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 36px;
}
.part-three .left .message-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 600px;
}
.part-three .left .message-list span {
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
}
.part-three .left .icon-list {
  display: flex;
}
.part-three .left .icon-list img {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}
.part-three .right {
  height: 100%;
}
.part-three .right img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 456px;
}
.part-three .container .open-immediately {
  margin-top: 60px;
}

.part-three.call-number {
  height: 828px;
  background-image: url('/assets/cysy_back_3.jpg');
}
.part-three.call-number .container {
  position: relative;
}
.part-three.call-number .container .title {
  width: 528px !important;
}
.part-three.call-number .container .title .line {
  width: 528px !important;
}
.part-three.call-number .container .message-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.part-three.call-number .container .message-list .list {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.part-three.call-number .container .message-list .list img {
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.part-three.call-number .container .message-list .list span {
  font-size: 24px;
  color: #ffffff;
}
.part-three.call-number .container .right {
  align-self: flex-start;
  height: 100%;
}
.part-three.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;
}

.statistics-reports.part-ten {
  height: 948px !important;
  margin-bottom: 0 !important;
}
.statistics-reports.part-ten .container .image-list .image img {
  margin-bottom: 30px;
}
.statistics-reports.part-ten .open-immediately {
  width: 263px !important;
  margin-top: 40px;
}

.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;
}

.more-functions.part-thirteen {
  height: 586px;
}

.more-functions.part-thirteen .container .func-list .func {
  width: 100px;
  height: fit-content;
  background-color: #fff;
  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;
}

.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: #00bb4a;
}
.green-line .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-line .container span {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.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;
}
