.clear:after{
    content:"";
    display:block;
    clear:both;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
.titles-tab{
    font-size:16px;
    font-weight:bold;
    color:#333;
    line-height:26px;
}
.more-tab{
    line-height:26px;
    color:#f82a32;
}
a,a:link,a:visited{
    text-decoration:none;
}
.box{
    margin-top:15px;
    background:white;
    /*padding:0 10px;*/
}
.box:after{
    content:"";
    display:block;
    clear:both;
}
.font-bold{
    font-weight:bold;
}
.navbar{
    background:#f82a32!important;
}
.button-icon .icon{
    color:white;
}
.navbar .title span{
    color:white;
}
/*侧边栏开始*/
.userbaseinfo{
    background:#e9b95b;
    padding:15px 5px;
}
.userimg{
    width:60px;
    height:60px;
    border-radius:50%;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    float:left;
}
.userinfo-list{
    margin-left:70px;
    height:60px;
    line-height:20px;
}
.userinfo-lists{
    height:20px;
    line-height:20px;
    position:relative;
}
.font-bold{
    font-weight:bold;
}
.login-out{
    position:absolute;
    right:0;
    font-size:12px;
    background:#f82a32;
    color:white;
    top:0;
    padding:0 5px;
    border-radius:5px;
}
.slider-icon-box{
    width:20px;
    height:35px;
    float:left;
    line-height:35px;
    margin-left:5px;
    color:#333;
}
.sliderbar-name{
    margin-left:20px;
    line-height:35px;
    color:#333;
}
._v-container{
    padding:0!important;
}
.userbaseinfo{
    background:#e9b95b;
    padding:15px 5px;
}
.userimg{
    width:60px;
    height:60px;
    border-radius:50%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    float:left;
}
.userinfo-list{
    margin-left:70px;
    height:60px;
    line-height:20px;
}
.userinfo-lists{
    height:20px;
    line-height:20px;
    position:relative;
}
.font-bold{
    font-weight:bold;
}
.login-out{
    position:absolute;
    right:0;
    font-size:12px;
}
.slider-icon-box{
    width:20px;
    height:35px;
    float:left;
    line-height:35px;
    margin-left:5px;
    color:#333;
}
.sliderbar-name{
    margin-left:20px;
    line-height:35px;
    color:#333;
}
/*.userbaseinfo .userinfo-lists .login-out{*/
    /*position:absolute;*/
    /*right:0!important;*/
    /*float:right;*/
    /*padding:0;*/
    /*height:20px!important;*/
    /*line-height:20px!important;*/
    /*border-radius:0;*/
/*}*/
.userinfo-lists{
    overflow:hidden;
}

/*侧边栏结束*/
.text-overflow{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
/*框架元素层级调整*/
.von-cascade-panel{
    z-index:1000001!important;
}