.home_bg {
    position: absolute;
}

.content_chunk {
    position: relative;
}

.white_arrow {
    width: 0.12rem;
    height: 0.2rem;
    margin-left: 0.45rem;
    margin-top: 0.8rem;
}

.icon-chunk {
    width: 100%;
    text-align: center;
    padding-top: 0.98rem;
}

.icon {
     
    width: 1.72rem;
    height: 1.72rem;
}

.form_chunk {
    
    width: 100%;
    text-align: center;
    position: absolute;
}

.form_content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -1.1rem;
    
}

.logo {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 1.48rem;
}

.bg {
    width: 6.6rem;
    height: 7rem;
    margin-top: 0.5rem;
}

.input_box {
    margin-top: 0.28rem;
}

.input_style {
    width: 5.4rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.5rem;
    border: none;
    border: 0.01rem solid #000;
    position: relative;
}

.input_code {
    width: 2.9rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.5rem;
    border: none;
    border: 0.01rem solid #000;
    position: relative;
}

.form_img {
    width: 0.31rem;
    height: 0.36rem;
    margin-left: 0.25rem;
    position: absolute;
    z-index: 2;
    margin-top: 0.22rem;
}

.verifycode {
    position: relative;
    width: 5.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.purple_code {
    width: 2rem;
    height: 0.83rem;
}

.random_code {
    margin-top: -0.7rem;
    font-size: 0.36rem;
    letter-spacing: 0.15rem;
}

.regbtn {
    margin-top: 0.8rem;
    width: 6.6rem;
    background-color: #03824f;
    border-radius: 0.5rem;
    height: 0.9rem;
    font-size: 0.34rem;
}

.regtip {
    font-size: 0.28rem;
    color: #ffffff;
    margin-top: 0.28rem
}

.goReg {
    color: #03824f;
    font-size: 0.28rem;
}

.remmber_img {
    width: 0.32rem;
    height: 0.32rem;
}

.remmber_tip {
    margin-left: 0.17rem;
}

.login_operate {
    width: 5.4rem;
    margin: 0 auto;
    margin-top: 0.54rem;
    display: flex;
    justify-content: space-between;
}