.clearfix:after {
  content: ".";
  display: block ;
  height: 0 ;
  clear: both ;
  visibility: hidden ;
}
.clearfix {
  zoom: 1;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
a:hover {
  color: #6abbef;
  text-decoration: none;
}
.nav a:hover,
.userinfo a:hover,
.searchbar a:hover {
  color: #ed802f;
  text-decoration: none;
}
.wf-tab-nav {
  padding-top: 58px;
}
.search-help {
  width: 1070px;
  margin: 0 auto;
}
.search-help a {
  display: block;
  line-height: 40px;
  margin-top: 10px;
}
.search-help a:hover {
  color: #6abbef;
  text-decoration: none;
}
.search-help i.wf-icon {
  position: relative;
  top: 1px;
}
.search-help .search-help-content {
  border: 1px #ebebeb solid;
  border-radius: 2px;
  background-color: #f5f5f5;
  padding: 15px 20px 15px 20px;
  position: relative;
  margin: 10px 0 10px 0;
  display: none;
}
.search-help .search-help-content h3 {
  font-weight: 600;
  line-height: 30px;
}
.search-help .search-help-content p {
  line-height: 24px;
}
.search-help .search-help-content p.helpColor {
  color: #f00;
}
.wf-tab-contentPuls {
  width: 100%;
  position: relative;
  padding: 30px 65px;
  overflow: hidden;
  box-sizing: border-box;
}
.wf-tab-contentPuls .wf-tab-content-itemPuls:first-child {
  position: relative;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  min-height: 600px;
}
.wf-tab-contentPuls .wf-tab-content-itemPuls:first-child + div {
  position: absolute;
  left: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  min-height: 600px;
}
.wf-tab-contentPuls .search-info-left h2 {
  font-size: 12px;
  font-weight: 600;
  width: 90px;
}
.wf-tab-contentPuls .search-info-right .search-info-item {
  margin-bottom: 12px;
}
.wf-tab-contentPuls .search-info-right .wf-input {
  margin-left: 8px;
}
.wf-tab-contentPuls .search-info-right .wf-select {
  width: 120px;
  margin-left: 8px;
}
.wf-tab-contentPuls .search-info-right .wf-selectInput {
  display: inline-block;
  vertical-align: top;
}
.wf-tab-contentPuls .search-info-right .wf-selectInput .btn-operation {
  cursor: pointer;
  float: left;
  height: 20px;
  width: 20px;
  background: #3ab176 no-repeat 4px 4px;
  background-size: 12px 12px;
  border-radius: 2px;
  margin: 0 0 0 10px;
}
.wf-tab-contentPuls .search-info-right .wf-selectInput .btn-operation:hover {
  background-color: #68c598;
}
.wf-tab-contentPuls .search-info-right .wf-selectInput .btn-delete {
  background-image: url(../img/icon-minus-white.png);
}
.wf-tab-contentPuls .search-info-right .wf-selectInput .btn-insert {
  background-image: url(../img/icon-plus-white.png);
}
.wf-tab-contentPuls .search-info-right .wf-selectInput .btn-disabled,
.wf-tab-contentPuls .search-info-right .wf-selectInput .btn-disabled:hover {
  background-color: #ccc;
}
.wf-tab-contentPuls .search-info-right .btn-operation-wrap {
  padding-top: 4px;
}
.wf-tab-contentPuls .info-limit {
  border-top: 1px #e5e5e5 dashed;
  margin-top: 24px;
  margin-bottom: 30px;
  padding: 30px 0 20px;
}
.wf-tab-contentPuls .info-limit .dividingLine {
  display: inline-block;
  width: 50px;
  text-align: center;
  vertical-align: text-bottom;
  line-height: 35px;
}
.wf-tab-contentPuls .search-btn {
  text-align: center;
}
.wf-tab-contentPuls .search-btn .wf-btn-primary,
.wf-tab-contentPuls .search-btn .wf-btn {
  width: 120px;
  margin-left: 20px;
}
.wf-tab-contentPuls .search-btn a {
  margin-left: 20px;
  color: #6abbef;
}
.wf-tab-contentPuls .search-btn a:hover {
  text-decoration: underline;
}
.wf-tab-contentPuls .speSearch-info {
  padding: 24px 20px;
  background-color: #f5f5f5;
  border: 1px #ebebeb solid;
}
.wf-tab-contentPuls .speSearch-info .speSearch-info-left h2 {
  font-size: 12px;
  font-weight: 600;
  width: 90px;
}
.wf-tab-contentPuls .speSearch-info .speSearch-info-right ul li {
  float: left;
  width: 80px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #2fa479;
  border-radius: 2px;
  margin-right: 5px;
  color: #2fa479;
  cursor: pointer;
}
.wf-tab-contentPuls .speSearch-info .speSearch-info-right ul li:hover {
  color: #6abbef;
  border: 1px solid #6abbef;
}
.wf-tab-contentPuls .speSearch-info .speSearch-info-item {
  margin-bottom: 20px;
}
.wf-tab-contentPuls .speSearch-info .speSearch-info-item textarea.wf-input {
  width: 1000px;
}
.wf-tab-card .wf-tab-nav-active {
  color: #fff;
  background-color: #2fa479;
  border-color: #2fa479;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
}
.wf-tab-card .wf-tab-nav-active:hover {
  opacity: 0.9;
}
.wf-tab-card .wf-tab-nav-item {
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
}
.search-btn-pri,
.search-btn-gray {
  height: 28px;
  width: 80px;
  color: #fff;
  background-color: #2ba276;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 15px 0 0;
}
.search-btn-gray {
  background-color: #aaaaaa;
}
.search-btn-pri:hover {
  opacity: 0.9;
}
