@CHARSET "UTF-8";

/* 固定按钮样式公用 */
.b_fixed{
	position: fixed;
    top: 25%;
    /*right: -14px;*/
    /* 堆叠顺序，勿动 */
    z-index: 999999;
    min-width: 160px;
}

.b_fixed>div{
	margin-top: 1px;
	
}
/* 状态提示框 */
.b_fixed button{
	width: 100%;
}
.b_fixed .b_icon{
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	border-radius: 3px;
	padding: 4px 2px;
}

/* 批次样式 */
.b_fixed .b_batch{
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	border-radius: 3px;
	padding: 2px 2px;
}
.b_fixed .b_batch select{
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

















