#browserTip_toast{
    display: none;
    
}
#browserTip_toast .browserTip_pop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
#browserTip_toast .browserTip_bg{
    display: block;
    position: fixed;
    margin: -250px 0 0 -433px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 865px;
    height: 447px;
    background-image: url(../img/browserTip_bg.png);
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../r/cms/www/default/img/browserTip_bg.png', sizingMethod='scale');
}

#browserTip_toast .browserTip_font{
    position: fixed;
    margin: 15px 0 0 -433px;
    padding-left: 80px;
    top: 50%;
    left: 50%;
    z-index: 10001;
    width: 865px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #666;
}

#browserTip_toast .browserTip_ido{
    position: fixed;
    margin: 140px 0 0 -433px;
    padding-left: 80px;
    top: 50%;
    left: 50%;
    z-index: 10001;
    width: 865px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: rgba(250, 193, 28, 1);
    text-decoration: underline;
    letter-spacing: 2px;
    cursor: pointer;
}