.layui-layer-nobg{
    position:relative;box-shadow:none !important;top:23% !important;
}
.layui-layer-page .layui-layer-content{
    overflow:unset !important;
}
.layui-layer-page .layui-layer-content .closeBtn{
    position:absolute;top:-30px;right:-24px;display:inline-block;color:#fdfdfd;z-index:999999;border: 1px solid #ffffff;padding: 6px 9px;border-radius: 50%;
}
/******************* 图片+文字弹窗效果 *******************/
#ImageTextWindow{
    width:700px;height:auto !important;margin:0 auto;border-radius:10px;-webkit-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-moz-border-radius:10px;
}
#ImageTextWindow .imgbox{
    width:100%;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;float:left;max-height:600px;
}
#ImageTextWindow .imgbox .img{
    width:100%;max-height:240px;float:left;cursor:pointer;
}
#ImageTextWindow .imgbox2{
    border-radius:10px;-webkit-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-moz-border-radius:10px;
}
#ImageTextWindow .imgbox2 img{
    width:100%;max-height:700px !important;float:left;
}
#ImageTextWindow .contents{
    padding:15px;clear:both;min-height:300px;max-height:340px;font-size:15px;background:#FFFFFF;border-bottom-left-radius:10px;border-bottom-right-radius:10px;overflow:hidden;overflow-y:auto;
}
#ImageTextWindow .contents3{
    border-top-left-radius:10px;border-top-right-radius:10px;min-height:500px;max-height:500px;
}
#ImageTextWindow .contents a{
    display:inline-block;
}

/****************** 右下角弹窗效果 ***************/
#rightFootAdv{
    position:fixed;bottom: 0;right: 0;width: 400px;height: 260px;background:#ffffff;z-index: 9999999;border:1px solid #f1f1f1;
}
.rightFootWindow{
    position:relative;width:400px;height:260px;
}
.rightFootWindow .close{
    font-size:26px;position: absolute;top:-38px;left:-24px;color:#ef8a34;cursor:pointer;padding:10px;
}
.rightFootWindow .rightFootSwiper{
    width:400px;height:260px;overflow:hidden;
}
.rightFootWindow .rightFootSwiper .img{
    width:100%;height:100%;cursor:pointer;
}

