.no-margin {
  margin-bottom: 0 !important;
}

/* 收款码牌 */
.part-one {
  width: 100vw;
  height: 792px;
  background-image: url('/assets/skyx_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;
  position: relative;
}
.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 {
  position: absolute;
  right: -200px;
}

.part-one .right img {
  height: 502px;
}

/* 自带音箱，语音播报，防逃单 */

.part-two {
  width: 100vw;
  height: 828px;
  background-image: url('/assets/skyx_back_2.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 {
  height: 574px;
}
.part-two .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.part-two .container .right .title {
  position: relative;
  margin-bottom: 30px;
  width: 624px;
  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: 624px;
  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;
}

/* 8种语音播报，到账声音易识别 */
.part-three {
  width: 100vw;
  height: 828px;
  background-image: url('/assets/skyx_back_3.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: 655px;
  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: 655px;
  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;
}
.part-three .left .message-list span {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.part-three .left .icon-list {
  display: flex;
  margin-bottom: 60px;
}
.part-three .left .icon-list img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}
.part-three .right {
  position: absolute;
  right: -200px !important;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part-three .right img {
  width: 650px;
}
.part-three .container .open-immediately {
  margin-top: 60px;
}

/* 防水、防尘、防油污，更耐用 */

.naiyong {
  height: 828px;
  background-image: url('/assets/skyx_back_4.jpg');
}

/* 实时显示电量和信号 */
.part-three.real-time {
  height: 620px;
  background-image: url('/assets/skyx_back_6.jpg');
}
.part-three.real-time .left .title {
  width: 432px;
}
.part-three.real-time .left .title .line {
  width: 432px;
}
.part-three.real-time .right {
  right: 0 !important;
  justify-content: flex-end;
}
.part-three.real-time .right img {
  width: 570px;
}

/* 可立可挂，外观升级，高颜值 */
.part-four {
  width: 100vw;
  height: 828px;
  background-image: url('/assets/skyx_back_5.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: 544px;
  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: 544px;
  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: #f9f900;
  margin-bottom: 50px;
}
.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: space-between;
}
.green-line .container span {
  font-size: 18px;
  color: #ffffff;
}
