html,body{ height:100%; }
.warp{height:calc(100% - 240px);width:100%; margin:0 auto; position:relative;}
.menuTitle{height:50px;line-height:50px;}

.userMenu{box-sizing:border-box;width:220px; background-color:#fff;border-radius:10px; float:left;overflow:hidden}
    .userMenu .liOn{background-color:#e7d4b6;color:#ee0000;}
    .userMenu li{ line-height:50px;cursor:pointer;text-align:center;position:relative;}
    .userMenu li span{line-height:25px;font-size:25px;padding-right:5px; padding-top:15px; }

.main{
    width:calc(100% - 250px);
    float:right; 
    height:calc(100% - 80px);
    border-radius:5px;
    padding:20px; 
    
}
#srcFrame{
    height: calc(100% - 5px);
    width: 100%;border:none;
    verflow-y: hidden;
    box-sizing: border-box;
}



.vip>div{ padding:20px;cursor:pointer;color:#fff}
.vip>div:hover{background-color:#efefef;}

.nav-link.active{background-color: #007bff !important;color: white !important;}
.nav-link { color: #333;}

