input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
}
hr {
  border-width: 1px;
  border-style: inset;
}
ul {
  list-style: none;
}
p {
  margin: 0;
}
a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}
img, i {
  /*display: block;*/
}
i, em {
  font-style: normal;
}
html {
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
@media (max-width:767px) {
  .warpper {
    padding: 0 !important;
    margin: 0 auto !important;
  }
}
.warpper {
  padding: 0 5%;
  margin: 0 auto;
}
.dH {
  overflow: hidden;
}
.inp_pla {
  color: #999 !important;
}
.rig-title-over {
  float: left;
  line-height: 60px;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*input placeholder 样式 */ ::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}