/*左边客服窗*/
.livebox { right: 20px; top: 133px; width: 100px; padding-top: 141px; height: 156px; background: url(img.png) -475px -185px no-repeat; position: fixed !important; position: absolute; z-index: 99; _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2:document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); }
    .livebox a { float: left; text-decoration:none;font-size:12px; display: inline; background: url(img.png) -625px -138px no-repeat; border-bottom: 1px solid #eee; padding-left: 9px; width: 65px; height: 20px; margin: 5px auto 0 13px; text-align: center; color: #FBB839; }
        .livebox a.off { color: #7B7B7A; background-position: -625px -163px; }
    .livebox .first { margin-top: 15px; }
    .livebox .qq, .livebox .weixin { width: 80px; height: 20px; border: none; margin-left: 10px; padding-left: 0; }
    .livebox .qq { background-position: -20px -405px; width: 80px; margin-top: 11px; }
        .livebox .qq:hover {background-position:-20px -425px; }
    .livebox .weixin { background-position: -100px -405px; margin-top: 5px; position: relative; }
    .livebox .weixin:hover {background-position:-100px -425px; }
        .livebox .weixin span { float: left; width: 110px; height: 110px; z-index: 1; background: url(img.png) -345px -380px no-repeat; position: absolute; top: 40px; left: -15px; display: none; }
        .livebox .weixin:hover span { display: block; }

.floatBox{ border:1px solid #e0e0e0; border-bottom:none; width:70px; height:400px; background-color:#f7f7f8; position:fixed; z-index: 99; left:50%; margin-left:526px; top:150px;  }
.floatBox a{ display:block; cursor:pointer; font-size:14px; text-align:center; width:100%; height:79px; color:#393939; border-bottom:1px solid #e0e0e0;}
.floatBox a:hover{ background:#fff;}
    .floatBox i { display:block;width:100%;height:55px; }
    .floatBox p { margin:0;padding:0;}
    .floatBox .talk i { background:url(58.png) center center no-repeat; }
    .floatBox .qq i  {background:url(31.png) center center no-repeat; }
    .floatBox .wx i { background:url(34.png) center center no-repeat;}
    .floatBox .wx { position:relative; }
    .floatBox .wx img { width:120px; height:140px; display:none; position:absolute; left:-125px;top:0px; }
        .floatBox .wx:hover img { display:block;}
    .floatBox .ctr i { background:url(32.png) center center no-repeat; }
    .floatBox .gotop i {background:url(35.png) center center no-repeat; }
    #doyoo_panel{ display:none;left:-9999px; }

/*live800 邀请框*/
#InviteWindow { text-align: left; position: absolute; z-index: 8889; font-size: 12px; top: 50px; left: 10px; width: 520px; height: 190px; visibility: hidden; padding-bottom: 10px; background: url(Invitation.gif) no-repeat 0 0; font-family: 'Microsoft YaHei'; }
#invite_title { display: none; }
#invite_text { float: left; margin: 55px 0 0 215px; width: 240px; height: 98px; overflow: hidden; color: #444; font-size: 12px; font-weight: bold; line-height: 180%; font-family:'Microsoft YaHei'; }
    #invite_text p { margin: 0px; }
#invite_btn { margin-left: 246px; clear: both; }
    #invite_btn button { cursor: pointer;background:none; margin: 0px; width: 84px; height: 25px; line-height: 19px; font-weight: bold; font-size: 16px; text-align: center; border: none; }
    #invite_btn .cancel { margin-left:14px;cursor: pointer; }
    #invite_btn span { display:none;}
        #previewTr #InviteWindow { position: relative; visibility: visible; top: 0; left: 0; }