.form-div {
  z-index: 1;
  top: 50px;
  left: 50px;
  color: #a5bfe5;
  cursor: pointer;
  width: 300px;
  min-height: 80px;
  border-radius: 0px;
  border: 1px solid #1c406a;
  background: rgba(6, 16, 45, 0.8);
  padding: 5px 12px;
  position: absolute;
    
}
.content-input {
  border :1px #1a3f8c solid
}
.content-input .btn button{
    border: 1px solid #2a578f;
    color: #abc1f4;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 69, 119, 0.48)), to(rgba(70, 123, 197, 0.48))), -webkit-gradient(linear, left top, left bottom, from(#061433), to(#061433));
    background: linear-gradient(0deg, rgba(34, 69, 119, 0.48) 0%, rgba(70, 123, 197, 0.48) 100%), linear-gradient(#061433, #061433);
    width: 75px;
    height: 28px;
    border-radius: 3px;
    letter-spacing: 1px;
    padding: 0px;
    outline:none;
    cursor:pointer;
}
.content-input .btn .content-val{
    width: 214px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    background: #070e1a;
    border: none;
    text-indent: 5px;
    outline:none;
    color:#ffffff;
}
.fl {
  float:left;
}
.clear {
  clear:both;
}
.horizontal {
    display: block;
    height: 1px;
    margin-bottom:13px;    
}
.horizontal hr{
  border:1px #47577d solid!important
}
.content-list .list-child {
  padding: 7px 15px;
  border-top: 2px #6c81a3 dashed;
}
.content-list .list-child .child-name{
  width: 80%;
  text-align: center;
}
.content-list .list-child .edit,
.content-list .list-child .del{
  width:10%;
  text-align: center;
}