/***
*
*
*
*/

.register-header-index{
  display: grid;
  grid-template-rows: repeat(12,1fr);
  width: 80%;
  height: 650px;
  margin: 10px auto;
  background-color: hsla(120, 2%, 34%, 0.09); 
}

h2{
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.register-header-index div{
  margin-left: 10%;
}

.register-header-index input{
  width: 300px;
  height: 30px;
}

.register-header-index span{
  margin-top: 10px;
  font-size: xx-small;
}

.register-header-index input[name="gender"]{
  width: 50px;
  height: 10px;
  margin-top: 5px;
}

.register-header-index input[type="submit"]{
  width: 75px;
  height: 30px;
  margin-left: 10px;
  /* background-color: hsla(120, 42%, 38%, 0.75);  */
}

.register-header-index input[value="注册提交"]{
  width: 75px;
  height: 33px;
  margin-left: 10%;
  background-color: hsla(120, 56%, 55%, 0.75); 
}

.register-item-body{
  display: flex;
}

.register-item-body canvas{
  width: 75px;
  height: 33px;
  margin-top: 1px;
  margin-left: 10px;
}


