@media screen and (min-width: 750px) {
    .index-gtype {
        margin: 0 auto;
        max-width: 750px;
        min-width: 320px;
        position: relative;
        z-index: 10001;
    }
    .index-gtype li {
        float: left;
        margin: 0 0 0 2%;
        color: #ff4052;
        font-size: 14px;
    }
    .index-gtype2 {
        margin: 0 auto;
        position: relative;

    }
    .index-gtype2 li {
        float: left;
        margin: 0 0 0 2%;
        color: #ff4052;
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .index-gtype {
        display: none;
    }
        .index-gtype2 {
        margin: 0 auto;
        position: relative;

    }
    .index-gtype2 li {
        float: left;
        margin: 0 0 0 5%;
        color: #ff4052;
        font-size: 16px;
    }

}
  table {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
  }

  table tr {
    border: 1px dotted #cce6d1;
    padding: 3px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 600px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 5px;
      display: block;
      border-bottom: 1px solid #28b28b;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
     
    }
  }
.note{max-width: 80%; margin: 0 auto;}