#vin-ocr{
	width:100%;
	position:fixed;
	top:0px;
	z-index:10000;
	left:0;
}
.vin-ocr-index{
	width:70;
	font-weight:bold;
	height:100%;
}
.vin-ocr-panel{
	height:100%;
}
#vin-ocr .panel-body{
	padding:0px;
	height:85%;
}
#vin-ocr-image-hiden{
	display:none;
}
.panel-footer{
	text-align:center;
	position:fixed;
	bottom:0px;
	width: 100%;
	padding-bottom:15px;
}
.panel-footer>button{
	border-radius:50%;
	padding: 9px 4px;
	font-size:12px;
}
.panel-footer>button:active:{
	border-radius:50%;
}
.vin-ocr-rotate{
	margin-right:10px;
}
.vin-ocr-distinguish{
	margin-left:10px;
}
/*手机设备*/
@media screen and (max-width:374px) {
	
}
@media screen and (min-width:375px) and (max-width:414px) {
	
}
@media screen and (min-width:415px) and (max-width:768px) {
	
}
/*平板设备*/
@media screen and (min-width:769px) and (max-width:1024px) {
	
}
/*电脑设备低分辨率设备*/
@media screen and (min-width:1025px) and (max-width:1359px) {
	#vin-ocr,.panel-footer{
		width:30%;
	}
}
/*电脑设备高分辨率设备*/
@media screen and (min-width:1360px) {
	#vin-ocr,.panel-footer{
		width:30%;
	}
}