body{
    background-color: #F0F0F0;
}
/*   用户登录   */
.index-box,.login-box{
    min-height: 80vh;
}
.index-shadow{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
/**/
.erp-top{
    background-color: #f2f2f2;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    height: 40px;
    line-height: 40px;
}
.erp-cont{
    max-width: 810px;
    margin: 0 auto;
}
/* 仓库选择 */
.erp-ware-list{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    border-radius: 3px;
}
.erp-ware-li{
    border-bottom: 1px dotted #dfdfdf;
}
.erp-ware-li:last-child{
    border-bottom: none;
}
/* 扫码 */
.erp-foot-bar{
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    height: 50px;
    line-height: 50px;
}
.erp-bar-qrcode{
    width: 60px;
    position: relative;
}
.erp-bar-qrcodeimg{
    position: absolute;
    bottom: 25px;
}
figure.image{
    text-align: center;
}
figure.image img{
    max-width: 100%;
    height: auto;
}