﻿/* 轮播 */
.ewb-img {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ewb-img .item {
  display: block;
}

.ewb-img img {
  display: block;
  width: 100%;
}

.owl-carousel {
  position: relative;
}

/* 文字介绍 */

.ewb-img-intro {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 150px;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  background: url("../images/mask.png") repeat;
}

.ewb-img-intro > p {
  width: 100%;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 左右按钮 */

/* .owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 46px;
  top: 50%;
  margin-top: -23px;
  z-index: 50;
  color: #fff;
  text-indent: 99999;
} */


:root .owl-nav .owl-next {
  right: 0;
}

.owl-nav.disabled {
  display: block !important;
}

/* 分页按钮 */

.owl-dots {
  position: absolute;
  right: 7px;
  bottom: 50px;
  height: 18px;
  z-index: 60;
  font-size: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.ewb-img button.owl-dot {
  float: left;
  width: 25px;
  height: 18px;
  line-height: 18px;
  margin-right: 3px;
  background: #898989;
  border: 0;
  outline: 0;
}

.ewb-img button.owl-dot span {
  font-family: "Arial";
  font-size: 12px;
  color: #fff;
}

.ewb-img .owl-dot.active {
  background: #ff8202;
}