.banner-innerList {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner-innerList li {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section #trash-process {
  width: 100%;
  height: 728px;
  padding-bottom: 80px;
  background: linear-gradient(90deg, #3EDAB0, #00CBCE);
}
.section #trash-process .process-content {
  position: relative;
}
.section #trash-process .process-content .process-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section #trash-process .process-content .process-list li {
  padding-top: 60px;
  width: 210px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section #trash-process .process-content .process-list li .left-box {
  text-align: center;
  padding-right: 36px;
}
.section #trash-process .process-content .process-list li .right-box {
  margin-bottom: 26px;
}
.section #trash-process .process-content .process-list li:last-child li {
  width: 180px;
}
.section #trash-process .process-content .process-list li:last-child .right-box {
  display: none;
}
.section #trash-process .process-content .process-list li .active-img {
  display: none;
}
.section #trash-process .process-content .process-list li .show {
  display: block;
}
.section #trash-process .process-content .process-list .on {
  background-color: #fff;
}
.section #trash-process .process-content .process-text {
  height: 454px;
  width: 100%;
  box-shadow: 0px 0px 9px 0px rgba(36, 43, 66, 0.1);
  box-sizing: border-box;
  padding: 60px;
  background-color: #fff;
  position: absolute;
  top: 250px;
  border-radius: 15px 15px 0 0;
}
.section #trash-process .process-content .process-text .remark-box {
  display: none;
}
.section #trash-process .process-content .process-text .remark-box .process-remark {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* 提示框箭头 */
}
.section #trash-process .process-content .process-text .remark-box .process-remark .remark-left {
  width: 462px;
}
.section #trash-process .process-content .process-text .remark-box .process-remark .remark-left .remark-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section #trash-process .process-content .process-text .remark-box .process-remark .remark-left .remark-list li {
  display: flex;
  padding-right: 30px;
  height: 30px;
  align-items: center;
}
.section #trash-process .process-content .process-text .remark-box .process-remark .arrows {
  width: 18px;
  height: 18px;
  background: #ffffff;
  display: inline-block;
  margin-right: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  left: 36px;
}
.section #trash-process .process-content .process-text .show {
  display: block;
}
.section .type-ai {
  background-color: #F5F9FF;
  padding: 0 0 50px;
}
.section .img-container {
  width: 100%;
  height: 500px;
}
.section #transfer {
  padding-bottom: 20px;
}
.section #transfer .transfer-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section #transfer .transfer-list ul {
  display: flex;
  flex-direction: column;
}
.section #transfer .transfer-list ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 80px;
}
.section #control {
  height: 616px;
}
.section #control .control .img-box {
  position: relative;
}
.section #control .control .img-box img {
  position: absolute;
  bottom: -60px;
  left: 0;
}
.section #control .control-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 300px;
}
.section #control .control-list li {
  display: flex;
  flex-direction: row;
}
.section .trash-app {
  padding: 40px 0;
  width: 100%;
  background: #323E4A;
}
.section .trash-app .trashApp-content ul {
  width: 80%;
  margin: 60px auto 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.section .trash-app .trashApp-content ul li {
  width: 70px;
  text-align: center;
}
.section .trash-app .trashApp-content .trashApp-list {
  width: 100%;
  margin: 40px auto 60px;
}
.section .trash-app .trashApp-content .trashApp-list li {
  width: 228px;
}
.section .related-hardware {
  background-color: #F5F9FF;
}
.section .related-hardware .hardware-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  width: 60%;
}
.section .related-hardware .hardware-title li {
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 10px;
  background: #fff;
  color: black;
  border: 1px solid #D9E3F2;
}
.section .related-hardware .hardware-title .on {
  background: #26BC96;
  color: #fff;
}
.section .related-hardware .hardware-text {
  flex-direction: row;
  justify-content: space-between;
  display: none;
}
.section .related-hardware .hardware-text .hardware-right {
  padding-left: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section .related-hardware .hardware-text .hardware-right li {
  padding: 20px 40px;
  height: 130px;
  box-sizing: border-box;
}
.section .related-hardware .show {
  display: flex;
}
