.ad-fixediv {
    position: fixed;
    top: 140px;
    z-index: 9999;
    width: 170px;
    height: auto;
    background: #ddd;
    z-index: 9999;
}

.ad-fixediv img {}

.ad-fixediv a {
    display: block;
    width: 100%;
}

.ad-fixediv a.close {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #f0f0f0;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
    text-decoration: none;
    text-align: center;
}

.ad-leftadv {
    left: 0px;
}

.ad-rightadv {
    right: 0px;
}

.ad-imgFloat {
    position: absolute;
    left: 50px;
    top: 60px;
    display: none;
    z-index: 9999;
}

.ad-imgFloat .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #f0f0f0;
    text-align: center;
}

.ad-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.ad-dialog .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}