.plugin-fixed-call{position:fixed;bottom:20%;right:0px;width:45px;display: none;z-index: 1000;}
.plugin-fixed-call .child{cursor:pointer;width:45px;height:45px;background:#000;line-height: 45px;margin-top:1px; color: #fff; position: relative;}
.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:150px;background: #ff313e;}
.plugin-fixed-call .child i{ display: inline-block; text-align: center; width: 45px; height: 45px; color:#fff; font-size: 2.5rem; position: relative; z-index: 5;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left: 153px;color: #fff;background: #ff313e;top: 0;width: 150px;text-align: center; opacity: 0; display: none;transition: all 0.5s;}
.plugin-fixed-call .child:hover p{opacity: 1;left: -153px; display: block; transition: all 0.5s;}

.plugin-fixed-call .fixedTop{ background: #000; cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;color: #fff;}
.plugin-fixed-call .fixedTop i{font-size: 3rem; }
.plugin-fixed-call .fixedCode{cursor:pointer;position: relative;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:absolute;top:-62px;left:-163px;opacity: 0; width: 150px; height: 150px;}
.fixedCodeInfo img{ background: #000; padding: 5px; width: 100%;}

