.nav {
	width: 100%;
	background-color: #f3d4d7;
}
.back {
	margin-left: 30rpx;
}


/* // 胶囊栏 */
.capsule-box {
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.nav-handle {
	position: absolute;
	left: 0;
}


/* // 标题文字 */
.nav-title {
	height: 44rpx;
	width: 96rpx;
	/* // 标题栏横向居中 */
	margin: 0 auto;
	/* // 文字超出隐藏 */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.logoInit {
	height: 44rpx;
	width: 96rpx;
}