/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}

.inventory_top{
    width:100%;
    background: #fff;
    position: fixed;
    top: 1.8rem;
    left: 0;
    z-index: 11;
    -webkit-box-shadow:0px 1px 1px #e1e1e1;
    -moz-box-shadow:0px 1px 1px #e1e1e1;
    box-shadow: 0px 1px 1px #e1e1e1;
}
.inventory_data{
    padding:0.3rem 0 0.3rem 0.6rem;
    font-size: 0.53rem;
    border-bottom: 0.01rem solid #e3e6ec;
}
.inventory_data p{
    line-height: 0.8rem;
}
.inventory_nav{
    height:2.9rem;
    line-height: 2.7rem;
    width:100%;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.inventory_nav a{
    color:#666;
    font-size: 0.53rem;
    display:block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
    border-right:0.01rem solid #e3e6ec;
    width: 20%;
}
.inventory_nav a:last-child{
    border-right: none;
}
.inventory_nav span{
    display:inline-block;
    width:1rem;
    height:1rem;
    margin: 0 auto;
}
.inventory_nav p{
    line-height: 1rem;
    position: relative;
    bottom: 1rem;
}
.show_row .textbox{
    border: none;
}
.show_row .textbox-text{
    display: inline-block;
    height:1.5rem !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: right;
    background: #fff;
}
.inventory_icon{
    height:1.5rem;
    background: url("../../images/weixin/jian_botm.png") no-repeat center;
    background-size: 15px;
}
.inventory_none{
    display: none;
}
.border_Color{
    border:1px solid #badbff;
}
.contern_div h3{
    text-align: left;
    font-size:0.66rem;
    background:#fff url("../../images/weixin/moblie_select.png") no-repeat 14.5rem center;
    background-size: 0.7rem 0.4rem;
    margin-top: 0.4rem;
    padding-left:0.5rem;
    -webkit-box-shadow:0px 1px 1px #e1e1e1;
    -moz-box-shadow:0px 1px 1px #e1e1e1;
    box-shadow: 0px 1px 1px #e1e1e1;
    line-height: 1.5rem;
}
.library_none{
    display:none;
}

.textbox-focused {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.biao{
    width:70%;
    margin: 0 auto;
}
.adapter {
    height:1.2rem;
}

.remarks>span,.remarks .textbox-text{
    color:#53a6ff;
}
.window.easyui-fluid+.window-shadow,.window.easyui-fluid{
    position: fixed;
}
.addRemarks{
    margin-top: 7.3rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.66rem;
}
.add_modal .addPrice_win.inventory_win{
    height:10rem;
}
.set_left{
    float:left;
}
.set_mar_top{
    margin-top:0.4rem;
}