    html {
        font-size: 8px;
    }
    
    html,body {
        padding: 0;
        margin: 0;
    }
    
    .header {
        height: 5.94rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
        color: #282828;
    }
    
    .content {}
    
    .qingxz {
        height: 7.5rem;
        background: #F2F2F2;
        display: flex;
        align-items: center;
        padding-left: 1.19rem;
        border-bottom: 1px solid #D2D2D2;
        border-top: 1px solid #D2D2D2;
    }
    
    .forms {}
    
    .forms .confirm {
        width: 44.38rem;
        height: 5.63rem;
        background: #4073f5;
        border-radius: 3rem;
        margin: 0 auto;
        margin-top: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.25rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
    }
    
    .tips {
        width: 44.38rem;
        height: 12.48rem;
        background: #F2F2F2;
        border-radius: 1rem;
        margin: 0 auto;
        margin-top: 3.69rem;
        font-size: 1.88rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #282828;
        padding: 1.19rem;
        box-sizing: border-box;
    }
    
    .tips span {
        font-weight: bolder;
    }
    
    .walletitem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.13rem 1.94rem;
        border-bottom: 1px solid #D2D2D2;
    }
    
    .walletitem .left img {
        width: 6.25rem;
        height: 6.25rem;
    }
    
    .walletitem .center {
        flex: 1;
        flex-shrink: 0;
        margin-left: 1.31rem;
    }
    
    .walletitem .center .name {
        font-size: 1.88rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #282828;
    }
    
    .walletitem .center .sub {
        font-size: 1.5rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #898989;
        margin-top: 1.38rem;
    }
    
    .walletitem .right {
        width: 2.5rem;
        height: 2.5rem;
        background: #FFFFFF;
        border: 0.06px solid #A4A4A4;
        border-radius: 50%;
    }
    
    .walletitem .right img {
        width: 2.5rem;
        height: 2.5rem;
        display: none;
    }
    
    .inputwarp {
        width: 60%;
        height: 100%;
        /*height: 5rem;*/
        border-radius: .5rem;
        /*border: 1px solid #A4A4A4;*/
        border: 0px;outline:none;
        cursor: pointer;
        /*display: flex;*/
        align-items: center;
        padding: 0 1rem;
        margin: 0 auto;
        /*width: 44.38rem;*/
        box-sizing: border-box;
        margin-top: 1.19rem;
        font-size: 1.88rem;
        /*text-align: center;*/
        font-size: 20px;
        font-weight: bold;
        /*background: #eef3ff;*/
        /*border: 1px solid #4073f5;*/
    }
    .sel_content{
        width: 100%;
    height: 280px;
    background: #F2F2F2;
    }
    .sel__box_head{
        width: 100%;
        height: 100px;
        overflow: hidden;
    }
    .sel__box_main{
        width: 100%;
        height: 170px;
    }
    .sel__box_main ul{
        width: 100%;
    margin-left: 5%;
    padding: 0px;
    }
    .sel__box_main ul li{
            list-style: none;
    width: 30%;
    height: 60px;
    float: left;
    margin-top: 10px;
        
    }
    .money_box{
     width: 90%;
    height: 100%;
    background: white;
    border-radius: 15px;
    text-align: center;
    box-shadow: 1px 2px 1px 2px #e2e2e2;
    line-height: 60px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    }
    .moneyact{
        color: #4073f5;
        background: #eef3ff;
        border: 1px solid #4073f5;
    }
    .box_head_box1{
    width: 90%;
    height: 100px;
    border: 1px solid #e2dfdf;
    margin-left: 5%;
    border-radius: 15px;
    background: white;
    }
    .bix1_d1{
       width: 90%;
    height: 30px;
    line-height: 30px;
    margin-left: 5%;
    font-size: 16px;
    font-weight: bold;
    }
    .bix1_d2{
       width: 90%;
    height: 30px;
    line-height: 30px;
    margin-left: 5%;
    font-size: 18px;
    font-weight: bold;
    }