.no-margin {
  margin-bottom: 0 !important;
}
/* 收款码牌 */
.part-one {
  width: 100vw;
  height: 792px;
  background-image: url('/assets/ydyj_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: 480px;
  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: 480px;
  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: 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(4n) {
  margin-right: 0;
}
.part-one .left .icon-list .icon span {
  font-size: 14px;
  color: #ffffff;
  margin-top: 12px;
  display: inline-block;
  width: 56px;
  text-align: center;
}
.part-one .left .icon-list img {
  width: 64px;
  height: 64px;
}
.part-one .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
}
.part-one .right img {
  width: 539px;
}
.part-one .open-immediately {
  margin-top: 60px;
}

.part-four.easy {
  height: 788px;
  background-image: url('/assets/skw_back_2.png');
}
.part-four.easy .container .title {
  width: 432px !important;
}
.part-four.easy .container .title .line {
  width: 432px !important;
}

.part-two.screen {
  background-image: url('/assets/ydyj_back_2.jpg');
  height: 574px;
}
.part-two.screen .container {
  align-items: flex-start;
  justify-content: flex-end;
}
.part-two.screen .container .right {
  margin-top: 151px;
}
.part-two.screen .container .left {
  display: flex;
  flex-shrink: 0;
  align-self: center;
  position: absolute;
  left: -130px;
}
.part-two.screen .container .left img {
  width: 778px;
}
.part-two.screen .container .right .title {
  width: 384px !important;
}
.part-two.screen .container .right .title .line {
  width: 384px !important;
}
.part-two.screen .container .icon-list {
  display: flex;
}
.part-two.screen .container .icon-list img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

/* 自带音箱，语音播报，防逃单 */

.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/ydyj_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: 565px;
  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: 565px;
  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: 120px;
  top: 50%;
  transform: translateY(-50%);
}
.part-three .right img {
  width: 268px;
}
.part-three .container .open-immediately {
  margin-top: 60px;
}

.part-two.broadcast {
  width: 100vw;
  background-image: url('/assets/ydyj_back_4.jpg');
  height: 828px;
}

.part-two.broadcast .container {
  justify-content: flex-end;
}
.part-two.broadcast .left {
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
}
.part-two.broadcast .right .title {
  width: 432px;
}
.part-two.broadcast .right .title .line {
  width: 432px;
}
.part-two.broadcast .left img {
  height: 446px !important;
}

.part-four.more-func {
  height: 748px;
  background-image: url('/assets/ydyj_back_5.png');
}
.part-four.more-func .container .title {
  width: 384px !important;
}
.part-four.more-func .container .title .line {
  width: 384px !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: 380px;
}

/* 防水、防尘、防油污，更耐用 */

.naiyong {
  height: 828px;
  background-image: url('/assets/skyx_back_4.jpg');
}

/* 实时显示电量和信号 */
.real-time {
  height: 620px;
  background-image: url('/assets/skyx_back_6.jpg');
}
.real-time .left .title {
  width: 432px;
}
.real-time .left .title .line {
  width: 432px;
}
.real-time.part-three .right {
  bottom: 0;
  right: 0;
}
.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: 624px;
  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: 624px;
  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;
}
