.solution-new-banner {
  background: url(../images/solution-35/banner.jpg) no-repeat center;
  width: 100%;
}

.yunwei-rpa-solution {
  background-image: url(../images/solution-36/banner.png);
  background-size: cover;
  height: 400px;
}

.rpanew-contents h3 {
  font-size: 24px;
  font-weight: 400;
  color: #0B2464;
  margin-top: 50px;

}

.solution-new-banner-content {
  height: 340px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.solution-new-banner-content img {
  margin-bottom:20px;
}

.solution-new-banner-content h2 {
  font-size: 30px;
  font-weight: bold;
  max-width:610px;
}

.solution-new-banner-content>label {
  font-size: 14px;
  padding: 5px 16px;
border-width: 1px;
    border-style: solid;
    border-radius: 5px;
	margin-top:20px;
}

.orange-label {
    border-color: #FF7309;
    color: #FF7309;
}

.blue-label {
    border-color: #1FC3FF;
    color: #1FC3FF;
}


.solution-new-banner-content p {
  font-size: 14px;
  line-height: 28px;
  max-width: 745px;
  margin-bottom: 30px;
}

.new>a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #f06b22;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.rpanew-solution {
  background-image: none;
  padding: 20px 0;
  box-sizing: border-box;
}

.first-img {
  width: 100%;
  margin-top: 30px;
}

.first-img>li {
  display: flex;
  margin-top: 10px;
}


.first-img>li .left {
  width: 112px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.first-img>li:first-child .left {
  background-image: url(../images/solution-35/1.png);
}

.first-img>li:nth-child(2) .left {
  background-image: url(../images/solution-35/2.png);
}

.first-img>li:nth-child(3) .left {
  background-image: url(../images/solution-35/3.png);
}

.first-img>li:last-child .left {
  background-image: url(../images/solution-35/4.png);
  background-position: center 10px;
}

.first-img>li .right {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e1e4e5;
}

.first-img>li .right img {
  width: 28px;
  height: 22px;
  margin: 0 10px 0 30px;
}

.second-img {
  display: flex;
  flex-direction: column;
}

.second-img>li {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.second-img>li>.right {
  margin-left: 20px;
}

.third-img,
.forth-img {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: 20px;
}

.third-img img {
  display: flex;
  max-width: 165px;
  margin-right: 20px;
}

.forth-img>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.forth-img>li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}

.forth-img>li p {
  font-size: 14px;
  color: #666666;
}

.fifth-img {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
}

.fifth-img ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.fifth-img ul li img {
  margin: 0 20px 0 30px;
}

p.abc {
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.mubiao {
  background: url(../images/solution-35/mubiao.png) no-repeat center;
  width: 708px;
  height: 70px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
}

.sixth-img {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.sixth-img-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sixth-img-item ul {
  background-color: #f6f6f6;
  padding: 20px 10px;
  box-sizing: border-box;
  max-width: 190px;
  margin-top: 20px;
  flex: 1;

}

.sixth-img-item ul>li {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}

.sixth-img-item ul>li span {
  color: #3B6FF3;
  margin-right: 10px;
}

/* .sixth-img-item ul>li::before{
  content: "";
  width: 4px;
height: 4px;
background: #3B6FF3;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
} */

.seventh-img {
  display: flex;
}

.seventh-img img {
  display: flex;
  max-width: 155px;
  margin-right: 20px;
}

.eighth-img {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.eighth-img>li {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.eighth-img>li .right {
  margin-left: 30px;
}

.eighth-img>li .right h4 {
  font-size: 16px;
  font-weight: bold;
  color: #448AF7;
}

.ninth-img {
  width: 100%;
  display: flex;
  align-items: center;
}

.ninth-img>img {
  width: 180px;
  height: 180px;
  margin-right: 30px;
}

.bottom-banner {
  width: 100%;
  height: 200px;
  background-image: url(../images/solution-35/bottom-banner.png);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  box-sizing: border-box;
}

.bottom-banner>h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.bottom-banner>a {
  width: 130px;
  height: 36px;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 15px;
  color: #396dff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.rpa-differences-list {
  display: flex;
  flex-direction: column;
}

.rpa-differences-list>li {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #F4F6FF;
}

.rpa-differences-list>li+li {
  margin-top: 20px;
  background: #F5FBF7;
}

.rpa-differences-list>li h5 {
  color: #1D2129;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.what-yunwei-rpa-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.what-yunwei-rpa-list>li {
  display: flex;
  width: 32%;
  padding: 16px;
  border-radius: 8px;
background: #F4F9FF;
box-sizing: border-box;
}

.what-yunwei-rpa-list>li>img{
  width: 52px;
}

.what-yunwei-rpa-list-right-content{
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.what-yunwei-rpa-list-right-content h5{
  color: #1D2129;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 10px;
}

.what-yunwei-rpa-list-right-content p{
  color: #4E5969;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


@media screen and (max-width: 1024px) {
  .rpanew-contents h3 {
    font-size: 1.2rem;

  }


  .solution-new-banner-content {
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .solution-new-banner-content h2 {
    font-size: 1.4rem;
  }

  .rpanew-solution {
    padding: 1rem;
  }

  .second-img>li>img {
    width: 3rem;
  }

  .third-img,
  .forth-img {
    display: flex;
    justify-content: space-between;

  }

  .third-img img {
    width: 30%;
    margin: 0;
  }

  .forth-img {
    display: flex;
    justify-content: space-between;
  }

  .forth-img>li {
    width: 30%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .forth-img>li img {
    width: 60%
  }

  .forth-img>li h4 {
    font-size: .9rem;
  }

  .fifth-img {
    flex-direction: column;
  }

  .fifth-img ul {
    width: 100%;
  }

  .fifth-img ul li>img {
    margin: 0 1rem 0 0;
    width: 3rem;
    height: auto;
  }

  .mubiao {
    width: 100%;
    margin: 0 auto;
    background-size: contain;
  }

  .sixth-img-item img {
    width: 50%;
  }

  .sixth-img-item ul {
    padding: 1rem;
    margin-top: 1rem;
  }

  .seventh-img {
    justify-content: space-between;
  }

  .eighth-img li img {
    width: 4rem;
  }

  .ninth-img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .ninth-img .eighth-img li {
    margin-bottom: 1rem;
  }

  .bottom-banner {
    padding: 1rem;
  }


  .bottom-banner h3 {
    text-align: center;
    font-size: 1.1rem;
  }

  .what-yunwei-rpa-list>li {
width: 100%;
margin-bottom: 1rem;
  }

}