@charset "utf-8";
/*右边悬挂面板*/
.right_panel{width: 40px;height:100%;position: fixed;right: 1px;top:0;padding: 0 5px;z-index: 2;}
.right_panel a{width: 40px;height: 40px;line-height: 40px;font-size:20px;display: block;text-align: center;color: #999999;border-bottom: 1px solid #f4f4f4;}
.right_panel a:hover{color: #333333;}
.right_panel .user_headimg{padding: 10px 0;}
.right_panel .user_headimg img{border-radius: 50%;}
.right_panel a.write_btn{background: url("../image/index/bi_icon.jpg") no-repeat center center;}
.right_panel a.write_btn:hover{background: url("../image/index/bi_hover_icon.jpg") no-repeat center center;}
.right_panel_bottom{width: 40px;position: fixed;right: 6px;bottom: 20px;z-index: 3;}
.right_panel_bottom .logout_btn{width:40px;height:40px;display:block;background: url("../image/index/logout.png") no-repeat center center;}
.right_panel_bottom .logout_btn:hover{background: url("../image/index/logout_hover.png") no-repeat center center;}