.no-margin {

  margin-bottom: 0 !important;

}



/* 收款码牌 */

.part-one {

  width: 100vw;

  height: 79.2rem;

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

  background-repeat: no-repeat;

  background-size: cover;

  margin-top: 6rem;

}

.part-one .container {

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  padding-top: 14rem;

}

.part-one .left {

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.part-one .left .title {

  position: relative;

  margin-bottom: 3rem;

  width: 67.2rem;

  height: 6.7rem;

}

.part-one .left .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 4.8rem;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-one .left .title .line {

  width: 67.2rem;

  height: 1.8rem;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-one .left .tip {

  font-size: 3.2rem;

  color: #ffffff;

  margin-bottom: 3.6rem;

}

.part-one .left .message-list {

  display: flex;

  flex-direction: column;

}

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

  font-size: 2.4rem;

  color: #ffffff;

  margin-bottom: 2.4rem;

}

.part-one .left .icon-list {

  display: flex;

  margin-bottom: 6rem;

}

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

  width: 6.4rem;

  height: 6.4rem;

  margin-right: 2.4rem;

}



.part-one .right img {

  height: 51.2rem;

}



/* 可立可挂，外观升级，高颜值 */

.part-two {

  width: 100vw;

  height: 90.8rem;

  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: 3rem;

  width: 62.4rem;

  height: 6.7rem;

}

.part-two .container .title span {

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 4.8rem;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

.part-two .container .title .line {

  width: 62.4rem;

  height: 1.8rem;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-two .container .tip {

  font-size: 3.2rem;

  color: #ffffff;

  margin-bottom: 2rem;

}

.part-two .container .message-tip {

  font-size: 2.4rem;

  color: #f9f900;

  margin-bottom: 5rem;

}

.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: 38rem;

  height: 40rem;

  margin-bottom: 3rem;

}

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

  font-weight: bold;

  font-size: 2.4rem;

  color: #ffffff;

}



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

.part-three {

  width: 100vw;

  height: 79.2rem;

  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: 58.8rem;

  height: 51.2rem;

}

.part-three .container .right {

  display: flex;

  flex-direction: column;

  align-items: flex-end;

}

.part-three .container .right .title {

  position: relative;

  margin-bottom: 3rem;

  width: 43.2rem;

  height: 6.7rem;

}

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

  display: flex;

  flex-direction: column;

  font-weight: bold;

  font-size: 4.8rem;

  color: #ffffff;

  position: absolute;

  z-index: 9;

}

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

  width: 43.2rem;

  height: 1.8rem;

  background: #ff9a22;

  position: absolute;

  bottom: 0;

  z-index: 1;

}

.part-three .container .right .tip {

  font-size: 2.4rem;

  color: #ffffff;

  margin-bottom: 2.4rem;

}

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

  margin-top: 6rem;

}



.green-line {

  width: 100vw;

  height: 6rem;

  background: #00bb4a;

}

.green-line .container {

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.green-line .container span {

  font-size: 1.8rem;

  color: #ffffff;

}

