.banner {
  width: 100%;
  background: url(./img/FigmaDDSSlicePNG6f05277f7cb7cfd4e0586c9cc8596aa0.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 1;
}

.banner>.title {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 80px;
  font-style: normal;
  text-transform: none;

}

.banner>.subtitle {

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
  font-style: normal;
  text-transform: none;

}

.group_1 {
  background-color: rgba(255, 255, 255, 0.4);
  width: 80%;
  margin: 0 auto;
  padding: 50px 0 90px 0;
}

.text_9 {
  overflow-wrap: break-word;
  color: rgba(38, 38, 38, 1);
  font-size: 30px;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  display: block;
  margin: 40px auto;
  text-align: center;
}

.box_6 {
  width: 100%;
  height: 72px;
}

.text-wrapper_2 {
  background-color: rgba(244, 247, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.text_10 {
  color: rgba(38, 38, 38, 1);
  font-size: 18px;
  font-family: PingFang SC-Semibold;
  font-weight: 600;

}

.text-wrapper_3 {
  background-color: rgba(247, 248, 249, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.text_11 {

  color: rgba(153, 153, 153, 1);
  font-size: 18px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;

}

.image_2 {
  height: 4px;
}

.progress_selected {
  flex: 1;
  background-color: #002FA7;
}

.progress_unselected {
  flex: 1;
  background-color: transparent;
}

.smart_room {
  width: 100%;
  background-color: #F7F8FA;
  padding: 50px 0 90px 0;
}

.img-line1 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.img-line1>img {
  position: relative;
}

.tagroom {
  position: absolute;
  left: 0;
  top: 76.5%;
  height: 17.5%;
  background: url(./img/FigmaDDSSlicePNG5f5c68501622aec195eb40cd9eaa38db.png) 100% no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 180/48;
  display: flex;

}
.tagroom >img {
  display: block;
  
}
.tagtext {
  height: fit-content;
  margin: auto;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.fuction-section{
  width: 80%;
  padding: 50px 0 90px 0;
  margin: 0 auto;
}
.img-line1 > div >img{
  display: block;
}
.tagtext2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  transform: translate(-50%, 50%);
}
.proposal-section{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tagtext3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-weight: 500;
  font-size: 18px;
  color: #142C62;
  transform: translate(-50%, -200%);
}