.main{
	width:1200px;
	margin:auto;
	background-color:#eff2f5;
}
.father 
{ 
width:1200px;  
background-color:#eff2f5; 
margin:0px auto; 
position:relative; 
overflow:hidden;
zoom:1;
} 
.children 
{ 
position:absolute; 
width:460px;  
left:370px; 
top:30px; 
background-color:white;
box-shadow:0px 0px 5px #cccccc; 
} 
.login-text{
	margin-top:30px;
	margin-left:30px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#1E1E1E;
	float:left;
}
.login-righttext{
	margin-top:30px;
	margin-right:30px;
	margin-bottom:10px;
	float:right;
	font-size:12px;
	color:#34495E;
}
.login-righttext a{
	color:#3499DA;
}
.email{
	margin-left:30px;
	width:400px;
	height:64px;
	float:left;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #E9ECEE;
	position: relative;
}
.email-image img{
	width:20px;
	height:20px;
	float:left;
	margin-top:24px;
}
.email-image1 img{
	width:20px;
	height:20px;
	float:left;
	margin-top:20px;
}
.email-text{
	width:380px;
	overflow:hidden;
	zoom:1;
}
.email-text input{
	float:left;
	width:348px;
	height:60px;
	margin-top:3px;
	border:0px;
	margin-left:12px;
	font-size:12px;
}
.email-botmlines hr{
	margin-left:0px;
	width:400px;
	color:#E9ECEE;
}
.login-button button{
	width:400px;
	height:48px;
	background-color:#3499DA;
	margin-top:0px;
	margin-left:30px;
	color:white;
	margin-bottom:30px;
	border:0px;
	border-radius:5px;
}
.choose-book{
	width:200px;
	height:50px;
	float:left:
	margin-top:3px;
	margin-left:30px;
}
.select-bookName{
	width:180px;
	height:30px;
	float:left;
	margin-top:15px;
	border:0px;
	font-size:12px;
/* 	color:#A7BACA; */
}
.choose-mantype{
	clear:both;
	width:400px;
	height:60px;
	margin-top:3px;
	margin-left:0px;
	float:left;
}
.choose{
	width:100px;
	height:30px;
	float:left;
	margin-top:24px;
	margin-left:0px;
}
.choose1{
	width:100px;
	height:30px;
	float:left;
	margin-top:24px;
	margin-left:0px;
}
.choose span{
	font-size:12px;
	color:#34495E;
}
.choose1 span{
	font-size:12px;
	color:#34495E;
}
.readbook{
	width:300px;
	height:50px;
	float:left;
	margin-top:20px;
	margin-left:0px;
}
.readbook span{
	font-size:12px;
	color:#34495E;
}
.readbook a{
	font-size:12px;
	color:#3499DA;
}
.clearFloat{
	clear:both;
}
.email-text ::-webkit-input-placeholder{
color:#A7BACA; }
.tipsWord{
	display:none;
	position: absolute;	
	left:50%;
	top:50%;
	margin-left:-150px;
	
	width:300px;	
	height:50px;		
	background: #323232;
	text-align: center;
	line-height: 50px;
}
.tipsWord span {
	color: #fff;
}
.allTip{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fcab2b;
	display: none;
	overflow: hidden;
	zoom:1;
	height: 20px;
}
.allTip span{
	font-size:12px;
	display:block;
	height:20px;
	float:left;
	line-height: 20px;
	margin-right: 5px;
	margin-left: 1px;
}
.icon-exclamation-circle{
	padding-top: 4px;
}