ul li {
	list-style-type: none;
}
input{
	background-color: #FFFFFF;
}
.container{
	height:100vh;
	display: flex;
    flex-direction: column;
    background: #f2f3f7;
}
.deptInfo{
    display: flex;
    align-items: center;
    padding: 10px 15px 0;
    background: #fff;
    color: #999;
    border-bottom: 1px solid #ededed;
}
.deptInfo input{
	flex: 1;
    border: none;
    color: #999;
	font-family: auto;
}
.search-box{
	background: #fff;
    margin-bottom: 10px;
}
.search-box .box{
    display: flex;
    align-items: center;
    margin: 0 10px;
    border-bottom: 1px solid #ededed;
    color: #787878;
}
.search-box .box:last-child{
	border-bottom:none;
}
.search-box .box .flex{
	flex:1;
	display:flex;
    overflow: hidden;
}
.search-box .box input,.box select{
    height: 35px;
    flex: 1;
    font-family: auto;
    max-width: 100%;
    outline: none;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.search-box .box button{
	height: 35px;
    border: none;
    padding: 0 15px;
    background: #0189ff;
    color: #fff;
}
.stocktaking{
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ededed;
    padding: 0 15px 10px;
    color: #999;
    justify-content: space-between;
}
.stocktaking .empTime{
	margin-left:10px;
}
.search{
	display: flex;
    align-items: center;
    padding: 13px 15px;
    background: #ffffff;
    margin-bottom: 10px;
}
.search .scan{
	flex: 1;
    display: flex;
    align-items: center;
    background: #f6f8fc;
    padding: 0 10px 0 15px;
    border-radius: 2px;
    margin-right: 15px;
}
.search .scan input{
    border: none;
    outline: none;
    height: 40px;
    flex: 1;
    background: transparent;
}
.search .scan .icon{
	color: #0189ff;
    font-size: 24px;
    font-weight: bold;
}
.search div.query{
	color: #0189ff;
}
.con{
    overflow: auto;
    flex: 1;
}
.infoDet{
	padding: 15px 15px 0;
    background: #fff;
}
.con .box {
    display: flex;
    align-items: center;
    line-height: 1.8;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.con .box:last-child{
	border-bottom:none;
}
.con .box>span {
	color: #2f2f2f;
}
.con .box>input {
	flex: 1;
	border: none;
	outline: none;
	text-align: right;
}
.con .box input{
	color: #686868;
}
.con .box select{
	flex:1;
	border:none;
	background-color:#ffffff;
	color:#686868;
	outline: none;
    padding: 0px 6px 0px 10px;
}

.con .box .search{
	background-color: #6399F8;
	color: #FFFFFF;
	padding: 0 13px;
	font-size: 14px;
}
.con .box .selectBox {
	flex: 1;
	position: relative;
	padding: 0 10px;
}

.con .box .selectBox input {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 0;
	border: none;
	outline: none;
}

.con .box .selectBox ul {
	width: 90%;
	max-height: 210px;
	position: absolute;
	top: 32px;
	z-index: 3;
	box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
	background-color: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	display: none;
	overflow-y: auto;
}
.con .box .selectBox ul li{
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #515050;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.con .box .selectBox ul .active{
	background-color: #6399f8;
	color: #FFFFFF !important;
}
.content{
	overflow: auto;
	flex:1;
}
.content .goods{
	background-color: #FFFFFF;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.content .goods:last-child{
	margin-bottom: 0px;
}
.goods-name{
    color: #2f2f2f;
    border-bottom: 1px dashed #ededed;
    display: flex;
    padding-bottom: 10px;
}
.goods-name>span{
	color:#0189ff;
}
.goods>.box1{
	display:flex;
	color:#666666;
	line-height:1.8;
}
.goods>.box1.exceptional{
	color: #FF5722;
}
.goods>.box1.exceptional button{
	background: transparent;
    border: 1px solid #0189ff;
    padding: 3px 10px;
    color: #0189ff;
}
.input-num-box{
	display: flex;
}
.input-num-box input{
    border: 1px solid #ededed;
    height: 30px;
    box-sizing: border-box;
    width: 85px;
    margin: 0 4px;
    text-align: center;
    background: #f6f8fc;
}
.input-num-box button{
    height: 30px;
    border: none;
    background: #f6f8fc;
    padding: 0 10px;
    font-weight: bold;
}
.input-num-box button.add{
	color:#0189ff;
}
.goods>.box1>div{
	flex:1;
	display: flex;
}
.goods>.box1 span{
	font-family:auto;
}
.box1{
	display: flex;
	align-items: center;
}
.box1 img{
	width: 80px;
	height: 80px;
	margin: 2px 10px 0px 0px;
}
.goods-info{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.goods-info .box4,.box5{
	display: flex;
}
.box5{
	padding:0px 10px;
}
.box5>div:first-child{
	margin-right:15px;
}
.goods-info .box4>div{
	flex: 1;
	/* line-height: 22px; */
}
.goods-info div,.remarks,.box5{
	color: #787878;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    line-height: 1.8;
}
.goods-info .total{
	display:flex;
}
.goods-info .total span:nth-child(2) {
    flex: 1;
    text-align: right;
}
.goods-info .count{
	display: flex;
}
.goods-info div span:nth-child(3){
	flex: 1;
	text-align: right;
	margin-left: 5px;
}
.money{
	color: #f96c5b;
	font-weight: bold;
	font-family: "microsoft yahei";
}

.remarks {
    color: #787878;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:flex;
    line-height: 19px;
}
.remarks .nr{
	flex:1;
	overflow: hidden;
    text-overflow: ellipsis;
}
#submit-btn{
	width: 100%;
    line-height: 45px;
    background-color: #0189ff;
    color: #FFFFFF;
    border: none;
}
.submit-btn{
	
}
.cover .submit-box{
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 10px 0;
	border-radius: 4px;
}
.cover .addGoods .box2:first-child{
	border-bottom:1px dashed #dedede;
	line-height: 31px;
	display:block;
	color:#515050;
}
.cover .addGoods .box2:first-child span{
	line-height:38px;
}
.cover .addGoods .box2,.cover .submit-box .box3{
	display: flex;
    align-items: center;
    padding: 0 15px;
    line-height: 1.8;
}
.addGoods .box2{
	display:flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ededed;
    margin: 0 15px;
    padding: 10px 0;
}
/* .addGoods .box2>div{
	flex:1;
	display:flex;
} */
.addGoods .box2>div:nth-child(2){
	padding-left:5px;
}
.cover .addGoods .box2 span,.cover .submit-box .box3 span{
	line-height: 1.8;
}
.letter-spacing{
	letter-spacing: 14px;
}
.cover .addGoods .input-box{
	display: flex;
}
.cover .addGoods .input-box span{
	line-height:36px;
}
.cover .addGoods .upload{
	padding: 0px 10px;
	margin-top: 15px;
	border-top: 1px dashed #DFDFDF;
}
.cover .addGoods .upload>span{
	color: #8B8B8B;
	font-size: 14px;
}
.cover .addGoods .upload .up-tips{
	color: #fe5949;
	font-size: 14px;
}
.cover .addGoods .upload .img-box{
	width: 130px;
	height: 130px;
	position: relative;
	margin: 15px 0px 0px 10px;
}
.cover .addGoods .upload .img-box .close-icon{
	position: absolute;
	top: -7px;
	right: -7px;
	color: #ff494c;
	font-size: 22px;
	background-color: #ffffff;
    border-radius: 50%;
}
.cover .addGoods .upload label{
	width: 130px;
	height: 130px;
	display: block;
	border: 1px dashed #DFDFDF;
	position: relative;
	margin: 15px 0px 0px 10px;
}
.cover .addGoods .upload label input{
	display: none;
}
.cover .addGoods .upload label span{
	font-size: 40px;
	color: #9d9c9c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cover .addGoods .box2 span:nth-child(1),.cover .submit-box .box3 span:nth-child(1){
	color: #515050;
}
.cover .addGoods .box2 span:nth-child(2),.cover .submit-box .box3 span:nth-child(2){
	flex: 1;
	/* padding-left: 10px; */
	color: #8b8b8b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 45px;
    line-height: 45px;
}
.cover .submit-box .box3 span:nth-child(2){
	padding-left: 15px;
}
.cover .addGoods .box2 input {
    flex: 1;
    height: 45px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px 10px;
}
.cover .addGoods .box2 select{
	margin-left:10px;
	color: #8b8b8b;
	border: none;
	outline: none;
	background-color:#f9f9f9;
	padding-left: 10px;
	width:120px
}
.cover .btn{
    display: flex;
    justify-content: flex-end;
    /* border-bottom: 1px solid #ededed; */
    padding: 20px 0;
}
.cover .btn div{
    margin: 0px 15px 0 0;
}
.cover .btn button{
    border: none;
    min-height: 32px;
    min-width: 70px;
    border-radius: 2px;
    padding: 5px 15px;
/* 	width: 80%;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border: none;
	border-radius: 3px;
	border: 1px solid #6399F8; */
}
.cover .btn .left-btn button{
	color: #fff;
    background: #0189ff;
}
.cover .btn .right-btn button{
    color: #999999;
    background: #fff;
    border: 1px solid #dedede;
}
.cover .addGoods .box2 .selectBox {
	flex: 1;
	position: relative;
	padding: 0 10px;
}

.cover .addGoods .box2 .selectBox input {
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 0;
}

.cover .addGoods .box2 .selectBox ul {
	width: 90%;
	max-height: 210px;
	position: absolute;
	top: 32px;
	z-index: 3;
	box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
	background-color: #FFFFFF;
	border-radius: 0px 0px 3px 3px;
	display: none;
	overflow-y: auto;
}
.cover .addGoods .box2 .selectBox ul li{
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #515050;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cover .addGoods .box2 .selectBox ul .active{
	background-color: #6399f8;
	color: #FFFFFF !important;
}
.cover .submit-box .box3 textarea{
	flex: 1;
	height: 51px;
	margin-left: 10px;
	border: 1px solid #dfdfdf;
	resize: none;
	outline: none;
	color: #8b8b8b;
	font-family: "microsoft yahei";
	font-size: 13px;
	padding: 5px;
}
.select-box,.num-box{
	margin-top:10px;
}

.line-wrapper {
	width: 100%;
	margin-bottom: 8px;
}

.line-wrapper:last-child {
	margin-bottom: 0px;
}

.line-scroll-wrapper {
	white-space: nowrap;
	clear: both;
}

.line-btn-delete {
	float: left;
	width: 132px;
	height: 176px;
	display: none;
}

.line-btn-delete button {
	width: 100%;
	height: 100%;
	background: #e15e5e;
	border: none;
	font-size: 18px;
	font-family: 'Microsoft Yahei';
	color: #fff;
}

.line-normal-wrapper {
	display: inline-block;
	line-height: 100px;
	float: left;
	padding: 10px 0px;
}

.line-scroll-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.abandon{
	color: #ff9d4d;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    font-size: 28px;
}
.abandon-cover{
	width: 100%;
    min-height: 100vh;
    background-color: rgba(93,93,93,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.abandon-box{
	background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    padding:10px 0px;
    display:none;
}
.abandon-box p{
	font-size:16px;
	text-align:center;
	margin:30px 0px;
	color:#8b8b8b;
}
.abandon-btn{
	display:flex;
	margin-bottom: 15px;
}
.abandon-btn button{
	flex: 1;
    margin: 0 20px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #6399F8;
}
.abandon-btn button:first-child{
	background-color: #6399F8;
    color: #FFFFFF;
}
.abandon-btn button:nth-child(2){
	background-color: #FFFFFF;
    color: #6399F8;
}
.tempContainer {
	position: fixed;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	z-index: 101;
}
.over {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 100;
	display: none;
	background-color: rgba(0,0,0,0.7);
}
.amplifyImg {
	position: relative;
}
.footer{
	border-top: 1px solid #ededed;
    display: flex;
    padding: 20px;
    background: #fff;
}
.footer button{
    flex: 1;
    height: 40px;
    border-radius: 30px;
    border: none;
    background: #0189ff;
    color: #fff;
}
.cover{
	flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.cover .addGoods{
	background: #fff;
    width: 90%;
    border-radius: 5px;
}
@media screen and (max-width:600px) {
	.con .box>span,.cover .addGoods .box2 span:nth-child(1){
		width:19.25vw;
	}
	input{
		font-size: 3.85vw !important;
	}
	.addGoods,.submit-box,.abandon-box{
		width: 92%;
	}
}
@media screen and (min-width:600px) {
	.con .box>span,.cover .addGoods .box2 span:nth-child(1){
		width:90px;
	}
	input{
		font-size: 18px !important;
	}
	.addGoods,.submit-box,.abandon-box{
		width: 540px;
	}
}