.mine{
	width: 100%;
	height: calc(100vh - 0.9rem);
	padding-bottom: 1rem;
}

.primary-nav{
	width: 100%;
	height: calc(100% - 1rem);
	display: flex;
	background: linear-gradient(to right,#fcdbcc,#f9c6a8)
}

.primary-nav-list{
	width: 25%;
	height: 100%;
	overflow-y: scroll;
	white-space: nowrap;
	scrollbar-height: none;
	border-radius: 0 0.2rem 0 0;
}

.primary-nav-options{
	width: 100%;
	height: 0.8rem;
	text-align: center;
	line-height: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.02rem;
	color: #000000;
	margin: 0.1rem 0;
}

.primary-active{
	color: #ff6552;
	position: relative;
}

.primary-active::after{
	content: "";
	display: block;
	width: 0.08rem;
	height: 0.25rem;
	background-color: #FF6552;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 0 0.06rem 0.06rem 0;
}

.secin-nav{
	width: 100%;
	height: 1rem;
	margin-top: 0.9rem;
	padding-top: 0.2rem;
	background: linear-gradient(to right,#fcdbcc,#f9c6a8)
}

.secin-nav-list{
	width: 97%;
	height: 0.8rem;
	margin-left: 3%;
	background-color: #FFFFFF;
	overflow-x: scroll;
	white-space: nowrap;
	padding-top: 0.15rem;
	scrollbar-width: none;
	border-radius: 0.2rem 0 0 0.2rem;
	z-index: 100;
}

.secin-nav-options{
	display: inline-block;
	padding: 0.05rem 0.2rem;
	border-radius: 0.2rem;
	letter-spacing: 0.02rem;
	margin: 0 0.1rem;
	color: #525252;
}

.secin-nav-options:first-child{
	background: #faa277;
	color: #FFFFFF;
}

.secin-active a{
	color: #FFFFFF !important;
}

.thirdlevel-nav-list{
	width: 75%;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
	padding: 0 0.2rem;
	overflow-y: scroll;
}

.thirdlevel-nav-options{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0.2rem;
}

.thirdlevel-nav-title{
	font-size: 0.25rem;
	color: #525252;
	margin-bottom: 0.1rem;
	position: absolute;
	top: 0;
	left: 0;
}

.thirdlevel-nav-sort{
	width: 1.55rem;
	height: 1.55rem;
	background-color: #fffbf9;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 0.3rem;
	margin-right: 0.125rem;
}

.thirdlevel-nav-sort:nth-child(-n+4){
	margin-top: 0.5rem;
}

.thirdlevel-nav-sort img{
	width: 0.8rem;
	height: 0.8rem;
}

.thirdlevel-nav-sort span{
	font-size: 0.26rem;
	letter-spacing: 0.02rem;
	margin-top: 0.05rem;
}