
::-webkit-scrollbar {
	display: none;
}
html,
body {
	/* width: 100vw; */
	min-height: 100vh !important;
}
#app {
	max-width: 750px;
	min-height: 100vh;
	margin: 0 auto;
	/* overflow: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #2c3e50; */
}

body {
  background: #F0F0F0;
}
a {
  color: unset;
}
.fz24 {
  font-size: .24rem;
}
.fz30 {
  font-size: .3rem;
}
.fz28 {
  font-size: .28rem;
}
.fz26 {
  font-size: .26rem;
}
.fz32 {
  font-size: .32rem;
}
.p-l-30 {
  padding-left: .3rem;
}
.p-t-30 {
  padding-top: .3rem;
}
.bg-f {
  background: #fff;
}
.fixed {
  position: fixed;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.color-money {
  color: #ee0a24;
  font-size: 14px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.text-center {
  text-align: center;
}
.color-f {
  color: #fff;
}
.color-9 {
  color: #999;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.font-blod {
  font-weight: bold;
}
.flex {
	display: flex;
}
.flex-middle {
	display: flex;
	align-items: center;
}
.flex-end {
	display: flex;
	align-items: flex-end;
}
.flex-center {
	display: flex;
	justify-content: center;
}
.flex-around {
	display: flex;
	justify-content: space-around;
}
.flex-between {
	display: flex;
	justify-content: space-between;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex1 {
	flex: 1;
}

.tostzIndex3000 {
  z-index: 3000 !important;
}

