.tips{
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 50;
	width:  calc(100% - 20px);
	height: 30px;
	padding: 5px 10px;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}
.tipsLeft{
	float: left;
	height: 100%;
	font-size: 0;
}
.tipsLeft img{
	height: 100%;
	vertical-align: middle;
}
.tipsLeft span{
	vertical-align: middle;
}
.tipsLeft .tipsName{
	font-size: 15px;
	margin-left: 10px;
}
.tipsLeft .tipsFont{
	font-size: 11px;
	margin-left: 10px;
}
.tipsRight{
	float: right;
	height: 100%;
	width: 70px;
	background: linear-gradient(#60cff8,#12b7f5);
	font-size: 11px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	border-radius: 15px;
}

#model{
	display: none;
}
.model-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 60;
	display: flex;
	justify-content:center;
	align-items:center;
	text-align: center;
}
.model-wrapper .model{
	width: 259px;
	height: 330px;
	overflow: hidden;
}
.model-wrapper .model img{
	width:100%;
	height: 100%;
}
.model-wrapper .close{
	width: 31px;
	height: 31px;
	margin-top: 20px;
}

.print{
	position: fixed;
	left: 0;
	bottom: 0;
	width:100%;
	height: 50px;
	line-height: 50px;
	background: #4690ff;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}