.accountingEnter{
    width: 10rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    z-index: 101;
}

.closeEnter{
    height: 1.066666rem;
}
.closeBtn{
    width: 1.066666rem;
    height: 1.066666rem;
    align-items: center;
    justify-content: center;
}

.closeBtn img{
    width: 0.213333rem;
    height: 0.373333rem;
}

.jmwLogo{
    width: 3.813333rem;
    height: 0.933333rem;
    display: block;
    margin: 1.2rem auto 1.84rem;
}



.enterForm{
    width: 7.333333rem;
    min-height: 1.333333rem;
    margin: 0 auto;
}
.phone{
    padding-bottom: 0.266666rem;
    border-bottom: 1px solid #ececec;
}

.phone img{
    width: 0.346666rem;
    height: 0.453333rem;
}
input[type='tel'],input[type='number']{
    width: 4rem;
    font-size: 0.36666rem;
    color: #333;
    margin-left: 0.253333rem;
    border: none;
    background: none;
}
.yzmData{
    position: relative;
    margin-top: 0.46866666rem;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ececec;
}
.yzmData img{
    width: 0.373333rem;
    height: 0.453333rem;
}
.yzmNumber{
    flex: 1;
}
.getYzm{
    display: inline-block;
    font-size: 0.32rem;
    color: #fff;
    padding: 0.24rem;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: -0.22rem;
    border: 1px solid #ececec;
    color: #999;
}


.nextStep{
    width: 7.333333rem;
    height: 1.066666rem;
    margin: 1.253333rem auto 0;
    background: #E14546;
    border-radius: 0.106666rem;
    text-align: center;
    line-height: 1.066666rem;
    font-size: 0.373333rem;
    color: #fff;
}