@CHARSET "UTF-8";
body{
font-family:"微软雅黑";
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after {content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
font-size:0;
}
.clearfix { *zoom:1;}
.infoBox{
	min-height: 460px;
    width: 980px;
    margin: 20px auto 0 auto;
    background: #fcfeff;
    padding-bottom: 40px;
	border:1px solid #e3e9ec;
	box-shadow:0 0 6px 2px rgba(237,235,235,0.25);
}
.infoBox h2 {
    padding-left: 24px;
    position: relative;
    line-height: 40px;
    margin: 0 20px;
    text-align: left;
    border-bottom: 1px solid #e7ecee;
    color: #4490dd;
    font-size:18px;
}
  
.infoBox h2 img {
    position: absolute;
    left: 0;
    top: 12px;
}
.infoCon p {
	height:32px;
	line-height:32px;
	margin:10px 0;
}
.infoCon{
	width:364px;
	margin-top:14px;
	margin-left:254px;
}
.infoTop,.infoTop div,infoTop span,.infoTop a{
	height:32px;
	line-height:32px;
	font-size:14px;
}
.infoTop span{
	margin-left:10px;
}
.infoTop div{
	width:250px;
}
.infoTop a{
	text-deoration:none;
	color:#2678cc;
}
.infoTop a:hover{
	text-decoration:underline;
}
.infoCon label,.infoTop label{
	width:106px;
	height:32px;
	float:left;
	text-align:right;
	color:#2c3e50;
	font-size:14px;
}
.infoCon  p input[type="text"],.infoCon  p input[type="password"]{
	width:250px;
	height:30px;
	line-height:30px;
	border-radius:3px;
	background:#f7fbff;
	border:1px solid #bdd0e3;
	font-family:"微软雅黑";
}
.infoCon  p span{
	height:32px;
	line-height:32px;
	color:#f23900;
}
.infoCon  p select{
	width:250px;
	height:32px;
	line-height:32px;
	border-radius:3px;
	background:#f7fbff;
	border:1px solid #bdd0e3;
	font-family:"微软雅黑";
}
.infoBtn{
	width:364px;
	margin-left:254px;
	
}
.infoBtn a{
	float:right;
	margin-right:6px;
	display:inline-block;
	width:250px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	letter-spacing:4px;
	text-align:center;
	background:#499df2;
	border-radius:5px;
}
.bundling{
width:100px;
height:30px;
line-height:30px;
color:#fff;
background:#4dd09d;
text-align:center;
font-size:14px;
border-radius:3px;
}


/*获取验证码*/
.findCode{
	display:inline-block;
	width:96px;
	height:30px;
	line-height:30px;
	border-radius:3px;
	background:#f7fbff;
	border:1px solid #bdd0e3;
	font-family:"微软雅黑";
	text-align:center;
	margin-left:18px;
	color:#6a8aa9;
}
.tixing{
	    height: 14px;
    line-height: 14px;
    color: #a1b5c3;
    margin-bottom: 8px;
    padding-left: 106px;
}
.password_bg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
    opacity: 1.5;
    filter: alpha(opacity=15);
}
.logNow{
	z-index:200;
	position:absolute;
	width:350px;
	height:316px;
	background: url(../newimages/logNow_bg.png) no-repeat center;
	
}
.logNow .logNowBtn{
	position:absolute;
	left:50px;
	bottom:38px;
	display:inline-block;
	width:250px;
	height:40px;
	line-height:40px;
	background:#499df2;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
}
input[type=button].validNum {
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #6a8aa9;
    border: 1px solid #bdd0e3;
    background: #f7fbff;
    border-radius: 3px;
    font-family: "微软雅黑";
    margin-left: 14px;
}