
::-webkit-scrollbar {
	display: none;
}
html,
body {
	width: 100vw;
	min-height: 100vh !important;
}
#app {
	width: 100vw;
	min-height: 100vh;
	/* 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: #F2F3F7;
  font-size: 16px;
}
a {
  color: unset;
}
.fz24 {
  font-size: .24rem;
}
.fz22 {
  font-size: .22rem;
}
.fz30 {
  font-size: .3rem;
}
.fz32 {
  font-size: .32rem;
}
.fz28 {
  font-size: .28rem;
}
.fz26 {
  font-size: .26rem;
}
.p-l-30 {
  padding-left: .3rem;
}
.p-t-30 {
  padding-top: .3rem;
}
.font-b {
  font-weight: bold;
}
.bg-f {
  background: #fff;
}
.fixed {
  position: fixed;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.color-9 {
  color: #999;
}
.color-6 {
  color: #666;
}
.color-money {
  color: #ee0a24;
  font-size: 14px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.text-center {
  text-align: center;
}
.color-f {
  color: #fff;
}
.flex-box {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.justify-content {
  justify-content: space-between;
}
.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.van-picker__toolbar {
  height: 60px;
}
.van-picker__confirm {
  color: #333;
}
.van-picker__title {
  font-weight: bold;
}
.van-popup--bottom {
  border-radius: 10px 10px 0 0;
}


body {
  background: #F2F3F7;
  font-size: 16px;
}
a {
  color: unset;
}
.fz24 {
  font-size: .24rem;
}
.fz22 {
  font-size: .22rem;
}
.fz30 {
  font-size: .3rem;
}
.fz32 {
  font-size: .32rem;
}
.fz28 {
  font-size: .28rem;
}
.fz26 {
  font-size: .26rem;
}
.p-l-30 {
  padding-left: .3rem;
}
.p-t-30 {
  padding-top: .3rem;
}
.font-b {
  font-weight: bold;
}
.bg-f {
  background: #fff;
}
.fixed {
  position: fixed;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.color-9 {
  color: #999;
}
.color-6 {
  color: #666;
}
.color-money {
  color: #ee0a24;
  font-size: 14px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.text-center {
  text-align: center;
}
.color-f {
  color: #fff;
}

.flex-box {
  display: flex;
}
.flex-1 {
  flex: 1;
}

.justify-content {
  justify-content: space-between;
}

.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


.van-picker__toolbar {
  height: 60px;   
}

.van-picker__confirm {
  color: #333;
}

.van-picker__title {
  font-weight: bold;
}

.van-popup--bottom {
  border-radius: 10px 10px 0 0;
}
