# 学生登录
**Source**: https://career.cuhk.edu.cn/user/login?referer=/lecture/view/id/1622
**Parent**: https://career.cuhk.edu.cn/lecture
[雇主登录](https://career.cuhk.edu.cn/vip/user/login)
用户名
密码
[找回密码](https://myid.cuhk.edu.cn/)
- [招生网](https://admissions.cuhk.edu.cn)
- [科研处](https://www.cuhk.edu.cn/research)
- [学术交流处](https://oal.cuhk.edu.cn/)
- [教务处](https://registry.cuhk.edu.cn)
- [学生事务处](https://osa.cuhk.edu.cn/)
- [校历](https://registry.cuhk.edu.cn/page/277)
- [捐赠](http://foundation.cuhk.edu.cn)
- [招聘](https://www.cuhk.edu.cn/taxonomy/term/37)
- [招标](https://businessoffice.cuhk.edu.cn/index.html)
香港中文大学(深圳)© 版权所有
var ScrolltoTop = $(".backtop");
$(ScrolltoTop).click(function() {
$('html, body').animate({
scrollTop: 0
},100)
});