* {
    margin: 0;
    padding: 0;
}

body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 0.62rem;
    background: url("../images/denglubeijing.png") no-repeat;
    font-family: PingFang SC, PingFang SC;
    /*background-color: #FBF5F3;*/
}

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

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

.zhanghu {
    margin-top: 0.77rem;
}

.zhanghu .input-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

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

.zhanghu .input-title .prompt-text {
    color: #E46050;
    font-size: 0.23rem;
}

.zhanghu .input-text {
    font-size: 0.27rem;
    position: relative;
}

.zhanghu .input-text input {
    width: 6.19rem;
    border-radius: 0.15rem;
    background: #F7F8FB;
    height: 1rem;
    text-indent: 0.31rem;
    color: #141C30;
    margin-top: 0.23rem;
    border: 0;
    font-size: 0.27rem;
}

/*.zhanghu .input-text input::placeholder {
    color: #141C30;
}*/

.zhanghu .input-text img {
    width: 0.62rem;
    height: 0.62rem;
    position: absolute;
    right: 0.31rem;
    top: 0.44rem;
}

.denglu {
    margin-top: 1.15rem;
}

.denglu button {
    width: 6.27rem;
    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;
}

.button-bottom {
    margin-top: 0.27rem;
    display: flex;
    flex-direction: row;
}

.button-bottom a {
    font-size: 0.27rem;
    font-weight: 400;
    color: #9DA7C0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.button-bottom a:first-child {
    margin-left: 0.98rem;
}

.button-bottom span {
    width: 1px;
    height: 0.31rem;
    background-color: #ccc;
    display: inline-block;
    margin-left: 1.08rem;
    margin-right: 1.08rem;
}

.tongyitiaokuan {
    position: fixed;
    bottom: 0.46rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.23rem;
    margin-left: 0.80rem;
}

.tongyitiaokuan img {
    width: 0.31rem;
    height: 0.31rem;
    cursor: pointer;
    margin-right: 0.1rem;
}

.tongyitiaokuan a {
    text-decoration: none;
    color: #F06453;
}