/*.ad_close {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 10px;*/
/*    background: url(../img/close.gif) no-repeat 0 bottom;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-size: 100%;*/
/*    cursor: pointer;*/
/*}*/

/*.ad_close:hover {*/
/*    background: url(../img/close.gif) no-repeat 0 0;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-size: 100%;*/
/*}*/


.ZF_tanchuang_public_right {
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    right: 0px;
    /*max-width: 300px;*/
}

.ZF_tanchuang_public_left{
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    left: 0px;
    /*max-width: 300px;*/
}

.ZF_tanchuang_public_center{
    position: fixed;
    z-index: 99999;
    top: 40%;
    left: 32%;
    /*max-width: 300px;*/
}

/**弹窗**/
.float_layer {
    background: #fff;
    display: none;
}

/*.ad_tips{*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    top: 5px;*/
/*    display: block;*/
/*    line-height: 23px;*/
/*    font-size: 12px;*/
/*}*/

.ad_tips{
    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;
}

.ad_tips .ad_close{
    cursor: pointer;
    font-size: 14px;
}