@CHARSET "UTF-8";
html{
	width:100%;
	height:100%
}
body{
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-x:auto;
	font-family:Arial,"Microsoft YaHei",SimSun;color:#333;
	line-height:24px;
	padding:0;
	margin:0;
	background-color:#fff;
	-webkit-text-size-adjust:none;
	font-size:14px;
	
}
.box{
	position:absolute;  
    margin:0;  
    top:0;  
    left:0;  
    bottom:0;  
    width:100%;  
    height:100%;     
}
.content{	
	width:1024px;	
	height:710px;	
	margin:0 auto
}

.bd{
	width:40%;	
	position: relative;
    top: 58%; 
	left:90%;           
    height: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.head{
	color:#666;
	font-size:1.4em;
	margin-bottom:15px
}
.acc,.pwd{
	margin-bottom:15px
}
.cli{
	margin:0px auto
}