* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.password {
    display: flex;
    justify-content: center;
}

.passwords {
    max-width: 9.76rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.password-1 {
    margin: 0.82rem 0 0.47rem 0;
    width: 1.28rem;
    height: 0.45rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.48rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.password-2,
.password-3,
.password-4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0.2rem 0;
}

.password-2 p,
.password-3 p,
.password-4 p {
    height: 0.22rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #7D7D7D;
    line-height: 0.24rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.password-2 input,
.password-4 input {
    width: 4rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #E6E5E5;
}

.password-3 input {
    width: 2.61rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #E6E5E5;
    margin-right: 0.11rem;
}
.password-2 input::placeholder,
.password-4 input::placeholder,
.password-3 input::placeholder{
    color: #d7d7d7;
}
.password-2 input:focus,
.password-4 input:focus,
.password-3 input:focus{
    outline: none;
}
.password-3 button {
    width: 1.28rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #E6E5E5;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.24rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.password-5 {
    margin: 0.47rem 0 0.94rem 0;
    width: 4rem;
    height: 0.44rem;
    background: #041E3A;
    border-radius: 0rem;
    margin-left: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-5 a {
    align-content: center;
    width: 0.32rem;
    height: 0.22rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}