.section-slide {
  overflow: hidden;
}

.slide-images {
  margin: 1.5rem 0;
  /*width: 137.6rem;*/
  font-size: 0;
  letter-spacing: 0;
  /*animation: move1 linear 60s infinite;*/
}

/*.slide-images img {*/
  /*width: 4rem;*/
  /*height: 4rem;*/
  /*margin-left: .3rem;*/
/*}*/

.slide-images:hover {
  animation-play-state: paused;
  -moz-animation-play-state: paused;
}

.layui-layer-lcyg-wx-gzh {
  border-radius: 10px !important;
  padding: 10px !important;
}

.layui-layer-lcyg-wx-gzh .layui-layer-content {
  height: 100% !important;
}


/*@keyframes move1 {*/
  /*0% {*/
    /*transform: translateX(0%);*/
  /*}*/
  /*100% {*/
    /*transform: translateX(-68.75%);*/
  /*}*/
/*}*/