div.app-footer{
    height:48px;
}
html,body{
    height:100%;
    width:100%;
}
.hammer{
    width:100%;
    height:200px;
    background:lightcoral;
}
.app_jb_container{
    width:100%;
    overflow:hidden;
    background:#f5f5f5;
    height:-webkit-calc(100% - 96px);
    height:calc(100% - 96px);
}
.jb_con_box{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
}
.jb_nav_bd{
    -webkit-box-flex:1;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    /* background:lawngreen; */
    overflow:hidden;
    position: relative;
}
.jb_nav_hd{
    width:90px;
    background:#fff;
    overflow:hidden;
    padding-left:10px;
    padding-right:10px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.jb_nav_hd_box{
    width:90px;
    /* overflow-x:hidden; */
    /* overflow-y:scroll; */
    height:auto;
    
}
.jb_nav_hd_box li{
    width:70px;
    text-align:center;
    /* overflow:hidden; */
    padding:20px 0;
    position:relative;
}
.jb_nav_hd_box li+li{
    border-top:1px solid #dfdfdf;
}
.jb_nav_hd_box li:first-child{
    margin-top:10px;
}
.jb_nav_hd_box li .nav_hd_icon img{
    width:42px;
    height:42px;
    margin:0 auto;   
}
.jb_nav_hd_box li .nav_hd_name{
    font-size:14px;
    color:#333;
    line-height:1.5;
}
.jb_nav_hd_box li.on .nav_hd_name{
    color:#00a4ff;
}
.jb_nav_hd_box li.on::after{
    content:'';
    position:absolute;
    right:-10px;
    top:0;
    bottom:0;
    margin:auto 0;
    height:85%;
    width:0px;
    border-left:1px solid #00a4ff;
    border-right:1px solid #00a4ff;
    border-radius:2px;
}

.jb_bd_box{
    width:100%;
    height:100%;
    /* overflow-x:hidden;
    overflow-y:scroll; */
    position:relative;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    padding:8px;
    overflow:hidden;
}
.yp_bd_items::after{
    content:'';
    display:table;
    clear:both;
}
.yp_bd_items{
    height:auto;
}
.jb_bd_box ul li{
    width:50%;

    float:left;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    text-align:center;
    padding:6px;
}
.jb_bd_box ul li a{
    display:block;
    line-height:35px;
    background:#fff;
    font-size:16px;
    color:#444;
    padding:4px 0;
}




/* 药品库 */
.yp_hd_item{
    width:90%;
    height:45px;
    line-height:45px;
    color:#666;
    text-align:center;
    border-bottom:1px solid #eaeaea;
    border-left:2px solid transparent;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    font-size:14px;
}
.yp_hd_item.on{
    color:#00a4ff;
    border-left:2px solid #00a4ff;
}
.yp_nav_hd{
    width: 25%;
    padding-left: 0;
    padding-right: 0;
}
.yp_nav_hd_box{
    width: 110%;
}
.text-elli{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:1;
    word-wrap:break-word;
}



/* 药品库 */

.yp_bd_items .yp_item{
    width:50%;
    float:left;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    text-align:center;
    padding:6px;
}
.yp_bd_items .yp_item .yp_item_img{
    width:100%;
    /* height:100px; */
    margin:0 auto;
    overflow:hidden;
    text-align:center;
}
.yp_bd_items .yp_item .yp_item_img img{
    height:auto;
    width:90%;
    position:relative;
    vertical-align:middle;
}
.yp_bd_items .yp_item .yp_item_name{
    display:block;
    font-size:14px;
    color:#666;
}
.bg_fa{
    background:#fafafa;
}
.yp_nav_hd{
    border-right:1px solid #eaeaea;
}
.yp_hd_item.on{
    background:#fff;
}


.yp_nav_hd{
    position:relative;
    overflow:hidden;
}



.yp_bd_items{
    position:absolute;
    top:0;
}


.iscroll_bd_inner{
    height:auto;
}
.jb_bd_ul{
    overflow:hidden;
}











