.text-des {
  font-size: 0.26rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.2rem;
  text-align: left;
}
.digital_bg {
  background-image: url("../images/business-system/digital_bg.png");
  background-size: 100% 100%;
  width: 100vw;
  overflow: hidden;
}
.title-des {
  margin: 0.4rem 0;
  color: #fff;
  font-weight: 400;
}
.title-des p:nth-child(1) {
  color: #ffffff;
  opacity: 0.5;
}

.title-des h1 {
  font-size: 0.4rem;
  font-weight: 400;
}

.digital-des {
  padding: 0.4rem;
  background: #ffffff;
  opacity: 0.9;
  border-radius: 2px;
  margin-bottom: 0.4rem;
}
.digital-des-title {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.digital-des-title h2 {
  font-size: 0.3rem;
  color: #333333;
}
.digital-des-title p {
  font-size: 0.3rem;
  color: #0072ff;
  opacity: 0.5;
}
.img-container {
  width: 88vw;
  height: 4.4rem;
}
.info-box {
  width: 70vw;
  height: 2rem;
  background: #ffffff;
  box-shadow: 0px 5px 16px 0px rgba(0, 103, 176, 0.1);
  border-radius: 0px 8px 8px 8px;
  position: relative;
  right: 0;
  bottom: 0.6rem;
  padding: 0.3rem;
}
.info-box h2 {
  font-size: 0.4rem;
}
.info-box p {
  font-size: .2rem;
  font-weight: 400;
  color: #333333;
}
.fr {
  float: right;
  box-shadow: 0px 5px 16px 0px rgba(0, 103, 176, 0.1);
  border-radius: 8px 0px 0px 8px;
}
