.mask-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 202020;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mask-layer .mask-layer-close {position: absolute;top: 20px;right: 20px;width: 32px;height: 32px;background: url(/Public/Images/events/closeicon.png) no-repeat center center;background-size: cover;cursor: pointer;}
.mask-layer-black {width: 100%;height: 100%;background: #262626;opacity: 1;position: absolute;top: 0;left: 0;}
.mask-layer-container {width: 100%;height: 100%;position: relative;}
.mask-layer-container .small-content {
    width: 580px;
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    bottom: 30px;
    overflow: hidden;
}
.small-content .small-img-box {position: relative;top: 0;height: 100%;display: flex;}
.small-img-box .xz-border {width: 80px;height: 80px;line-height: 74px;margin: 0 25px 0 0;cursor: pointer;display: inline-block;text-align: center;overflow: hidden;background: #fff;border: 2px solid #fff;}
.small-img-box .mask-small-img {max-height: 100%;cursor: pointer;max-width: 100%;}
.small-img-box .xz-border.onthis {border-color:#fee500;}
.small-content .box-go-left {position: absolute;width: 30px;display: block;text-align: center;left: 0px;bottom: 0;height: 100px;background-size: 20px;background-color: rgba(0, 0, 0, 0.3);cursor: pointer;}
.small-content .box-go-right {position: absolute;width: 30px;display: block;text-align: center;right: 0px;bottom: 0;height: 100px;background-size: 20px;background-color: rgba(0, 0, 0, 0.3);cursor: pointer;}
.small-content .box-go-left:hover,.small-content .box-go-right:hover {cursor: pointer;background-color: rgba(0, 0, 0, 0.8);background-size: 24px;}
.mask-layer-container .img-pre {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: url(/Public/Images/events/prev_h.png) no-repeat center center;
    background-color:#000;
    cursor: pointer;
}
.mask-layer-container .img-next {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    cursor: pointer;
    right: 51.5%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: url(/Public/Images/events/next_h.png) no-repeat center center;
    background-color: #000;
}
.mask-layer-container .mask-layer-imgbox {width: 100%;height: 100%;overflow: hidden;position: relative;}
.mask-layer-imgbox .mask-layer-imgName {color: #ffffff;}
.mask-layer-imgbox .mask-layer-imgName a strong{color: #2096f6;text-decoration: underline;}
.mask-layer-imgbox .layer-img-box {position: relative;height: 100%;}
.layer-img-box>p{
    position: absolute;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    width: 100%;
    height: 100%;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    cursor: move;
    left: 0;
    top: 0;
}
.mask-layer-imgName{height: 100%;}
.mask-layer-imgName p{position: absolute;top: 50%;transform: translateY(-50%);padding-right: 30px;font-size: 14px;}
.mask-layer-imgbox .layer-img-box img {position: absolute;max-width: 50%;max-height: 100%;left: 50%;top: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
}
.zoomImg-hide-box {display: none !important;}
