* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  @font-face {
    font-family: Manrope;
    src: url(../font/Manrope-Regular.ttf) format('truetype');
  }

  body {
    font-family: Manrope;
    font-size: 0.32rem;
    overflow-x: hidden;
    overflow-y: auto;
  
  }
  a {
    text-decoration: none; /*  */
    color: inherit; /*  */
  }
  input,textarea {
    border: none; /*  */
    outline: none; /* （）*/
    background: none; /*  */
    padding: 0; /*  */
    margin: 0; /*  */
    font-family: inherit; /*  */
  }