.p-head {
  display: none;
}

.p-container {
  padding: 0 31px 26px;
  width: 900px;
  float: left;
  margin-left: 3%;
  border: 1px solid #e1ece8;
  border-radius: 5px;
  background: #fff;
}

.p-container h5 {
  padding: 0 0 11px 0;
  margin: 26px 0 0 0;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #e1ece8;
}

.p-afc .m-l-10 {
  margin-left: 10px;
}

.p-afc .input-group {
  margin: 20px;
  font-size: 16px;
}

.p-afc .input-group .u-placeholder {
  text-indent: 15px;
  vertical-align: middle !important;
}

.p-afc .input-group label {
  width: 75px;
  text-align: right;
  display: inline-block;
}

.p-afc .input-group input {
  margin-left: 10px;
  height: 40px;
  width: 320px;
  border: 1px solid #dddddd;
  text-indent: 15px;
  line-height:40px;
}

.p-afc .input-group .input2 {
  width: 290px;
}

.p-afc .input-group .input-error {
  margin-left: 10px;
  color: #fa403b;
  display: none;
}

.p-afc .input-group .input-error:before {
  content: '*';
}

.p-afc .btn-search {
  width: 320px;
  height: 40px;
  background-color: #00ab6f;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-left: 108px;
  margin-top: 60px;
  margin-bottom: 40px;
  cursor: pointer;
  font-size: 18px;
}

.p-afc .btn-search:hover {
  opacity: .9;
}

.p-afc .warn-hints {
  color: #999999;
  font-size: 12px;
  margin-left: 108px;
  line-height: 2;
}

.p-afc .clr-red {
  color:#fa403b;
}
.u-dialog {
  text-align: center !important;
}
.p-crumb li a {
  color: #6b6b6b!important;
}
.p-crumb li span {
  color: #6b6b6b !important;
}