.solution-s1 .img-box {
  position: relative;
  margin: 0 auto;
  width: 67%;
  min-height: 600px;
}

.solution-s1 .img-box .main-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.solution-s1 .img-box .content {
  position: relative;
  z-index: 2;
  padding: 50px 30px 0;
  width: 50%;
  color: #ffffff;
}

.solution-s1 .img-box .content .desc {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

.solution-s1 .img-box .content .desc::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 30px;
}

.solution-s1 .img-box .content .txt-box {
  margin: 24px 0;
  font-family: 'Courier New', monospace;
}

.solution-s1 .img-box .content .txt-box span {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}

.solution-s1 .img-box .content .txt-box span:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.solution-s1 .img-box .content .qrcode-box {
  display: flex;
  gap: 60px;
}

.solution-s1 .img-box .content .qrcode-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-s1 .img-box .content .qrcode-box .item .wx {
  width: 110px;
  height: 110px;
  background: #ffffff;
  padding: 2px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.solution-s1 .img-box .content .qrcode-box .item .wx-qrcode {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solution-s1 .img-box .content .qrcode-box .item span {
  margin-top: 12px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}