.matching-fastScan{
    padding-top: 50px;
    width: 100%;
    margin: auto;
}
.fastScan-item{
    width:100%;
    padding: 10px 0;
    border-radius: 5px; 
    font-size: 0.14rem;
    color: #262626;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    background: #fff;
    letter-spacing: 0.01rem;
    border: none;
}
.detail-content-wrapper{
    position: relative;
    background: #f3f3f3;
}
.fastScan-item.answer{
    width: -webkit-calc(100% - 20px);
    width:calc(100% - 20px);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left:10px;
}
.start{
    color: #fff; 
    background: rgba(67, 148, 249, 1); 
}
.error-fastScan{
    background: #f9a9b8;
    color: #fa5f68;
}
.right-fastScan{
    background: #b7edd4;
    color: #0a8406;
}
.hide{
    display: none;
}
.remember{
    background-color: transparent;
    padding-bottom: 0;
}
@media screen and (max-width: 374px){
    /* iphone6以下 */
    .matching-fastScan{
        padding-top: 15px;
    }
}



