#home-case {
  margin-top: 92px;
  width: 100%;
  height: var(--tbs-window-height, 1076px);
}

#home-case .demonstration {
  color: var(--el-text-color-secondary);
}

#home-case .carousel-item-sections {
  display: flex;
  justify-content: space-between;
  width: 213.33rem;
  margin: 0 auto;
}

#home-case .carousel-item-sections > div {
  flex-basis: 50%;
}

#home-case .el-carousel__item .imglist {
  color: #475669;
  opacity: 0.75;
  line-height: 16.67rem;
  margin: 0;
  text-align: right;
  width: 106.67rem;
  height: 65vh;
}

#home-case .el-carousel__item:nth-child(2n) {
  background: #f7f7f7;
}

#home-case .el-carousel__item:nth-child(2n + 1) {
  background: #f7f7f7;
}

#home-case .el-carousel--horizontal {
  overflow: unset;
}

#home-case .ones_name {
  font-size: 3.56rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-left: 20.33rem;
  margin-top: 7.56rem;
}

#home-case .ones_title {
  font-size: 2.89rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #b8b8b8;
  margin-left: 20.33rem;
  margin-top: 0.89rem;
}

#home-case .two_name {
  font-size: 3.56rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-left: 2.56rem;
  margin-top: 0.89rem;
}

#home-case .two_title {
  font-size: 2.67rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  margin-left: 2.56rem;
  margin-top: 0.89rem;
}

#home-case .ones_content {
  max-width: 58.33rem;
  font-size: 2.22rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  margin-left: 20.33rem;
  margin-top: 3.33rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 超出几行省略 */
}

/* // 指示灯位置 */
#home-case .el-carousel__indicators {
  left: unset;
  transform: unset;
  left: 10%;
  bottom:2%;
}

#home-case .el-carousel {
  width: var(--tbs-window-width, 213.33rem);
  overflow: hidden;
  margin-top:-11px
}

#home-case .el-carousel__indicator--horizontal .el-carousel__button {
  width: 1.56rem;
  height: 1.56rem;
  background: transparent;
  border: 0.11rem solid #d5d5d5;
  border-radius: 50%;
  opacity: 0.5;
}

#home-case .el-carousel__indicator--horizontal.is-active .el-carousel__button {
  width: 1.56rem;
  height: 1.56rem;
  background: #4b61bb;
  border-radius: 50%;
  opacity: 1;
}

#home-case .tain {
  max-width: 133.33rem;
  margin: 0 auto;
}

#home-case .form-control {
  background: #f7f7f7;
  border-radius: 7rem;
  border: none;
  box-shadow: none;
  font-size: 3.11rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding: 0 2.22rem 0 6.67rem;
  /*height: 11rem;*/
  width: 100%;
  margin-top: 0.89rem;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  height: 8.2vh;
}

#home-case .form-control:focus {
  background: #e0e0e0;
  box-shadow: none;
  outline: 0 none;
}

#home-case .noted {
  width: 33.56rem;
  /*height: 9.89rem;*/
  height: 7.2vh;
  background: #4e6be1;
  border-radius: 7rem;
  font-size: 3.11rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  float: right;
  position: relative;
  top: -7.7vh;
  left: -0.5vh;
  line-height: 7.2vh;
  /*top: -10.44rem;*/
  /*left: -0.89rem;*/
}

#home-case .form-horizontal .text {
  float: left;
  font-size: 1.56rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  margin-left: 0.78rem;
  margin-top: 2px;
}

#home-case .data-list {
  /*position: absolute;*/
  top: 11rem;
  left: 0;
  right: 28.89rem;
  padding: 0;
  margin: 0 auto;
  max-width: 93.56rem;
  /* border: 1px solid #aaa; */
  background-color: rgba(255, 255, 255, 1);
  transform: translateX(-14.44rem);
}

#home-case .data-list li {
  padding: 1.11rem;
  cursor: pointer;
  list-style-type: none;
}

#home-case .data-list li:hover {
  background-color: #eee;
}
