html {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}
div,
header {
	box-sizing: border-box;
}

[v-cloak] {
	display: none !important;
}

#app {
	font-size: 0.32rem;
}

#app .tabImg {
	width: 30px;
	height: 30px;
}

#app .tab-text {
	margin-top: -0.08rem;
	display: block;
}
#app .van-tabbar {
	background-color: #f5f5f5;
}
#app .van-tabbar-item.van-tabbar-item--active {
	background-color: #f5f5f5;
}
.acea-row {
	display: flex;
	flex-wrap: wrap;
}

.acea-row.row-top {
	align-items: flex-start;
}

.acea-row.row-middle {
	align-items: center;
}

.acea-row.row-bottom {
	align-items: flex-end;
}

.acea-row.row-left {
	justify-content: flex-start;
}

.acea-row.row-center {
	justify-content: center;
}

.acea-row.row-right {
	justify-content: flex-end;
}

.acea-row.row-between {
	justify-content: space-between;
}

.acea-row.row-around {
	justify-content: space-around;
}

.acea-row.row-column {
	flex-direction: column;
}

.acea-row.row-column-between {
	flex-direction: column;
	justify-content: space-between;
}

.acea-row.row-column-around {
	flex-direction: column;
	justify-content: space-around;
}

.acea-row.row-center-wrapper {
	align-items: center;
	justify-content: center;
}

.acea-row.row-between-wrapper {
	align-items: center;
	justify-content: space-between;
position:fixed; 
bottom:0; 
}

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

.line2 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* ::-webkit-appearance:none;
::-webkit-search-cancel-button {
  display: none;
} */