
/*
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body { background-color: #f1f1f1; }
*/
.demo-wrap { margin-top: 10px; }

.demo-wrap .demo {
  /*width: 1000px;*/
  height: 150px;
  width: 55%;
  
  /*height: 60vh;*/
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
}

.slide-wrap {
  /*width: 1000px;*/
  height: 450px;
 
  width: 100%;
  /*height: 60vh;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-wrap li {
  display: none;
  /*width: 300px;*/
  width: 20%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  /*box-shadow: 0px 10px 20px #888;*/
}

.slide-wrap .inner {
  position: relative;
  /*border: 3px solid #ecfdfd;*/
  border-radius: 5px;
}

/*
.slide-wrap .inner a {
  text-decoration: none;
  border: none;
  outline: none;
}

.slide-wrap .pic-tit {
  font-size: 14px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #1ca297;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 99999;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}*/

.slide-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
}

.slide-wrap .pos1 {
  display: block;
  /*width: 180px;*/
  width: 14%;
  /*height: 236px;
  height: 31.5vh;*/
  top: 60px;
  left: 0;
  /*left: 6%;*/
  z-index: 1;
}

.slide-wrap .pos2 {
  display: block;
  /*width: 220px;*/
  width: 16%;
  /*height: 286px;
  height: 36vh;*/
  top: 35px;
  /*left: 20%;*/
  left: 18%;
  z-index: 2;
}

.slide-wrap .pos3 {
  display: block;
  /*width: 300px;*/
  width: 20%;
  /*height: 390px;
  height: 45vh;*/
  top: 0;
  /*left: 35%;*/
  left: 40%;
  z-index: 3;
}

.slide-wrap .pos4 {
  display: block;
  /*width: 220px;*/
  width: 16%;
  /*height: 286px;
  height: 36vh;*/
  top: 35px;
  /*right: 20%;*/
  right:18%;
  z-index: 2;
}

.slide-wrap .pos5 {
  display: block;
  /*width: 180px;*/
  width: 14%;
  /*height: 236px;
  height: 31.5vh;*/
  top: 60px;
  /*right: 6%;*/
  right:0%;
  z-index: 1;
}

.slide-wrap .inner {
  overflow: hidden;
  position: relative;
  /*display: block;*/
}

.slide-wrap .inner:before {
  content:"";
  padding-top: 140%;
  display: block;
}

.arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /*background-color: #384047;
  color: #fff;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 120px;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  font-style: normal;
}

.prev {
  /*left: 330px;
  background-position: 0px 0px;*/
  left: -5%;
  background-image: url('/imgs/flechas productos r.png');
}

.next {
  /*right: 330px;
  background-position: -52px 0px;*/
  right: -5%;
  background-image: url('/imgs/flechas productos.png');
}
