body{
    background-color: white;
}

.wrapper{
    width: 100%;
    margin: 0 .72rem;
    height: 100%;
    font-size: .28rem;
}
.toastTip {
    position: fixed;
    left: 0;
    right: 0;
    top: 45%;
    font-size: .25rem;
    color: white;
    z-index: 10001;
    text-align: center;
    /*transition: all 0.2s cubic-bezier(0.17,0.67,0.69,1.23);*/
    /*opacity: 0;*/
    display: none;
}

.toastText {
    text-align: center;
    display: inline-block;
    background: rgba(7, 17, 27, 0.8);
    border-radius: 0.1rem;
    min-width: 3rem;
    font-family: 'microsoft yahei';
    height: .7rem;
    line-height: .7rem;
    font-size:.26rem;
    padding: 0 .15rem;
}
.baseIpt {
    background: none;
    border: none;
    height: .88rem;
    line-height: .88rem;
    width: 6rem;
    padding-left: .5rem;
    font-size: .3rem;
    background-color: rgb(240, 239, 239);
    border-radius:.1rem;
}
.codeWrap {
    margin-top: .32rem;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.code{
    width: 3.45rem;
}
.getCode {
    border: none;
    /* padding: .1rem .15rem; */
    background-color: #ff5738;
    color: #E5A307;
    width: 2.32rem;
    margin-left: .2rem;
    height: .88rem;
    background-color: rgb(240, 239, 239);
    font-size: .26rem;
    font-weight: bold;
    border-radius:.1rem;
}
.disableCode {
    border: none !important;
    background-color: #f6f6f6 !important;
    color: #999999;
    /*height: .88rem;*/
    /*line-height: .88rem;*/
}
.item {

}
.tjbtn {
    margin-top: .7rem;
    width:5.99rem;
    height:.88rem;
    line-height: .88rem;
    background:linear-gradient(90deg,rgba(205,159,84,1),rgba(231,204,157,1));
    border-radius:.10rem;
    color: white;
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
}

/*新的页面*/
.dlwra{
    height: 6.5rem;
    background: rgba(255,255,255,1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: .3rem;
    position: relative;
    top: -.5rem;
    margin: 0 .3rem;
    padding: .5rem .3rem;
}
.vcodewra {
    margin-top: .2rem;
    display: flex;
    align-items: center;
}
