// 调试模式
html[mode*="debug"] {
	body:before { content:"version 2.0"; position:absolute; z-index:10000; right:0.71em; bottom:0.71em; opacity:0.3; pointer-events:none;}
}

// 大小模式
html[size="l"] {
	body { font-size:14%;}
}
html[size="xl"] {
	body { font-size:16%;}
}
html[size="absolute-xs"] {
	body { font-size:8px;}
}
html[size="absolute-s"] {
	body { font-size:10px;}
}
html[size="absolute"] {
	body { font-size:12px;}
}
html[size="absolute-l"] {
	body { font-size:14px;}
}
html[size="absolute-xl"] {
	body { font-size:16px;}
}