/**scan.css**/
.form{
	width:5rem;
	margin:0 auto;
	padding:0.6rem 0;
}
.form .control.scan{
	width:100%;
	height:0.8rem;
	background: #caab6a;
	border-radius:0.15rem;
	text-align:center;
	color:#fff;
	padding:0.16rem 0;
	font-size:0.28rem;
	line-height:0.4rem;
}
.form .control{
	margin-bottom:0.5rem;
	border:1px solid #CAAB6A;
	border-radius:0.15rem;
	height:0.8rem;
	overflow:hidden;
}
.form .control.scan img{
	display:inline-block;
	width:0.4rem;
	height:0.4rem;
	vertical-align:middle;
	margin-right:0.15rem;
}
.cell{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}
.cell-primary{
	flex:1;
}
.cell input{
	background: #fff;
	height:0.8rem;
	width:100%;
	padding:0 0.3rem;
	font-size:0.3rem;
}
.cell-ft{
	width:1.4rem;
	background: #caab6a;
	height:0.8rem;
	line-height:0.8rem;
	text-align:center;
	color:#fff;
}
.btn-scan{
	height:0.8rem;
	width:100%;
	line-height:0.8rem;
	border:0;
	outline:0;
}
.reminder-wrap{
	width:5rem;
	margin:0 auto;
	color:#CAAB6A;
}
.reminder-wrap h3{
	font-size:0.32rem;
}
.reminder-wrap p{
	padding:0.2rem 0 0 0.3rem;
	position:relative;
	font-size:0.26rem;
}
.reminder-wrap p:before{
	content:'';
	position:absolute;
	display:block;
	width:0.15rem;
	height:0.15rem;
	border-radius:50%;
	background:#CAAB6A;
	left:0;
	top:0.3rem;
}

.reminder-wrap span{
	padding:0.2rem 0 0 0.3rem;
	position:relative;
	font-size:0.18rem;
}
.mask{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.6);
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:10000000 !important;
	display:none;
}
.cell-h{
	width:100%;
	height:100vh;
}
.cell-center{
	-webkit-justify-content: center;
	justify-content: center;
}
.winbg{
	width:5.56rem;
	min-height:3.3rem;
	background:url('../images/fwbg.jpg')no-repeat;
	background-size:100% 100%;
}

.fwTit{
	width:3.09rem;
	height:0.8rem;
	background:url('../images/fwTit.png')no-repeat;
	background-size:100% 100%;
	margin: -0.12rem auto 0;
	text-align: center;
	line-height: 0.8rem;
	color: #FCDE97;
}
.close1{
	width: 0.36rem;
	display: block;
	margin: 0 0 0.1rem 5rem;
}
.fwc{
	width:100%;
	min-height:3rem;
	padding:1rem 0.6rem 0.2rem 0.6rem;
    font-size:0.28rem;
	line-height:1.2em;
	position:relative;
}

/* .fwc:after{
	content:'';
	width:4.5rem;
	height:1px;
	border-bottom:1px dashed #000000;
	position:absolute;
	bottom:0;
	left:0.5rem;
} */
.fw{
	font-size:0.25rem;
}
.wtips{
	text-align:center;
	font-size:0.28rem;
	padding:0.3rem 0 0.3rem 0;
}
.cusbtn{
	width: 75%;
	height: 0.7rem;;
	background: linear-gradient(180deg, #403D40 0%, #1F1C1F 100%);
	border-radius: 0.12rem;
	margin:0 auto;
	text-align:center;
	color:#fff;
	line-height:0.7rem;
	position:relative;
	overflow:hidden;
}
.later{
	text-align:center;
	margin-top:0.2rem;
}
.later span{
	border-bottom:1px solid #000000;
}