	.scan_window1{
		width: 100%;
		height: 250px;
		padding: 40px 10px 0px 10px;
		background-color: #fbfbfb;
	}
	.scan_window1 p{
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.scan_window1 .input-box div{
		margin-bottom:5px;
	}
	.scan_window1 .input-box .f01 input[type="text"]{
		width:100%;
		background-color: #ffffff;
	}
	.scan_window1 .input-box .f02 input[type="text"]{
		width:78%;
		background-color: #ffffff;
	}
	.scan_window1 .input-box .f03 input[type="text"]{
		width:78%;
		background-color: #ffffff;
	}
	.scan_window2{
		width: 100%;
		height: 250px;
		padding: 10px 10px 0px 10px;
		background-color: #fbfbfb;
		position: relative;
	}
	.scan_window2 .btn{
		height: 40%;
		position: relative;
		display: flex;
		justify-content: center;
		vertical-align: middle;
		align-items: center;
	}
	.scan_window2 p{
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.scan_window2 .input-box div{
		margin-bottom:5px;
	}
	.scan_window2 .input-box .f01 input[type="text"]{
		width: 100%;
		background-color: #ffffff;
	}
	.scan_window2 .input-box .f02 input[type="text"]{
		width:78%;
		background-color: #ffffff;
	}
	.scan_window2 .input-box .f03 input[type="text"]{
		width:78%;
		background-color: #ffffff;
	}
	.scan_pop{
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.scan_result{
		display: none;
		position: absolute;
		width: 100%;
		height: 65%;
		text-align: center;
		background-color:white;
	}
	.scan_result .bf01{
		display: block;
		position: relative;
		bottom: 0;
		width: 100%;
		height: 65%;
		background-color:#F6F6F6;
		
	}
	.scan_result .bf02{
		position: relative;
		bottom: 0;
		width: 100%;
		height: 35%;
		background-color: #F3EBDE;
		display:table;
	}
	.scan_result .bf02 div{
		display: table-cell;
		height: 100%;
		align-items: start;
		line-height: 100%;
		vertical-align: middle;
	}
	.scan_result .bf02 div p{
		font-size: 15px;
		line-height: 15px;
	}
	.scan_result .bf02 div p:nth-child(2){
		margin-bottom:10px;
	}
	.scan_result .bf02 div p:nth-child(4){
		margin-bottom:10px;
	}
	.scan_result .bf01 .size01{
		height: 30%;
		font-size: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 500;
	}
	.scan_result .bf01 .size02{
		height:60%;
		position: relative;
	}
	.scan_result .bf01 .size02 div:nth-child(1) {
		height: 100%;
		width: 45%;
		display: inline-block;
		position:relative;
	}
	.scan_result .bf01 .size02 div:nth-child(1) img{
		height: 100%;
		width:100%;
	}
	.scan_result .bf01 .size02 img:nth-child(2) {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width:15%;
		z-index:1;
	}
	.scan_result .bf01 .size02 div:nth-child(3) {
		height: 100%;
		width: 45%;
		display: inline-block;
		position:relative;
	}
	.scan_result .bf01 .size02 div:nth-child(3) img{
		height: 100%;
		width:100%;
	}
	.scan_result .bottom_bar{
		position: absolute;
		width: 100%;
		background-color: #34332F;
		height: 20%;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.scan_result .bottom_bar p{
		color:white;
	}