*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    font-size: 0.28rem;
}
.box{
    width: 100%;
    height: 100vh;
	min-height: 14rem;
    max-width: 7.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #F4F4F4;
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
}
.box1{
    width: 100%;
    height: 100vh;
	min-height: 14rem;
    max-width: 7.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #F4F4F4;
    background-image: url(../img/newbg.png);
    background-size: 100% 100%;
}
.scanbox{
    width: 7.5rem;
    height: 3.65rem;
    background: rgba(72, 59, 246, 0.171);
    margin-top: 6rem;
}
.tit{
    font-size: 0.42rem;
    text-align: center;
    margin-top: 0.68rem;
    color: #2d2f92;
}
.scanbtn{
    width: 5.4rem;
    height: 0.72rem;
    background: #2d2f92;
    color: white;
    font-size: 0.4rem;
    border-radius: 0.2rem;
    border: none;
    margin-top: 0.38rem;
    margin-left: 1.05rem;
    padding-left: 0.8rem;
}
.inp{
    width: 5.4rem;
    height: 0.72rem;
    background: #2d2f92;
    margin-top: 0.15rem;
    margin-left: 1.05rem;
    border-radius: 0.2rem;
}
.input{
    width: 4rem;
    height: 0.72rem;
    border: none;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    text-align: center;
    float: left;
}
.true{
    width: 1.4rem;
    height: 0.72rem;
    border: none;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    font-size: 0.28rem;
    color: white;
    background: #2d2f92;
}
.scanicon{
    width: 0.4rem;
    position: absolute;
    top: 7.78rem;
    left: 2.34rem;
}
input::-webkit-input-placeholder{
    color: #2d2f92;
    font-size: 0.28rem;
}

.scanbox1{
    width: 7.5rem;
    background: rgba(72, 59, 246, 0.171);
    margin-top: 6rem;
    padding-bottom:0.62rem ;
}
#FwResult{
    width: 5.42rem;
    background: #2d2f92;
    color: white;
    font-size: 0.28rem;
    padding:0.2rem 0.64rem 0.2rem 0.64rem ;
    border-radius: 0.2rem;
    margin-left: 1.02rem;
    margin-top: 0.27rem;
}
.wen{
    width: 7.5rem;
    margin-top: 0.57rem;
}