@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
.all{
	display: flex;
    height: 100vh;
    flex-direction: column;
}
@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;
	}
}
.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;
}
.sou_suo{
    padding: 12px 16px;
    border-bottom: 1px solid #f6f6f6;
}
.shu_xing{
	width: 100%;
	float: left;
}
.shu_xing2{
    display: flex;
    align-items: center;
}
.shu_xing span{
	display: block;
	float: left;
	width: 65px;
	text-align: right;
}
.box{
    border: 1px solid #3183C2;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    flex: 1;
    display: flex;
	align-items: center;
	border-right: none;
    height: 30px;
    box-sizing: border-box;
}
.box input{
    display: block;
    margin-left: 10px;
    border: none;
    outline: none;
    color: #4293D1;
    flex: 1;
    font-size: 0.875rem;
	
}

.box i{
	font-size:24px;
	margin-right:12px;
    color: #2196f3;
}
.shu_xing button{
	display: block;
	height: 30px;
	background: #2196F3;
	color: #fff;
	border: none;
	width: 50px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	outline: none;
}

.xuan_xiang_ka{
	width: 100%;
	display: block;
	float: left;
	background: #e5e5e5;
	border-top: 5px solid #e5e5e5;	
}
.xuan_xiang_ka div{
	width: 30%;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 2%;
}
.xuan_xiang_ka div:nth-of-type(1){
	background: #f5f5f5;
	font-weight: bold;
}
ul{
    background: #FFF;
    border-radius: 5px;
    padding-top: 10px;
    margin: 12px 12px 0;
    overflow: hidden;
}
ul li{
	list-style: none;
	font-size: 14px;
	line-height: 23px;
	color: #323232;
	margin:0 12px 0.3125rem;
	display: flex;
    align-items: center;
}
ul li .subSp{
	color:#999;
	font-size:13px;
}
ul li.goodsName{
	font-weight:bold;
}
ul li.goodsName .sp2{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sp1{
/* 	margin-left: 5%;
	display: block;
	float: left; */
}
.sp2{
	/* width: 70%;
	overflow: hidden;
	display: block;
	float: left;*/
	height: 23px; 
	flex:1;
}
.sp3{
	/* width: 50%;
	overflow: hidden;
	display: block;
	float: left; */
	height: 23px;
}
.con .goodsName:after{
	content:"";
	display:block;
	clear:both;
}
.barCode{
	position: relative;
}
.barCode .sp2{
}
.status{
    text-align: center;
    color: #05b1a1;
    font-weight: normal;
    font-size: 12px;
    background: #cffffb;
    padding: 0 5px;
    border-radius: 3px;
}
.sp4{
	float:left;
}
.sp5{
	width: 70%;
	overflow: hidden;
	display: block;
	float: left;
	height: 23px;
    color: #2196F3;
    font-weight: bold;
}
.con{
	/* float: left; */
	background: #f5f5f5;
	padding-bottom: 12px;
	flex:1;
    overflow: auto;
}
.con div:nth-of-type(2),.con div:nth-of-type(3){
	display: none;
}
.back{
	display: block;
	float: left;
	line-height: 35px;
	margin-top: -35px;
	margin-left: 10px;
}
.back a{
	display: block;
	float: left;
	color: #fff;
	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;
}
.stockNum{
	color: #F7645B;
}
.total{
    display: flex;
    padding: 10px 16px 0;
    justify-content: space-between;
    color: #212121;
}