@charset "utf-8";
/*用户操作相关*/

.user-rl-memu{}
.user-rl-memu .menu-split-line{
    border-right: 2px solid #0061a7;
    height: 15px;
    display: inline-block;
    margin-top: 5px;
}

/*我的瑞通子级菜单*/
.user-rl-menu-children{
    display: none;
    width:110px;
    height:auto;
    overflow: hidden;
    position: absolute;
    z-index: 10000;
    background-color: #ffffff;
    border:1px solid #3381b9;
}
.user-rl-menu-children>div{
    height:30px;
    line-height: 30px;
    text-align: center;
}
.user-rl-menu-children>div a{
    width: 100%;
    height:30px;
    display: inline-block;
    color:#999999;
}
.user-rl-menu-children>div a:hover{
    background-color: #cee4f5;
}




