@charset "utf-8";
.ui-banner-wrap {
  width: 100%;
  height: 490px;
  position: relative;
  overflow: hidden;
}
.ui-banner-scroll {
  position: relative;
}
.ui-banner-scroll a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 490px;
  display: block;
}
.ui-banner-pointer {
  position: absolute;
  bottom: 30px;
  z-index: 9999;
}
.ui-banner-pointer a {
  background-color: #999;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin-right: 10px;
}
.ui-banner-pointer a.current {
  background-color: #ff0000;
}
.ui-banner-pointer:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
