/* 收款码牌 */
.no-margin {
  margin-bottom: 0 !important;
}
.part-one {
  width: 100vw;
  height: 740px;
  background-image: url('/assets/smh_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: 216px;
  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: 216px;
  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;
}
.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 {
  height: 497px;
}
.part-one .open-immediately {
  margin-top: 60px;
}

.part-four.easy {
  height: 1010px;
  background-image: url('/assets/scqnw_back_2.jpg');
}
.part-four.easy .container .title {
  width: 720px !important;
}
.part-four.easy .container .title .line {
  width: 720px !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;
}

.part-two.screen {
  background-image: url('/assets/smh_back_4.jpg');
  height: 800px;
}
.part-two.screen .container {
  align-items: flex-start;
}
.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 {
  width: 144px !important;
}
.part-two.screen .container .title .line {
  width: 144px !important;
}
.part-two.screen .container .title span {
  color: #ffffff !important;
}
.part-two.screen .container .tip {
  margin-bottom: 0 !important;
}
.part-two.screen .container .right .message-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.part-two.screen .container .right .message-list span {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.part-two.screen .container .right .message-list span:last-child {
  margin-bottom: 0;
}

.part-two {
  width: 100vw;
  height: 800px;
  background-color: #eef1f5;
  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: 288px;
  height: 67px;
}
.part-two .container .right .title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 48px;
  color: #333333;
  position: absolute;
  z-index: 9;
}
.part-two .container .right .title .line {
  width: 288px;
  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 .message-list {
  display: flex;
  flex-direction: column;
}
.part-two .container .right .message-list .message {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.part-two .container .right .message-list .message img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.part-two .container .right .message-list .message span {
  font-size: 24px;
  color: #333333;
}

.part-two .container .right .open-immediately {
  margin-top: 60px;
}

.part-three {
  width: 100vw;
  height: 800px;
  background-image: url('/assets/smh_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: 768px;
  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: 630px;
  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 .code-list {
  display: flex;
}
.part-three .left .code-list .code {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.part-three .left .code-list .code img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.part-three .left .code-list .code span {
  font-size: 24px;
  color: #ffffff;
}
.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 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.part-three .right img {
  height: 600px;
}
.part-three .container .open-immediately {
  margin-top: 60px;
}

.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;
}

/* 可立可挂，外观升级，高颜值 */
.part-four {
  width: 100vw;
  height: 767px;
  background-image: url('/assets/smh_back_2.png');
  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: 60px;
  width: 528px;
  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: 528px;
  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;
  width: 100%;
  justify-content: center;
}
.part-four .container .image-list img {
  width: 536px;
  height: 439px;
  border-radius: 16px 16px 16px 16px;
  margin-right: 30px;
}
.part-four .container .image-list img:last-child {
  margin-right: 0;
}

.part-four.every .container .title {
  width: 288px !important;
}
.part-four.every .container .title .line {
  width: 288px !important;
}
/* 高效对账，经营省心 */
.part-five {
  width: 100vw;
  height: 800px;
  background-image: url('/assets/smh_back_5.png');
  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 .icon-list {
  display: flex;
  flex-direction: column;
}
.part-five .container .left .icon-list .icon {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.part-five .container .left .icon-list .icon .icon-left img {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}
.part-five .container .left .icon-list .icon .icon-right {
  display: flex;
  flex-direction: column;
}
.part-five .container .left .icon-list .icon .icon-right .title {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}
.part-five .container .left .icon-list .icon .icon-right .tip {
  font-size: 20px;
  color: #ffffff;
}
.part-five .container .right img {
  width: 520px;
  height: 598px;
}

.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;
}

.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;
}
