.wrap-content {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 80px;
}
.path {
  line-height: 50px;
  text-align: left;
  font-size: 12px;
  float: right;
}
.path {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  /*padding-bottom: 20px;*/
  padding-left: 20px;
  float: none;
}
a {
  color: #06273a;
  text-decoration: none;
}
.path a,
.path span {
  padding: 0 3px;
}
.path em {
  background: url(../img/icons.png) no-repeat 0 -1642px;
  padding-left: 25px;
  font-style: normal;
}
.queryForm {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  /*padding: 30px 0;*/
  font-size: 16px;
}
.queryForm {
  width: 100%;
}
.page_tit {
    padding: 40px;
    text-align: center;
}
.page_tit h3 {
    font-size: 44px;
    color: #000;
    letter-spacing: 5px;
    font-weight: 600;
}
.page_tit h3 span {
    color: #0098e8;
}
.page_tit p {
    height: 16px;
    background: url(../img/icon3.png) no-repeat center center;
    margin-top: 20px;
}
.queryForm .queryTitle {
  text-align: center;
  font-size: 38px;
  line-height: 2;
  margin-bottom: 30px;
}
.user-panel .user-panel-body > dl,
.user-panel .passwordlogin > dl {
  margin-bottom: 25px;
  display: flex;
  margin-left: 70px;
  position: relative;
}
.required:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 3px;
  content: "*";
  color: #f00;
  font-weight: bold;
}
.user-panel .user-panel-body > dl > dt,
.user-panel .passwordlogin > dl > dt {
  width: 90px;
  line-height: 36px;
  text-align: right;
  padding-right: 20px;
  position: relative;
  flex-shrink: 0;
}
.user-panel {
  position: relative;
  width: 50%;
  padding: 10px;
  overflow: hidden;
  margin: auto;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 4px;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.user-panel input.form-control {
  width: 280px;
  padding-left: 6px;
}
.btn-primary {
  width: 200px;
  margin: auto;
  display: block;
}
/*# sourceMappingURL=certificate.css.map */