/* @Author       : Junchen-Yi
 * @Designer	 : Taohua-Nong
 * @Date         : 2023-3-22 19:32:02
 * @Program name : navgaion.css
 * Copyright (c) 2024 by Junchen-Yi Taohua-Nong, All Rights Reserved.
 */
*{
	margin: 0;
	  padding: 0;
	  box-sizing: border-box;
}
body{
	margin-top: 60px!important;
}
p{
	font-family: "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.dark-mode{
	background-color: #000000;
	--background-color2:#000000;
	--text-color:#cccccc;
	--white:#ffffff;
	--born50:#9e9e9e;
	--born30:#666666;
	--born60:#7e7e7e;
	--footer1:#666666;
	--footertext:#cccccc;
	
}
.light-mode{
	background-color: #ffffff;
	--background-color2:#ffffff;
	--text-color:#000000;
	--white:#ffffff;
	--born50:#9e9e9e;
	--born30:#cccccc;
	--born60:#7e7e7e;
	--footer1:#f5f5f7;
	--footertext:#86868B;
}
.a-link{
	text-decoration: none;
	color: auto;
	display: inline-block;
	white-space: nowrap;
	color: var(--footertext);
	font-family: "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 12px;
}
.build-nav{
	padding-top: 20px;
	padding-bottom: 15px;
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 10000;
	background-color: #f5f5f7;
}
.back{
	display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: space-around;
	    align-items: center;
}
.back-body{
	display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
		margin-left: -20px;
}
.left-icon{
	
}
.back-text{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 17px;
	color: #933493;
}
.nav-title{
	margin-left:10px ;
}
.nav-title-text{
	margin-bottom: 0;
	font-weight:500;
	font-size: 17px;
	
}
.nav-null{
	width: 56px;
	height: 24px;
}