.top-image {
  width: 100%;
  height: 720px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  object-fit: cover;
}

.software-support {
  padding-top: 120px;
}

.software-platform {
  /* width: 1600px; */
  width: 1280px;
  /* height: 144px; */
  background: #F6FBFF;
  padding: 60px 0 60px calc((100vw - 1280px - 8px)/2);
  position: relative;
  display: inline-block;
  margin-top: 256px;
  /* word-break: break-all; */
  text-align: justify;
  text-justify: inter-word;
}

/* .software-item {} */

.software-item-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}

.software-item-content {
  width: 500px;
  height: 96px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  margin-top: 20px;
}

.software-img {
  width: 690px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.software-mini {
  /* width: 1600px; */
  /* width: 920px; */
  /* width: 1280px; */
  width: 720px;
  /* width: 1240px; */
  /* height: 178px; */
  background: #F6FBFF;
  /* background: #b8b8b8; */
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 46px calc((100vw - 1280px - 8px)/2) 40px 560px;
  position: relative;
  display: inline-block;
  margin-top: 276px;
  margin-left: calc((100vw - 1280px - 8px)/2);
  /* word-break: break-all; */
  text-align: justify;
  text-justify: inter-word;
}

.mini-img {
  width: 430px;
  height: 400px;
  position: absolute;
  left: 50px;
  bottom: 40px;
}

.mini-item {
  display: inline-block;
}

.mini-item-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  display: inline-block;
}

.mini-item-content {
  width: 680px;
  height: 130px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
}

/* 硬件设备 */
.hardware {
  margin-top: 160px;
}

.hardware-subtitle {
  height: 32px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  text-align: center;
  margin: 40px 0 60px 0;
}

.hardware-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
}

.hardware-content-item {
  display: flex;
}

.hardware-content-item-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 428px;
  background: #FAFAFA;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
}

.hardware-content-item-title {
  width: 480px;
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}

.hardware-content-item-content {
  width: 480px;
  height: 96px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  text-align: left;
}

.hardware-content-item-img {
  width: 640px;
  height: 428px;
  background: #FAFAFA;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}

/* 后台管理 */
.management {
  padding: 120px 0;
  background: #FAFAFA;
}



.management-content {
  /* width: ; */
  width: calc(100vw - 8px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  /* margin: 80px calc((100vw - 1400px)/2) 0 calc((100vw - 1400px)/2); */
}

.management-content-body {
  width: 580px;
  height: 112px;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 20px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}

.management-content-body:hover {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.3);
}

.management-content-body-icon {
  width: 60px;
  height: 60px;
}

.management-content-body-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.management-content-body-content-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: left;
}

.management-content-body-content-content {
  width: 480px;
  height: 64px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
}

.urban-parking-img {
  width: 600px;
  height: 500px;
  position: absolute;
  right: 40px;
  bottom: 0;
}

.guards-img {
  width: 580px;
  height: 400px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}