.switch_loginway {
    display: none;
}

.page-user {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 100px;
}

.page-user * {
  box-sizing: border-box;
}


.login_but {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(5,55,147,1);
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}