* {
    margin: 0;
    padding: 0;
}
body {
    padding: 0 0.62rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-image: url("/static/index/20240130/images/yaoqingmabeijing.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin:0;
    font-family: PingFang SC, PingFang SC;
}

#content {
    display: flex;
    flex-direction: column;
}

#content .denglu-title {
    margin-top: 1.46rem;
    color: #141C30;
    font-weight: 600;
    font-size: 0.62rem;
}

#content .huanying {
    margin-top: 0.15rem;
    font-weight: 400;
    color: #A5ACBB;
    font-size: 0.27rem;
}

#content .zhanghu {
    margin-top: 0.77rem;
}

#content .zhanghu .input-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.23rem;
}

#content .zhanghu .input-title .title {
    color: #141C30;
    font-size: 0.27rem;
    font-weight: 500;
}

#content .zhanghu .input-text {
    width: 100%;
}

#content .zhanghu .input-text input {
    border-radius: 0.15rem;
    background: #F7F8FB;
    height: 1rem;
    border: 0;
    width: 100%;
    text-indent: 0.31rem;
    font-size: 0.27rem;
}

#content .denglu {
    margin-top: 1.15rem;
}

#content .denglu button {
    height: 1rem;
    background: linear-gradient(321deg, #F06453 0%, #FF7B5E 100%);
    border-radius: 0.15rem;
    border: 0;
    color: #fff;
    font-size: 0.31rem;
    font-weight: bold;
    width: 100%;
}