/**
 *	飘窗广告样式
 *	author:zhangzj;
 *
 */

body {
    /* height: 9999px; */
}

.move-img {
    z-index: 1000;
    width: 100px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
}

.move-img img {
    width: 100px;
    height: 100px;
}

.close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background: url(imagesclose.png) no-repeat;
}

.hidden {
    display: none;
}
