@charset "utf-8";
:root {
	/*--mainwidth: 62.5vw;*/
	--OneColor: #1e6fff;
	--FontOneColor: #000000;
	--FontTowColor: #636363;
	--FontWhiColor: #ffffff;
	/*font-size: 14px;*/
}
.pagebody{ 
	background: #ffffff;
}
.defaultsingpage{
	width: 62.5vw;
	width:var(--mainwidth);
	height:auto;
	margin: auto;
	font-size: 1rem;
	line-height: 1.5rem;
}
:root {
/*--mainwidth: 75vw;*/
	/*font-size: 90px;*/
}
@media screen and (max-width:1919px)and (min-width:1440px){
:root {
--mainwidth: 75vw;
	font-size: 90px;
}
}
@media screen and (max-width:1435px)and (min-width:1024px){
:root {
/*--mainwidth: 90vw;*/
	/*font-size: 12px;*/
}
}
@media screen and (max-width:1023px)and (min-width:300px){
:root {
	font-size: 12px;
}
.defaultsingpage{
	width:96vw;
	height:auto;
	margin: auto;
	font-size: 1rem;
	line-height: 1.5rem;
}
}