/****reset****/
body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

em,
i,
dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a,
input,
select,
textarea,
area,
button {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder {
  color: #999;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

textarea {
  overflow: auto;
  resize: none;
}

html,
body {
  width: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

html {
  font-size: 30px;
  font-size: calc(100vw/3.75);
}

body {
  font-size: 0.16rem;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  /* display: none; */
}

.mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.85);
}

.mask .shareBox img {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
}

.mask .shareBox p {
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 1.1rem;
  right: 0.5rem;
}


.container .tabbar {
  width: 100%;
  height: 0.55rem;
  background: #FFFFFF;
  box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.28);
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.container .tabbar a {
  flex: 1;
  text-align: center;
}

.container .tabbar a:first-child img {
  width: 0.25rem;
}

.container .tabbar a:nth-child(2) img {
  width: 0.21rem;
}

.container .tabbar a:last-child img {
  width: 0.22rem;
}

.container .tabbar a img {
  flex-shrink: 0;
  height: 100%;
  vertical-align: bottom;
}

.container .tabbar a p {
  font-size: 0.12rem;
  color: #999;
  margin-top: 0.03rem;
}
