.form_top{
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.d1 {}
.d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #E901B6;
  border-radius: 5px;
  outline: none;
  background: #F9F0DA;
  color: #9E9C9C;
}
.d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 62px;
  height: 42px;
  border: none;
  background: #E901B6;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.d1 button:before {
  content: "search";
  font-family: FontAwesome;
  font-size: 16px;
  color: #FFFFFF;
}
.h3_cus{	
overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap; 
}
.pagination>.active>a{
	background-color:#fa03bb;
}

