/* 编辑用户资料 */
.page-user {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 100px;
}

.page-user * {
  box-sizing: border-box;
}

