.project-bottom-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #4DA2B3;
  align-items: center;
  justify-content: center;
}

.project-bottom-view {
  width: 1440px;
  min-height: 237px;
  position: relative;
}

.project-bottom-view .bg1 {
  background: url(./bg1.png);
  width: 264px;
  height: 37px;
  position: absolute;
  left: 44px;
  top: 39px;
  background-size: 100% 100%;
}

.project-bottom-view .bg2 {
  background: url(./bg2.png);
  width: 260px;
  height: 19px;
  position: absolute;
  left: 47px;
  top: 81px;
  background-size: 100% 100%;
}

.project-bottom-view .system {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  position: absolute;
  left: 246px;
  bottom: 78px;
  display: none;
}

.project-bottom-view .final {
  height: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 18px;
}