/**
 * @ Module name
 * @ authors: H.yingzi - h.yingzi@gmail.com
 * @ team: Digiocean - http://www.digiocean.cc
 * @ date:
 * @ version: 0.0.0
 *
 */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* 组件 - 轮播图carousel */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f1f1f1;
  -ms-touch-action: pan-y;
}

.carousel-item {
  display: none;
  position: relative;
}

.carousel-item img {
  width: 100%;
  display: block;
}

.owl-carousel.inited .carousel-item {
  display: block;
}

.carousel-caption {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 2;
  top: 15%;
}

.carousel-caption-title {
  font-size: 24px;
}

.carousel-caption-desc {
  font-size: 14px;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  position: relative;
  min-height: 1px;
  transition: width .4s ease;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls .owl-page span {
  display: block;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.owl-carousel-wrap {
  position: relative;
  width: 100%;
}

.owl-controls-slide {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  line-height: 100%;
  text-align: center;
}

.owl-controls-slide .iconfont {
  font-size: 42px;
}

.owl-controls-slide a {
  color: #fff;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 56px;
}

.owl-controls-slide a:hover {
  color: #575757;
  /* background-color: rgba(0,0,0,.3); */
}

.owl-controls-slide.owl-prev {
  left: 10px;
  opacity: 1;
  -webkit-transition: left .5s ease, opacity .5s ease;
  transition: left .5s ease, opacity .5s ease;
}

.owl-controls-slide.owl-next {
  right: 10px;
  opacity: 1;
  -webkit-transition: right .5s ease, opacity .5s ease;
  transition: right .5s ease, opacity .5s ease;
}

.owl-wrapper-outer.on .owl-prev {
  left: 20px;
  opacity: 1;
  -webkit-transition: left .5s ease, opacity .5s ease;
  transition: left .5s ease, opacity .5s ease;
}

.owl-wrapper-outer.on .owl-next {
  right: 20px;
  opacity: 1;
  -webkit-transition: right .5s ease, opacity .5s ease;
  transition: right .5s ease, opacity .5s ease;
}

.owl-controls .owl-page {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #717171;
  border: 1px solid #717171;
  text-indent: -999999px;
  transition: width .4s;
}

.owl-controls .owl-page.active {
  background: #e47325;
  width: 48px;
  border-radius: 6px;
  border: 1px solid #e47325;
  transition: width .4s;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  /*-ms-transform: translate3d(0, 0, 0);*/
}

@media (min-width: 480px) {
  .carousel-caption-title {
    font-size: 24px;
  }

  .carousel-caption-desc {
    font-size: 14px;
  }
}

@media (min-width: 720px) {
  .carousel-caption {
    text-align: left;
  }

  .carousel-caption-title {
    font-size: 24px;
  }

  .carousel-caption-desc {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .owl-controls {
    bottom: 20px;
  }

  .carousel-caption-title {
    font-size: 24px;
  }

  .carousel-caption-desc {
    font-size: 14px;
  }

  .owl-controls-slide.owl-prev {
    left: -70px;
    opacity: 0;
    -webkit-transition: left .5s ease, opacity .5s ease;
    transition: left .5s ease, opacity .5s ease;
  }

  .owl-controls-slide.owl-next {
    right: -70px;
    opacity: 0;
    -webkit-transition: right .5s ease, opacity .5s ease;
    transition: right .5s ease, opacity .5s ease;
  }
}
