 /* 为图片增加 移上去的阴影形式 */
 .uk-margin-remove{
}
.uk-margin-remove ul>li:hover {
  box-shadow: 1px 1px  6px #999999
}
/*  调整了块之间的距离  */
.marginTop45 .hand {
  margin-bottom: 20px;
}
/* 整体的一个颜色  */
/* html{
  background: #eeeeee
} */
.marginTop45 .uk-flex .hand:hover {
  box-shadow: 1px 1px 6px #999999;
}

.text_dec{
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  border-radius: 8px;
  border: 1px solid white;
  margin-left: 7px;
  cursor: pointer;
}
/* 圆角的设置 */

.pic-num {
  /* background: rgba(0, 0, 0, .5); */
  bottom: 20px;
  left: 0;
  height: 25px;
  width: 100%;
  position: absolute;
  text-align: center;
}

.pic-num span {
  opacity: 1;
  border-radius: 50%;
  color: #222;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  height: 10px;
  margin: 0 4px;
  width: 10px;
  border: 1px solid white
}

.pic-num span.on {
  opacity: 1;
  background: white;
  color: #fff;
}
