body
{
	width:100%;
	height:100%;
	margin: 0;/*页面不会出现滚动条*/
    padding: 0;/*页面不会出现滚动条*/
	

    background-image: url(../images/logoBg.jpg);
    background-size: cover;           /* 覆盖整个容器 */
    background-position: center;      /* 图片居中 */
    background-repeat: no-repeat;     /* 不重复 */
    background-attachment: fixed;     /* 背景固定，不随滚动 */
}
#Ilogin
{
	padding:6px 0 0 0;
}
p
{
	height:22px;
	line-height:22px;
	padding:4px 0 0 0;
}
.loginIn
{
	padding:0 10px;
}
.quit
{
	padding:0 10px;
}
.loginPara
{
	text-align:center;
}
.login
{
	text-align:center;
}
.loginImg
{
	width:50%;
	height:400px;
}
.loginDiv
{
	margin-top:20px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	background-image:url(../images/bgdiv.jpg);
}
.loginTitle
{
	font-size:28px;
	color:#666;
	text-align:center;
}
.depAddDialog
{
	text-align:left;
	color:#666666;
	font-size:16px;
	margin:0;
	display:none;
}
.depNoText
{
	display:inline-block;
	width:100px;
	text-align:right;
	margin-left:10px;
}
.depNoTextMust
{
	display:inline-block;
	width:100px;
	text-align:right;
	margin-left:10px;
	color:#f00;
}
.depNoValue
{
	color:#666;
	text-align:center;
	width:140px;
	border-radius:5px;
}
.clientPhotoText
{
	display:inline-block;
	width:90px;
	text-align:right;
	margin-left:10px;
}
.clientPhoto
{
	display:inline-block;
	width:150px;
	text-align:left;
	margin-left:5px;
}
.uploadImg
{
	width:20px;
	height:20px;
	position:relative;
	top:5px;
	cursor:pointer;
}
.uploadImgClose
{
	position:relative;
	top:-64px;
	left:16px;
	cursor:pointer;
}
.uploadImgDiv
{
	width:33%;
	float:left;
	text-align:center;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;  
	opacity:0; 
}
.uploadImgShow
{
	width:80px;
	height:80px;
}
.logoDiv
{
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.logoImg
{
	width:400px;
}
.loginPanel
{
	width:300px;
	height:180px;
	margin:auto;
}
.loginTel
{
	width:300px;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#666;
	border:1px solid #ccc;
	text-indent:5px;
	margin:10px 0;
}
.loginBtn
{
	display:inline-block;
	width:300px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:15px;
	color:#fff;
	background:#00C2DE;
	margin:10px 0;
	cursor:pointer;
}
.forgetPwd
{
	float:right;
	color:#666;
	font-size:12px;
	margin:0 10px;
	cursor:pointer;
}
.noFeeReg
{
	float:right;
	color:#666;
	font-size:12px;
	cursor:pointer;
}
.logoText
{
	font-size:23px;
	color:#333;
	letter-spacing:120px;
	text-indent:118px;
	text-align:center;
	margin-top:90px;
}
.logoTextDiv
{
	width:800px;
	height:60px;
	margin:auto;
	margin-top:50px;
}
.logoTextImg
{
	width:100%;
}
.regPhoneDiv
{
	border:1px solid #ccc;
	border-radius:5px;
	width:90%;
	height:30px;
	line-height:30px;
	margin:auto;
	margin-bottom:10px;
}
.regPhone
{
	border:none;
	color:#666;
	font-size:12px;
	background:#fff;
}
.regTitle
{
	text-align:center;
	color:#333;
	margin:10px 0;
	font-size:16px;
}
.phoneType
{
	color:#666;
	font-size:12px;
	margin-left:5px;
}
.regLine
{
	border-left:1px solid #ccc;
	display:inline-block;
	height:15px;
	margin:0 5px;
	position:relative;
	top:2px;
}
.regCheckCode
{
	border:none;
	color:#666;
	font-size:12px;
	margin-left:5px;
	background:#fff;
}
.regPassword
{
	border:none;
	color:#666;
	font-size:12px;
	margin-left:5px;
	height:30px;
	line-height:30px;
	width:90%;
	background:#fff;
}
.getCheckCode
{
	color:#666;
	font-size:12px;
	margin-left:5px;
	cursor:pointer;
	border:none;
	background:#fff;
}

















