body {
  background-color: #f5f5f5; }

.page-hd {
  background: #fff;
  height: 70px; }
  .page-hd h1 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    margin: 0; }

.page-bd {
  background-color: #fff;
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-bd #search {
    margin: 0; }
    .page-bd #search select, .page-bd #search input, .page-bd #search button {
      font-size: 16px;
      color: #333;
      height: 36px;
      line-height: 34px;
      border: 1px solid #ddd;
      border-radius: 5px; }
    .page-bd #search .choice,
    .page-bd #search .btn-wrap,
    .page-bd #search .verification-code {
      padding: 0; }
    .page-bd #search .choice .error {
      box-sizing: border-box;
      width: 100%;
      color: #3B70FF;
      font-size: 16px;
      line-height: 1;
      margin: 5px 0 0;
      padding-left: 14px; }
    .page-bd #search #search-wrap {
      float: left;
      width: 40%;
      padding: 0 0 0 10px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .page-bd #search #searchValue {
      width: 60%;
      border-left-style: none;
      padding: 0 12px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .page-bd #search .btn-wrap {
      margin-top: 15px; }
      .page-bd #search .btn-wrap .btn {
        background: #3B70FF;
        text-align: center;
        color: #fff !important;
        border-radius: 5px;
        font-size: 16px;
        color: #333;
        height: 36px;
        line-height: 34px;
        border: 1px solid #3B70FF;
        padding: 0 20px; }
    .page-bd #search .verification-code {
      margin-top: 15px; }
      .page-bd #search .verification-code input {
        padding: 0 12px;
        width: 100%; }
  .page-bd .title {
    border-bottom: 1px solid #e5e5e5;
    height: 42px;
    margin: 20px 0 0 0; }
    .page-bd .title p {
      font-size: 20px;
      color: #3B70FF;
      border-bottom: 2px solid #3B70FF;
      width: 100px;
      text-align: center;
      height: 42px;
      line-height: 40px; }
  .page-bd .certificate-info {
    background: #f5f5f5;
    padding: 15px;
    margin: 15px 0 0; }
    .page-bd .certificate-info .left-info,
    .page-bd .certificate-info .certificate-option {
      padding: 0; }
    .page-bd .certificate-info .info-text {
      font-size: 16px;
      color: #333;
      line-height: 24px;
      margin: 0 0 2px; }
    .page-bd .certificate-info .certificate-option {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      -ms-justify-content: space-evenly;
      -o-justify-content: space-evenly;
      justify-content: space-evenly;
      margin-top: 10px; }
      .page-bd .certificate-info .certificate-option .pcShow {
        display: none; }
      .page-bd .certificate-info .certificate-option .mobileShow {
        display: block; }
      .page-bd .certificate-info .certificate-option .btn {
        background: #3B70FF;
        text-align: center;
        color: #fff !important;
        border-radius: 5px;
        font-size: 16px;
        color: #333;
        height: 36px;
        line-height: 34px;
        border: 1px solid #3B70FF;
        padding: 0 20px; }
  .page-bd .tips {
    font-size: 16px;
    padding-top: 30px; }

#pop {
  display: none; }

.img-wrap .row {
  margin: 0;
  padding-top: 100px; }
  .img-wrap .row img {
    width: 100%; }
  .img-wrap .row p {
    font-size: 16px;
    margin-top: 10px;
    color: #333; }

@media (min-width: 992px) {
  .page-hd {
    height: 80px; }
    .page-hd h1 {
      line-height: 80px;
      font-size: 28px; }

  .page-bd {
    padding: 50px 30px 60px;
    margin-top: 30px; }
    .page-bd #search .btn-wrap,
    .page-bd #search .verification-code,
    .page-bd #search .btn-wrap {
      margin-top: 0; }
    .page-bd #search .btn-wrap {
      text-align: center; }
    .page-bd .title {
      margin-top: 30px; }
    .page-bd .certificate-info {
      margin: 30px 0 0;
      padding: 30px; }
      .page-bd .certificate-info .left-info .info-text {
        width: 100%;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        text-overflow: ellipsis; }
      .page-bd .certificate-info .certificate-option {
        display: block;
        margin-top: 25px; }
        .page-bd .certificate-info .certificate-option .btn-wrap {
          float: left;
          margin-right: 20px; }
          .page-bd .certificate-info .certificate-option .btn-wrap:last-child {
            margin-right: 0; }
        .page-bd .certificate-info .certificate-option .pcShow {
          display: block; }
        .page-bd .certificate-info .certificate-option .mobileShow {
          display: none; }
    .page-bd .tips {
      padding-top: 60px; }

  #pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    background: transparent\8;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)"; }
    #pop .box {
      position: relative;
      top: 50%;
      width: 860px;
      height: 640px;
      background: #fff;
      margin: -320px auto 0;
      padding: 56px 56px 0; }
    #pop .close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 15px;
      height: 15px;
      background: url(../images/ico-close.png) 0 0 no-repeat;
      cursor: pointer; }
      #pop .close:hover {
        background: url(../images/ico-close.png) 0 -15px no-repeat; }
    #pop img {
      width: 748px;
      height: 527px; }
    #pop p {
      font-size: 16px;
      color: #999;
      line-height: 26px;
      margin: 12px -6px 0 0;
      text-align: right; } }

/*# sourceMappingURL=certificate-search.css.map */
