.wrap {
    height: 100%;
    margin: 0 auto;
    max-width: 750px;
    min-width: 300px;
    font-size: 3rem;
}
img {
    display: block;
}
.wrap-1 {
    width: 100%;
    height: 7.8rem;
}
.wrap-2 {
    width: 100%;
    height: 8rem;
}
.wrap-3 {
    width: 100%;
    height: 6.79rem;
}
.wrap-4 {
    width: 100%;
    height: 11.42rem;
}
.wrap-form {
    width: 100%;
    height: 10.62rem;
    background-image: url("https://cunchucdn.xiaoniaoai.com/xiaoniao-wxapp/my/hhr_4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.wrap-form-box {
    padding: 1.5rem 0.8rem 0.8rem;
}
.item {
    margin-bottom: 0.2rem;
}
.item-top {
    display: flex;
    align-items: center;
    margin-bottom: 0.13rem;
}
.item-top-image {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.15rem;
}
.item-top-left {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 0.26rem;
    color: #000000;
}
.item-input {
    width: 5.90rem;
    height: 0.7rem;
    background: #F5F7FA;
    border-radius: 0.08rem;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
}
input {
    font-size: 0.26rem;
    border: none;
    outline: none;
    width: 100%;
}
.item-btn {
    width: 5rem;
    height: 0.8rem;
    background: linear-gradient(89deg, #0D72FF, #64B2FF);
    border-radius: 0.4rem;
    text-align: center;
    line-height: 0.8rem;
    margin: 0 auto;
    font-size: 0.3rem;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
