.ZF_ad__global_header_pc,.ZF_ad__global_header_web {
    position: fixed;
    top: 0px;
    display: none;
    width: 100%;
}

.ZF_ad__global_bottom_pc,.ZF_ad__global_bottom_web {
    position: fixed;
    bottom: 0px;
    display: none;
    width: 100%;
}

.ZF_ad__close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/close.gif) no-repeat 0 bottom;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.ZF_ad__close:hover {
    background: url(../img/close.gif) no-repeat 0 0;
    width: 15px;
    height: 15px;
    background-size: 100%;
}

.ZF_ad__watermark{
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    line-height: 22px;
    font-size: 12px;
    background-color: rgba(0,0,0,0.1);
    color: #ffffff;
    padding: 0px 5px;
}

.ZF_ad__watermark .ZF_ad_ad_close{
    cursor: pointer;
    font-size: 14px;
}

.ZF_ad__tips_lower_right_pc,.ZF_ad__tips_lower_right_web {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    right: 0px;
    /*max-width: 300px;*/
}

.ZF_ad__tips_lower_left_pc,.ZF_ad__tips_lower_left_web{
    position: fixed;
    /*z-index: 100;*/
    bottom: 0px;
    left: 0px;
    /*max-width: 300px;*/
}

.ZF_ad__tips_center_pc,.ZF_ad__tips_center_web{
    position: fixed;
    /*z-index: 100;*/
    top: 40%;
    left: 32%;
    /*max-width: 300px;*/
}

/**弹窗**/
.ZF_ad__float_layer {
    background: #fff;
    display: none;
}
