/**
 * base.less
 * 函数调用
 */
/**
 * 全站颜色汇总
 */
.mod-focus {
  position: relative;
  padding-bottom: 26%;
  height: 0;
  background: #f5f5f5;
}
.mod-focus .con-wrap {
  position: absolute;
  height: 100%;
}
.mod-focus .con-img {
  display: block;
  width: 100%;
}
.mod-focus .dot-wrap {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.mod-focus .dot-wrap a {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mod-focus .dot-wrap a.current {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
