﻿.picSpace {
    width: 100%;
    position: relative;
    min-width: 1200px;
    z-index: 9999;
}

.picSpace a {
    display: block;
}

.picSpace .closeBtn {
    display: block;
    width: 22px;
    height: 22px;
    background: url('https://img.chaosw.com/module/ad/pc/closeIcon.png') no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}

.picSpace img {
    width: 100%;
    display: block;
}

.popPicBox {
    height: 353px;
    width: 280px;
    background: none;
    box-shadow: none;
}

.popPicBox img{
    width:100%;
    height:100%;
}

.layui-layer-shade {
    opacity: 0.75 !important;
}

.popPicBox .cursorStyle {
    top: -50px;
    /* bottom: -50px; */
    left: 0;
    width: 100%;
    text-align: right;
}

.popPicBox .closeBtn {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('https://img.chaosw.com/module/ad/pc/popCloseIcon.png') no-repeat;
    margin-left: 0;
    cursor: pointer;
}