<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*结构*/
.topTitle{width: 76%; height: 50px; margin: 0 auto;padding-top: 30px;}
.secondModel{width: 76%; margin: 0 auto;}
.secondary{cursor: pointer;padding-left: 30px}
/*个人密码验证码模块验证*/
.psdModel{width: 430px;background: #fff;box-shadow:#cbe2ec 5px 10px 15px;border: 1px solid #ddedf3;box-sizing: border-box;padding: 47px 65px 67px;margin: 0 auto;}
.addTwo{height: 470px;}
.wControl{height:430px;}
.modelContent h3{margin-bottom: 39px}
.modelTitle{margin: 0 auto 20px;height:30px;line-height: 30px;}
.modelTitle span{display: inline-block;width: 75px;height:22px;line-height: 22px;padding-bottom: 5px;cursor: pointer;text-align: center }
.modelTitle span:first-child{margin-right: 15px;}
.modelTitle .current{width: 75px;color:#38b2f8;border-bottom:2px solid #38b2f8}
/*密码验证码切换隐藏显示*/
.passModel {display: none}
.codeModel {display: none}
.loginModel .selected{display: block}
/*推荐职位、新增职位模块隐藏*/
.newOne{display: none}
.newTwo{display: none}
.jobList .selected{display: block}

/*热门职位 几个二级医院等隐藏*/
.workOne{display: none;}
.workTwo{display: none;}
.workThree{display: none;}
.workFour{display: none;}
.workFive{display: none;}
.introduce .selected{display: block}

/*手机号*/
.modelItem{position:relative;margin: 0 0 20px;}
.modelItem .itemTel,.modelItem .itemPsd,.modelItem .itemCode{position: relative; display: block;}
.modelItem .telCss{width: 300px;height:48px;line-height:48px;border:1px solid #dfe3e6;box-sizing: border-box;padding-left: 77px;}
/*验证码*/
.modelItem .codeCss{padding-left: 15px;}
/*登录按钮*/
.formBtn{margin-top: 32px;}
.formBtn .itemBtn{width: 300px;  height: 48px; line-height: 48px; border: none; cursor: pointer;}
.itemBtn{ display: inline-block;  min-width: 112px; box-sizing: content-box; color: #fff; letter-spacing: 1px; text-align: center;}
/*个人登录底部信息*/
.itemInfo{margin-top: 18px;}
.itemInfo1{margin-top: 10px;}
/*短信验证码*/
.itemCode i{display:inline-block;position: absolute;right:0;top:16px;cursor: pointer;}
/*我是个人手机号注册模块*/
/*checkbox*/
.agreePolicy{margin-right: 3px;}
/*手机号绑定提示框*/
/*.alert{width: 298px;height:50px;line-height:50px;border:1px solid #e97a7a;box-sizing:border-box;margin-bottom: 25px;position: relative;}*/
.modelContent .telBind{margin-bottom: 15px;}
/*.alert i{font-size: 14px;text-align: center;padding-left: 10px;}*/
/*.alert span{font-size: 16px;position: absolute;right:7px;top:-12px;cursor: pointer;}*/
/****** 单位个人注册登录模块 --end ******/

/****** 首页 --start ******/
/*top-banner 关闭*/
.topBanner{position: relative;}
.close{position:absolute;top:10px;right:30px;font-size: 36px; cursor: pointer;}


</pre></body></html>