@charset "utf-8";
input[type=checkbox]{
	width: 0;
	height: 0;
	margin-right: 28px;
    display: flex;
    align-items: center;
/* 	position: relative; */
}

input[type=checkbox]::after,
input[type=checkbox]:checked::after{
	font-family: "iconfont";
	font-size: 1.25rem;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

input[type=checkbox]::after {
	content: "\e609";
	color: #555555;
}

input[type=checkbox]:checked::after {
	content: "\e65a";
	color: #2493F1;
}
.tips-box{
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 3px 10px;
    line-height: 1.8;
    color: #FF9800;
}
.tips-box div{
	white-space: nowrap;
    overflow: auto;
}
.all{
	background-color: #f5f6f9;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.top{
    height: 40px;
    background: #2196F3;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.top>a{
    position: absolute;
    top: 0;
    left: 10px;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
}
.top>span{
	flex:1;
}
.top button.batch,.top button.cancel{
	position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    font-weight: normal;
    border: none;
    background: transparent;
    color: #fff;
}
.top button.cancel{
	display:none;
}
.search,.filter{
	display:flex;
	background-color:#fff;
	border-bottom:1px solid #f6f6f6;
    padding: 12px 16px;
}
.search>div,.filter>div{
    flex: 1;
    display: flex;
    background: #f6f6f6;
    padding: 0 10px;
    border-radius: 5px;
    margin-right: 16px;
	align-items: center;
}
.search>div i{
	font-size:30px;
	color:#2196f3;
}
.search>div input,.filter>div input{
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    margin: 10px 0px;
}
.search button{
	background: #2196f3;
    border: none;
    padding: 0 10px;
    color: #fff;
    border-radius: 2px;
}
.content{
	flex:1;
    overflow: auto;
    padding-bottom:10px;
}
.filter>div{
	margin-right:0;
}
.filter>div i{
	font-size:20px;
	color:#999;
	margin-right:6px;
}
.printCon{
	display:flex;
	flex-direction: column;
}
.con-t{
	background: #fff;
    margin-top: 12px;
    padding: 12px 16px;
    font-weight: bold;
	border-bottom: 1px solid #f6f6f6;
}
.printCon .conList{
    flex: 1;
    overflow: auto;
}
.item{
	margin: 12px 12px 0;
    align-items: baseline;
	display: flex;
    position: relative;
}
.item ul{
	background: #FFF;
    border-radius: 5px;
    padding-top: 10px;
	flex: 1;
    overflow: hidden;
}
.item input[type=checkbox]{
	display:none;
}
.item ul li.goodsName {
    font-weight: bold;
}
.item ul li {
    list-style: none;
    font-size: 14px;
    line-height: 23px;
    color: #323232;
    margin: 0 12px 0.3125rem;
    display: flex;
    align-items: center;
}
.item ul li.goodsName .sp2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sp2 {
    height: 23px;
    flex: 1;
}
.item ul li .subSp {
    color: #999;
    font-size: 13px;
}
.status {
    text-align: center;
    color: #05b1a1;
    font-weight: normal;
    font-size: 12px;
    background: #cffffb;
    padding: 0 5px;
    border-radius: 3px;
}
.item ul li .tag{
	text-align: center;
    color: #05b1a1;
    font-weight: normal;
    font-size: 12px;
    background: #cffffb;
    padding: 0 5px;
    border-radius: 3px;
    margin-left:10px;
}
.item ul li .tag.no{
	color: #FF5722;
    background: #ffe8e0;
}
.item ul li .tag:nth-child(1){
	margin-right:16px;
}
.barCode>.sp2{
	font-size:20px;
}
.item ul li.remark{
	align-items: baseline;
}
.item ul li.remark .sp2{
	white-space: normal;
    height: auto;
}
.stockNum-box{
    display: flex;
    justify-content: center;
    flex: 1;
    padding-left: 20%;
}
.stockNum-box .sp1{
	color:#999;
}
.stockNum-box .stockNum{
    font-size: 30px;
    font-weight: bold;
    color: #FF5722;
    flex: none;
}
.stockNum-box .stockNum .day{
	font-size:20px;
}

.item .btn-box{
	border-top: 1px solid #f6f6f6;
    margin: 0 12px;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}
.item .btn-box button{
	background: #fb9615;
    color: #fff;
    border: none;
    padding: 3px 16px;
    border-radius: 3px;
} 
.stockTitle{
	flex:1;
    text-align: center;
    color: #999;
}
.unit{
	font-weight: normal;
    font-size: 12px;
    color: #999;
}
.footer{
	background: #fff;
    border-top: 1px solid #f6f6f6;
    padding: 0 0 0 12px;
    display: none;
    justify-content: space-between;
    
}
.footer label{
	display:flex;
    align-items: center;
    margin:12px 0;
}
.footer button{
    padding: 0 16px;
    border: none;
    font-size: 14px;
    background: #fb9615;
    color: #fff;
}

.shelf-info{
	background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0.3125rem 1rem;
    border-bottom: 1px solid #f6f6f6;
}
.shelf-info .s1{
	display:flex;
	flex-direction: column;
    align-items: center;
    line-height:1.6;
}
.shelf-info .s1>span:nth-child(1){
	color:#999;
}
.shelf-info .s1:nth-child(1)>span:nth-child(2){
    color: #2196f3;
    font-weight: bold;
}
.shelf-info .s1:nth-child(2)>span:nth-child(2){
    color: #323232;
    font-weight: bold;
}
.shelf-info .s1:nth-child(3)>span:nth-child(2){
    color: #FF5722;
    font-weight: bold;
}
/* 自定义弹窗 */
.confirm-dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.confirm-dialog {
    background: white;
    padding: 12px 12px 0;
    border-radius: 8px;
    min-width: 300px;
    max-width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;
}

.dialog-header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.dialog-content {
	margin: 1.5625rem 0;
	text-align: center;
}

.dialog-buttons {
	display: flex;
	gap: 10px;
	margin-top: 1.25rem;
	border-top: 1px solid #ededee;
}

.dialog-button {
	padding: 3px 0.9375rem;
	font-size: 0.875rem;
	border-radius: 0.1875rem;
	flex: 1;
	border: none;
	background-color: transparent;
	height: 3.125rem;
	font-size: 0.875rem;
	cursor: pointer;
	transition: opacity 0.2s;
}

.dialog-button:hover {
	opacity: 0.8;
}

.confirm-button {
	color: #2196F3;
}

.cancel-button {
	background-color: transparent;
	border-right: 1px solid #ededee;
}
.tab-box{
	border-bottom: 1px solid #f6f6f6;
	display: flex;
    background-color: #fff;
}
.tab-box>span{
	flex: 1;
    text-align: center;
    position: relative;
    padding: 0.625rem 0;
    color: #434343;
    transition: all 0.3s;
}
.tab-box>span.active{
	color:#2196F3;
}
.tab-box>span.active::after {
    content: "";
    width: 80%;
    height: 0.125rem;
    background-color: #2196F3;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 0.625rem;
    transition: all 0.3s;
}
.sp5{
	color: #2196F3;
    font-weight: bold;
}
.right_box{
	/* width: 50%;
	float: right; */
	font-size: 14px;
	border-top: 1px solid #f6f6f6;
	/* margin-top: -114px; */
	/* text-align: center; */
	display: flex;
    justify-content: space-between;
}
.right_box .l{
	flex:1;
}
.right_box span{
	display: block;
}
.right_box .tejia_num:before{
	content:"￥";
    font-size: 16px;
    font-weight: bold;
}
.tejia_num{
	line-height:45px;
	font-size: 22px;
	color: #F7645B;
}
.right_box .l .te_jia{
	font-size: 13px;
	color: #8D8D8D;
	margin-top:6px;
}
.data_box{
	font-size: 13px;
	color: #8D8D8D;
	margin-top: 0px;
}
@media only screen and (min-width:600px ) {
	.all{
		width: 600px;
		margin: 0 auto;
	}
}
@media only screen and (max-width:600px ) {
	.all{
		width: 100%;
		margin: 0 auto;
	}
}