/*-----------------
散射的原子颗粒特效
-----------------*/

canvas {
	position: fixed;
	top: 0px;
	left: 0px;
}

form {
	position: relative;
	/* |>> 元素置顶，避免被遮挡 （无法操作表单控件）： */
	z-index: 99;
}

/* 登录首页，'忘记密码'超链、'版权'超链 */
#divForgetPwd, #divCopyright {
	position: relative;
	z-index: 99;
}
