.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    position: relative;
}

.lb-cancel::before {
    font-family: "iconfont" !important;
    content: "\e891";
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 16px;
    animation: loading 1.2s infinite linear;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    position: relative;
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    position: relative;
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-prev::before, .lb-nav a.lb-next::before {
    font-family: "iconfont" !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
}
.lb-nav a.lb-prev::before {
    content: "\eff4";
    left: 0;
}
.lb-nav a.lb-next::before {
    content: "\eff3";
    right: 0;
}


.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-closeContainer {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -26px;
    top: 0px;
} 
.lb-close { 
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    transition: all 0.1s;
    margin-left: 10px;
}
.lb-close::before { 
    font-family: "iconfont" !important; 
    content: "\eff6";
    font-size: 16px;
    color: #fff;
}

.lb-closeContainer:hover .lb-close {
    transform: rotate(90deg) 
}


@font-face {
    font-family: "iconfont"; /* Project id 4971697 */
    src: url('//at.alicdn.com/t/c/font_4971697_63cmijimm7c.woff2?t=1752129095703') format('woff2'),
         url('//at.alicdn.com/t/c/font_4971697_63cmijimm7c.woff?t=1752129095703') format('woff'),
         url('//at.alicdn.com/t/c/font_4971697_63cmijimm7c.ttf?t=1752129095703') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-next:before {
    content: "\eff3";
  }
  
  .icon-prev:before {
    content: "\eff4";
  }
  
  .icon-close:before {
    content: "\eff6";
  }
  
  .icon-loading:before {
    content: "\e891";
  }
  