@charset "utf-8";
html,body{margin: 0;padding: 0;}
.right_fixed{width: 40px; background: #fff; position: fixed;right: 20px;bottom: 45px;z-index: 4;box-sizing: content-box;}
.right_fixed ul{ width: 40px;  border-radius: 5px; box-shadow: #eeefef 0px 0px 3px;  position: relative; display: inline-block;}
.right_fixed li {width: 100%; display: inline-block;}
.right_fixed li .QRs{ color: #111; font-size: 12px; width: 155px; line-height: 30px; text-align: center; background: #fff; padding: 15px 10px 0px 10px; box-sizing: border-box; border-radius: 5px;  box-shadow: #eeefef 0px 0px 3px; position: absolute; top: 0px; left: -170px; display: none;}
.right_fixed li .QRs img{width: 100%; padding: 0 5px; box-sizing: border-box;}
.right_fixed .kefu .QRs{padding: 5px;}
.right_fixed li a{ color: #333; font-size: 12px; text-align: center; width: 100%; height: 56px; padding-top: 12px; display: inline-block;}
.right_fixed li a:hover{ color: #0772fc; background: #f6f7f9;}
.right_fixed li a:hover i{ color: #0772fc;}
.right_fixed li i{ color: #696e71; font-size: 20px;}
.right_fixed li p{ line-height: 30px;}
.right_fixed .top i{ font-size: 30px; margin-top: 7px; display: inline-block;}
