@charset "gb2312";
/* CSS Document */

/**
 * job168制作规范
 * 制作部门：网站设计部
 * 制作人员：huanghaishen
 * 制作时间:2015-11-03
 * 更新时间:2015-12-09
 *
 * 样式目录:* 
 *     ?N找回密码
/* ☆ 找回密码 ============================================================*/
.findPwdStep {
	background: url(../images/findPwdicon.gif) no-repeat;
}

.findPwdFrom {
	width: 400px;
	padding: 40px 0 80px 0;
	margin: 0 auto;
	color: #333;
}

.findPwdFrom input {
	vertical-align:middle;
}

.findPwdStep {
	width: 871px;
	height: 43px;
	margin: 40px auto 20px auto;
}

#findPwdStep1 {
	background-position: 0 0;
}

#findPwdStep2 {
	background-position: 0 -43px;
}

#findPwdStep3 {
	background-position: 0 -86px;
}

.chkCodeImg {
	height: 22px;
	width: 80px;
	vertical-align: middle;
}

.rechkCodeImg {
	color: red;
}

.findPwdBtn {
    width: 126px;
    height: 37px;
    background: #FE6A00;
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    cursor: pointer;
	margin: 15px 0 0 0;
}

.getChkCode {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #000;
	padding: 3px 10px;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 2px;
}

.userChecked {
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #333;
}

.findresultOk {
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	padding: 20px 10px 20px 50px;
	margin: 0 auto;
	width: 200px;
	color: #333;
	background-position: -191px -820px;
}

.guidetips {
	padding: 10px 0;
	line-height: 22px;
	color: #333;
}

/**
 登陆首页图片切换样式
 */
.posterMovieGrid{-moz-user-select:none;-webkit-user-select:none;overflow:hidden;z-index:0;position:relative;width:100%;height:300px;}
.posterMovieGrid .pages,
.posterMovieGrid .page{position:absolute;top:0;left:0;width:100%;height:100%;background:#888;}
.posterMovieGrid .page .item{overflow:hidden;zoom:1;position:relative;width:100%;height:100%;margin:0;padding:0;list-style:none;}
.posterMovieGrid .page .item_img{overflow:hidden;z-index:3;position:absolute;top:0;left:0;width:100%;height:100%;background:url(/train/images/loading.gif) no-repeat center center;}
.posterMovieGrid .page .item_img .imgC{width: 100%;height: 100%;}
.posterMovieGrid .page .item_url{z-index:3;position:absolute;top:0;left:0;width:100%;height:100%;}
.posterMovieGrid .page .item_url a{display:block;width:100%;height:100%;background:url(/train/images/spacer.gif);}
.posterMovieGrid .pager{overflow:hidden;z-index:10;position:absolute;bottom:0;left:0;width:100%;height:10px;padding:10px 0;text-align:center;}
.posterMovieGrid .pager div{cursor:pointer;overflow:hidden;display:inline-block;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;vertical-align:top;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 0 4px #333333;-moz-box-shadow:0 0 4px #333333;box-shadow:0 0 4px #333333;background:#ffffff;}
.posterMovieGrid .pager div:hover{background:#bdbdbd;}
.posterMovieGrid .pager div.current{cursor:default;background:#FF6600;}
.posterMovieGrid .btnprev,
.posterMovieGrid .btnnext{cursor:pointer;visibility:hidden;z-index:10;position:absolute;top:50%;width:45px;height:45px;margin-top:-23px;display: none;}
.posterMovieGrid .btnprev{background:url(/train/images/prev.png) no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/prev.png);}
.posterMovieGrid .btnnext{background:url(/train/images/next.png) no-repeat;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/train/images/next.png);}