  /**{padding:0;margin:0}*/
/*a{color:#555;text-decoration:none;outline:none}*/
/*a:hover{color:#3fa9f5}*/
/*a{blr:expression(this.onFocus=this.blur())}*/
/*ul{list-style:none}*/
/*h4,h3,h2,h1{font-weight:normal}*/
/*img{border:none}*/
/*html, body{font:14px/24px "?????? Light", "??????",arial,sans-serif;color:#666;min-width:1000px;background:#f2f2f2}*/

#service{z-index:999999 !important;margin-top:-200px;position:fixed; _position:absolute;right:0;top:50%;width:56px;height:450px;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;margin-right: 12px;}
#service a{display:block;width:56px;height:100px;text-indent:-9999px;background:url(/template/pc/flowyun2024/static/customer_service/images/service.png) no-repeat;cursor:pointer;margin-bottom:1px}
#service a.mscBtn{height:50px;background:#fff url(../images/musicBtn.gif) no-repeat}
#service a.goTop{height:50px;width:56px;background-position:0 bottom}
#service a.goTop:hover{background-position:-56px bottom}
#service a.pause{background-position:0 bottom}

/*#service .srvLog{}
#service .srvLog:hover{background-position:-56px 0}*/

#service .srvUse{}
#service .srvUse:hover{background-position:-56px 0}

#service .srvCns{background-position:0 -200px}
#service .srvCns:hover{background-position:-56px -200px}
#service .srvDj{background-position:0 -300px}
#service .srvDj:hover{background-position:-56px -300px}

/* 根据需求定制-更改 */
.pc_service{
    display:block;
}
@media screen and (max-width: 1023px) {
    .pc_service{
        display:none;
    }
}


#service .comPhoneBox{
    width:0;
    height:100px;
    background:#febfbf;
    position: absolute;
    top:202px;
    left:-130px;
    color:#060606;
    text-align: center;
    line-height:100px;
    font-size:20px;
    /* display:none; */
    overflow: hidden;
}
#service .comPhone:hover +.comPhoneBox{
    width:130px;
    transition: all .5s;
}