body,
html {
  font-size: 10px;
}
@media (max-width: 340px) {
  body,
  html {
    font-size: 18px !important;
  }
}
@media (min-width: 340px) and (max-width: 413px) {
  body,
  html {
    font-size: 20px !important;
  }
}
@media (min-width: 414px) and (max-width: 767px) {
  body,
  html {
    font-size: 20px !important;
  }
}
@media (min-width: 768px)and (max-width: 1000px)  {
  body,
  html {
    font-size: 22px !important;
  }
}

@media (min-width: 1001px)  {
  body,
  html {
    font-size: 24px !important;
  }
}

body {
	
/*	padding-bottom: 6rem;*/
  margin: 0;
/*  max-width: 1024px;*/
  margin: 0 auto;
  font-family: "microsoft yahei";
  background-color: #f9f9f9;
  height: 100vh;
  position: relative;

}
div,
li,
input,
textarea {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li,
ul {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
}
a:link {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  -webkit-tap-highlight-color: transparent;
}
a:visited,
a:active {
  text-decoration: none;
  cursor: pointer;
}
i {
  font-style: normal;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
input,
textarea {
  border: none;
  outline: none;
}
textarea {
  resize: none;
}
p,
ul,
li,
span {
  margin: 0;
  padding: 0;
}
/* 清除浮动 */
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
/* .ele-content{
	max-width: 1024px;
	margin: 0 auto;
} */
main,
.main {
  position: relative;
  
}
@media (max-width: 340px) {
  main,
  .main {
 
  }
}
div:focus {
  outline: none;
}
/*# sourceMappingURL=rest.css.map */