body {
	background: #fff !important;
}
.goods_bat{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 10px; background: #fff;
}

.goods_bat .boxs {
    border-radius: 12px;
    background: #fff;
    width: 92%;
    margin: 0 auto;
    padding: 12px;
    position: relative;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 10%);
        margin-bottom: 15px;
}
.goods_bat .boxs .title {
	font-size:15px; font-weight: bold;
	color:#333; width: 100%;
	margin: 0 auto; height: 26px;
}
.goods_bat .boxs .trade_no{
	font-size:15px; color:#999;
}
.goods_bat .boxs .title svg {
	position: absolute;
	right:13px; top: 10px;
	height:24px; width: 24px;
}
.goods_bat .boxs select{
	width: 100%;
	border:none;
	padding: 4px 12px;
	font-size: 14px; color:#333;
	background: #eee;
}

.goods_bat .boxs .goods{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top:14px;
	position: relative;
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.goods_bat .boxs .goods input{
	width: 40px; text-align: center;
	border:1px solid #ccc; border-radius: 8px;
}
.goods_bat .boxs .goods img{
	height: 35px; width: 35px;
	margin-right:6px;
}
.goods_bat .boxs .goods .gtit {
	width: 50%;
	line-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
.goods_bat .boxs .goods .gtit label, .goods_bat .boxs .goods .gtit p{
	paddign:0;  margin:0 auto;
	width: 100%; text-align: left;
}
.goods_bat .boxs .goods .gtit label {
	font-weight: bold; 
	margin: 4px auto 0 auto; font-size:15px;
	width: 100%; text-align: left;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.goods_bat .boxs .goods .gtit p{
    padding: 4px 0;
    font-size: 12px;
    color: red;	
}
.goods_bat .boxs .goods svg {
	height: 28px; width: 28px;
	position: absolute;
	right:0;
}
.goods_bat .boxs .submit {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #c00;
    padding: 10px 0;
    text-align: center;
    border-radius: 6px;
    display: block;
    margin-top: 20px;
}