@media screen and (min-width:768px) {
  .write-bg {
    background: #fff;
    padding-bottom: 60px;
  }
  
  .write-bg h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    padding: 52px 0 45px;
  }
  
  .price-tabcont .price-tc-main {
    display: none;
  }
  
  .price-tabcont .active {
    display: block;
  }
  
  .hy-results {
    width:100%;
    margin: 0 auto;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .hy-results table {
    width: 100%;
    border: 0;
  }
  
  .hy-results table {
    margin: 0 auto;
    width: 65%;
  }
  
  .hy-results table tr td {
    width: 50%;
    text-align: center;
    border: 2px solid #ededed;
    line-height: 42px;
    color: #666666;
    font-size: 16px;
  }
  
  .hy-results table tr.thead td {
    background: #ededed;
    color: #333333;
    font-size: 18px;
  }
  
  .hy-results table tr.thead td:first-child {
    width: 20%;
  }
  
  .hy-results table tr.thead td:nth-child(2) {
    width: 80%;
  }
  
  .hy-results .thbody tr td:first-child {
    width: 20%;
  }
  
  .hy-results .thbody tr td:nth-child(2) {
    width: 80%;
  }
  
  a.display_span {
    cursor: pointer;
    text-decoration: none;
    color: #666666;
  }
  
  a.display_span:hover {
    color: #ef7800;
  }
}
@media screen and (min-width:1200px) {
  .hy-results {
      width: 865px;
      margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
  .write-bg {
    background: #fff;
    padding-bottom: 60px;
  }
  
  .write-bg h3 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    padding: 22px 0 15px;
  }
  
  .price-tabcont .price-tc-main {
    display: none;
  }
  
  .price-tabcont .active {
    display: block;
  }
  
  /* .hy-results {
    width: 865px;
    margin: 0 auto;
  } */
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .hy-results table {
    width: 100%;
    border: 0;
  }
  
  .hy-results table {
    margin: 0 auto;
    width: 95%;
  }
  
  .hy-results table tr td {
    width: 50%;
    text-align: center;
    border: 2px solid #ededed;
    line-height: 1.8;
    color: #666666;
    font-size: 16px;
  }
  
  .hy-results table tr.thead td {
    background: #ededed;
    color: #333333;
    font-size: 16px;
  }
  
  .hy-results table tr.thead td:first-child {
    width: 20%;
  }
  
  .hy-results table tr.thead td:nth-child(2) {
    width: 80%;
  }
  
  .hy-results .thbody tr td:first-child {
    width: 20%;
  }
  
  .hy-results .thbody tr td:nth-child(2) {
    width: 80%;
  }
  
  a.display_span {
    cursor: pointer;
    text-decoration: none;
    color: #666666;
  }
  
  a.display_span:hover {
    color: #ef7800;
  }
}
