
.top-con,
.open-card,
.use-card,
.delete-card,
.key-faq{
    padding:16px 24px 8px;
    font-size: 13px;
    color: rgba(0,0,0,.75);
}

.key-moved{
    margin:8px auto;
    position: relative;
    overflow: hidden;}
.step-box{
    width: 33.5%;
    height: 51.6%;
    overflow: hidden;
    position: absolute;
    display: flex;
    left: 33.1%;
    top: 25.5%;
    border-radius: 10px;
}
.step-box img{
    display: inline-block;
    white-space: nowrap;
	border-radius: 8px;
}
.step-box div{
    display: flex;
    border-radius: 8px;
}
.one2{
	 height: 54% !important;
}
.phone-display{
    position: absolute;
    top: 26%;
    left: 36.2%;
    width: 27.3%;
    height: 52%;
    border-radius: 6px;
}
.handstep{
    position: absolute;
    left: 100%;
    top: 120%; 
    opacity: 1;
    z-index: 99;
    width: 60%;
}
.liuhai{
    position: absolute;
    top: 26.2%;
    left: 35%;
    width: 9.5%;
    /* height: 0.4%; */
}

.title{
    font-size: 15px;
    color: #000;
    margin-bottom: 8px;
}
.faq{
    padding-bottom: 16px;
}
.faq-q{
    font-size: 13px;
    color: rgba(0,0,0,.75);
    margin-bottom: 4px;
    position: relative;
}
.faq-a{
    font-size: 13px;
    color: rgba(0,0,0,.75);
    margin-bottom: 4px;
    padding-left: 13px;
}

.faq-left{
    position:absolute;
    left:0; 
    line-height: 1.5;
}
.faq-right{
    line-height: 1.5;
    padding-left: 13px;
}


