@charset "utf-8";

.blackBtn{
  background-color: #231f20;
  font-size: 12px;
  width: 150px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
}

.addVisiteList{
  float: right;
  margin: 20px 47px 0 0;
}

.newProjactBtn, .addKinGroup{
  float: right;
  margin: 60px 47px 10px 0;
}

.sreachKin{
  float: left;
  border: 1px solid #e7e4e3;
  width: 145px;
  height: 33px;
  margin: 60px 0 10px 47px;
  font-size: 12px;
  padding-left: 5px;
}


.FormWrap{
	width: 580px;
	height: 668px;
	margin: 0 auto;
}

.addSmartBI{
	float: left;
	width: 170px;
	margin: 50px 205px 35px 205px;
}

.addSmartBI img{
	width: 100%;
}

.FormWrap label::before{
	content: "";
	display: block;
	float: left;
	width: 5px;
	height: 40px;
	background-color: #fca717;
}

.FormWrap label{
	width: 160px;
	height: 40px;
	display: block;      
	text-align: right;
	float: left;
	margin-right: 20px;
	line-height: 40px;
	margin-top: 15px;
}

.FormWrap input, .FormWrap select{
	display: block;
	float: left;
	width: 393px;
	height: 38px;
	border: 1px solid #e7e4e3;
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
}

.FormWrap select{
	padding-left: 10px;
}

.Btn{
	float: right;
}

button{
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border: none;
	margin: 20px 10px 0 0px;
}

.ResetBtn{
	background-color: #231f20;
}

.SaveBtn{
	background-color: #fca717;
}