* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
}
 /* @font-face {
  font-family: 'myFont'; 
  src: url('../assets/fonts/PingFang-SC-Semibold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font'; 
  src: url('../assets/fonts/PingFang-SC-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'font'; 
  src: url('../assets/fonts/PingFang-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
div,textarea,button{ font-family: font, sans-serif; }
h1,h2,h3,h4,h5,p,a,span,input,li { font-family: myFont, sans-serif; }  */
ul,
li,
ol {
  list-style: none;
}
img {
  display: block;
}
button,
input,
textarea {
  outline: 0;
  border: 0;
}
a{
  text-decoration:none;
  color:#333;
}

