.public{
	position: inherit;
    transform: inherit;
}
.content{
	margin: 0;
}
.addGoods.requisitionList{
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    border-radius: 0;
    background-color: #f7f7f7;
}
.list-title{
	background: #6399f8;
    position: relative;
    line-height: 35px;
    color:#fff;
    text-align:center;
}
.filter{
    display: flex;
    background-color: #fff;
    padding: 10px 10%;
    border-bottom: 10px solid #f7f7f7;
}
.filter .flex-1{
    height: 35px;
    display: flex;
    flex: 1;
    border: 1px solid #6399f8;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}
.filter .flex-1 input{
	flex:1;
	padding:0px 10px;
	border:none;
	background: #fff;
}
#serachThree{
	background: #6399f8;
    color: #fff;
    border: none;
    width: 70px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}
.requisitionList .item{
    background: #fff;
    margin: 0 auto 10px;
    padding: 0 3%;
}
.requisitionList .item .box{
	margin: 0 10px;
    line-height: 26px;
    display: flex;
    color: #434343;
    
}
.requisitionList .item .box>div{
	flex:1;
}
.cover .addGoods .input-box {
    display: flex;
}
.requisitionList .input-box input{
	border:1px solid #dedede;
}
.use-btn{
	border-top: 1px dashed #dedede;
    margin: 10px 10px 0;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px;
}
.use-btn button{
	background: #6399f8;
    color: #fff;
    border: none;
    height: 30px;
    width: 70px;
    border-radius: 4px;
}
#itemOne{
	padding-top:0px;
}
.offDown{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 1;
    background: transparent;
    border: none;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.offDown:before{
	content: "";
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #fff #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-top: 9px;
    border-radius: 3px;
}
.submit-btn {
    background-color: #fff;
    padding-top: 0;
    display: flex;
    border-top: 1px solid #ededed;
}
.total-btn{
	display: flex;
    justify-content: flex-end;
}
.total-num{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #666;
}
.total-num>span>span{
	font-weight: bold;
    color: #FF5722;
}
#submit-btn{
	width:90px;
}
.top span>input{
	background: transparent;
    width: 40px;
    display: inline-block;
    color: #fff;
    text-align: right;
    border: none;
}
.submit-btn button{
	border:none;
}
#serachOne{
	color: #fff;
    background: #f2a22d;
    padding: 0px 10px;
}