@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 18px;
  color: #060606;
}
html {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
textarea {
  vertical-align: top;
}
input {
  border: 1px solid #dcdcdc;
  background: none;
}
/*input:focus{ border: none;outline:none;}*/
a {
  color: #060606;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
a:link,
a:visited {
  text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
p {
  font-size: 0.18rem;
}

/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
