* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: Lato;
    font-size: 0.32rem;
    overflow-x: hidden;
  }
  a {
    text-decoration: none; /*  */
    color: inherit; /*  */
  }
  input,textarea {
    border: none; /*  */
    outline: none; /* （）*/
    background: none; /*  */
    padding: 0; /*  */
    margin: 0; /*  */
    font-family: inherit; /*  */
  }