﻿.lightBoxSlide {
    overflow: hidden;
    background-color: #fff;
    z-index: 20001;
    padding: 6px;
    box-shadow: 0 0 4px 2px #ccc;
    width: 600px;
    border-radius: 3px;
}
.popupYazi {
    text-align: left;
    padding: 5px;
    font-family: "Oxygen-Regular";
    font-size: 14px;
}
.popupTitle {
    float: left;
    width: 92%;
    padding: 0 5px 5px;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.popupImgBox {
    float: right;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
}
.disPop {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: auto;
    padding-right: auto;
    z-index: 100000;
    display: table;
    vertical-align: middle;
    overflow: hidden;
}
.divShow {
    position: relative;
    z-index: 200000;
    bottom: 0;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}
.closeBar {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.lightBoxSlide img {
    max-height: 85vh;
    max-width: 92vw;
    width: 100%;
}
