body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #f5f5f5;
}
.header[data-v-3294f8fb] {
	height: 3rem;
	background: #fff;
	font-size: 1.2rem;
	color: #fff;
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 2
}

.header .header-logo[data-v-3294f8fb] {
	position: absolute;
	left: 1rem;
	height: 1.3rem
}

.header .header-download[data-v-3294f8fb] {
	position: absolute;
	right: 1rem;
	font-size: .85rem;
	color: #fff;
	text-decoration: none
}

.header .tab-item[data-v-3294f8fb] {
	margin: 0 1rem;
	color: #fdc5c3
}

.header .tab-item.active[data-v-3294f8fb] {
	color: #fff
}

.header .header-back[data-v-3294f8fb] {
	position: absolute;
	left: 1rem;
	color: #a9a9a9
}

.header .header-back img[data-v-3294f8fb] {
	width: .8rem
}

.header .header-title[data-v-3294f8fb] {
	color: #000
}

.header .header-settings[data-v-3294f8fb] {
	height: 1.2rem
}

.header .header-info[data-v-3294f8fb] {
	font-size: .9rem;
	color: #fff
}

.header .header-save[data-v-3294f8fb] {
	position: absolute;
	right: 1rem;
	color: #f33;
	font-size: 1.1rem
}

.header a[data-v-3294f8fb] {
	text-decoration: none
}

.bgRed[data-v-3294f8fb],
.personal[data-v-3294f8fb] {
	background: #fa5046
}

.personal[data-v-3294f8fb] {
	justify-content: space-between;
	padding: 0 .5rem
}