* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: PingFang SC, FZLanTingHei, Lantinghei, 'Microsoft Yahei',
    'Helvetica Neue';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  font-size: 12px;
}

/* 禁止缩放表单 */
input[type='submit'],
input[type='reset'],
input[type='button'],
input {
  resize: none;
  border: none;
  -webkit-appearance: none;
}

/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

strong {
  font-weight: normal;
}

.clearfix:after {
  content: “”;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #9c9a9b;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

img {
  border: none;
}

input,
button {
  outline: none;
  background: none;
  border: none;
}

.van-hairline--top::after,
.van-hairline--bottom::after,
.van-hairline--left::after,
.van-hairline--right::after,
.van-hairline--top-bottom::after,
.van-hairline--surround::after {
  border-color: #dddddd !important;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.fiexd {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

html,
body,
#app,
.madao-header header,
.van-bottom,
.van-tabbar {
  max-width: 640px;
  margin: 0 auto;
}
.van-tabbar--fixed{
  left:auto!important;
}
.blue {
  color: #1e286f !important;
}
.yellow {
  color: #b67c2f !important;
}
.red {
  color: #E01D0F !important;
}
.green {
  color: #18A41E !important;
}
.gary {
  color: #E6E6E6 !important;
}
.purple{
  color: #470b6a!important;
}
@supports (bottom: env(safe-area-inset-bottom)) {
  .meuns,
  .bottom-tab {
        bottom: env(safe-area-inset-bottom) !important;
  }
}
.clampTwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.left {
  float: left;
}
.right {
  float: right !important;
}
.van-loading span{
  display: inline-block!important
}
.van-sticky--fixed{
  z-index: 9999!important;
  /*left auto*/
  /*right auto*/
  max-width: 640px;
  margin: auto
}