.password {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 0 20px;
}
.password .password-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.password .password-content {
    margin-top: 10px;
}
.password .password-content .form-example {
    display: flex;
    flex-direction: column;
}
.password .password-content .form-example input {
    height: 50px;
    border-radius: 22px;
    background: #e5e5e519;
    border: none;
    margin-top: 20px;
    padding: 0 20px;
    color: #fff;
}
.password .password-content .form-example button {
    background: linear-gradient(180deg,#4ed462, #30933f);
    border: none;
    border-radius: 22px;
    color: #fff;
    height: 40px;
    margin-top: 30px;
}


/* 支付密码修改的页面样式 */
.payPassword {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 0 20px;
}
.payPassword .payPassword-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payPassword .payPassword-content {
    margin-top: 10px;
}
.payPassword .payPassword-content .form-example {
    display: flex;
    flex-direction: column;
}
.payPassword .payPassword-content .form-example input {
    height: 50px;
    border-radius: 22px;
    background: #e5e5e519;
    border: none;
    margin-top: 20px;
    padding: 0 20px;
    color: #fff;
}
.payPassword .payPassword-content .form-example button {
    background: linear-gradient(180deg,#4ed462, #30933f);
    border: none;
    border-radius: 22px;
    color: #fff;
    height: 40px;
    margin-top: 30px;
}

@media screen and (max-width: 992px) {
    .search-input {
        display: none;
    }
    .navbar-collapse {
        display: none;
    }
    .nav-header {
        display: none;
    }
}