.no-margin {
  margin-bottom: 0 !important;
}

/* 收款码牌 */
.part-one {
  width: 100vw;
  height: 792px;
  background-image: url('/assets/skmp_back_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
.part-one .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 140px;
}
.part-one .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.part-one .left .title {
  position: relative;
  margin-bottom: 30px;
  width: 672px;
  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: 672px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.part-one .left .tip {
  font-size: 32px;
  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: 60px;
}
.part-one .left .icon-list img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.part-one .right img {
  height: 512px;
}

/* 可立可挂，外观升级，高颜值 */
.part-two {
  width: 100vw;
  height: 908px;
  background-image: url('/assets/skmp_back_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.part-two .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.part-two .container .title {
  position: relative;
  margin-bottom: 30px;
  width: 624px;
  height: 67px;
}
.part-two .container .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  z-index: 9;
}
.part-two .container .title .line {
  width: 624px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.part-two .container .tip {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}
.part-two .container .message-tip {
  font-size: 24px;
  color: #f9f900;
  margin-bottom: 50px;
}
.part-two .container .image-list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.part-two .container .image-list .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part-two .container .image-list .image img {
  width: 380px;
  height: 400px;
  margin-bottom: 30px;
}
.part-two .container .image-list .image span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

/* 高效对账，经营省心 */
.part-three {
  width: 100vw;
  height: 792px;
  background-image: url('/assets/skmp_back_3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.part-three .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part-three .container .left img {
  width: 588px;
  height: 512px;
}
.part-three .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.part-three .container .right .title {
  position: relative;
  margin-bottom: 30px;
  width: 432px;
  height: 67px;
}
.part-three .container .right .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  z-index: 9;
}
.part-three .container .right .title .line {
  width: 432px;
  height: 18px;
  background: #ff9a22;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.part-three .container .right .tip {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.part-three .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: space-between;
}
.green-line .container span {
  font-size: 18px;
  color: #ffffff;
}
