* { margin: 0; padding: 0; box-sizing: border-box;border: 0;user-select:none}
ol, ul, li { margin: 0; padding: 0; list-style: none; list-style-type: none; }

html,body{
    width: 100%;
    height: 100%;
}
.header{
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  background-color: #FFF;
}
.pagew{
  width: 1200px;
  margin: 0 auto;
}
.pagew img{
  height: 40px;
    margin-top: 10px
}
#app {
    width: 100%;
    height: 100%;
    background-image: url('https://file.magaoedu.com/b15abee99ff8ffb3f4d1d43afd388670.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.toSignUp2{
    width: 100%;
    height: calc(100% - 60px);
    background-image: url('https://file.magaoedu.com/b15abee99ff8ffb3f4d1d43afd388670.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 30px;
}
.toSignUp{
    width: 100%;
    height: calc(100% - 60px);
    background-image: url('https://file.magaoedu.com/b15abee99ff8ffb3f4d1d43afd388670.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 30px;
}
.title{
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
}
.title h1{
    font-weight: 400;
    font-size: 30px;
}
.text{
    color: #fff;
    font-size: 20px;
}
.registrationInformation{
    width: 520px;
    min-height: 300px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 40px;
    padding-top: 40px;
    margin-top: 20px;
    
}
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }
  .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
  }
  .avatar {
    width: 178px;
    height: 178px;
    display: block;
  }

  .tip-text{
    margin-top: 20px;
    color: #909399;
    font-size: 13px;
  }
  .tip-text p {
    margin:5px 0px;
  }