/*web-style*/
.web-header{
  padding:10px 0px;
  background:#000;
  text-align: center;
}
.web-footer{
  padding:50px 0px 10px;
  text-align: center;
}
.web-footer p{
  color:#999;
}
.form-group .mylable{
  line-height: 38px;
  font-size: 16px;
}
.tipinfo{
	padding:5px 10px;
	margin-top: 10px;
	line-height:24px;
	display: block;
}
.my-span{
  font-size:12px;
  line-height: 16px;
  width:14px;
  height:14px;
  background: #5cb85c;
  display:inline-block;
  color:#fff;
  text-align: center;
  border-radius:7px;
}