

/*浮动客服*/
.sideq{ width:80px; height:204px; position:fixed; z-index:9999; top:25%; right:0;}
.sideq li{ height:80px; width:auto; float:right; margin-bottom:1px; position:relative;}
.sidebox2{ width: 80px; height: 80px; background-color:rgba(13,115,249,0.7); padding-top: 15px; float: left; overflow: hidden; line-height: 30px; font-size: 14px; text-align: center; color: #fff;}
.sidebox2 img{ width:26px; height:26px; margin: auto; display:block;}
.sideq li p{ display:none; width:120px; position:absolute; right:80px; bottom:0; background-color:rgba(13,115,249,0.7); padding:10px;}
.sideq li p img{ width:100%; display:block;}
.sideq li:hover p{ display:block;}