@charset "utf-8";
:root {
	--mainwidth: 1400px;
	--OneColor: #de2910;
	--FontOneColor: #000000;
	--FontTowColor: #8d8d8d;
	--FontWhiColor: #ffffff;
	font-size: 14px;
}
.pagebody{ 
	background: #f9f9f9;
}
.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: 1250px;
	font-size: 14px;
}
}
@media screen and (max-width:1435px)and (min-width:1024px){
:root {
--mainwidth: 980px;
	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;
}
}