
:root {
	--mainwidth: 1400px;
	--OneColor: #008cd6;
	--FontOneColor: #000000;
	--FontTowColor: #8d8d8d;
	--FontWhiColor: #ffffff;
	font-size: 14px;
}
.pagebody{ 
	background: #fff;
}
.defaultsingpage{
	width: 1400px;
	width:var(--mainwidth);
	height:auto;
	margin: auto;
	font-size: 1rem;
	line-height: 1.5rem;
}

@media screen and (max-width:1919px)and (min-width:1440px){
:root {
--mainwidth: 1300px;
	font-size: 13px;
}
}
@media screen and (max-width:1435px)and (min-width:1300px){
:root {
--mainwidth: 1200px;
	font-size: 12px;
}
}
@media screen and (max-width:1299px)and (min-width:1024px){
:root {
--mainwidth: 900px;
	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;
}
}