@CHARSET "UTF-8";
*{
    margin: 0;
    padding: 0;
}
/*body{
    font-family: "微软雅黑";
    font-size: 16px;
}*/
body,div,ul,li,p,h1,h2,h3,h4,h5,h6,span,a,dl,dt,dd{
    margin: 0;
    padding: 0;
}
.loginBox input[type="text"],.loginBox input[type="password"]{
	border:none;   
	background-color:#f7fbff;
}

.loginBox input[type="button"]{
	border:none; 
}
a{
    cursor: pointer;
}
/*a,span,img{
    display: inline-block;
}*/
img{
    border: none;
}
ul li{
    list-style: none;
}
.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;}
.loginBox{
	z-index:34;
	position:fixed;
	top:0;
	background:#fff;
	border-radius:3px;
	width:304px;
	height:266px;
	padding:20px 28px;
}
.loginBox h1{
	text-align:left;
	font-size:22px;
	color:#4490dd;
	height:26px;
	font-weight:normal;
	line-height:26px;
	padding-left:36px;
	position:relative;
	margin-bottom:22px;
}
.loginBox h1 img{
	display:inline-block;
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	left:0;
}
.usernameGroup,.passwordGroup{
	height:42px;
	line-height:42px;
	border:1px solid #bdd0e3;
	border-radius:3px;
	position:relative;
	width:302px;
	background-color:#f7fbff;	
}
.usernameGroup img,.passwordGroup img{
	width:18px;
	height:18px;
	position:absolute;
	left:12px;
	top:12px;
}



.usernameGroup input[type="text"],.passwordGroup input[type="password"]{
	 -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
	display:block;	
	width:260px;	
	height:22px;
	line-height:22px;
	padding:10px 0;
	padding-left:42px;
	font-family: "微软雅黑";
	outline:none;
	*margin-top:-1px;/*ie7以下样式*/
	_margin-top:-1px;	/*ie6以下样式*/
}

input::-webkit-search-cancel-button{
    display: none;
} 
input[type=search]::-ms-clear{
    display: none;
}
/* 小眼睛 */
input[type=password]::-ms-reveal{
    display:none;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #f7fbff inset;
}
.usernameGroup{
	margin-bottom:16px;
}
.logtips{
	height:;
	line-height:;
}
.loginBtn{
	font-family: "微软雅黑";
	letter-spacing:3px;
	width:100%;
	height:40px;
	line-height:40px;
	background:#499df2;
	color:#fff;
	border:none;
	font-size:16px;
	margin-top:40px;
}

.logBoxBottom{
height:20px;
line-height:20px;
margin-top:12px;
}
.logBoxBottom a{
	height:20px;
line-height:20px;
font-size:14px;
color:#618cb7;
text-decoration:none;
}
.logBoxBottom a:hover{
text-decoration:underline;
}
.logBg{
	z-index:33;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:url(../newimages/bg.png) repeat 0 0;
}

.logtips{
font-size:14px;
text-align:right;
}

.infobox1{
	position:relative;
}
.logClose{
	width:12px;
	height:12px;
	position:absolute;
	right:10px;
	top:10px;
	background:url("../newimages/logClose.png");
}
.bgTipBox{
	width:208px;
	height:208px;
	background:url(../newimages/bdTips.png) no-repeat;
	margin-left:22px;
	position:absolute;
	top:0;
	right:88px;
}
.bgTipBox h3{
	font-size:18px;
	color:#47596b;
	height:48px;
	line-height:48px;
	text-align:center;
}
.bgTipBox  p{
	line-height:22px;
	color:#6e8295;
	padding:0 18px;
	font-size:14px;
	text-align:center;
}








