.body {
  min-height: 100vh;
}
.layui-carousel {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 80px;
}
.swiper-item {
  height: 100%;
  box-sizing: border-box;
  width: 100%;
}
.layui-carousel-ind {
  top: -20px;
}
.layui-carousel-ind ul {
  background-color: transparent;
}
.layui-carousel-ind ul:hover {
  background-color: transparent;
}
.layui-carousel-ind ul li {
  width: 24px;
  background: #fff;
  opacity: 1;
  height: 3px;
  border-radius: 2px;
  opacity: 0.3;
}
.layui-carousel-ind ul .layui-this {
  width: 24px;
  background: #fff;
  opacity: 1;
  height: 3px;
  border-radius: 2px;
}
.home-panel3 {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
.home-panel3 .img {
  width: 100%;
}