@charset "utf-8";
/*固定的悬浮窗*/
.yb_conct{ position:fixed; z-index:9999999; top:200px; right:-127px; cursor:pointer; transition:all .3s ease; }
.yb_bar ul li{ width:180px; height:53px; font:16px/53px 'Microsoft YaHei'; color:#fff; text-indent:54px; margin-bottom:3px; border-radius:3px; transition:all .5s ease; overflow:hidden; }
.yb_bar .yb_cart, .yb_bar .yb_top, .yb_bar .yb_phone, .yb_bar .yb_QQ, .yb_bar .yb_ercode{ background:#ff8e00 url('../images/fixCont.png') no-repeat 0 0; }
.yb_bar .yb_cart{ background-position:0 0; position:relative; }
.yb_bar .yb_top{ background-position:0 -57px; }
.yb_bar .yb_phone{ background-position:0 -113px; }
.yb_bar .yb_QQ{ background-position:0 -169px; }
.yb_bar .yb_ercode{ background-position:0 -226px; }
.hd_qr{ padding:0 29px 25px 29px; }
.yb_bar a{ display:block; text-indent:54px; width:100%; height:100%; color:#fff; }
.yb_bar .yb_cart .countBooks{ position:absolute; background:#f03314; left:19px; top:5px; color:#fff; min-width:22px; height:22px; line-height:20px; padding:0 2px; text-align:center; border-radius:500px; text-indent:0; font-size:11px; }