

@charset "utf-8";
/* smartMenu.css	by zhangxinxu */
.smart_menu_box li i{font-family: "iconfont" !important; position: absolute; margin: 9px 10px 0px 25px; color:#107df1; font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.smart_menu_box{display:none; width:160px; position:absolute; z-index:201105; font-family: "微软雅黑";}
.smart_menu_body{padding:1px; border:1px solid #eee; background-color:#fff; border-radius: 5px; box-shadow: 0px 10px 10px -5px rgba(122,138,153,0.1);}
.smart_menu_ul{margin:0; padding:5px 0; list-style-type:none;}
.smart_menu_li{position:relative; cursor: pointer;}
.smart_menu_li[state]{ pointer-events: none;}
.smart_menu_li[state] a{ pointer-events: none; color: #ccc;}
.smart_menu_li:hover{ background-color:#ecf5ff; text-decoration:none; }
.smart_menu_a{display:block; height:32px; line-height:32px; padding:0 5px 0 0;margin-left:50px; color:#555; font-size:12px; text-decoration:none; overflow:hidden;}
.smart_menu_li_separate{line-height:0; margin:3px; border-bottom:1px solid #eee; font-size:0;}
.smart_menu_triangle{width:0; height:0; border:5px dashed transparent; border-left:5px solid #666; overflow:hidden; position:absolute; top:7px; right:5px;}
.smart_menu_a:hover .smart_menu_triangle, .smart_menu_a_hover .smart_menu_triangle{border-left-color:#fff;}
.smart_menu_li_hover .smart_menu_box{top:-1px; left:130px;}
.smart_menu_body .smart_menu_li i{ display: block; width: 16px; height: 16px; }

