.snackbar{
	width:500px;
	background:#3174c5;
	color: #fff;
	padding: 15px 15px;
	font-size: 16px;
	max-width: 100%;
	margin: 10px;
	opacity: 0;
	position: fixed;
	left: 50%;
	margin-left:-250px;
	right: 0px;
	top: 20px;
	z-index: 9999;
	/*border-radius: 30px;*/
	text-align: center;
	line-height: 40px;
}
.tiaozhuanInput {
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    top: -13px;
}
