* {
	margin: 0;
	padding: 0;

}
html{
	 font-size: 100px; 
}
body {
	/* background: #520684; */
}
input::-webkit-input-placeholder{
        font-size: 16px;   
        color: rgba(255,255,255,0.3)
       
}


/*@media only screen and (min-width: 375px) {
	html {
		font-size: 100px!important;
	}
}
@media only screen and (min-width: 414px) {
	html {
		font-size: 110.4px !important;
	}
}
@media only screen and (min-width:360px) {
	html {
		font-size: 96px !important;
	}
} 
@media only screen and (min-width:320px) {
	html {
		font-size: 85.33px !important;
	}
} 
@media only screen and (min-width:412px) {
	html {
		font-size: 109.866px !important;
	}
} */


.border {
	border: 1px solid #f0a4f7;
}

.textBtn {
	font-size:0.15rem ;
	color: white;
	text-align: center;
}

#nav {

	height: 40px;
	position: relative;
	/* background: red; */
	text-align: center;
	
}

#nav .navLeft {
	position: absolute;
	left: 15px;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 20px;
}

#nav .title {
	/* background: blue; */
	text-align: center;
	height: 100%;
	line-height: 1;
	line-height: 40px;
	font-size: 24px;
	color: white;

	font-size: 24px;
	font-family: PingFang-SC-Bold;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	letter-spacing:3px
}

#nav .navRight {

	position: absolute;
	right: 15px;
	margin: auto;
	top: 0;
	bottom: 0;
	line-height: 40px;
	color: white;
	font-size: 16px;
	letter-spacing:3px
}
