.js-lightBox{
    cursor: pointer;
    opacity: 1;
  }
  
  .js-lightBox:hover{
    opacity: 1;
  }
  
  .lightBox-view img{
      display: block;
      display: none;
      border:0px;
      margin:0px !important;
  }
  
  .lightBox-popupMask{
    position: fixed;
    background:black;
    filter:alpha(opacity=80);/* IE */
    opacity:0.8;
    width:100%;
    height: 100%;
    z-index:9999;
    display: none;
    background-image: url('../images/icon/overlay.png');
  }
  
  .lightBox-popup{
  
  }
  
  .lightBox-popup{
    display: none; 
    position: fixed;
    z-index:10000;
    top:0%;
    left:50%;
    height: 50%;
    background-color: white;
    /* margin-left:-500px; */
    border-radius: 10px;
    border:5px solid white;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/icon/loading.gif'); 
    background-size: 8%;
  }
  
  .lightBox-description .lightBox-btn{
   /*  position: absolute;
    top:0; */
    display: inline-block;
    height: 100%;
    width:50%;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    filter:alpha(opacity=20);/* IE */ 
    opacity: .4;
    background-image: url('../images/icon/opacity.png');
  }
  .lightBox-description .lightBox-btn:hover{
    filter:alpha(opacity=100);/* IE */ 
    opacity: 1;
  }
  
  /* .lightBox-view .lightBox-prev-btn{
    left:0; 
  }
  .lightBox-view .lightBox-next-btn{
    right:0;
  } */
  
  .lightBox-description .lightBox-prev-btn.active{
    background-image: url('../images/icon/prev.png'); 
  }
  .lightBox-description .lightBox-next-btn.active{
    background-image: url('../images/icon/next.png'); 
  }
  
  .lightBox-description .lightBox-prev-btn.disable{
    background-image: url('../images/icon/prev.png');
    opacity: 0.1;
    cursor: default;
  }
  .lightBox-description .lightBox-next-btn.disable{
    background-image: url('../images/icon/next.png'); 
    opacity: 0.1;
    cursor: default;
  }
  
  .lightBox-view .lightBox-description{
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    padding:15px;
    display: none;
    color:white;
    background-color: black;
    filter:alpha(opacity=80);/* IE */ 
    background: rgba(0,0,0,.8);
  }
  .lightBox-view .lightBox-description .lightBox-current-index{
    margin-top: 5px;
    display: block;
    font-style:italic;
  }
  .lightBox-view .lightBox-description .lightBox-close{
    float: right;
    display: block;
    width:40px;
    height:40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/icon/close.png'); 
    background-position: center center;
  }
  .lightBox-description .btn-position{
    float: right;
    position:relative;
    width:100px;
    height: 40px;
  }
.pagination{
    margin: 2% auto;
    width: 58%;
}
@media only screen and (min-width: 100px) and (max-width: 992px) {
		.pagination{
			margin: 2% auto;
			width: 100%;
		}
}
.pagination ul {
    list-style: none;
    padding-left: 0;
}

.pagination ul li {
    padding: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #f5f5f5;
    color: #606266;
    margin: 0 5px;
    border: 1px solid #ebebeb;
    height: 40px;
}

.pagination ul li:hover {
    background-color: #F4F6F8;
}

.pagination  li.active {
    background: #0072bb;
    color: white;
    cursor: not-allowed;
}

.pagination li.disabled {
    cursor: not-allowed;
}
.pagination li.totalPage {
    background: transparent;
    cursor: default;
    border: none;
    padding: 0 6px;
}

.pagination li.totalPage:hover {
    transform: none;
    background-color: #ffffff;
}


.pagination li input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 3px 5px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 50px;
    height: 40px;
    margin: 0 6px;
}

.pagination li input:focus{
    border-color: #98A6AD;
}
.pagination{
    user-select: none;
}

.pagination ul:nth-child(2){
    border-radius: 6px;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
