@charset "utf-8";

body{
	width:100%;
	height:100%;
	background-size:100% 100%;
	overflow:hidden;
}
.section{
	width:617px;
	height:400px;
	margin:0 auto;
	border-radius:15px;
	background-size:100% 100%;
	text-align: center;
	overflow:hidden;
	position:relative;
}
#err{
	color:red;text-align:center;position:absolute;top:140px;margin-left:260px;
}
.section table tr{
	height:33px;
}
.section table tr td:first-child{
	text-align:right;
}
.inputs{
	width:210px;
	height:35px;
	line-height:35px;
	text-indent:8px;
	font-family:"microsoft YaHei";
	outline:none;
	font-size:12px;
	margin-top:1px;
	float:left;
	border-radius: 4px;
	box-shadow: 0 1px 5px #fff;
	border: 1px solid silver;
}
.checkcodeInput{
	width:115px;
}

.loadImg{
	width:110px;
	margin:0 auto;
	margin-top:11px;
	cursor:pointer;
}
.STYLE1{
	font-size:18px;
	font-family:"黑体";
}
.captchaImg{
	margin-top:2px;
	margin-left:0px;
	
}

/*----------验证码样式-----------*/
.code{
	width:88px;
	height:22px;
	line-height:20px;
	font-family:Arial;
	font-style:italic;
	border:0;
	letter-spacing:10px;
	text-indent:2px;
	font-weight:bold;
	float:left;
	margin-top:2px;
	margin-left:6px;
	margin-right:6px;
	cursor:pointer;
	outline:none;
}
.codeColor1{
	color:red;
}
.codeColor2{
	color:black;
}
.codeColor3{
	color:blue;
}
.codeColor4{
	color:green;
}
.codeColor5{
	color:white;
}

.changecode{
	float:left;
	margin-top:2px;
	font-size:14px;
}
.unchanged {
	border:0;
}

.pswHintText{
	position:absolute;
	height:20px;
	width:45px;
	display:none;
	left:435px;
	bottom:167px;
	font-size:10px;
	font-family:simSong;
	color:#0066b3;
	font-family:microsoft yahei;
}
.pswHintVal{
	position:absolute;
	height:16px;
	line-height:16px;
	width:30px;
	display:inline-block;
	left:478px;
	bottom:170px;
	text-align:center;
	color:#0066b3;
	font-size:12px;
	font-family:microsoft yahei;
	font-weight:bold;
}
.logindiv{

	height: 400px;
	padding-top: 10px;
    padding-top: 20px;
    background: #f0f6fe;
    width:1366px;
   /*   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0589bf', endColorstr='#0066b3', GradientType='0');   */
}
/* .bgcl{
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0589bf), color-stop(1, #2bb3ec));
	 background-image: -moz-linear-gradient(top, #0589bf, #2bb3ec); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0589bf', endColorstr='#2bb3ec', GradientType='0');  
} */
.footer{
	background: url("../img/bottomBg.png");
	height:171px;

}
.btn{
	background: #3579c2;
	color: #fff;
	padding: 5px 20px;
	border-radius: 10px;
	border: 3px solid #ebebeb;
	cursor: pointer;
}
.loadTable tr{
	height:55px;
}
.loadTable{
	width:285px;
	padding-top: 20px;
	font-size:14px;
	font-family:"microsoft YaHei";
	
}
.tablediv{
	
	background-color:#a2bdea;  
	height:350px;
	width: 300px;
	margin-top: 50px;
	margin-left: 50%;
	border:#a2bdea ;
}
.leftD{
	float: left;
	width:50%;
	height:400px;
	/*  background: url("../img/login_bg9.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
}
.imgc{
	/* -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50); */
    margin-top: 80px;
    margin-right: 15px;
    height:300px;
    width:440px;
}
._register{
	color:blue;
/* 	cursor: pointer; */
	font-size: 12px;
	margin-right: 21px;
	
}
.registerDiv{
	height: 500px;
	padding-top: 10px;
    padding-top: 20px;
    background: #f0f6fe;
    width:1366px;
    display: none;
}
.registerCenDiv{
	/* background-color: white;
	border:1px solid white; */
	width:500px;
	height:480px;
}
.registerTab{
	width:100%;
	margin-top: 30px;
}
.registerTab tr{
	height:30px;
	font-family: '微软雅黑';
	font-size: 13px;
}
.form-input{
	width: 180px;
	height: 22px;
	padding-left: 4px;
	line-height: 22px;
	border-radius: 4px;
	box-shadow: 0 1px 5px #fff;
	/*border: 1px solid #e6e6e6;*/
	border: 1px solid silver;
	outline:none;
	font-size: 12px;
	vertical-align: middle;
}
.btn_b{
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	background-color: white;
	border: 1px solid silver !important;
	outline:none;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
}
.btn_b:HOVER {
	background-color:#1E90FF;
	color:white;
	border:1px solid #fff;
}