.layui-carousel img {
  width: 100%;
  position: inherit;
}

.layui-carousel .tips {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0px 15px;
  margin-top: 265px;
}

.layui-carousel .tips p {
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layui-carousel-ind {
  float: right;
  width: 25%;
  text-align: right;
  top: -31px;
  right: 15px;
}