.wcenter {
  width: 1000px;
  margin: 0 auto; }

.certificate_query {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(#d08f52 2%, #fff 25%);
  overflow: hidden; }
  .certificate_query .wcenter {
    text-align: center; }
    .certificate_query .wcenter .logo {
      width: 619px;
      height: 336px;
      margin: 20px auto; }
      .certificate_query .wcenter .logo img {
        width: 100%;
        height: auto; }
    .certificate_query .wcenter .cer_query .query p input {
      width: 430px;
      height: 48px;
      border: 1px solid #c7782e;
      outline: none;
      margin-bottom: 15px;
      font-size: 20px;
      padding-left: 15px; }
    .certificate_query .wcenter .cer_query .query p input::placeholder {
      font-size: 24px;
      color: #b0874e; }
    .certificate_query .wcenter .cer_query .query p.title {
      color: #c7782e;
      font-size: 35px;
      font-weight: 700;
      margin-bottom: 20px; }
    .certificate_query .wcenter .cer_query .query button {
      width: 430px;
      height: 60px;
      line-height: 60px;
      background: #c7782e;
      color: #fff;
      font-size: 25px;
      font-weight: 700;
      border: 0;
      outline: none;
      cursor: pointer; }
    .certificate_query .wcenter .cer_query .query button:hover {
      background: #9a6618; }
    .certificate_query .wcenter .footer {
      position: absolute;
      left: 50%;
      bottom: 3%;
      transform: translate(-50%, 0);
      font-size: 14px;
      color: #333; }

.certificate_results {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: linear-gradient(#d08f52 2%, #fff 25%);
  overflow: hidden; }
  .certificate_results .wcenter {
    width: 1400px;
    text-align: center;
    max-width: 1400px; }
    .certificate_results .wcenter .logo {
      width: 580px;
      height: auto;
      margin: 10px auto 20px; }
      .certificate_results .wcenter .logo img {
        width: 100%;
        height: auto; }
    .certificate_results .wcenter .cer_list {
      width: 100%;
      height: auto;
      vertical-align: top;
      font-size: 0; }
      .certificate_results .wcenter .cer_list .teacher {
        display: inline-block;
        width: 28%;
        height: auto;
        color: #c7782e;
        text-align: center; }
        .certificate_results .wcenter .cer_list .teacher .img {
          width: 100%;
          height: auto;
          border: 1px solid #c7782e;
          margin-bottom: 20px; }
          .certificate_results .wcenter .cer_list .teacher .img img {
            width: 100%; }
        .certificate_results .wcenter .cer_list .teacher p {
          font-size: 25px;
          color: #7f4c1c; }
      .certificate_results .wcenter .cer_list .list {
        display: inline-block;
        width: 61.5%;
        vertical-align: top;
        font-size: 24px;
        margin-left: -1px;
        color: #333; }
        .certificate_results .wcenter .cer_list .list table {
          width: 100%;
          border-collapse: collapse;
          border: 1px solid #c7782e; }
          .certificate_results .wcenter .cer_list .list table th, .certificate_results .wcenter .cer_list .list table td {
            text-align: center;
            border: 1px solid #c7782e;
            height: 110px;
            line-height: 100px; }
          .certificate_results .wcenter .cer_list .list table th {
            height: 80px;
            line-height: 80px; }
          .certificate_results .wcenter .cer_list .list table th:nth-child(2) {
            color: #c7782e; }
          .certificate_results .wcenter .cer_list .list table tr td:first-child {
            width: 25%; }
          .certificate_results .wcenter .cer_list .list table tr td:nth-child(2) {
            width: 30%; }
    .certificate_results .wcenter .footer {
      margin: 100px auto 40px;
      font-size: 14px;
      color: #333; }
