
.f-modal__main{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    box-sizing: border-box;
}
.f-modal__wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 6.186667rem;
    background: #fff;
    color:#515c6b;
    padding: .32rem;
    box-sizing: border-box;
}
.f-modal__title{
    font-size: .373333rem;
    text-align: center;
    padding-bottom: .32rem;
}
.f-modal__content{
    font-size: .298667rem;
    line-height: 1.45;
}
.f-modal__txt{
    text-indent: 1.5em;
    display: inline-block;
}
.f-modal__btn{
    width: 3.413333rem;
    height: .853333rem;
    line-height: .853333rem;
    margin: 10px auto;
    text-align: center;
    font-size: .30rem;
    color: #fff;
    border-radius: .053333rem;
    background: #ff7144;
    cursor: pointer;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff981c,endColorStr=#ff5418);
    background: -ms-linear-gradient(top,#ff981c,#ff5418);
    background: -moz-linear-gradient(top,#ff981c,#ff5418);
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ff981c),to(#ff5418));
    background: -webkit-linear-gradient(top,#ff981c,#ff5418);
    background: -o-linear-gradient(top,#ff981c,#ff5418)
}


.input_ckb_userdeal {
    width: 0.3rem;height: 0.4rem; margin-right: 0.1rem;
}
.label_ckb_userdeal {
    text-decoration:underline;color: blue; font-size: 0.3rem;vertical-align: bottom;
}