/* body {
    height: 100vh;
} */

.bpd {
    height: 100vh;
    background-color: #43B97C;
    margin-top: .6rem;
}

.bgimg {
    width: 100%;
    height: 2.28rem;

}

.bgimg img {
    width: 100%;
    height: 100%;
}

.formpost {
    position: relative;
    width: 3.55rem;
    height: 1.85rem;
    background: #FFFFFF;
    box-shadow: 0 0 .1rem 0 rgba(55, 170, 111, 0.75);
    border-radius: 0.2rem;
    margin: -0.3rem auto 0;
    z-index: 99;
    text-align: center;
    box-sizing: border-box;
    padding: .33rem 0 .22rem 0;
}

.formtit {
    font-size: 0.15rem;
    color: #333333;
}

.forminput {
    width: 100%;
    height: .3rem;
    margin: .21rem 0;
}

.btnbuy {
    width: 1.4rem;
    height: .44rem;
    background: #43B97C;
    border-radius: .44rem;
    margin: 0 auto;
    text-align: center;
    line-height: .44rem;
    color: #fff;
    font-size: .16rem;
}



.forminput input {
    width: .3rem;
    height: .3rem;
    background: #fff;
    border: .02rem solid #E6E6E6;
    line-height: .3rem;
    font-size: .14rem;
    text-align: center;
    margin-right: .08rem;
}

.forminput input:last-child {
    margin-right: 0;
}
.forminput input:nth-child(6) {
    margin-right: 0;
}

.authtip {
    position: fixed;
    bottom: .3rem;
    width: 100%;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .12rem;
}