@charset "UTF-8";
/* 移动端常用reset.css (无文字版本) */
/* reset */
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: normal;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

a, img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单 */
}

html, body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  user-select: none;
}

html {
  font-size: 100px;
}

.wrapper {
    width: 100%;
    height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mian{
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.mian img{
    width: 1.96rem;
}
.mian .content{
    position: absolute;
    top: 4rem;
    width: 100%;
}
.mian .content p{
    color:#333;
    font-size: 0.22rem;
    margin-top: 0.2rem;
}
