.glider-contain {
  width: 96%;
  margin: 0 auto;
  position: relative;
  opacity:0;
  height:100px;
  max-width:1180px;
}
.showinglider {opacity: 1; transition: opacity .1s ease-in-out;-moz-transition: opacity .1s ease-in-out;-webkit-transition: opacity .1s ease-in-out; height:auto;}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
/*pointer-events: none;*/

}


.noclick{pointer-events: none;}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  text-align: center;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media(max-width: 36em){
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
}

@media screen and (min-width: 0px) and (max-width:990px)
{
	.noclickdesk{pointer-events:auto}
}
@media screen and  (min-width:990px)
{
	.noclickdesk{pointer-events:none}
}
@media screen and (min-width: 320px) and (max-width:700px)
{
	.glider-contain {
		width:90%
}
}





.glider-prevlatest:after{
content: ' \276E';
}
.glider-nextlatest:after{
content:' \276F';
}

.glider-prevlatest,.glider-nextlatest {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 40%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prevlatest:hover,
.glider-nextlatest:hover,
.glider-prevlatest:focus,
.glider-nextlatest:focus {
  color: #a89cc8;
}
.glider-nextlatest {
  right: -23px;
  left: auto;
}
.glider-nextlatest.disabled,
.glider-prevlatest.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-contain img{max-width:100%; max-height:180px;}






.glider-prevlatest1:after{
content: ' \276E';
}
.glider-nextlatest1:after{
content:' \276F';
}

.glider-prevlatest1,.glider-nextlatest1 {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 40%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prevlatest1:hover,
.glider-nextlatest1:hover,
.glider-prevlatest1:focus,
.glider-nextlatest1:focus {
  color: #a89cc8;
}
.glider-nextlatest1 {
  right: -23px;
  left: auto;
}
.glider-nextlatest1.disabled,
.glider-prevlatest1.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}


.glider-prevlatest2:after{
content: ' \276E';
}
.glider-nextlatest2:after{
content:' \276F';
}

.glider-prevlatest2,.glider-nextlatest2 {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 40%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prevlatest2:hover,
.glider-nextlatest2:hover,
.glider-prevlatest2:focus,
.glider-nextlatest2:focus {
  color: #a89cc8;
}
.glider-nextlatest2 {
  right: -23px;
  left: auto;
}
.glider-nextlatest2.disabled,
.glider-prevlatest2.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}




.glider-prevlatest3:after{
content: ' \276E';
}
.glider-nextlatest3:after{
content:' \276F';
}

.glider-prevlatest3,.glider-nextlatest3 {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 30px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 40%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prevlatest3:hover,
.glider-nextlatest3:hover,
.glider-prevlatest3:focus,
.glider-nextlatest3:focus {
  color: #a89cc8;
}
.glider-nextlatest3 {
  right: -23px;
  left: auto;
}
.glider-nextlatest3.disabled,
.glider-prevlatest3.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
