.sys {
  margin: 50px auto;
  padding-left: 200px;
}

.name {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.menu {
  height: 27px;
  width: 412px;
}
.sys .item {
  margin: 20px 0;
}

.sys .item .title {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

.sys .item input {
  width: 400px;
  border: 1px solid #999;
  padding: 5px;
}

.sys .item .headimg {
  margin-top: 10px;
  width: 412px;
  height: auto;
}

.sys .item textarea {
  border: 1px solid #999;
  width: 400px;
  height: 120px;
  padding: 5px;
}

.sys .item button {
  outline: none;
  height: 27px;
  width: 80px;
  background-color: #58c93a;
  border: 0;
  color: #fff;
  box-shadow: 0px 2px 2px #999;
  cursor: pointer;
}

.sys .item button:active {
  box-shadow: none;
}
