@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	background:url(../images/loginBG.png) repeat;
}
.clearfix {
	display: inline-block;
}
p {
	padding: 0;
	margin: 0;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	font-family: "微软雅黑";
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.fontbold {
	font-weight: bold;
}
.none {
	display: none;
}
.Clear {
	clear: both;
}
.loginBox{
	width:100%;
	height:720px;
	background:url(../images/loginBoxBG.png) repeat-x;
}
.loginBox .loginCont{
	width:1002px;
	height:100%;
	margin:0 auto;
}

.loginBox .loginCont .logo{
	width:100%;
	height:91px;
}
.loginBox .loginCont .middleBox{
	width:100%;
	height:509px;
	_margin-top:-30px;
	background:url(../images/loginBoxBG01.png) no-repeat left;
}
.loginBox .loginCont .middleBox .operate{
	width:411px;
	height:433px;
	float:right;
	margin:56px 10px auto auto;
	box-sizing:border-box;
	background:url(../images/loginBoxBG02.png) no-repeat;
	padding:80px 48px 0px 48px;
	_width:330px;
}
.loginBox .loginCont .middleBox .operate .operateTable{
	width:100%;
	height:auto;
}
.loginBox .loginCont .middleBox .operate .operateTable td{
	color:#969696;
	height:36px;
	line-height:36px;
}
.loginBox .loginCont .middleBox .operate .operateTable td input{
	width:100%;
	height:34px;
	background: url(../images/inpuBG.png) repeat;
	border:1px solid #b8b6c4;
	text-indent:10px;
	line-height:36px;
	font-family: "微软雅黑";
	color:#969696;
}
.loginBox .loginCont .middleBox .operate .operateTable td .middle{
	width:14px;
	height:14px;
	vertical-align:middle;
}
.loginBox .loginCont .middleBox .operate .operateTable td .label a{
	vertical-align:middle;
	color:#969696;
}
.loginBox .loginCont .middleBox .operate .operateTable td .label a:hover{
	vertical-align:middle;
	color:#1478cb;
}
.loginBox .loginCont .middleBox .operate .operateTable td .ForgetP{
	margin-left:30px;
}
.loginBox .loginCont .middleBox .operate .operateTable td .ForgetP a{
	color:#969696;
}
.loginBox .loginCont .middleBox .operate .operateTable td .ForgetP a:hover{
	color:#1478cb;
}
.loginBox .loginCont .middleBox .operate .operateTable td .ForgetP img{
	width:14px;
	height:14px;
	margin-right:10px;
}
.loginBox .loginCont .middleBox .operate .operateTable td .bnt{
	width:100%;
	height:40px;
	margin-top:15px;
	background:url(../images/bntBg.png) repeat-x;
	color:#fff;
	font-family: "微软雅黑";
	font-size:18px;
	text-align:center;
	line-height:40px;
	display:block;
    cursor:pointer;
}
.loginBox .loginCont .middleBox .operate .operateTable td .bnt:hover{
	background:url(../images/bntBg_hover.png) repeat-x;
	text-decoration:none;
}
.loginBox .loginCont .foot p{
	width:100%;
	height:80px;
	text-align: center;
	line-height:18px;
	color:#666666;
	font-size:12px;
	margin-top:40px;
}

.reply_select_ul li {
	color: #333333;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ced1d9;
	padding: 0px 20px;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-right: 18px;
	position: relative;
}

.reply_select_ul li.active {
	background: #3e9cfe;
	color: #ffffff;
}

.reply_select_ul li.active:after {
	background: url(../images/icon7.png) no-repeat;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	bottom: -8px;
}

.f_left{
	float: left;
}