body {
	line-height: 24px;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial,
		sans-serif
}
.all{
	background-color:#f5f6f9;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.ti_shi{
    font-size: 15px;
	position: relative;
	min-height: 185px;
	color:#434343;
}
.department{
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 10px 5px;
    color: #999;
}
.department input{
	background: transparent;
    border: none;
    font-size: 14px;
    color: #999;
    outline: none;
}
.search-box{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;

}
.search-box>div{
    display: flex;
    flex: 1;
    align-items: center;
    border-radius: 3px 0 0 3px;
    border: 1px solid #2196f3;
    box-sizing: border-box;
    border-right: none;
    height: 35px;
}
.search-box button.query{
    width: auto;
    margin: 0;
    border: 1px solid #2196f3;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
    font-size: 13px;
    color: #ffffff;
    background: #2196f3;
    
}
.search-box>div input{
	flex: 1;
	margin: 0 12px 0 0;
    border: none;
    outline: none;
    font-size: 14px;
    color: #2196f3;
    background: transparent;
    border-radius: 3px
}
.shang_chuan{
	background: #4293d1;
    color: #fff;
    width: 90%;
    border: none;
    margin: 15px auto;
    display: block;
    height: 40px;
}
ul li{
	border-bottom: 2px solid #e6e6e6;
}
ul li .sp2{
	flex:1;
	overflow: hidden;
    text-overflow: ellipsis;
}
table{
	width: 96%;
	border: 1px solid #d8d8d8;
	
	border-collapse:collapse;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom: 30px;
}
table tr{
	font-size: 13px;
	border: 1px solid #999999;
}
th,td{
	text-align: center;
	line-height: 30px;
	border: 1px solid #d8d8d8;
}
.sao_miao{
    width: 35px;
    height: 35px;
    background: transparent;
    color: #2196f3;
    border: none;
    margin: 0;
    margin-right: 5px;
    font-size: 30px;
}
.cbtn{
	background: #7b9756;
	color: #fff;
}
.con{
    flex: 1;
    overflow: auto;
}
.con li{
	width: 94%;
	margin: 0 auto;
	border: none;
	border-radius: 5px;
	padding-top: 10px;
	color: #525252;
	background: #ffffff; 
	box-shadow: 0px 0px 10px #eeeeee;
	margin-bottom: 10px;
	font-size: 14px;
}
.con li .xin_xi{
	margin: 0px 10px;
	display:flex;
	line-height: 23px;
	overflow: hidden;
    white-space: nowrap;
}
.barCode{
	position: relative;
}
.con li .xin_xi.goodsName{
	font-weight:bold;
}
.con li .xin_xi .status{
    text-align: center;
    color: #05b1a1;
    font-weight: normal;
    font-size: 12px;
    background: #cffffb;
    padding: 0 5px;
    border-radius: 3px;
}
.con .delete{
	display: flex;
    justify-content: flex-end;
    margin: 0px 10px;
    border-top: 1px solid #f7f7f7;
}
.shan_chu {
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: normal;
    color: #333;
    border: none;
    display: flex;
    align-items: center;
    margin-right:6px;
    color: #F16D2F;
}
.shan_chu i{
	margin-right:5px;
	font-size:18px;
}
.let2{
	letter-spacing: 32px;
}
.let3{
	letter-spacing: 8px;
}
.result{
    margin: 12px;
    color: #434343;
}
.public{
   /*  position: sticky;
    top: 0;
    left: 0; */
}
.con .right_box{
    float: right;
    /* width: 50%; */
    text-align: center;
    margin-top: -114px;
    margin-right: 12px;
}
.con .right_box>span{
	display:block;
	line-height: 23px;
}
.con .right_box .tejia_num{
	line-height:45px;
	font-size: 22px;
	color: #f44336;
}
.con .right_box .data_box {
    font-size: 12px;
    color: #8D8D8D;
    margin-top: 0px;
}
.stockNum{
	color: #f44336;
}
.orderNumber{
    font-weight: normal;
    background: #c6e6ff;
    color: #2196f3;
    padding: 0 2px;
    border-radius: 3px;
    margin-right: 5px;
    min-width: 20px;
    text-align: center;
    box-sizing: border-box;
}
.title{
    background: #fff;
    padding: 0 10px;
    color: #323232;
}
.footer{
	display:none;
	align-items: center;
	background: #fff;
	border-top:1px solid #f6f6f6;
	padding:12px;
}
.footer button{
	flex: 1;
    border: none;
    margin: 0;
    background: #2196f3;
    color: #fff;
}
@media screen and (min-width: 600px){
	.shang_chuan{
		margin-top: 8px;
	}
}