* {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #EDEDED;
	padding-bottom: 100px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, sans-serif;
}

[v-cloak] {
	visibility: hidden;
}

.van-cell .van-cell__left-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.van-cell .van-cell__left-icon .van-icon__image {
	width: 20px;
	height: 20px;
}

.van-field__label {
	color: #323233 !important;
}

.title-cell .van-cell__title {
  font-weight: 600;
}

.title-cell .van-cell__title::before {
  content: '▎';
  border-radius: 2px;
  color: transparent;
  background: linear-gradient(180deg, #FAE268, #fec22c);
  background-clip: text;
  -webkit-background-clip: text;
}

.van-empty__image {
	width: 70% !important;
	height: auto !important;
}
.van-empty__image img {
	height: auto !important;
}

.van-dialog__confirm, .van-dialog__confirm:active {
	color: #374CC1 !important;
}

#app {
	max-width: 475px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}

#app input, #app textarea {
	font-size: 16px !important;
}

.flex-around {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-none {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-none1 {
	display: flex;
}

.flex-none-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.zan-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.zan-ellipsis--l2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zan-ellipsis--l3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.c-red {
	color: #ee0a24;
}

.c-pink {
	color: #d11f5b;
}

.c-yellow {
	color: #eea60a;
}

.c-orange {
	color: #FE6B26;
}

.c-gray {
	color: #666666;
}

.c-blue {
	color: #006cf8;
}

.c-white {
	color: #ffffff;
}

.c-black {
	color: #333333;
}

.f-s-26 {
	font-size: 26px;
}

.f-s-24 {
	font-size: 24px;
}

.f-s-22 {
	font-size: 22px;
}

.f-s-20 {
	font-size: 20px;
}

.f-s-18 {
	font-size: 18px;
}

.f-s-16 {
	font-size: 16px;
}

.f-s-14 {
	font-size: 14px;
}

.f-s-12 {
	font-size: 12px;
}

.f-s-10 {
	font-size: 10px;
}

.t-center {
	text-align: center;
}

.more-tag-btn {
	text-align: center;
	color: #374CC1;
	font-size: 14px;
	padding: 10px 0;
}
.mpcodebox {
	padding: 5px 3%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}