﻿ .plugin-fixed-call {
     position: fixed;
     bottom: 0;
     right: 0;
     width: 45px;
     display: none;
     z-index: 1000
 }
 
 .plugin-fixed-call .child {
     position: absolute;
     right: 0;
     overflow: hidden;
     cursor: pointer;
     width: 45px;
     height: 45px;
     background: #c00;
     line-height: 45px;
     margin-top: 1px
 }
 
 .plugin-fixed-call .child {
     transition-duration: .5s;
     -ms-transition-duration: .5s;
     -moz-transition-duration: .5s;
     -webkit-transition-duration: .5s
 }
 
 .plugin-fixed-call .child:hover {
     width: 140px;
     background: #000
 }
 
 .plugin-fixed-call .child img {
     position: absolute;
     top: 0;
     left: 0
 }
 
 .plugin-fixed-call .child p {
     position: absolute;
     left: 45px;
     color: #fff
 }
 
 .plugin-fixed-call .fixedQQ {
     bottom: 92px
 }
 
 .plugin-fixed-call .fixedCall {
     bottom: 46px
 }
 
 .plugin-fixed-call .fixedTop {
     position: absolute;
     right: 0;
     bottom: 138px;
     color: #fff;
     background-color: #cbcbcb;
     cursor: pointer;
     text-align: center;
     width: 45px;
     height: 45px;
     line-height: 45px;
     font-size: 14px;
     font-family: microsoft yahei, arial narrow
 }
 
 .plugin-fixed-call .fixedTop .fixedTopPointer {
     position: absolute;
     top: -5px;
     left: 18px
 }
 
 .plugin-fixed-call .fixedCode {
     bottom: 0;
     cursor: pointer;
     width: 45px;
     height: 45px;
     background: #c00;
     line-height: 45px;
     margin-top: 1px
 }
 
 .plugin-fixed-call .fixedCode:hover .fixedCodeInfo {
     display: block;
     opacity: 1
 }
 
 .fixedCodeInfo {
     display: none;
     position: fixed;
     bottom: 0;
     right: 54px;
     padding: 0 3px;
     border: 1px solid #ccc;
     background: #fff;
     opacity: 0
 }
 
 .fixedCodeInfo .fixedPointer {
     position: absolute;
     right: -6px;
     bottom: 12px
 }
 
 .ce {
     position: fixed;
     top: 30%;
     right: 20%;
     z-index: 2;
 }