/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.hidden {
  display: none;
}

.over-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-3 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.over-2 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
[v-cloak] {
  display: none;
}

.van-toast__text {
  margin-bottom: 0;
}

.wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

/* 头部返回按钮适配 */
.top-back {
  position: absolute;
  display: block;
  top:0;
  left: 0.3rem;
  padding: 0.1rem;
}

.top-back i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid #fff;
  border-left: 0.04rem solid #fff;
  transform: rotate(45deg);
  border-radius: 0.03rem;
}

/* 底部安全距离占位 */
.safe-h {
  width: 100%;
  height: constant(safe-area-inset-bottom);
  height: env(safe-area-inset-bottom);
}

/* 顶部安全距离占位 */
.ios .top-zw{
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.Android .top-zw{
  padding-top: 0.45rem;
}

/* 顶部通用导航条 */
.comm-top-zw {
  width: 100%;
  height: 0.86rem;
}

.comm-top-bar {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  border-bottom: solid 0.01rem #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.comm-top-bar-tit{
  flex: 1;
}
.comm-top-bar-left,.comm-top-bar-right{
  display: block;
  height: 100%;
  flex: 0 0 0.5rem;
}


.comm-top-bar .van-icon{
  font-size: 0.5rem !important;
}

@font-face {
  font-family: 'Impact';
  src: url(./font/impact.ttf);
}


.ios .comm-top-bar{
  position: static;
}
.ios .comm-top-zw{
  display: none;
}
.ios .van-sticky--fixed{
  position: static;
}
.ios .fix-bottom{
  position: static;
}